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 d0cb0fd1 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

cleanup

parent 5b8dd5f6
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,6 @@ set (CMAKE_CUDA_EXTENSIONS OFF)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "-g -O3")
set (CMAKE_CXX_FLAGS_RELEASE "-g -O3 ")
#set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O0 -g")
#set (CMAKE_CXX_FLAGS_RELEASE "-O0")
set (CMAKE_CXX_FLAGS_DEBUG "-g")
if (NOT "${IPPL_PLATFORMS}" STREQUAL "CUDA" AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
......@@ -65,10 +63,6 @@ message (STATUS "CMAKE_CXX_FLAGS_DEBUG: ${CMAKE_CXX_FLAGS_DEBUG}")
add_definitions (-DNOCTAssert)
#add_compile_options (-ferror-limit=1)
#add_compile_options (-Wno-deprecated-declarations)
#add_compile_options (-Wno-unused)
#add_compile_options (-Wextra)
add_compile_options (-Wno-error=uninitialized)
add_compile_options (-Wno-error=restrict)
add_compile_options (-Wno-error=unused-function)
......@@ -92,22 +86,6 @@ message (STATUS "The C++ compiler version is: ${CMAKE_CXX_COMPILER_VERSION}")
message (STATUS "The MPI C++ compiler is: ${MPI_CXX_COMPILER}")
message (STATUS "The underlying C++ compiler is: ${CMAKE_CXX_COMPILER}")
#find_package(Heffte 2.2.0 REQUIRED)
#message (STATUS "Found Heffte_DIR: ${Heffte_DIR}")
#find_library(HEFFTE_LIBRARY heffte HINTS ${Heffte_DIR}/../..)
#message (STATUS "Found HEFFTE lib: ${HEFFTE_LIBRARY}")
#
#
#find_package(Kokkos REQUIRED)
#message (STATUS "Found Kokkos_DIR: ${Kokkos_DIR}")
#if ("${Kokkos_DEVICES}" MATCHES "CUDA")
# set (CMAKE_CXX_FLAGS_DEBUG "-O0 -g -G --diag-suppress=20011")
#endif()
#find_library(KOKKOS_LIBRARY1 NAMES kokkoscore HINTS ${Kokkos_DIR}/../..)
#find_library(KOKKOS_LIBRARY2 NAMES kokkoscontainers HINTS ${Kokkos_DIR}/../..)
#find_library(KOKKOS_LIBRARY3 NAMES kokkossimd HINTS ${Kokkos_DIR}/../..)
#message (STATUS "Found Kokkos lib: ${KOKKOS_LIBRARY1}:${KOKKOS_LIBRARY2}:${KOKKOS_LIBRARY3}")
message (STATUS "Found IPPL_DIR: ${IPPL_DIR}")
if(NOT IPPL_VERSION)
set(IPPL_VERSION "3.2.0")
......@@ -121,7 +99,6 @@ FetchContent_Declare(ippl
)
FetchContent_MakeAvailable(ippl)
include_directories("${IPPL_SOURCE_DIR}/src")
#find_library(IPPL_LIBRARY ippl HINTS ${IPPL_LIBRARY_DIR})
message (STATUS "Found Ippl_INC: ${IPPL_INCLUDE_DIR}")
message (STATUS "Found Ippl_LIB: ${IPPL_LIBRARY}")
......
499 | int tag = 101;
\ No newline at end of file
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