Changes between Version 39 and Version 40 of vnc3d


Ignore:
Timestamp:
04/19/16 19:06:39 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v39 v40  
    144144To allocate a vis node with 512 GByte main memory for one hour, use:
    145145{{{ #!sh
    146 ssh <USERID>@jurecavis.fz-juelich.de
     146ssh <USERID>@jureca.fz-juelich.de
    147147
    148148# request allocation and spawn VNC server on visualization node
    149149salloc -N 1 -p vis --gres=mem512,gpu:1 --start-xserver --time=1:00:00
    150150srun -n 1 --cpu_bind=none --gres=gpu:1 vncserver -fg -profile vis -geometry 1920x1080
     151
     152...
     153Desktop 'TurboVNC: jurecavis02.fz-juelich.de:1 (profile <PROFILE>)' started on display jrc1384:1 (jurecavis02.fz-juelich.de:1)
     154...
    151155}}}
    152156