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
This commit is contained in:
Robert Maynard 2020-04-15 12:12:55 -04:00
parent 889cb33dde
commit 3c80b35b89

@ -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