Skip to content

How can I run multiple jobs at the same time? #48

@avatar-lavventura

Description

@avatar-lavventura

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions