Skip to content

Commit 0ec332a

Browse files
rkdarstmbmilligan
authored andcommitted
slurm: remove --uid option (redundant with sudo) (#65)
- The --uid option is not allowed for non-root users anymore in Slurm 17.11.5 (at least)... - Since we submit using sudo, this option seems to be no longer needed.
1 parent 9866039 commit 0ec332a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ class SlurmSpawner(UserEnvMixin,BatchSpawnerRegexStates):
476476
#SBATCH --workdir={homedir}
477477
#SBATCH --mem={memory}
478478
#SBATCH --export={keepvars}
479-
#SBATCH --uid={username}
480479
#SBATCH --get-user-env=L
481480
#SBATCH {options}
482481

0 commit comments

Comments
 (0)