From 1d995eb3044eb02b1555f735e8e0fb890eb1cb26 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Tue, 30 Sep 2025 19:41:55 -0500 Subject: [PATCH] Update CUTEst.jl for the SIFDecode 3.1.0 --- src/sifdecoder.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sifdecoder.jl b/src/sifdecoder.jl index 80662925..0dfd222e 100644 --- a/src/sifdecoder.jl +++ b/src/sifdecoder.jl @@ -139,7 +139,7 @@ function sifdecoder( ), ) error_str = read(errlog, String) - if length(error_str) > 0 + if length(error_str) > 0 && (error_str != "STOP 0\n") println(error_str) error("Unable to compile a shared library for the problem $name.") end