Skip to content

Commit

Permalink
Fix preset
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Nov 25, 2023
1 parent 599970e commit 8c54c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submission/presets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UBC Sockeye cluster.
"""
setup_mpi_sockeye(my_user_allocation_code) =
setup_mpi(
submission_system = :pbs,
submission_system = :slurm,
environment_modules = ["gcc", "openmpi", "git"],
add_to_submission = ["#PBS -A $my_user_allocation_code"],
library_name = "/arc/software/spack-2023/opt/spack/linux-centos7-skylake_avx512/gcc-9.4.0/openmpi-4.1.1-d7o6cdvp67ngi5c5wdcw2qyjyseq3l3o/lib/libmpi"
Expand Down

0 comments on commit 8c54c01

Please sign in to comment.