Skip to content

Commit

Permalink
Remove --slurmd-debug argument from Princeton site
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jan 9, 2024
1 parent 436f679 commit 1d0682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/bps/parsl/sites/princeton.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_executors(self) -> list[ParslExecutor]:
max_blocks=max_blocks,
parallelism=1.0,
worker_init=export_environment(),
launcher=SrunLauncher(overrides="-K0 -k --slurmd-debug=verbose"),
launcher=SrunLauncher(overrides="-K0 -k"),
cmd_timeout=cmd_timeout,
),
)
Expand Down

0 comments on commit 1d0682c

Please sign in to comment.