[slurm-users] How to submit simple job on Master and Compute nodes

Zainul Abiddin zainul1114 at gmail.com
Thu Feb 4 11:34:16 UTC 2021


Hi All,

Please help me to submit a simple job on master and compute nodes.
Here is the my commands

[root at smaster ~]# sinfo -Nl
Thu Feb 04 16:54:58 2021
NODELIST   NODES PARTITION       STATE CPUS    S:C:T MEMORY TMP_DISK WEIGHT
AVAIL_FE REASON
smaster        1      hpc*        idle 4       4:1:1   1024        0      1
  (null) none
snode          1     debug        idle 4       4:1:1   1024        0      1
  (null) none
[root at smaster ~]# srun -n 4 -N 1 --mem=100 --time 0:0:10 /bin/hostname
smaster
smaster
smaster
smaster
[root at smaster ~]# srun -n 4 -N 2 --mem=100 --time 0:0:10 /bin/hostname
srun: Requested partition configuration not available now
srun: job 25 queued and waiting for resources
srun: Job allocation 25 has been revoked
srun: Force Terminated job 25
[root at smaster ~]#

[root at smaster ~]# cat /etc/slurm/slurm.conf
# slurm.conf file generated by configurator easy.html.
# Put this file on all nodes of your cluster.
# See the slurm.conf man page for more information.
#
.
.
.
#
# COMPUTE NODES
NodeName=smaster NodeAddr=192.168.1.195 CPUs=4 RealMemory=1024 State=UNKNOWN
NodeName=snode NodeAddr=192.168.1.196 CPUs=4 RealMemory=1024 State=UNKNOWN
PartitionName=debug Nodes=snode Default=YES MaxTime=INFINITE State=UP
PartitionName=hpc Nodes=smaster Default=YES MaxTime=INFINITE State=UP

[root at smaster ~]#

and how do I configure a single partition for two nodes.

-- 
*Regards*
*Zain*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20210204/16fd6062/attachment.htm>


More information about the slurm-users mailing list