Difference between revisions of "Visit"
From Montana Tech High Performance Computing
(Created page with "VisIt[http://visit.llnl.gov] is available on the cluster's head node for remote data visualization. You will need to have an x-server running on your local computer to receive...") |
|||
Line 1: | Line 1: | ||
VisIt[http://visit.llnl.gov] is available on the cluster's head node for remote data visualization. You will need to have an x-server running on your local computer to receive the output display. To access visit, first load it: | VisIt[http://visit.llnl.gov] is available on the cluster's head node for remote data visualization. You will need to have an x-server running on your local computer to receive the output display. To access visit, first load it: | ||
− | module load visit | + | <code>module load visit</code> |
then start it from the command line: | then start it from the command line: | ||
− | visit & | + | <code>visit &</code> |
Latest revision as of 14:31, 14 February 2018
VisIt[1] is available on the cluster's head node for remote data visualization. You will need to have an x-server running on your local computer to receive the output display. To access visit, first load it:
module load visit
then start it from the command line:
visit &