Skip to content

Commit

Permalink
full sbatch path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Oct 28, 2024
1 parent 874a8f9 commit 71135de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def allocate_actions_runner(job_id, token):

# sbatch resource allocation command
command = [
"sbatch",
"/opt/slurm/bin/sbatch",
# f"--nodelist=thor-slurm1",
f"--job-name=slurm-{runner_size_label}-{job_id}",
f"--mem-per-cpu={runner_resources['mem-per-cpu']}",
Expand Down

0 comments on commit 71135de

Please sign in to comment.