We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8996a46 commit 8dbe259Copy full SHA for 8dbe259
.travis.yml
@@ -31,7 +31,8 @@ jobs:
31
name: "MPI-Arm64"
32
script:
33
- sudo apt-get update
34
- - sudo apt-get install -y gfortran mpich libmpich-dev
+ - sudo apt-get install -y gfortran libopenmpi-dev
35
+ - export OMPI_MCA_rmaps_base_oversubscribe=1
36
- ./build all-test mpi-linux-arm8 -j3 --build-shared --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla || exit 1
37
- make -C mpi-linux-arm8/tmp test
38
- os: linux
0 commit comments