From d755c9386ef2eb1c0d8bfa5826056390d1a9c68f Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Fri, 4 Jan 2019 19:12:27 -0700 Subject: [PATCH] Fix waterman/all_supported_builds.sh list The supported build is gnu-opt-openmp not gnu-debug-openmp. --- cmake/std/atdm/waterman/all_supported_builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/std/atdm/waterman/all_supported_builds.sh b/cmake/std/atdm/waterman/all_supported_builds.sh index 5193dc4e94b9..d7cbbc8b982c 100644 --- a/cmake/std/atdm/waterman/all_supported_builds.sh +++ b/cmake/std/atdm/waterman/all_supported_builds.sh @@ -4,6 +4,6 @@ export ATDM_CONFIG_ALL_SUPPORTED_BUILDS=( cuda-9.2-debug cuda-9.2-opt cuda-9.2-release-debug - gnu-debug-openmp + gnu-opt-openmp gnu-release-debug-openmp )