-
Notifications
You must be signed in to change notification settings - Fork 279
Refactor modulefiles #482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
DusanJovic-NOAA
wants to merge
8
commits into
ufs-community:develop
from
DusanJovic-NOAA:module_common
Closed
Refactor modulefiles #482
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ac3433f
Add ufs_common modulefile
DusanJovic-NOAA 6ee2e4b
Merge remote-tracking branch 'origin/develop' into module_common
DusanJovic-NOAA 1dd6655
Update linux.gnu and macos.gnu modulefiles
DusanJovic-NOAA 28862d9
Update tests/compile.sh
DusanJovic-NOAA 961971c
remove loading mpich from ufs_hera.gnu. add odin and s4. copy ufs_com…
DusanJovic-NOAA ddb023c
add utest related changes (#11)
MinsukJi-NOAA 038da3c
Merge remote-tracking branch 'origin/develop' into module_common
DusanJovic-NOAA d9e75df
update upp to 10.0.5
DusanJovic-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #%Module | ||
|
|
||
| module load jasper/2.0.22 | ||
| module load zlib/1.2.11 | ||
| module load png/1.6.35 | ||
|
|
||
| module load hdf5/1.10.6 | ||
| module load netcdf/4.7.4 | ||
| module load pio/2.5.1 | ||
| module load esmf/8_1_0_beta_snapshot_47 | ||
|
|
||
| module load bacio/2.4.1 | ||
| module load crtm/2.3.0 | ||
| module load g2/3.4.1 | ||
| module load g2tmpl/1.9.1 | ||
| module load ip/3.3.3 | ||
| module load nemsio/2.5.2 | ||
| module load sp/2.3.3 | ||
| module load w3emc/2.7.3 | ||
| module load w3nco/2.4.1 | ||
| module load upp/10.0.5 |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #%Module | ||
|
|
||
| module load jasper/2.0.22 | ||
| module load zlib/1.2.11 | ||
| module load png/1.6.35 | ||
|
|
||
| module load hdf5/1.10.6 | ||
| module load netcdf/4.7.4 | ||
| module load pio/2.5.1 | ||
| module load esmf/8_1_0_beta_snapshot_47-debug | ||
|
|
||
| module load bacio/2.4.1 | ||
| module load crtm/2.3.0 | ||
| module load g2/3.4.1 | ||
| module load g2tmpl/1.9.1 | ||
| module load ip/3.3.3 | ||
| module load nemsio/2.5.2 | ||
| module load sp/2.3.3 | ||
| module load w3emc/2.7.3 | ||
| module load w3nco/2.4.1 | ||
| module load upp/10.0.5 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
0
modulefiles/linux.gnu/fv3 → modulefiles/ufs_linux.gnu
100755 → 100644
File renamed without changes.
0
modulefiles/linux.gnu/fv3_debug → modulefiles/ufs_linux.gnu_debug
100755 → 100644
File renamed without changes.
0
modulefiles/macosx.gnu/fv3 → modulefiles/ufs_macosx.gnu
100755 → 100644
File renamed without changes.
0
modulefiles/macosx.gnu/fv3_debug → modulefiles/ufs_macosx.gnu_debug
100755 → 100644
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.