Changes between Version 42 and Version 43 of vnc3d


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

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v42 v43  
    128128{{{ #!sh
    129129vncserver -profile vis
     130
     131...
     132Desktop 'TurboVNC: <NODE>:<DISPLAY> (profile <PROFILE>)'
     133 started on display <NODE>:<DISPLAY> (<NODE>:<DISPLAY>)
     134...
    130135}}}
    131136
     
    144149To allocate a vis node with 512 GByte main memory for one hour, use:
    145150{{{ #!sh
     151ssh <USERID>@jureca.fz-juelich.de
     152
    146153# request allocation and spawn VNC server on visualization node
    147154salloc -N 1 -p vis --gres=mem512,gpu:1 --start-xserver --time=1:00:00