fix(mpi): fix some namespaces issues with mpi

This commit is contained in:
Johann Dreo 2024-08-23 10:02:22 +02:00
commit 4bbb4a595e
8 changed files with 30 additions and 16 deletions

View file

@ -137,7 +137,7 @@ namespace eo
std::vector<EOT> tempArray;
int masterRank;
bmpi::communicator& comm;
eo::mpi::communicator& comm;
};
/**