-
Notifications
You must be signed in to change notification settings - Fork 51
Add support for Ursa #1700
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
Merged
Merged
Add support for Ursa #1700
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
391f4e9
add Ursa to detect_machine.sh and module-setup.sh, add Ursa modulefil…
RussTreadon-NOAA 4c5f3cd
Merge branch 'develop' into feature/ursa
RussTreadon-NOAA 02b4868
Merge branch 'develop' into feature/ursa
RussTreadon-NOAA dbe2634
modify atm_jjob driver scripts to run on Ursa, force ncgen to create …
RussTreadon-NOAA 2271af1
Merge branch 'develop' into feature/ursa
RussTreadon-NOAA a07c8e8
remove hera specific module load anaconda/latest (#1695)
RussTreadon-NOAA 6d51879
Merge branch 'develop' into feature/ursa
RussTreadon-NOAA dd5758e
reduce jjob_ens_letkf memory request to 32 Gb (#1695)
RussTreadon-NOAA 3448f9c
Merge branch 'develop' into feature/ursa
RussTreadon-NOAA 6441954
Merge branch 'develop' into feature/ursa
RussTreadon-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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| help([[ | ||
| Load environment for running the GDAS application with Intel compilers and MPI. | ||
| ]]) | ||
|
|
||
| local pkgName = myModuleName() | ||
| local pkgVersion = myModuleVersion() | ||
| local pkgNameVer = myModuleFullName() | ||
|
|
||
| prepend_path("MODULEPATH", '/contrib/spack-stack/spack-stack-1.9.1/envs/ue-oneapi-2024.2.1/install/modulefiles/Core') | ||
|
|
||
| load("stack-oneapi/2024.2.1") | ||
| load("stack-intel-oneapi-mpi/2021.13") | ||
| load("stack-python/3.11.7") | ||
|
|
||
| load("cmake/3.30.2") | ||
| load("gettext/0.22.5") | ||
| load("curl/8.10.1") | ||
| load("zlib/1.2.13") | ||
| load("git/2.43.5") | ||
| load("hdf5/1.14.3") | ||
| load("parallel-netcdf/1.12.3") | ||
| load("netcdf-c/4.9.2") | ||
| load("nccmp/1.9.1") | ||
| load("netcdf-fortran/4.6.1") | ||
| load("nco/5.2.4") | ||
| load("parallelio/2.6.2") | ||
| load("wget/1.21.1") | ||
| load("boost/1.84.0") | ||
| load("bufr/12.1.0") | ||
| load("git-lfs/3.5.1") | ||
| load("ecbuild/3.7.2") | ||
| load("openjpeg/2.3.1") | ||
| load("eccodes/2.33.0") | ||
| load("eigen/3.4.0") | ||
| load("openblas/0.3.24") | ||
| load("eckit/1.28.3") | ||
| load("fftw/3.3.10") | ||
| load("fckit/0.13.2") | ||
| load("fiat/1.4.1") | ||
| load("fms/2024.02") | ||
| load("esmf/8.8.0") | ||
| load("atlas/0.40.0") | ||
| load("sp/2.5.0") | ||
| load("gsl-lite/0.37.0") | ||
| load("libjpeg/2.1.0") | ||
| load("krb5/1.21.1-1") | ||
| load("libtirpc/1.3.3") | ||
| load("hdf/4.2.15") | ||
| load("jedi-cmake/1.4.0") | ||
| load("libpng/1.6.37") | ||
| load("libxt/1.3.0") | ||
| load("libxmu/1.2.1") | ||
| load("libxpm/3.5.17") | ||
| load("libxaw/1.0.16") | ||
| load("udunits/2.2.28") | ||
| load("ncview/2.1.9") | ||
| load("netcdf-cxx4/4.3.1") | ||
| load("json/3.11.3") | ||
| --load("crtm/v2.4_jedi") | ||
| load("rocoto/1.3.7") | ||
| load("prod_util/2.1.1") | ||
|
|
||
| load("py-jinja2/3.1.4") | ||
| load("py-netcdf4/1.7.1.post2") | ||
| load("py-pybind11/2.13.5") | ||
| load("py-pycodestyle/2.11.0") | ||
| load("py-pyyaml/6.0.2") | ||
| load("py-scipy/1.14.1") | ||
| load("py-xarray/2024.7.0") | ||
| load("py-f90nml/1.4.3") | ||
| load("py-pip/23.1.2") | ||
| load("py-click/8.1.7") | ||
|
|
||
| setenv("CC","mpiicx") | ||
| setenv("CXX","mpiicpx") | ||
| setenv("FC","mpiifort") | ||
| setenv("I_MPI_CC", "icx") | ||
| setenv("I_MPI_CXX", "icpx") | ||
| setenv("I_MPI_F90", "ifort") | ||
|
|
||
| local mpiexec = '/apps/slurm/default/bin/srun' | ||
| local mpinproc = '-n' | ||
| setenv('MPIEXEC_EXEC', mpiexec) | ||
| setenv('MPIEXEC_NPROC', mpinproc) | ||
|
|
||
| setenv("CRTM_FIX","/scratch3/NCEPDEV/da/role.jedipara/GDASApp/fix/crtm/2.4.0") | ||
| setenv("GDASAPP_TESTDATA","/scratch3/NCEPDEV/da/role.jedipara/GDASApp/testdata") | ||
| setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/scratch3/NCEPDEV/da/role.jedipara/GDASApp/unittestdata") | ||
|
|
||
| whatis("Name: ".. pkgName) | ||
| whatis("Version: ".. tostring(pkgVersion)) | ||
| whatis("Category: GDASApp") | ||
| whatis("Description: Load all libraries needed for GDASApp") |
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
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
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.