Skip to content

Commit

Permalink
LAGraph: test_minmax on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 5, 2023
1 parent 133ca08 commit d22fdd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LAGraph/src/test/test_minmax.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ all options default to `OFF`:

If `ON`, do not build the Supernodal module.


-----------------------------------------------------------------------------
Acknowledgements
-----------------------------------------------------------------------------
Expand Down

0 comments on commit d22fdd5

Please sign in to comment.