From 506c3196c5b88c63def198122354998174e97c73 Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Wed, 22 Jan 2020 21:37:10 -0600 Subject: [PATCH] SSSP test --- Test/SSSP/gap_sssp_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test/SSSP/gap_sssp_test.c b/Test/SSSP/gap_sssp_test.c index 87b3a2812a..86420b1848 100644 --- a/Test/SSSP/gap_sssp_test.c +++ b/Test/SSSP/gap_sssp_test.c @@ -427,7 +427,8 @@ for (int tt = 1 ; tt <= nt ; tt++) // sssp12: with dense vector t //---------------------------------------------------------------------- - printf ("\n----sssp12: nthreads %d trial: %d\n", nthreads, trial) ; + printf ("\n----sssp12: nthreads %d trial: %d source: %lu (0-based)\n", + nthreads, trial, s) ; // Start the timer LAGraph_tic (tic) ;