diff --git a/LAGraph/src/test/test_minmax.c b/LAGraph/src/test/test_minmax.c index d7bea4b3d6..e0c31b63fb 100644 --- a/LAGraph/src/test/test_minmax.c +++ b/LAGraph/src/test/test_minmax.c @@ -223,6 +223,13 @@ void test_minmax (void) { TEST_CHECK (result == GrB_SUCCESS) ; } + if (emin1 != emin2) + { + // failure on MSVC, OpenMP + // https://github.com/DrTimothyAldenDavis/SuiteSparse/actions/runs/6763376325/job/18380420493?pr=503 + printf ("Test failure, k: %d name: %s\n", k, aname) ; + OK (LAGraph_Matrix_Print (G->A, 5, stdout, msg)) ; + } TEST_CHECK (emin1 == emin2) ; result = GrB_Scalar_extractElement_FP64 (&emax2, G->emax) ; diff --git a/README.md b/README.md index bf3f78de21..1b83cca567 100644 --- a/README.md +++ b/README.md @@ -803,6 +803,7 @@ all options default to `OFF`: If `ON`, do not build the Supernodal module. + ----------------------------------------------------------------------------- Acknowledgements -----------------------------------------------------------------------------