forked from NOAA-EMC/GSI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into optimize6
- Loading branch information
Showing
41 changed files
with
4,391 additions
and
465 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
help([[ | ||
]]) | ||
|
||
load("cmake/3.22.0") | ||
load("python/3.7.9") | ||
load("ncarenv/1.3") | ||
load("gnu/11.2.0") | ||
load("mpt/2.25") | ||
load("ncarcompilers/0.5.0") | ||
unload("intel") | ||
unload("netcdf") | ||
|
||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/gnu11.2.0/modulefiles/stack") | ||
unload("ncarenv/1.3") | ||
unload("intel/19.1.1") | ||
unload("ncarcompilers/0.5.0") | ||
unload("mpt/2.25") | ||
unload("netcdf/4.8.1") | ||
|
||
load("hpc/1.2.0") | ||
load("hpc-gnu/11.2.0") | ||
load("hpc-mpt/2.25") | ||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/cheyenne/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/glade/work/jedipara/cheyenne/spack-stack/modulefiles/misc") | ||
|
||
load("gsi_common") | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "10.1.0" | ||
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.1" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.22.0" | ||
|
||
load(pathJoin("stack-gcc", stack_gnu_ver)) | ||
load(pathJoin("stack-openmpi", stack_openmpi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
load(pathJoin("prod_util", os.getenv("prod_util_ver") or "1.2.2")) | ||
load(pathJoin("openblas", os.getenv("openblas_ver") or "0.3.23")) | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_fix/fix") | ||
load("gsi_common") | ||
|
||
pushenv("CC", "mpicc") | ||
pushenv("FC", "mpif90") | ||
pushenv("CXX", "mpicxx") | ||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230601") | ||
|
||
whatis("Description: GSI environment on Cheyenne with GNU Compilers") |
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,26 +1,32 @@ | ||
help([[ | ||
]]) | ||
|
||
load("cmake/3.22.0") | ||
load("python/3.7.9") | ||
load("ncarenv/1.3") | ||
load("intel/2022.1") | ||
load("mpt/2.25") | ||
load("ncarcompilers/0.5.0") | ||
unload("ncarenv/1.3") | ||
unload("intel/19.1.1") | ||
unload("ncarcompilers/0.5.0") | ||
unload("mpt/2.25") | ||
unload("netcdf/4.8.1") | ||
|
||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/intel2022.1/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/cheyenne/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/glade/work/jedipara/cheyenne/spack-stack/modulefiles/misc") | ||
|
||
load("hpc/1.2.0") | ||
load("hpc-intel/2022.1") | ||
load("hpc-mpt/2.25") | ||
load("mkl/2022.1") | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "19.1.1.217" | ||
local stack_mpi_ver=os.getenv("stack_mpi_ver") or "2019.7.217" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.22.0" | ||
|
||
load("gsi_common") | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-mpi", stack_mpi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load(pathJoin("prod_util", os.getenv("prod_util_ver") or "1.2.2")) | ||
load("gsi_common") | ||
load(pathJoin("prod-util", os.getenv("prod_util_ver") or "1.2.2")) | ||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230911") | ||
|
||
pushenv("CFLAGS", "-xHOST") | ||
pushenv("FFLAGS", "-xHOST") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/glade/work/epicufsrt/contrib/GSI_data/fix/20230601") | ||
|
||
whatis("Description: GSI environment on Cheyenne with Intel Compilers") |
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.