Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ option(mpi_comms "Use plain MPI comms instead of QMP in the kernels" ON)
# Codegen stuff
set(host_cxx ${CMAKE_CXX_COMPILER} CACHE STRING "select target CXX Compiler for building libqphix-codegen.a" )
set(host_cxxflags ${CMAKE_CXX_FLAGS} CACHE STRING "select target CXXFLAGS for building libqphix-codege.a")
set(recursive_jN '' CACHE STRING "select -j value for recursive make (defaults to 1)")
set(recursive_jN 1 CACHE STRING "select -j value for recursive make (defaults to 1)")
option(skip_build "Developer only: Reduce building of certain kernels for faster build" OFF)

###############################################################################
Expand Down