aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-09 15:08:18 +0200
committerThomas White <taw@physics.org>2019-09-09 15:08:18 +0200
commit7d2966b89351f3464802ee1691d1c8a8d47d2ae8 (patch)
tree23d412d31e38ac03a9ffccf5fe1f73b3e66f0c70 /scripts
parent170391d34095b8a0439f987dd08fda7cb8213aba (diff)
turbo-index-slurm: Remove --workdir option
In the latest version, it's been renamed to --chdir. But it's not necessary anyway. The default working directory is the sbatch caller's directory.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/turbo-index-slurm1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/turbo-index-slurm b/scripts/turbo-index-slurm
index b20af403..bd3d7a07 100755
--- a/scripts/turbo-index-slurm
+++ b/scripts/turbo-index-slurm
@@ -68,7 +68,6 @@ for FILE in split-events-${RUN}.lst*; do
#echo "#SBATCH --nice=100" >> $SLURMFILE
echo >> $SLURMFILE
- echo "#SBATCH --workdir $PWD" >> $SLURMFILE
echo "#SBATCH --job-name $NAME" >> $SLURMFILE
echo "#SBATCH --output $NAME-%N-%j.out" >> $SLURMFILE
echo "#SBATCH --error $NAME-%N-%j.err" >> $SLURMFILE