From 11fbf424df17773785578333a98f54a2a4e5e1a8 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 25 Oct 2023 11:13:33 -0700 Subject: [PATCH] fix converting message --- src/config/32_to_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/32_to_64 b/src/config/32_to_64 index 78f5cd5c9e..1a175e00d8 100755 --- a/src/config/32_to_64 +++ b/src/config/32_to_64 @@ -32,7 +32,7 @@ fi for file in "$@" do - echo converting "$file" to 32-bit integers for BLAS/LAPACK + echo converting "$file" to 64-bit integers for BLAS/LAPACK ($perlexe $perlscript $file) & let njob++