sanshar / StackBlock

GNU General Public License v3.0
11 stars 12 forks source link

Remove old c++ MPI bindings #9

Open mfdgroot opened 3 years ago

mfdgroot commented 3 years ago

Hey Sandeep,

I don't know if you're making many changes still. I tried to compile StackBlock recently and bumped into these conflicts. It's weird because most of the references to MPI:: had been replaced with boost, but there were some left. Could be that I missed some special purpose of these, but this passed the tests on our cluster.

Matthias

lexming commented 1 year ago

I confirm that this patch fixes #10

Additionally, the following include of mpi.h can now be removed as well: https://github.com/sanshar/StackBlock/blob/f95317b08043b7c531289576d59ad74a6d920741/input.C#L27