Re: [slurm-users] salloc unable to find the file path

2018-12-26 Thread Mahmood Naderan
Please see below that salloc says unable to exec command, while srun is able to run that [mahmood@rocks7 ~]$ salloc --nodelist=compute-0-4 -p RUBY -A y4 --mem=4G -c 4 --spankx11 /state/partition1/v190/Framework/bin/Linux64/runwb2 salloc: Granted job allocation 104 salloc: error: Unable to exec com

Re: [slurm-users] salloc unable to find the file path

2018-12-26 Thread Mahmood Naderan
But the problem is that it doesn't find the file path. That is not related to slurm parameters AFAIK. Regards, Mahmood On Wed, Dec 26, 2018 at 11:37 PM Ing. Gonzalo E. Arroyo < garr...@ifimar-conicet.gob.ar> wrote: > You should try starting with small amount of parameters, for example if I >

Re: [slurm-users] salloc unable to find the file path

2018-12-26 Thread Ing. Gonzalo E. Arroyo
You should try starting with small amount of parameters, for example if I have my IFIMAR partition and I need 2 cores in 1 node: salloc -N1 -n2 --partition IFIMAR *Ing. Gonzalo E. Arroyo - CPA Profesional* IFIMAR - CONICET *www.ifimar-conicet.gob.ar * *Este mensa

[slurm-users] salloc unable to find the file path

2018-12-26 Thread Mahmood Naderan
Hi, Although the command exists on the node, salloc says there is no such file. Please see below [mahmood@rocks7 ~]$ cat workbench.sh #!/bin/bash #SBATCH --nodes=1 #SBATCH --cores=4 #SBATCH --mem=4G #SBATCH --partition=RUBY #SBATCH --account=y4 unset SLURM_GTIDS /state/partition1/v190/Framework/bi

Re: [slurm-users] About srun command

2018-12-26 Thread Mahmood Naderan
Yes thank you very much. Regards, Mahmood On Wed, Dec 26, 2018 at 10:18 PM Ing. Gonzalo E. Arroyo < garr...@ifimar-conicet.gob.ar> wrote: > Hi! You should try salloc with similar parameters, then you will have > access to the required nodes or cores... > > *Ing. Gonzalo E. Arroyo - CPA Profes

Re: [slurm-users] About srun command

2018-12-26 Thread Ing. Gonzalo E. Arroyo
Hi! You should try salloc with similar parameters, then you will have access to the required nodes or cores... *Ing. Gonzalo E. Arroyo - CPA Profesional* IFIMAR - CONICET *www.ifimar-conicet.gob.ar * *Este mensaje es confidencial. Puede contener información ampar

[slurm-users] About srun command

2018-12-26 Thread Mahmood Naderan
Hi I use the following command to bring up a qmeu guest supported by spankx11 $ srun -n 1 -c 20 --mem=10G -p QEMU -A q20_10 --spankx11 ./run_qemu.sh where run_qemu.sh is a command like this $ cat run_qemu.sh #!/bin/bash USERN=`whoami` qemu-system-x86_64 -m 8192 -smp cores=20 -hda win7_64_snap.i