Skip to content
Snippets Groups Projects
Commit 54c794f3 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Add comment on saving results in examples

parent d13c6a0f
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!659Check ws allocation
......@@ -257,6 +257,7 @@ calling the actual software to do your computation).
# Adjust the following line to invoke the program you want to run
srun name_of_the_program_you_want_to_run_here < "${INPUTFILE}" > logfile.log
# Save result files into user home
# Compress results with bzip2 (which includes CRC32 Checksums)
bzip2 --compress --stdout -4 "${WORKSPACE_DIR}" > $HOME/gaussian_job-$SLURM_JOB_ID.bz2
RETURN_CODE=$?
......
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