Skip to content

Commit

Permalink
update of summit builds to use mass
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Nov 13, 2019
1 parent 12a7658 commit a9cab02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config/build_olcf_summit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ echo "Purging current module set"

. config/load_summit_modules.sh

declare -A builds=( ["cpu"]=" " \
["complex_cpu"]="-DQMC_COMPLEX=1 " \
declare -A builds=( ["cpu"]="-DENABLE_MASS=1 -DMASS_ROOT=/sw/summit/xl/16.1.1-5/xlmass/9.1.1" \
["complex_cpu"]="-DQMC_COMPLEX=1 -DENABLE_MASS=1 -DMASS_ROOT=/sw/summit/xl/16.1.1-5/xlmass/9.1.1" \
["legacy_gpu"]="-DQMC_CUDA=1 -DCUDA_ARCH=sm_70 " \
["complex_legacy_gpu"]="-DQMC_CUDA=1 -DQMC_COMPLEX=1 -DCUDA_ARCH=sm_70 " )
["complex_legacy_gpu"]="-DQMC_CUDA=1 -DQMC_COMPLEX=1 -DCUDA_ARCH=sm_70 " \
["enable_cuda"]="-DENABLE_CUDA=1 -DENABLE_MASS=1 -DMASS_ROOT=/sw/summit/xl/16.1.1-5/xlmass/9.1.1")

mkdir bin

Expand Down
2 changes: 1 addition & 1 deletion config/load_summit_modules.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Loading QMCPACK dependency modules for summit"
module load gcc
module load gcc/7.4.0
module load spectrum-mpi
module load essl
module load netlib-lapack
Expand Down

0 comments on commit a9cab02

Please sign in to comment.