Skip to content
Snippets Groups Projects
Commit ac735eb0 authored by Marcus Mohr's avatar Marcus Mohr
Browse files

Test additional MPI process counts

parent 17ab722f
No related branches found
No related tags found
No related merge requests found
Pipeline #56192 passed
...@@ -8,5 +8,21 @@ adios2-variable-problem: ...@@ -8,5 +8,21 @@ adios2-variable-problem:
- cd build - cd build
- cmake .. - cmake ..
- make - make
- mpirun --allow-run-as-root --oversubscribe -n 2 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 3 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 4 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 5 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 6 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 7 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 8 ./adios2mini 20000 - mpirun --allow-run-as-root --oversubscribe -n 8 ./adios2mini 20000
- bpls checkpoint.bp | wc -l - bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 9 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
- mpirun --allow-run-as-root --oversubscribe -n 10 ./adios2mini 20000
- bpls checkpoint.bp | wc -l
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment