-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use more than 2 processes in testing #68
Comments
Do you know where the variable is set? |
This is set in the sc library, so we would need to change it for sc and hence all packages using sc. However, maybe writing a t8_mpi.m4 that overwrites the sc setting for T8_MPI_TEST_FLAG works? https://github.com/cburstedde/libsc/blob/master/config/sc_mpi.m4 |
This is set in the sc library, so we would need to change it for sc and hence all packages using sc.
However, maybe writing a t8_mpi.m4 that overwrites the sc setting for T8_MPI_TEST_FLAG works?
https://github.com/cburstedde/libsc/blob/master/config/sc_mpi.m4
It would not be hard to query an environment variable and/or the configure
line to make the number of test processes configurable. We'd be happy to
consider proposed updates to sc.
|
Our CI now uses 4 procs to test and one can also provide a custom command in the CMake build-system to execute the tests. |
The test runner is currently configured to use
mpirun -np 2
.We should increase the number of parallel processes to at least 4.
This is configured in the variable
SC_MPI_TEST_FLAGS
orT8_MPI_TEST_FLAGS
The text was updated successfully, but these errors were encountered: