From 8d7314f28be75ea646f279fa17252b01117a16e3 Mon Sep 17 00:00:00 2001 From: Tony Craig Date: Thu, 24 Feb 2022 20:01:55 -0800 Subject: [PATCH] add OMP_STACKSIZE for koehr (#693) --- configuration/scripts/machines/env.koehr_intel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/scripts/machines/env.koehr_intel b/configuration/scripts/machines/env.koehr_intel index 6c1fc6811..21f124b5f 100755 --- a/configuration/scripts/machines/env.koehr_intel +++ b/configuration/scripts/machines/env.koehr_intel @@ -26,7 +26,7 @@ limit coredumpsize unlimited limit stacksize unlimited # May be needed for OpenMP memory -#setenv OMP_STACKSIZE 64M +setenv OMP_STACKSIZE 64M endif