-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submitit with sbatch #1726
Comments
The same thing happens to me too! I think the library submits via
|
Hello, |
Hi, Yes, my slurm cluster fails to allocate GPUs if a job is submitted through srun directly rather than as a batch script through sbatch. The srun command can be used inside the slurm batch submission, but if it is run by itself (eg. I was wondering if submitit to submit the job as you would an sbatch script (eg. |
Submitit is calling |
I've realized that in the SLURM installation used in our supercomputing center, the resource definition (gres) used in submitit causes an error. This is something related to the configuration of SLURM in our center. |
If submitit is calling sbatch internally, that shouldn’t be the issue then I guess.
Maybe the issue I am having is more similar to what Husein reports. I will check out the submission.sh file and see whether running it directly throws errors
Paul Wilson
…________________________________
From: Huseyin Kaya ***@***.***>
Sent: Thursday, March 2, 2023 10:40:38 AM
To: facebookincubator/submitit ***@***.***>
Cc: Paul Wilson ***@***.***>; Author ***@***.***>
Subject: Re: [facebookincubator/submitit] Submitit with sbatch (Issue #1726)
I've realized that in the SLURM installation used in our supercomputing center, the resource definition (gres) used in submitit causes an error. This is something related to the configuration of SLURM in our center.
—
Reply to this email directly, view it on GitHub<#1726 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASZZK2R2W6QS7FVV4FB63O3W2C5PNANCNFSM6AAAAAATXLQYOY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello, thanks for the great project!
I am working with a slurm cluster which requires compute jobs to be submitted with sbatch rather than srun. It appears that submitit uses srun to submit jobs. Therefore it crashes with a gres-not-available error when I use submitit. Is sbatch supported with submitit?
Thanks in advance!
Paul
The text was updated successfully, but these errors were encountered: