Skip to content

Commit

Permalink
Merge 65375c8 into da4f639
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory authored Apr 7, 2021
2 parents da4f639 + 65375c8 commit 78fd455
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/README
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source/tools/release.sh &> logs/release-darwin-power9.log &

2. x64 + Volta

salloc -N 1 -p volta-x86 -C cpu_family:broadwell
salloc -N 1 -p volta-x86 -C cpu_family:haswell

3. ARM

Expand Down
2 changes: 1 addition & 1 deletion tools/ats2-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case $ddir in
unset CPATH
unset LD_LIBRARY_PATH
unset LIBRARY_PATH
run "module load draco/xl2020.11.12-cuda-11.2.0-beta"
run "module load draco/xl2020.08.19-cuda-11.0.2"
run "module list"
export JSM_JSRUN_NO_WARN_OVERSUBSCRIBE=1
}
Expand Down
4 changes: 2 additions & 2 deletions tools/darwin-x86_64-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ case "${ddir:=notset}" in
run "module use --append /projects/draco/Modules"
run "module load draco/x64-gcc930"
if [[ ${SLURM_JOB_PARTITION} =~ "volta-" || ${SLURM_JOB_PARTITION} =~ "gpu" ]]; then
run "module load cuda/11.2-beta"
run "module load cuda/11.0"
fi
run "module list"

Expand All @@ -55,7 +55,7 @@ case "${ddir:=notset}" in
run "module use --append /projects/draco/Modules"
run "module load draco/x64-intel1905"
#if [[ ${SLURM_JOB_PARTITION} =~ "volta-" || ${SLURM_JOB_PARTITION} =~ "gpu" ]]; then
# run "module load cuda/11.2-beta"
# run "module load cuda/11.0"
#fi
run "module list"
MPIEXEC_EXECUTABLE=$(which mpirun)
Expand Down

0 comments on commit 78fd455

Please sign in to comment.