forked from DTC-phytne/ufs-srweather-app
-
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.
Temporary fix for Hera netcdf issue. (ufs-community#391)
Rename DTC-PAS to DTC-phytne modified: Externals.cfg modified: modulefiles/build_hera_intel modified: modulefiles/srw_common
- Loading branch information
1 parent
1caa64b
commit 46944ed
Showing
4 changed files
with
61 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#%Module | ||
|
||
proc ModulesHelp { } { | ||
puts stderr "This module loads libraries for building SRW on" | ||
puts stderr "the NOAA RDHPC machine Hera using Intel-18.0.5.274" | ||
} | ||
|
||
module-whatis "Loads libraries needed for building SRW on Hera" | ||
|
||
module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles | ||
module load miniconda3/3.7.3 | ||
|
||
module use /contrib/sutils/modulefiles | ||
module load sutils | ||
|
||
module load cmake/3.20.1 | ||
|
||
module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack | ||
|
||
module load hpc/1.1.0 | ||
module load hpc-intel/18.0.5.274 | ||
module load hpc-impi/2018.0.4 | ||
|
||
module load srw_common | ||
|
||
module unload fms | ||
module load fms/2021.03-avx | ||
|
||
setenv CMAKE_C_COMPILER mpiicc | ||
setenv CMAKE_CXX_COMPILER mpiicpc | ||
setenv CMAKE_Fortran_COMPILER mpiifort | ||
setenv CMAKE_Platform hera.intel | ||
|
||
# use shared memory and OpenFabrics Alliance (OFA) fabric with Intel MPI to circumvent RDMA-related bug in DAPL. | ||
setenv I_MPI_Platform shm:ofa |
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