So, isn't possible to override that "default"? I mean the target node. In
the faq page it is possible to change the default command for salloc, but I
didn't see your confirmation.
I really have difficults with interactive jobs that use x11 or binary files
or bash scripts. For some of them, srun d
On 30/12/18 7:16 am, Mahmood Naderan wrote:
Right...
I also tried
[mahmood@rocks7 ~]$ salloc --nodelist=compute-0-2 -n 1 -c 1 --mem=4G -p
RUBY -A y4
salloc: Granted job allocation 199
[mahmood@rocks7 ~]$ $
I expected to see the compute-0-2 prompt. Is that normal?
By default salloc gives yo
Right...
I also tried
[mahmood@rocks7 ~]$ salloc --nodelist=compute-0-2 -n 1 -c 1 --mem=4G -p
RUBY -A y4
salloc: Granted job allocation 199
[mahmood@rocks7 ~]$ $
I expected to see the compute-0-2 prompt. Is that normal?
Regards,
Mahmood
On Sun, Dec 30, 2018 at 6:06 PM Ing. Gonzalo E. Arroyo
$ salloc (Don't call the script in the same line)
I had a typo... srun
El dom., 30 de dic. de 2018 11:29, Ing. Gonzalo E. Arroyo <
garr...@ifimar-conicet.gob.ar> escribió:
> $ salloc ...
>
> After you have the node you run
>
> $ hostname
>
> $ stun hostname
>
> Check that difference then d
$ salloc ...
After you have the node you run
$ hostname
$ stun hostname
Check that difference then do the same with script
El dom., 30 de dic. de 2018 07:17, Mahmood Naderan
escribió:
> Hi
> I have read that salloc has some problem running bash scripts while it is
> OK with binary files. Th
Hi
I have read that salloc has some problem running bash scripts while it is
OK with binary files. The following script works fine from bash terminal,
but salloc is unable to to that.
$ cat slurm.sh
#!/bin/bash
./script.sh files_android.txt report/android.txt
$ salloc -n 1 -c 1 --mem=4G -p RUBY