Skip to content

Commit

Permalink
Use bash shell to submit sbatch (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Apr 14, 2024
1 parent ba81afc commit 06a9f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilix/batchq.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def submit(self) -> None:
if self.dry_run:
return
# Submit the job
slurm.sbatch()
slurm.sbatch(shell="/bin/bash")


def submit_job(
Expand Down

0 comments on commit 06a9f55

Please sign in to comment.