diff --git a/README.md b/README.md index 50fa430a..78b5f30d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ adaptMinIter | true | based on the previous solution set minIter to be relaxatio relaxationFactor | 0.8 | use relaxationFactor*previousIters as new minIters scaling | 1.0 | Scale the complete system by the scaling factor forceHostBuffer | false | whether to copy to host before MPI calls +splitComm | true | whether to split communicator for the host and device side export | false | write the complete system (matrix and rhs) to disk as .mtx file using controlDict/writeControl writeGlobal | false | convert all indices to global indices when exporting .mtx files diff --git a/include/OGL/CommunicationPattern.hpp b/include/OGL/CommunicationPattern.hpp index 5d622669..cdc37af6 100644 --- a/include/OGL/CommunicationPattern.hpp +++ b/include/OGL/CommunicationPattern.hpp @@ -117,6 +117,9 @@ std::vector