You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Bug description
During the dataset creation process, while executing ./eli_download_docs_launcher.sh , I got the following error
sbatch: error: Batch job submission failed: More processors requested than permitted
I thought this is due to less number of worker nodes I have, so I changed the first line of the script from for i in {0..99}; do sbatch --export=SCNUM=$i eli_download_docs.sbatch; done
to for i in {0..1}; do sbatch --export=SCNUM=$i eli_download_docs.sbatch; done
but still the error persists.
Reproduction steps
I've created a SLURM cluster on Azure platform with 1 master node and 2 worker nodes
Expected behavior
Any advice on setting up the cluster would be really helpful.
Logs
sbatch: error: Batch job submission failed: More processors requested than permitted
Output goes here
Additional context
Add any other context about the problem here. (like proxy settings, network setup, overall goals, etc.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description
During the dataset creation process, while executing ./eli_download_docs_launcher.sh , I got the following error
sbatch: error: Batch job submission failed: More processors requested than permitted
I thought this is due to less number of worker nodes I have, so I changed the first line of the script from
for i in {0..99}; do sbatch --export=SCNUM=$i eli_download_docs.sbatch; done
to
for i in {0..1}; do sbatch --export=SCNUM=$i eli_download_docs.sbatch; done
but still the error persists.
Reproduction steps
I've created a SLURM cluster on Azure platform with 1 master node and 2 worker nodes
Expected behavior
Any advice on setting up the cluster would be really helpful.
Logs
sbatch: error: Batch job submission failed: More processors requested than permitted
Additional context
Add any other context about the problem here. (like proxy settings, network setup, overall goals, etc.)
The text was updated successfully, but these errors were encountered: