WIP communication testing
* fix compile time error in src/model.hpp * add mpi_listener type for sensible output and error reporting when using MPI with Google Test. * add stub for communicator unit testing
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- CMakeLists.txt 27 additions, 0 deletionsCMakeLists.txt
- mechanisms/CMakeLists.txt 0 additions, 27 deletionsmechanisms/CMakeLists.txt
- src/model.hpp 0 additions, 1 deletionsrc/model.hpp
- tests/global_communication/CMakeLists.txt 2 additions, 0 deletionstests/global_communication/CMakeLists.txt
- tests/global_communication/mpi_listener.hpp 145 additions, 0 deletionstests/global_communication/mpi_listener.hpp
- tests/global_communication/test.cpp 26 additions, 6 deletionstests/global_communication/test.cpp
- tests/global_communication/test_communicator.cpp 18 additions, 0 deletionstests/global_communication/test_communicator.cpp
Please register or sign in to comment