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
I'm having a specific problem and I'm checking to see whether Nextflow might be a good tool for answering it.
The idea, is that I need to launch a bunch of job, sharing a specific ressource that is not CPU, GPU or memory (let's call it box), but not all jobs can run at the same time, or I might run out of boxes.
So I was thinking, would it be possible to use directives and LimitRessources or something similar to define the number of box each process take, and stay below this threshold ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm having a specific problem and I'm checking to see whether Nextflow might be a good tool for answering it.
The idea, is that I need to launch a bunch of job, sharing a specific ressource that is not CPU, GPU or memory (let's call it box), but not all jobs can run at the same time, or I might run out of boxes.
So I was thinking, would it be possible to use directives and LimitRessources or something similar to define the number of box each process take, and stay below this threshold ?
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions