Skip to content

Commit

Permalink
fix COMPACT mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 3, 2023
1 parent e0ffb9d commit f48fa92
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions GraphBLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,12 @@ set ( NSTATIC_DEFAULT_ON true )
# set ( ENABLE_CUDA true )

include ( SuiteSparsePolicy )
include ( GraphBLAS_JIT_paths )

if ( GRAPHBLAS_NSTATIC )
# ignore current value of NSTATIC and set it to ON
set ( NSTATIC ON )
endif ( )

#-------------------------------------------------------------------------------
# define the project
#-------------------------------------------------------------------------------

# FIXME: force COMPACT mode in GraphBLAS (while debugging)
set ( COMPACT ON )

Expand All @@ -67,6 +62,8 @@ else ( )
message ( STATUS "GraphBLAS CUDA JIT: disabled")
endif ( )

include ( GraphBLAS_JIT_paths )

#-------------------------------------------------------------------------------
# find OpenMP, CUDA, RMM, and cpu_features
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit f48fa92

Please sign in to comment.