-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to spack-stack-1.5.0 (update to gocart hash f7b34e) (#1920)
* Update modulefiles/ufs_common.lua modulefiles/ufs_hera.gnu.lua modulefiles/ufs_hera.intel.lua for testing ESMF 8.5.0 and MAPL 2.40.3 * Replace [email protected] with [email protected] in ufs_common.lau * Remove miniconda from tests/rt.sh for spack-stack systems * Switch to mvapich2 on Hercules with GNU * Add gfortran-10 argument mismatch compatibility flags in CICE-interface/CMakeLists.txt, needed for mvapich2 * Add export MV2_SHMEM_COLL_NUM_COMM=128 to hercules gnu job card
- Loading branch information
Showing
25 changed files
with
6,808 additions
and
6,748 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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/bash | ||
|
||
#%Module###################################################################### | ||
## | ||
## UFS prerequisites: Linux (tested: Ubuntu) with gcc/gfortran compilers | ||
|
||
echo "Setting environment variables for UFS Model on Linux with gcc/gfortran" | ||
|
||
## | ||
## load programming environment: compiler, flags, paths | ||
## | ||
export CC=${CC:-mpicc} | ||
export CXX=${CXX:-mpicxx} | ||
export F77=${F77:-mpif77} | ||
export F90=${F90:-mpif90} | ||
export FC=${FC:-mpif90} | ||
|
||
## | ||
## set up variables for ../cmake/configure_linux.intel.cmake | ||
## | ||
export CMAKE_Platform=linux.intel | ||
|
||
## | ||
## use own NetCDF library | ||
## | ||
export NETCDF=${NETCDF:-/home/builder/opt} | ||
|
||
## | ||
## use pre-compiled EMSF library for above compiler / MPI combination | ||
## | ||
export ESMFMKFILE=${ESMFMKFILE:-/home/builder/opt/lib/esmf.mk} | ||
|
||
## | ||
## NCEP libraries (need to download and build manually, see doc/README_{UBUNTU,CENTOS,...}.txt and https://github.com/NCAR/NCEPlibs) | ||
## | ||
export NCEPLIBS_DIR=${NCEPLIBS_DIR:-/home/builder/opt} | ||
export CMAKE_PREFIX_PATH=${NCEPLIBS_DIR} |
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
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
Oops, something went wrong.