Skip to content
Snippets Groups Projects
Commit 9962f925 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

wrap mmpol command in sbatch to correctly pass cli parameters

parent 7c868e2d
No related branches found
No related tags found
3 merge requests!24Release v0.2.0,!22Update main to rel_v0.1.1-1,!21Fix some merge errors
......@@ -128,7 +128,7 @@ if [[ -z "${dry_run}" ]]; then
--mem-per-cpu=$mem_per_cpu \
-p $partition \
-o ${slurm_out} \
"${run_mmpol_cmd}"
--wrap "${run_mmpol_cmd}"
else
run_mmpol_cmd="${run_mmpol_cmd_base} --dry-run ${device}"
${run_mmpol_cmd}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment