Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Rearranged rcac build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 18, 2024
1 parent 7ddcc30 commit 4111a13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions buildscripts/build_rcac_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,27 @@ fi
if [[ $MACHINE_NAME == "bell" ]]; then
module purge
module use /depot/daminton/etc/modules/bell
module load use.own
module load gcc/10.2.0
module load conda-env/mintongroup-py3.8.5
module load hdf5/1.10.6
module load netcdf/4.7.4
module load netcdf-fortran/4.5.3
module load shtools/gcc10/4.11.10
module load cmake/3.20.6
module load ninja/1.11.1
if [[ $BUILD_TYPE == "Release" ]]; then
module load use.own
module load conda-env/mintongroup-py3.8.5
fi
elif [[ $MACHINE_NAME == "negishi" ]]; then
module purge
module use /depot/daminton/etc/modules/negishi
module load use.own
module load gcc/12.2.0
module load conda-env/mintongroup-py3.9.13
module load hdf5/1.13.2
module load netcdf-c/4.9.0
module load netcdf-fortran/4.6.0
module load shtools/gcc12/4.11.10
module load cmake/3.24.3
module load ninja/1.11.1
if [[ $BUILD_TYPE == "Release" ]]; then
module load use.own
module load conda-env/mintongroup-py3.9.13
fi
fi

cmake -P distclean.cmake
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/build_rcac_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,32 @@ fi
if [[ $MACHINE_NAME == "bell" ]]; then
module purge
module use /depot/daminton/etc/modules/bell
module load use.own
module load intel/19.0.5.281
module load intel-mkl/2019.5.281
module load impi/2019.5.281
module load conda-env/mintongroup-py3.8.5
module load shtools/intel19/4.11.10
module load cmake/3.20.6
module load ninja/1.11.1
module load hdf5/1.10.6
module load netcdf/4.7.4
module load netcdf-fortran/4.5.3
module load use.own
module load conda-env/mintongroup-py3.8.5
MACHINE_CODE_VALUE="Host"
elif [[ $MACHINE_NAME == "negishi" ]]; then
module purge
module use /depot/daminton/etc/modules/negishi
module load use.own
module load intel/19.1.3.304
module load intel-mkl/2019.9.304
module load impi/2019.9.304
module load conda-env/mintongroup-py3.9.13
module load shtools/intel19/4.11.10
module load cmake/3.24.3
module load ninja/1.11.1
module load hdf5/1.13.2
module load netcdf-c/4.9.0
module load netcdf-fortran/4.6.0
module load use.own
module load conda-env/mintongroup-py3.9.13
MACHINE_CODE_VALUE="SSE2"
fi

Expand Down

0 comments on commit 4111a13

Please sign in to comment.