[Paraview-developers] Change in mpi operation of paraview and pvpython in ParaView 5.5.0-RC1-1

Hennessey, Joseph G CTR USARMY RDECOM ARL (US) joseph.g.hennessey2.ctr at mail.mil
Wed Mar 7 09:02:56 EST 2018


Hello,

I have noticed that when building ParaView 5.5.0-RC1-1 with an external
MPI version that pvpython and paraview itself are now being built such
that they can not be executed without mpirun.

For example this would work with ParaView 5.4.1

paraview
pvpython
mpirun -n 1 pvbatch

While for ParaView 5.5.0-RC1-1 I have to do the following

mpirun -n 1 paraview
mpirun -n 1 pvpython
mpirun -n 1 pvbatch

as running

paraview
pvpython

without mpirun will no longer work and complain about 
attempting to run an mpi required program without mpi,
as has been the case with pvbatch in the past.

Is this an intentional change, or is this an unintended consequence
of some other change?

Thanks,

Joe

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Joseph G. Hennessey Ph.D., SAIC
Team SAIC
Army Research Lab
DOD Supercomputing Resource Center
Email:  joseph.g.hennessey2.ctr at mail.mil

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5616 bytes
Desc: not available
URL: <https://public.kitware.com/pipermail/paraview-developers/attachments/20180307/8c5d67cd/attachment-0001.bin>


More information about the Paraview-developers mailing list