Skip to content

Building visit parallel version after serial version #18335

Discussion options

You must be logged in to vote

I recently completed a serial build of visit 3.3.1 (latest) from a tarball. Here was my command below for the serial build. I have a 2-part question for building the parallel version.

./build_visit3_3_1 --no-thirdparty --cmake --python --zlib --vtk --qt
    --makeflags -j4 --prefix /program/visit/  --tarball visit3.3.1.tar.gz
    --mesagl --llvm --thirdparty-path /program/visit

(1) Are there meant to be 2 separate executables ( I believe it's /bin/visit). One for serial and one for parallel? Or should one only exist?

Yes. Executables that do not have any dependence on parallel APIs (e.g. MPICH) will have _ser appended to their names and those that do whave dependence on parallel APIs w…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@markcmiller86
Comment options

Answer selected by markcmiller86
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
2 participants