From a8e6aef1f6db722b50225261da793f23299a362e Mon Sep 17 00:00:00 2001 From: dachengx Date: Sat, 13 Apr 2024 19:20:51 -0500 Subject: [PATCH] Use bash shell to submit sbatch --- utilix/batchq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilix/batchq.py b/utilix/batchq.py index e32fe08..04cc287 100644 --- a/utilix/batchq.py +++ b/utilix/batchq.py @@ -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(