diff options
author | Thomas White <taw@physics.org> | 2019-09-09 15:08:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-09 15:08:18 +0200 |
commit | 7d2966b89351f3464802ee1691d1c8a8d47d2ae8 (patch) | |
tree | 23d412d31e38ac03a9ffccf5fe1f73b3e66f0c70 /scripts | |
parent | 170391d34095b8a0439f987dd08fda7cb8213aba (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-x | scripts/turbo-index-slurm | 1 |
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 |