From 7b4adc5bc0cf958baab370ad25ff557d52b242aa Mon Sep 17 00:00:00 2001 From: colramos425 Date: Fri, 20 Jan 2023 12:46:17 -0600 Subject: [PATCH] Update modulefiles for new ROCm requirement #64 Signed-off-by: colramos425 --- cmake/modfile.crusher.mod | 2 +- cmake/modfile.thera.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modfile.crusher.mod b/cmake/modfile.crusher.mod index 144b2143da..46d6111574 100644 --- a/cmake/modfile.crusher.mod +++ b/cmake/modfile.crusher.mod @@ -1,4 +1,4 @@ -- Crusher-specific additions depends_on "cray-python" depends_on "rocm" -prereq(atleast("rocm","5.1.0")) +prereq(atleast("rocm","5.2.0")) diff --git a/cmake/modfile.thera.mod b/cmake/modfile.thera.mod index f253723ae2..5e5cb5fdfe 100644 --- a/cmake/modfile.thera.mod +++ b/cmake/modfile.thera.mod @@ -1,6 +1,6 @@ -- Thera-specific additions depends_on "python" depends_on "rocm" -prereq(atleast("rocm","5.1.0")) +prereq(atleast("rocm","5.2.0")) local home = os.getenv("HOME") setenv("MPLCONFIGDIR",pathJoin(home,".matplotlib"))