-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df010e4
commit 723a034
Showing
5 changed files
with
29 additions
and
25 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,26 +1,32 @@ | ||
help([[ | ||
]]) | ||
|
||
load("cmake/3.20.1") | ||
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-18.0.5.274/modulefiles/stack") | ||
|
||
prepend_path("MODULEPATH", "/contrib/anaconda/modulefiles") | ||
local hpc_ver=os.getenv("hpc_ver") or "1.2.0" | ||
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274" | ||
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4.274" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.20.1" | ||
local anaconda_ver=os.getenv("anaconda_ver") or "5.3.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load("anaconda/5.3.1") | ||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-intel", hpc_intel_ver)) | ||
load(pathJoin("hpc-impi", hpc_impi_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/contrib/anaconda/modulefiles") | ||
|
||
load("hpc/1.1.0") | ||
load("hpc-intel/18.0.5.274") | ||
load("hpc-impi/2018.4.274") | ||
load(pathJoin("anaconda", anaconda_ver)) | ||
|
||
load("gsi_common") | ||
|
||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
pushenv("CFLAGS", "-axSSE4.2,AVX,CORE-AVX2") | ||
pushenv("FFLAGS", "-axSSE4.2,AVX,CORE-AVX2") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix/gsi/20221128") | ||
|
||
pushenv("GSI_BINARY_SOURCE_DIR", "/mnt/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix/gsi/20221128") | ||
|
||
whatis("Description: GSI environment on Jet 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
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