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
Error: Received error: "Could not submit allocation: qsub execution failed\n\nCaused by:\n Exit code: 32\n Stderr: qsub: Error: The system doesn't support the use of \"-l select\". Please use \"-l ncpus\" and \"-l mem\" instead.\n Stdout: "
It seems like there may be a misconfiguration in how I am specifying the allocation parameters, but I cannot pinpoint the issue.
would greatly appreciate your guidance in identifying the issue.
The text was updated successfully, but these errors were encountered:
Hi, it's not a misconfiguration on your side. HyperQueue uses -lselect to tell PBS how many nodes should be requested in an allocation. However, it looks like your specific PBS version/instance does not accept -lselect, and instead wants different parameters (hence the error message).
This is a rather common issue with PBS, it exists in tens of different flavors and versions, which slightly differ in their behavior and sadly also their CLI parameters. HyperQueue can't know all the specific details of the used PBS, so it just tries some generic CLI parameters, but here it doesn't work.
How do you start PBS allocations manually on the cluster? Is -lmem required? Can you specify the number of nodes to spawn, rather than specifying the number of CPUs?
I am currently attempting to run a Nextflow workflow using HyperQueue on a server but have encountered an issue with job allocation.
Specifically, I ran the following commands for allocation:
The error message I received for both was:
It seems like there may be a misconfiguration in how I am specifying the allocation parameters, but I cannot pinpoint the issue.
would greatly appreciate your guidance in identifying the issue.
The text was updated successfully, but these errors were encountered: