Changes between Version 27 and Version 28 of vnc3d


Ignore:
Timestamp:
02/19/16 15:42:18 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v27 v28  
    175175}}}
    176176
     177==== e.g. !VisIt
     178Open a terminal in your VNC session and:
     179{{{ #!sh
     180# change Stage
     181module use /usr/local/software/jureca/OtherStages
     182module load Stages/.Stage1
     183
     184# What versions of VisIt are available?
     185module spider VisIt
     186
     187# load VisIt dependency
     188module load intel-para/2015.07
     189
     190# load VisIt
     191module load VisIt/2.10.0
     192}}}
     193
     194{{{ #!sh
     195# start VisIt using VirtualGL for hardware acceleration
     196vglrun visit -hw-accel
     197}}}
     198
    177199----
    178200any feedback welcomed - [mailto:h.zilken@fz.juelich.de], [mailto:j.goebbert@fz-juelich.de]