Skip to content

Commit

Permalink
openmpi fails for np 13 in MPI_Allgather !
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Oct 2, 2015
1 parent 748d14d commit a957a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ addons:
- clang

before_script:
- $CXX --version
- mkdir build
- cd build
- cmake ../
Expand All @@ -36,4 +37,5 @@ script:
- make
- mpiexec -np 1 ./bin/test-all
- mpiexec -np 4 ./bin/test-all
- mpiexec -np 13 ./bin/test-all
#- mpiexec -np 13 ./bin/test-all # fails for openmpi!! MPI_Allgather()
- mpiexec -np 8 ./bin/test-all

0 comments on commit a957a83

Please sign in to comment.