Visualization : VisIT
Jump to navigation
Jump to search
Installation
VisIT provide the script to do all the compilation.
Download the latest script from : http://portal.nersc.gov/project/visit/releases/2.10.0/build_visit2_10_0
Script download most of dependency , If internet connection is not provides then the tar of the dependency has to be provided. Which will be identified by script. http://visitusers.org/index.php?title=Build_visit_overview for more information and flags.
wget http://portal.nersc.gov/project/visit/releases/2.10.0/build_visit2_10_0
chmod 764 build_visit2_10_0
module load gcc.5.2.0
build_visit2_10_0 --mesa --prefix /cm/shared/apps/visit/2.10
...