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