Skip to content

Commit dc406aa

Browse files
committed
add derecho_intel modulefile
1 parent c0c7907 commit dc406aa

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
help([[
2+
This module loads libraries for building the CCPP Single-Column Model on
3+
the CISL machine Derecho (Cray) using Intel-classic-2021.10.0
4+
]])
5+
6+
whatis([===[Loads spack-stack libraries needed for building the CCPP SCM on Derecho with Intel compilers]===])
7+
8+
setenv("LMOD_TMOD_FIND_FIRST","yes")
9+
load("ncarenv/24.12")
10+
11+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.1/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
12+
13+
load("stack-oneapi/2024.2.1")
14+
load("stack-cray-mpich/8.1.29")
15+
load("stack-python/3.11.7")
16+
load("py-f90nml")
17+
load("py-netcdf4")
18+
load("cmake/3.27.9")
19+
20+
load("netcdf-c/4.9.2")
21+
load("netcdf-fortran/4.6.1")
22+
load("bacio/2.4.1")
23+
load("sp/2.5.0")
24+
load("w3emc/2.10.0")
25+
26+
setenv("CMAKE_C_COMPILER","cc")
27+
setenv("CMAKE_CXX_COMPILER","CC")
28+
setenv("CMAKE_Fortran_COMPILER","ftn")
29+
setenv("CMAKE_Platform","derecho.intel")
30+
31+
execute{cmd="source /glade/work/grantf/ccpp-scm-software/spack-stack-1.9.1/bin/activate", modeA={"load"}}

0 commit comments

Comments
 (0)