Skip to content

Commit

Permalink
patch slurm script to use module load singularity/vcell-3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 18, 2024
1 parent 7e2406b commit d5b3eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ private void slurmInitSingularity(LineStringBuilder lsb, String primaryDataDirEx
lsb.write("echo `hostname`\n");
lsb.write("export MODULEPATH=/isg/shared/modulefiles:/tgcapps/modulefiles\n");
lsb.write("source /usr/share/Modules/init/bash\n");
lsb.write("module load singularity\n");
lsb.write("module load singularity/vcell-3.10.0\n");

lsb.write("echo \"job running on host `hostname -f`\"");
lsb.newline();
Expand Down

0 comments on commit d5b3eb6

Please sign in to comment.