Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit fed514f3 authored by gsell's avatar gsell
Browse files

cleanup: IPPL_DONT_POOL removed from CMakeLists.txt and fixes

parent 90c6fcf9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_EXTENSIONS OFF)
add_definitions (-DIPPL_MPI)
add_definitions (-DIPPL_DONT_POOL)
add_definitions (-DIPPL_USE_XDIV_RNG)
add_definitions (-DIPPL_USE_PARTIAL_SPECIALIZATION)
add_definitions (-DNOCTAssert)
......
......@@ -59,8 +59,8 @@ set (_HDRS
ParticleDebug.hpp
ParticleDebugFunctions.h
RNGAssignDefs.h
RNGBitReverse.RNGLattice
h.h
RNGBitReverse.h
RNGLattice.h
RNGRand.h
RNGSimple.h
RNGXCI.h
......
......@@ -5,7 +5,6 @@ set (MSLANG_VERSION_MAJOR 0)
set (MSLANG_VERSION_MINOR 1)
add_definitions (-DIPPL_MPI)
add_definitions (-DIPPL_DONT_POOL)
add_definitions (-DIPPL_USE_XDIV_RNG)
add_definitions (-DIPPL_USE_PARTIAL_SPECIALIZATION)
add_definitions (-DNOCTAssert)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment