Skip to content

Commit

Permalink
Merge pull request #663 from mmuetzel/graphblas
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis authored Dec 30, 2023
2 parents bce0f72 + a62ad30 commit 9139aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GraphBLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ if ( GRAPHBLAS_HAS_OPENMP )
endif ( )
message ( STATUS "CMAKE OpenMP C flags: ${OpenMP_C_FLAGS}" )
else ( )
message ( WARNING
message ( WARNING
"WARNING: OpenMP was not found (or was disabled with "
"GRAPHBLAS_USE_OPENMP). See the GrapBLAS user guide on the consequences "
"GRAPHBLAS_USE_OPENMP). See the GraphBLAS user guide on the consequences "
"of compiling GraphBLAS without OpenMP. GraphBLAS will work but may not be "
"thread-safe, since it relies on '#pragma omp flush' to ensure the work "
"performed by one user thread is available to another, in GrB_wait. If "
Expand All @@ -476,7 +476,7 @@ else ( )
include ( SuiteSparse__thread )
if ( NOT HAVE_KEYWORD__DECLSPEC_THREAD AND NOT HAVE_KEYWORD__THREAD
AND NOT HAVE_KEYWORD__THREAD_LOCAL )
message ( WARNING
message ( WARNING
"The C compiler does not support thread-local-storage; "
"GxB_Context_engage will return GrB_NOT_IMPLEMENTED." )
endif ( )
Expand Down

0 comments on commit 9139aed

Please sign in to comment.