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 bdc6e03 commit 413120dCopy full SHA for 413120d
.travis.yml
@@ -42,3 +42,11 @@ jobs:
42
- sudo apt-get install -y gfortran
43
- ./build all-test netlrts-linux-ppc64le -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla || exit 1
44
- make -C netlrts-linux-ppc64le/tmp test TESTOPTS="++local"
45
+ - os: linux
46
+ arch: ppc64le
47
+ name: "MPI-Power"
48
+ script:
49
+ - sudo apt-get update
50
+ - sudo apt-get install -y gfortran mpich libmpich-dev
51
+ - ./build all-test mpi-linux-ppc64le -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla || exit 1
52
+ - make -C mpi-linux-ppc64le/tmp test
0 commit comments