Modified epilog slurm script
This commit is contained in:
parent
21aafcff36
commit
e511631165
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Delete the scratch directory for the job
|
||||
SCRATCH_DIR="/scratch/job-$SLURM_JOB_ID"
|
||||
rm -rf "$SCRATCH_DIR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue