Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
export CMAKE_Fortran_COMPILER=mpiifort
export CMAKE_Platform=hera.intel
export BLENDINGPYTHON="/contrib/miniconda3/4.5.12/envs/pygraf/bin/python"

# use shared memory and OpenFabrics Alliance (OFA) fabric with Intel MPI to circumvent RDMA-related bug in DAPL.
export I_MPI_Platform=shm:ofa
1 change: 1 addition & 0 deletions env/build_jet_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
export CMAKE_Fortran_COMPILER=mpiifort
export CMAKE_Platform=jet.intel
export BLENDINGPYTHON="/contrib/miniconda3/4.5.12/envs/pygraf/bin/python"
3 changes: 2 additions & 1 deletion env/build_wcoss2_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module load nemsio/2.5.2
module load libjpeg/9c
module load cray-pals/1.1.3
module load nco/5.0.6
module load python/3.8.6

#module use /lfs/h1/oar/esrl/noscrub/samuel.trahan/ifi/modulefiles
#module try-load ifi/20221006-intel-19.1.3.304
Expand All @@ -62,4 +63,4 @@ export CMAKE_C_COMPILER=cc
export CMAKE_CXX_COMPILER=CC
export CMAKE_Fortran_COMPILER=ftn
export CMAKE_Platform=wcoss2

export BLENDINGPYTHON="/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmjw4hmyz43v5x4jbxjzpk/bin/python"