Skip to content

Commit

Permalink
Travis: switch to mpich2
Browse files Browse the repository at this point in the history
- After moving to the xanadu version of FMS, Travis-CI was failing to link
  due to not being able to find mpi_comm_create_group(). Attempts to
  use the xenial distribution introduced different problems.
- This is a temporary work around.
  - We need to be able to build in newer distributions.
  • Loading branch information
adcroft committed Apr 9, 2019
1 parent d93b047 commit dc2e629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
# This is a not a c-language project but we use the same environment.
language: c
dist: trusty
sudo: false

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- tcsh pkg-config netcdf-bin libnetcdf-dev openmpi-bin libopenmpi-dev gfortran
- tcsh pkg-config netcdf-bin libnetcdf-dev mpich2 libmpich2-dev gfortran

# For saving time...
cache:
Expand Down

0 comments on commit dc2e629

Please sign in to comment.