From 4ed2c2c74f164c8841476febdf1f404e11741cc0 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 18 Oct 2024 13:58:33 -0400 Subject: [PATCH] Config command --- systems/Lumi/config-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/Lumi/config-command b/systems/Lumi/config-command index 5e596285..76854edc 100644 --- a/systems/Lumi/config-command +++ b/systems/Lumi/config-command @@ -1,7 +1,7 @@ spack load c-lime spack load gmp spack load mpfr -CLIME=`spack find --paths c-lime | grep c-lime| cut -c 15-` +CLIME=`spack find --paths c-lime | grep c-lime| cut -c 13-` GMP=`spack find --paths gmp | grep gmp | cut -c 12-` MPFR=`spack find --paths mpfr | grep mpfr | cut -c 13-` echo clime X$CLIME