== Workshop: Introduction to Parallel In-Situ Visualization with VisIt (April 2016) [[PageOutline]] [[Image(https://wci.llnl.gov/content/assets/images/simulation/computer-codes/visit/visit-home.jpg, align=right, margin=10)]] !VisIt is a distributed, parallel visualization and graphical analysis tool for data defined on two- and three-dimensional (2D and 3D) meshes. It lets you instrument your simulation code for in-situ visualization and analysis - visualization capabilities are added inside the simulation so it can visualize the data using the same level of resources as being used to calculate the data. The course will cover an introduction and the basic aspects of !VisIt as a visualization tool in general. In the second half we will focus on the use of !VisIt in massive parallel environments. Especially the integration into existing simulation codes for in-situ visualization will be discussed. In a hands-on session the integration of !VisIt will be demonstrated on an small parallel application. '''Begin:''' 18.04.2016 09:00 Uhr \\ '''End:''' 18.04.2016 16:30 Uhr \\ '''Location:''' Jülich Supercomputing Centre, Ausbildungsraum 2, Geb. 16.3, R. 211 Topics covered: * Introduction to !VisIt * In-Situ Visualization with !VisIt * Hands-on session [http://www.fz-juelich.de/SharedDocs/Termine/IAS/JSC/DE/Kurse/2016/visit-2016.html?nn=364550 more...] === time table * welcome (9:00 - 9:30) * create accounts * access * VNC * virtual machine * local machines * introduction to !VisIt * based on !VisIt tutorial of SC 2015 * http://sc15.supercomputing.org/schedule/event_detail?evid=tut126 * http://www.visitusers.org/index.php?title=Short_Tutorial#SC15_Tutorial * presentation (9:30 - 11:00) - introduction to !VisIt - guided tour of !VisIt * hands-on (11:00-12:00) - Hands-on demonstrations visualizing a CFD Blood Flow simulation. * introduction to !VisIt/Libsim ----------------------------------------- === welcome ==== create accounts - login to vnc - https://trac.version.fz-juelich.de/vis/wiki/vnc3d {{{ #!sh jurecavis: vncserver -profile vis local: ssh -4 -N 5901:jurecavis01.fz-juelich.de:5902 train000@jurecavis01.fz-juelich.de local: vncserver localhost:1 }}} ==== important hints - run !VisIt without GPU {{{ #!sh module purge --force module use /usr/local/software/jureca/OtherStages module load Stages/Devel module load intel-para module load VisIt module load Mesa/7.11.2-Python-2.7.10 vglrun visit }}} ==== links * https://trac.version.fz-juelich.de/vis/wiki/VisIt * [https://wci.llnl.gov/codes/visit/2.0.0/GettingDataIntoVisIt2.0.0.pdf Getting data into VisIt] * [https://gitlab.version.fz-juelich.de/vis/jusitu JUSITU]