forked from daphne-eu/daphne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration of MPI testing (daphne-eu#639)
Previously, MPI testing occurred in a separate file from the main test.sh script responsible for all testing operations. We can now test MPI using the same Daphne scripts employed for gRPC testing. - Added --mpi flag to `test.sh`. - Added a testcase for MPI in `DistributedTest.cpp`. - Minor changes in `Utils.h`, specifically in runProgram() so as it can be used to run MPI tests. - Renamed the old `mpi_testing` bash script to `mpi_example`. - Removed a simple `.daph` script that we used during the early development of MPI.
- Loading branch information
Showing
5 changed files
with
69 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters