You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake allows for building without MPI, USE_MPI is an option but VTK uses MPI. So building PAMELA without MPI does not make sense and does not work. Two possibilities:
Make MPI mandatory for PAMELA - not a big fan as PAMELA can be used in serial
Make consistent IF_DEF in the source code with proper MPI and no-MPI vtk modules - my pick
Thanks!
CMake allows for building without MPI, USE_MPI is an option but VTK uses MPI. So building PAMELA without MPI does not make sense and does not work. Two possibilities:
Thanks!