From 3a205bb949e17c39e0f9872a90d3b0ef14b218be Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 27 May 2016 10:06:07 -0600 Subject: [PATCH] turn on async for yellowstone --- ctest/CTestEnvironment-nwsc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctest/CTestEnvironment-nwsc.cmake b/ctest/CTestEnvironment-nwsc.cmake index 29884997dc87..bc0f5194e996 100644 --- a/ctest/CTestEnvironment-nwsc.cmake +++ b/ctest/CTestEnvironment-nwsc.cmake @@ -1,7 +1,7 @@ #============================================================================== # # This file sets the environment variables needed to configure and build -# on the NCAR Wyoming Supercomputing Center systems +# on the NCAR Wyoming Supercomputing Center systems # (yellowstone/caldera/geyser). # #============================================================================== @@ -10,7 +10,7 @@ # set with existing environment variables: NETCDF, PNETCDF, HDF5, etc. # Define the extra CMake configure options -set (CTEST_CONFIGURE_OPTIONS "-DCMAKE_VERBOSE_MAKEFILE=TRUE") +set (CTEST_CONFIGURE_OPTIONS "-DCMAKE_VERBOSE_MAKEFILE=TRUE -DPIO_ENABLE_ASYNC=TRUE") # If MPISERIAL environment variable is set, then enable MPISERIAL if (DEFINED ENV{MPISERIAL})