Skip to content

Commit

Permalink
#7 Document OpenMPI requirement for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
domschrei authored Jul 19, 2022
1 parent 066c85d commit 5049d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ The final line of the output is the ID to run the container, e.g. by running `do

# Testing

**Note:** In its current state, the test suite expects that Mallob is built and run with OpenMPI, i.e., that `mpicc` and `mpicxx` (for building) and `mpirun` (for execution) link to OpenMPI executables on your system. For other MPI implementations, you may still be able to run the tests by removing or replacing the option `--oversubscribe` from the function `run()` in `scripts/run/systest_commons.sh`.

In order to test that the system has been built and set up correctly, run the following command.
```
bash scripts/run/systest.sh mono drysched sched osc
Expand Down

0 comments on commit 5049d30

Please sign in to comment.