[slurm-users] Re: slurmctld: slurm_bufs_sendto(msg_type=SRUN_STEP_SIGNAL) failed: Connection reset by peer

2024-02-15 Thread Jerome Verleyen via slurm-users

Dear Rike

I'm facing the same error in my own cluster, slurm version 23.11.3. And 
i notice that my task are running in sequence, not in parralele. I'm 
using the example inside the srun manual:


#!/bin/bash

srun -n1 sleep 30 &
srun -n1 sleep 45 &
srun -n1 sleep 20 &
srun -n1 sleep 25 &
wait


$ sbatch -n4 test.sh

I hope that should running in 45 seconds, as my server have 64 cores... 
But no, each task is running sequencialy.


Hope that someone could help us?

Regards

--
-- Jérôme
Inventer, c'est penser à côté.
(Albert Einstein)


--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] URL for how to do for SLURM accounting setup

2024-02-15 Thread John Joseph via slurm-users
Dear ALL, 
Good morning 
we were able to setup a test SLURM based system, with 4 nodes , Ubuntu 22.04 
LTS and we were able to run COMSOL using "comsol batch" command 
Now we plan to have accounting 

https://slurm.schedmd.com/accounting.html

Like to reach out and get guidance on any tutorial or how to do documentation 
on setting up accounting 

Appreciate your support 
Thanks 
Joseph John 


-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] Re: URL for how to do for SLURM accounting setup

2024-02-15 Thread Ole Holm Nielsen via slurm-users

On 2/16/24 07:01, John Joseph via slurm-users wrote:
we were able to setup a test SLURM based system, with 4 nodes , Ubuntu 
22.04 LTS and we were able to run COMSOL using "comsol batch" command

Now we plan to have accounting

https://slurm.schedmd.com/accounting.html 




Like to reach out and get guidance on any tutorial or how to do 
documentation on setting up accounting


You might take a look at our Wiki page 
https://wiki.fysik.dtu.dk/Niflheim_system/Slurm_accounting/ and the other 
pages in the Wiki.


IHTH,
Ole

--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com