Are parallel versions of VisIt distributed? #20137
Replies: 5 comments 16 replies
-
@jrobcary sorry if it is not clear. If you hover over a download link, you get some more info about it. The Mac downloads include parallel version. I am not sure about the others. usually, parallel is handled by a build from source on a big server system. |
Beta Was this translation helpful? Give feedback.
-
@markcmiller86 , because of your statement, "usually, parallel is handled by a build from source on a big server system", I proceeded to build visit on perlmutter. The first attempt failed in silo, with a missing Python.h, so ultimately I pared the build command down to a minimum,
This gets the build all the way to visit, but then that fails with
Attached are the gzipped cmake and build files. Suggestions? spack-build-01-cmake-out.txt.gz |
Beta Was this translation helpful? Give feedback.
-
Here is a zip file of a directory holding both files. |
Beta Was this translation helpful? Give feedback.
-
I am now trying a build with '-conduit', but perlmutter is down, so will not be able to check until late tonight. Also noticed that I followed https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html and got spack via
which does appear to be the most recent tag at https://github.com/spack/spack/tags. But maybe there are fixes in develop? |
Beta Was this translation helpful? Give feedback.
-
Spack builds finally succeeded with
build_visit not yet working. Did not figure out dependencies. |
Beta Was this translation helpful? Give feedback.
-
I do not see a specific reference to a parallel version of VisIt at
https://visit-dav.github.io/visit-website/releases-as-tables/#series-34
but I see a discussion of how to build parallel at
https://visit-sphinx-github-user-manual.readthedocs.io/en/v3.3.3/building_visit/Advanced_Usage.html?highlight=running%20parallel
Does this mean that one must build VisIt to get a parallel version?
Beta Was this translation helpful? Give feedback.
All reactions