Modified epilog slurm script

This commit is contained in:
Ceferino Patino 2025-01-13 13:25:37 -06:00
commit e511631165
No known key found for this signature in database

View file

@ -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"