From 3c80b35b89ecfd6b2580cab64bbe3620a5310690 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 15 Apr 2020 12:12:55 -0400 Subject: [PATCH] ubuntu1604 test step needs to know where MPI install location is It needs the MPI location so that it can properly compile users of VTK-m with MPI as part of `*_built_against_test_install` tests --- .gitlab/ci/ubuntu1604.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/ubuntu1604.yml b/.gitlab/ci/ubuntu1604.yml index ca4e71d53..d0adead93 100644 --- a/.gitlab/ci/ubuntu1604.yml +++ b/.gitlab/ci/ubuntu1604.yml @@ -83,6 +83,9 @@ test:ubuntu1604_gcc48: #env flags to allow openmpi to run as root user OMPI_ALLOW_RUN_AS_ROOT: 1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1 + #mpi location so that `built_against_test_install` tests + #pass + CMAKE_PREFIX_PATH: "/opt/openmpi/" dependencies: - build:ubuntu1604_gcc48