Changes between Version 15 and Version 16 of VisIt


Ignore:
Timestamp:
05/12/15 13:54:24 (9 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisIt

    v15 v16  
    1414=== In-Situ Visulalization with VisIt
    1515[[Image(visit_libsim.png, 150px, align=right)]]
    16 "VisIt provides a library for in-situ visualization and analysis that we call libsim. \\
     16"VisIt provides a library for in-situ visualization and analysis that is called libsim. \\
    1717Libsim lets you instrument your simulation code so VisIt can connect to it and access its data directly as though the simulation was a VisIt compute engine." [http://www.visitusers.org/index.php?title=VisIt-tutorial-in-situ link]
    1818
    19 ==== ... on JUQUEEN
     19Ok, what do you have to do:
     20 * check this presentation [http://www.visitusers.org/images/1/10/SC2010-in-situ.pdf pdf]
     21 * instrument your code
     22 * link your code with libsim
     23 * start simulation
     24 * connect with GUI to simulation
    2025
    2126==== ... on JUREKA
    2227
     28
     29==== ... on JUQUEEN
     30For in-situ visualization with VisIt on JUQUEEN you need to link with static VisIt libraries instead of dynamic.
     31
     32
    2333=== Build VisIt
     34VisIt is prebuild for you as debug and release version. \\
     35You can find it here: ...<TODO>...
     36
     37More details:
     38 * [wiki:VisIt_build_Juqueen building Visit for JUQUEEN]
     39 * [wiki:VisIt_build_Jureka building Visit for JUREKA]
    2440
    2541=== General Links