Changes between Version 53 and Version 54 of vnc3d


Ignore:
Timestamp:
04/28/16 14:27:46 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v53 v54  
    177177If your operating system is Linux use for interactive nodes (NODE is most likely jurecavis01... or jurecavis02...):
    178178{{{ #!ShellExample
    179 ssh -4 -N -L <5900+DISPLAY>:localhost:<5900+DISPLAY> <NODE>
     179ssh -N -L <5900+DISPLAY>:<NODE>:<5900+DISPLAY> <NODE>.fz-juelich.de
     180example: ssh -N -L 5907:jurecavis01:5907 jurecavis01.fz-juelich.de
    180181}}}
    181182
    182183and for dedicated nodes:
    183184{{{ #!ShellExample
    184 ssh -4 -N -L <5900+DISPLAY>:localhost:<5900+DISPLAY> jureca.fz-juelich.de
     185ssh -N -L <5900+DISPLAY>:<NODE>:<5900+DISPLAY> jureca.fz-juelich.de
     186example: ssh -N -L 5911:jrc1327:5911 jureca.fz-juelich.de
    185187}}}
    186188
     
    228230
    229231{{{ #!sh
    230 # start ParaView using VirtualGL for hardware acceleration
     232# start ParaView Server and GUI using VirtualGL for hardware acceleration
     233srun -n 24 vglrun pvserver
    231234vglrun ParaView
    232235}}}
     236Connect to the pvservers on localhost:11111
    233237
    234238==== e.g. !VisIt