From 47e14b72a6cc8f3b083d048afd75256be31a9f0d Mon Sep 17 00:00:00 2001 From: Balwinder Singh Date: Wed, 27 Mar 2024 15:57:21 -0700 Subject: [PATCH] Updates decption's cmake to the newest version --- machines/deception.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/deception.sh b/machines/deception.sh index 6e715bd2..cbdd3157 100644 --- a/machines/deception.sh +++ b/machines/deception.sh @@ -1,8 +1,8 @@ # This file loads all necessary modules for building Haero on Deception (PNNL) . /etc/profile.d/modules.sh -module purge +module purge module load gcc/10.2.0 -module load cmake/3.21.4 +module load cmake/3.28.1 module load python/3.7.0 module load cuda/11.4