From 6db22ccc2ab1350008889b7ed68af0c0bf05b381 Mon Sep 17 00:00:00 2001 From: spigafi Date: Sun, 12 Feb 2017 23:02:49 +0000 Subject: [PATCH] Travis CI runs over a Ubuntu distro which does not support MPI-3. Disabled "PARA=yes", force builds using Trusty. Looking for a workaround... git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13308 c92efa57-630b-4861-b058-cf58834340f0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e18c8fe91..9a5e6b4d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +dist: trusty python: - "2.7" addons: @@ -10,7 +11,6 @@ addons: - libopenmpi-dev - openmpi-bin env: - - PARA=yes - PARA=no install: - ./configure --enable-parallel=$PARA --with-netlib