From 454af0f46e7794256bfe00c877db090950e6b0e2 Mon Sep 17 00:00:00 2001 From: David Boehme <boehme3@llnl.gov> Date: Thu, 22 Aug 2019 16:11:23 -0700 Subject: [PATCH] Disable running MPI tests on butte --- cmake/hostconfig/gitlab-butte-xlc.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/hostconfig/gitlab-butte-xlc.cmake b/cmake/hostconfig/gitlab-butte-xlc.cmake index dab1f04c1..4c76b7d18 100644 --- a/cmake/hostconfig/gitlab-butte-xlc.cmake +++ b/cmake/hostconfig/gitlab-butte-xlc.cmake @@ -27,3 +27,4 @@ set(WITH_VTUNE Off CACHE BOOL "") set(WITH_DOCS Off CACHE BOOL "") set(BUILD_TESTING On CACHE BOOL "") +set(RUN_MPI_TESTS Off CACHE BOOL "")