From 57b561cceb05a94126979e9af10090d2e2cf9e4e Mon Sep 17 00:00:00 2001 From: Kyle Gerheiser <3209794+kgerheiser@users.noreply.github.com> Date: Mon, 23 Nov 2020 12:44:49 -0500 Subject: [PATCH] Disable building nceppost for container If building `nceppost` and UPP v10.0.0 in a flat structure (like a container) the Fortran module names conflict. --- config/stack_ufs_weather_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/stack_ufs_weather_ci.yaml b/config/stack_ufs_weather_ci.yaml index 916e2012..11e11ddd 100644 --- a/config/stack_ufs_weather_ci.yaml +++ b/config/stack_ufs_weather_ci.yaml @@ -166,7 +166,7 @@ crtm: install_as: 2.3.0 nceppost: - build: YES + build: NO version: dceca26 install_as: dceca26 openmp: ON