Skip to content
Snippets Groups Projects

Refactoring run-mmpol scripts

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -128,8 +128,8 @@ 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}
fi
fi
\ No newline at end of file
Loading