From 818001bbe122368813e7563927ae0e5a9ffa2555 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Fri, 2 Sep 2022 10:47:54 +0200 Subject: [PATCH] Refine placeholder --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 24bc3e3a4..d43423953 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -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) -- GitLab