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

Refine placeholder

parent 1f8f16d1
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!659Check ws allocation
......@@ -256,7 +256,7 @@ calling the actual software to do your computation).
cd ${WSDIR}
# 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
srun <application> < "${INPUTFILE}" > logfile.log
# Save result files, e.g. into your user home
# Compress results with bzip2 (which includes CRC32 Checksums)
......
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