Dear List,

let’s assume I have one user submitting batch jobs like:

sbatch --array=1-60 --wrap="/bin/sleep 10" --job-name=sleeper1
sbatch --array=1-90 --wrap="/bin/sleep 3" --job-name=sleeper2

Then, because of “fifo” the job “sleeper1” is beeing processed followed by 
“sleeper2”. They are all in one partition. Is it somehow possible to have the 
scheduler processing both jobs? I saw fairshare and gang scheduling but both do 
not seem to do what I am looking for. 

(I have consumable resources activated with CPU metrics if that is somehow of 
concern)

Best Regards,

Michael=

Reply via email to