-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding io functions to the MRC sandbox
- Loading branch information
Robert McLay
committed
Jan 3, 2019
1 parent
4e96d4d
commit d7914c3
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
if (os.getenv("RSNT_ARCH") == "avx512") then | ||
io.stderr:write("Marking intel/2018.3 as default\n") | ||
module_version("intel/2018.3","default") | ||
else | ||
io.stderr:write("Marking intel/2016.4 as default\n") | ||
module_version("intel/2016.4","default") | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters