From f99b500831ea804f96a8139b02d339e6d69f7cd3 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 14 Mar 2019 08:39:19 -0600 Subject: [PATCH] trying to install shared library pnetcdf --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a27814aee87..433a2e1c556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,8 @@ script: - cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DPIO_ENABLE_TIMING=Off .. - make VERBOSE=1 - make tests VERBOSE=1 + - cd tests/cunit + - mpiexec -n 4 ./test_pioc - make test