Changes between Version 23 and Version 24 of vnc3d


Ignore:
Timestamp:
02/19/16 14:32:35 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v23 v24  
    8989{{{ #!ShellExample
    9090# request allocation and spawn VNC server on visualization node
    91 salloc -N 1 -p vis --gres=mem512,gpu:2 --start-xserver --time=1:00:00
    92 srun -n 1 --cpu_bind=none --gres=gpu:0 vncserver -fg -geometry 1920x1080
     91salloc -N 1 -p vis --gres=mem512,gpu:1 --start-xserver --time=1:00:00
     92srun -n 1 --cpu_bind=none --gres=gpu:1 vncserver -fg -geometry 1920x1080
    9393}}}
    9494* -N 1            -> Set number of requested nodes.