fix converting message

This commit is contained in:
edoapra 2023-10-25 11:13:33 -07:00
parent 741e8b5fee
commit 11fbf424df
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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++