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
gives error
"srun: Job step's --cpus-per-task value exceeds that of job (6 > 1). Job step may never run.
srun: error: Unable to create step for job 28296912: More processors requested than permitted"
works with -c 1 (but I'm not sure what later consequence that might have)
The text was updated successfully, but these errors were encountered:
On Fri, Dec 04, 2020 at 08:19:39AM -0800, clmattson wrote:
`srun -p bmh -J KO -t 48:00:00 --mem=8gb -c 6 --pty bash`
gives error
"srun: Job step's --cpus-per-task value exceeds that of job (6 > 1). Job step may never run.
srun: error: Unable to create step for job 28296912: More processors requested than permitted"
works with -c 1 (but I'm not sure what later consequence that might have)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#31
In 10_annotating_amino_acid_sequences, prior to using kofamscan
srun -p bmh -J KO -t 48:00:00 --mem=8gb -c 6 --pty bash
gives error
"srun: Job step's --cpus-per-task value exceeds that of job (6 > 1). Job step may never run.
srun: error: Unable to create step for job 28296912: More processors requested than permitted"
works with -c 1 (but I'm not sure what later consequence that might have)
The text was updated successfully, but these errors were encountered: