-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I have submitted 2 jobs but they don't run at the same time:
[root@slurmctl /]# sbatch -n1 --wrap="sleep 10"
Submitted batch job 1
[root@slurmctl /]# sbatch -n1 --wrap="sleep 10"
Submitted batch job 2
[root@slurmctl /]# squeue
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
2 normal wrap root PD 0:00 1 (Resources)
1 normal wrap root R 0:09 1 c1
Job-2
should wait till Job-1
completed. Is there any way to let them run at the same time? Since there is 4 free node I though we could run 4 processes at the same time.
Metadata
Metadata
Assignees
Labels
No labels