VizWorkshop VisIt Checklist – June 15, 2013¶
Software¶
VisIt https://wci.llnl.gov/codes/visit/
Documentation https://wci.llnl.gov/codes/visit/manuals.html
User Wiki http://visitusers.org/index.php?title=Main_Page
Build VisIt from source http://visitusers.org/index.php?title=Using_build_visit_with_intel_tools
HPC¶
SuperMike II:
User’s guide http://www.hpc.lsu.edu/docs/guides.php?system=SuperMike-II
Set default allocation https://accounts.hpc.lsu.edu/
login:
$ ssh youraccountname@mike.hpc.lsu.edu (Requires LSU HPC account)
Setup Environment:
$ cd
$ cp /work/jinghua/env.soft ~/.soft
$ resoft
Datasets¶
Where to find:
$ cd /work/jinghua/FR9373_Oct12/
Files:
FR9373_25KEV_[0-8]T_100[3-4]12_H1_1624_512_1Ma.raw
fr9373.[0-8].bov
fr9373_t05.bov : test file
scripts¶
copy to your home directory:
$ cp /work/jinghua/*.* ~/
VisIt Python Visualization scripts (name may be little diffferent):
- box-volume.py
- box-contour.py
- box-pseudoc.py
- box-contour-peel.py
- box-contour-ltoh.py
- box-contour-zoom.py
- box-volume-pose.py
- box-volume-anim.py
Helper scripts:
- animation.py
- CameraMotion_rotate.py
- CameraMotion_zoom.py
PBS scripts:
- fr9373.pbs
Summary¶
Morning:
- Setup HPC
- Show the movie first
- Talk about the visit trainning tutorials
- Set host profile to connect to SuperMikeII (mike.hpc)
- Introduce the datasets and their BOV data header
- Open data on mike.hpc
- Add a volume plot, using parallel compute engine (np=4), draw
- From the colormap, figure out to set a min-max value, go through timesteps 0-8
- At timestep 8, add box operator and set its attributes
- Introduce view, and set a good view for volume plot
- Introduce Expression, and defer expression operator
- Add Contour plot, set its attributes (hide volume plot)
- Set a good view for contour plot
- Introduce annotation
- Introduce Pseudocolor + IsoVolume, and query
Afternoon:
- Introduce Command window
- Introduce python script for plots and operators
- Introduce python script for enuermating time
- Introduce camera animation with python script
- Introduce local job submission and PBS job submission
- Talk about put pieces together for final presentation