Re: [easybuild] SRUN instead of MPIRUN for sanity test

2021-03-05 Thread Joaquim Jornet Somoza
Thank you !! I will test it !!! Missatge de Alan O'Cais del dia dt., 16 de febr. 2021 a les 14:53: > Hi Quim, > > You need a configuration option for this, for example: > eb --mpi-cmd-template="srun --mpi=pmi2 -n %(nr_ranks)s %(cmd)s " ... > > Untested, but I think that should work. > > Alan

Re: [easybuild] SRUN instead of MPIRUN for sanity test

2021-03-05 Thread Joaquim Jornet Somoza
Thank you ! I will test it and let you know ! best regards quim Missatge de Alan O'Cais del dia dt., 16 de febr. 2021 a les 14:53: > Hi Quim, > > You need a configuration option for this, for example: > eb --mpi-cmd-template="srun --mpi=pmi2 -n %(nr_ranks)s %(cmd)s " ... > > Untested, but I

Re: [easybuild] SRUN instead of MPIRUN for sanity test

2021-02-16 Thread Alan O'Cais
Hi Quim, You need a configuration option for this, for example: eb --mpi-cmd-template="srun --mpi=pmi2 -n %(nr_ranks)s %(cmd)s " ... Untested, but I think that should work. Alan On Mon, 15 Feb 2021 at 14:42, Joaquim Jornet Somoza mailto:j.jornet.som...@gmail.com>> wrote: Dear all, I am