Re: [slurm-users] Determining Cluster Usage Rate

2021-05-15 Thread Juergen Salk
* Christopher Samuel [210514 15:47]: > > Usage reported in Percentage of Total > > > > > >   Cluster  TRES Name    Allocated Down PLND Dow    Idle > > Reserved Reported > > - --

Re: [slurm-users] Running vnc after srun fails but works after a direct ssh

2021-05-15 Thread Brian Andrus
vncserver calls several other things, some of which need a terminal.  There's more to it, but the bottom line is:  use sbatch rather than srun to start a vncserver session. We merely run vncserver, back-grounding it and then wait. Something like: /vncserver :1 &// //wait// //echo "user logged

[slurm-users] Running vnc after srun fails but works after a direct ssh

2021-05-15 Thread Jeremy Fix
Hello ! I'm facing a weird issue. With one user, call it gpupro_user , if I log with ssh on a compute node, I can run a vncserver (see command [1]  below) succesfully (in my case, a tigervnc server). However, if I allocate the exact same node through a srun (see command [2] below), running vnc ser