>More constructively - maybe the list can help you get the X11 applications to run using Slurm. >Could you give some details please?
For example, I an not run this GUI program with salloc [mahmood@rocks7 ~]$ cat workbench.sh #!/bin/bash unset SLURM_GTIDS /state/partition1/ans190/v190/Framework/bin/Linux64/runwb2 [mahmood@rocks7 ~]$ rocks run host compute-0-1 "ls /state/partition1/ans190/v190/Framework/bin/Linux64/runwb2" Warning: untrusted X11 forwarding setup failed: xauth key data not generated /state/partition1/ans190/v190/Framework/bin/Linux64/runwb2 [mahmood@rocks7 ~]$ salloc -w compute-0-1 -c 2 --mem=4G -p RUBY -A y4 ./workbench.sh salloc: Granted job allocation 938 ./workbench.sh: line 4: /state/partition1/ans190/v190/Framework/bin/Linux64/runwb2: No such file or directory salloc: Relinquishing job allocation 938 Regards, Mahmood On Wed, Apr 24, 2019 at 12:33 PM John Hearns <[email protected]> wrote: > I would suggest that if those applications really are not possible with > Slurm - then reserve a set of nodes for interactive use and disable the > Slurm daemon on them. > Direct users to those nodes. > > More constructively - maybe the list can help you get the X11 applications > to run using Slurm. > Could you give some details please? > >
