Skip to content
Snippets Groups Projects
Commit 6401d883 authored by Bert Wesarg's avatar Bert Wesarg :keyboard: Committed by Martin Schroschk
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b5836747
No related branches found
No related tags found
3 merge requests!899Preview,!897Draft: Preview,!888Consistency in using long options
...@@ -433,7 +433,7 @@ the following example (which works [for the program g16](../software/nanoscale_s ...@@ -433,7 +433,7 @@ the following example (which works [for the program g16](../software/nanoscale_s
# Allocate workspace for this job. Adjust time span to time limit of the job (-d <N>). # Allocate workspace for this job. Adjust time span to time limit of the job (-d <N>).
WSNAME=computation_$SLURM_JOB_ID WSNAME=computation_$SLURM_JOB_ID
export WSDDIR=$(ws_allocate -F ssd -n ${WSNAME} -d 2) export WSDDIR=$(ws_allocate --filesystem=ssd --name=${WSNAME} --duration=2)
echo ${WSDIR} echo ${WSDIR}
# Check allocation # Check allocation
......
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