Skip to content

Commit

Permalink
Try #4 for the mpi compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
acfisher committed Jan 16, 2016
1 parent d2365ff commit 72382a8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ install:
compiler:
- clang
- gcc
env:
- DEBUG=YES
- DEBUG=NO
- MPI=YES
- MPI=NO
script:
- make config MFEM_USE_MPI=NO MFEM_DEBUG=NO MFEM_CXX=$CXX && make
- make config MFEM_USE_MPI=NO MFEM_DEBUG=YES MFEM_CXX=$CXX && make
- mpic++ --version
- mpicxx --version
- mpiCC --version
- make config MFEM_USE_MPI=NO MFEM_DEBUG=YES MFEM_CXX=mpic++ && make
- make config MFEM_USE_MPI=NO MFEM_DEBUG=YES MFEM_CXX=mpicxx && make
- make config MFEM_USE_MPI=NO MFEM_DEBUG=YES MFEM_CXX=mpiCC && make
- if [[ $MPI == 'YES' ]]; then $CXX "mpic++" ; fi
- make config MFEM_USE_MPI=NO MFEM_DEBUG=$DEBUG MFEM_CXX=$CXX && make

0 comments on commit 72382a8

Please sign in to comment.