Changes between Version 48 and Version 49 of VisIt


Ignore:
Timestamp:
10/26/15 12:22:25 (9 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisIt

    v48 v49  
    2525Libsim 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]
    2626
    27 Ok, what do you have to do:
     27For the clusters at JSC !VisIt has been is prebuild for you. Load the module with
     28{{{ #!ShellExample
     29module load visit
     30}}}
     31
     32But, of course there is more to do ... here the overview:
    2833 * check this presentation [http://www.visitusers.org/images/1/10/SC2010-in-situ.pdf pdf]
    2934 * instrument your code
     
    3338 * connect with GUI to simulation
    3439
    35 You need more details? - here you go:
     40You need more details ... here you go:
    3641
    3742 [wiki:VisIt/runon_Jureka  => ... on JUREKA] \\
     
    4348
    4449=== Build !VisIt
    45 !VisIt is prebuild for you. \\
     50You can find prebuild versions for other systems [https://wci.llnl.gov/simulation/computer-codes/visit/executables here].\\
     51For the clusters at JSC !VisIt has been is prebuild for you. Load the module with
    4652{{{ #!ShellExample
    4753module load visit
    4854}}}
    49 Or you can find prebuild versions for other systems [https://wci.llnl.gov/simulation/computer-codes/visit/executables here].
    5055
    51 Ok, you want to build it myself:
     56Ok, if you really want to build it myself:
    5257
    5358 [wiki:VisIt/build_x86     => ... for general x86] \\