Skip to content

Commit

Permalink
cdlp: without openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 2, 2025
1 parent 19e8dea commit b8961ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/algorithm/LAGraph_cdlp.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ int LAGraph_cdlp
#ifdef OPENMP_
int thread_id = omp_get_thread_num ( ) ;
#else
int thread_id = 1 ;
int thread_id = 0 ;
#endif
ptable *counts = &counts_pool[thread_id];
GrB_Index* neighbors = Si + Sp[i] ;
Expand Down

0 comments on commit b8961ea

Please sign in to comment.