From dc2e629f6f695721b8d21e3c60c1842229d058e1 Mon Sep 17 00:00:00 2001 From: Alistair Adcroft Date: Tue, 9 Apr 2019 15:42:42 -0400 Subject: [PATCH] Travis: switch to mpich2 - 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f211d9f162..2886eb09bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: