Skip to content

Commit

Permalink
SSSP test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 23, 2020
1 parent 18ebe79 commit 506c319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test/SSSP/gap_sssp_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;
Expand Down

0 comments on commit 506c319

Please sign in to comment.