Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(→Compiling VisIt with Mesa: exclude shell code from translation) |
|||
Line 130: | Line 130: | ||
VisIt with offscreen rendering support can be built with a single script: | VisIt with offscreen rendering support can be built with a single script: | ||
</translate> | |||
wget http://portal.nersc.gov/project/visit/releases/2.12.1/build_visit2_12_1 | wget http://portal.nersc.gov/project/visit/releases/2.12.1/build_visit2_12_1 | ||
chmod u+x build_visit2_12_1 | chmod u+x build_visit2_12_1 | ||
./build_visit2_12_1 --prefix /home/centos/visit --mesa --system-python \ | ./build_visit2_12_1 --prefix /home/centos/visit --mesa --system-python \ | ||
--hdf4 --hdf5 --netcdf --silo --szip --xdmf --zlib | --hdf4 --hdf5 --netcdf --silo --szip --xdmf --zlib | ||
<translate> | |||
This may take a couple of hours. Once finished, you can test the installation with: | This may take a couple of hours. Once finished, you can test the installation with: | ||
</translate> | |||
~/visit/bin/visit -cli -nowin | ~/visit/bin/visit -cli -nowin | ||
<translate> | |||
This should start a VisIt Python shell. | This should start a VisIt Python shell. | ||