Difference between revisions of "Visualization with VisIT"

From ccrmwiki
Jump to: navigation, search
(Created page with "On Windows 7 or 10: <OL> <LI>First download VisIT from [https://wci.llnl.gov/simulation/computer-codes/visit/downloads LLNL site] and install. Use default dir (and record i...")
 
Line 5: Line 5:
 
   C:\Users\yjzhang\AppData\Local\Programs\LLNL\VisIt*
 
   C:\Users\yjzhang\AppData\Local\Programs\LLNL\VisIt*
 
  <LI>Download pre-built plug-in, developed at California Dept of Water Resource [http://ccrm.vims.edu/yinglong/Courses/Hangzhou/schism_plugin_1.2_xbeta_visit2.12.3_win64_vs2012.zip here] and put the files in:
 
  <LI>Download pre-built plug-in, developed at California Dept of Water Resource [http://ccrm.vims.edu/yinglong/Courses/Hangzhou/schism_plugin_1.2_xbeta_visit2.12.3_win64_vs2012.zip here] and put the files in:
  C:\Users\yjzhang\AppData\Roaming\LLNL\VisIt\databases
+
  C:\Users\yjzhang\AppData\Roaming\LLNL\VisIt\databases (create new dirs if necessary)
 
  <LI>If you use SCHISM v5.6.1 (netcdf I/O), note that VisIT has issues with stack overflow with nc4, so you need to do the following:
 
  <LI>If you use SCHISM v5.6.1 (netcdf I/O), note that VisIT has issues with stack overflow with nc4, so you need to do the following:
 
  <UL>
 
  <UL>

Revision as of 13:24, 7 August 2018

On Windows 7 or 10:

  1. First download VisIT from LLNL site and install. Use default dir (and record it), e.g. C:\Users\yjzhang\AppData\Local\Programs\LLNL\VisIt*
  2. Download pre-built plug-in, developed at California Dept of Water Resource here and put the files in: C:\Users\yjzhang\AppData\Roaming\LLNL\VisIt\databases (create new dirs if necessary)
  3. If you use SCHISM v5.6.1 (netcdf I/O), note that VisIT has issues with stack overflow with nc4, so you need to do the following:
    • Go to NCAR and get their installer for the latest C library, e.g. 4.5.0;
    • Complete the installation and record the install dir. Then copy all files in bin/ of the install dir to the VisIT dir in (1) to overwrite.