Skip to content

Commit

Permalink
added gcc module in slurm submission
Browse files Browse the repository at this point in the history
  • Loading branch information
alorchhota committed Nov 2, 2018
1 parent 9204afe commit 62fc7bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slurm_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ submit_slurm_job()
cmd_header=$(get_slurm_header ${partition} ${script_dir} ${time} ${nodes} ${ntasks} ${mem} ${job_name} "${slurm_job_fn}.%%j.out" "${slurm_job_fn}.%%j.err")

# slurm modules
cmd_modules="module load R"
cmd_modules="module load gcc"
cmd_modules="$cmd_modules\nmodule load R"
cmd_modules="$cmd_modules\nmodule load bowtie1/1.2.2"
cmd_modules="$cmd_modules\n"

Expand Down

0 comments on commit 62fc7bd

Please sign in to comment.