Changes between Version 44 and Version 45 of vnc3d


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

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v44 v45  
    127127* -geometry       -> set the screen size (eg. -geometry 1920x1080)
    128128{{{ #!sh
    129 ssh <USERID>@jurecavis.fz-juelich.de
    130 
    131129# start the VNC server on visualization login node
    132130vncserver -profile vis
     
    152150To allocate a vis node with 512 GByte main memory for one hour, use:
    153151{{{ #!sh
    154 ssh <USERID>@jureca.fz-juelich.de
    155 
    156152# request allocation and spawn VNC server on visualization node
    157153salloc -N 1 -p vis --gres=mem512,gpu:1 --start-xserver --time=1:00:00