From ed60008b1899bc0365d01c60ce6e3b1632b59eca Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Thu, 11 Aug 2022 18:56:01 +0300 Subject: [PATCH] add note about rdma-credentials being suggested only on Cray XC systems --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 736eb320..6719311b 100644 --- a/configure.ac +++ b/configure.ac @@ -540,7 +540,7 @@ AS_IF([test "x$enable_cray_drc" = "xyes"], AC_MSG_RESULT([DRC support found]) else AC_MSG_NOTICE([no libdrc support]) - AC_MSG_WARN([You seem to be running on a Cray system; consider loading module rdma-credentials]) + AC_MSG_WARN([You seem to be running on a Cray system; consider loading module rdma-credentials if running on an XC 30/40/50 system]) fi ], [AC_MSG_RESULT([Not a Cray system, or no Cray PE installed])])], -- GitLab