Skip to content

Commit

Permalink
update cmake on wcoss (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Aug 4, 2021
1 parent 5ab9a08 commit 3e50d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions env/build_wcoss_cray_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module load wgrib2/2.0.8

module swap pmi pmi/5.0.11

## load cmake
module load cmake/3.20.1
module load cmake/3.20.2

export CMAKE_C_COMPILER=cc
export CMAKE_CXX_COMPILER=CC
export CMAKE_Fortran_COMPILER=ftn
Expand Down
9 changes: 4 additions & 5 deletions env/build_wcoss_dell_p3_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

module purge

module load cmake/3.20.0
module load HPSS/5.0.2.5
module load lsf/10.1
module load python/3.6.3

### hpc-stack ###
module use /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/modulefiles/stack
module load hpc/1.1.0
Expand Down Expand Up @@ -37,6 +32,10 @@ module load w3nco/2.4.1
module load wgrib2/2.0.8
module load zlib/1.2.11

module load cmake/3.20.0
module load HPSS/5.0.2.5
module load lsf/10.1
module load python/3.6.3

export CMAKE_C_COMPILER=mpiicc
export CMAKE_CXX_COMPILER=mpiicpc
Expand Down

0 comments on commit 3e50d4e

Please sign in to comment.