Skip to content

Commit

Permalink
Cleanup for release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Nov 13, 2019
1 parent 5514a87 commit d0c9271
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 860 deletions.
13 changes: 1 addition & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ option(WITH_LIBDW "Enable libdw support (for module detection in callpath se
option(WITH_CALLPATH "Enable callpath service (requires libunwind)" FALSE)
option(WITH_MPI "Enable MPI" FALSE)
# option(WITH_MPIT "Enable MPI-T" FALSE)
option(WITH_OMPT "Enable OMPT" FALSE)
# option(WITH_OMPT "Enable OMPT" FALSE)
option(WITH_SAMPLER "Enable Linux sampler (x86 and PPC Linux only)" FALSE)
option(WITH_DYNINST "Enable dyninst (for symbollookup service" FALSE)
option(WITH_GOTCHA "Enable GOTCHA wrapping" ${CALIPER_HAVE_LINUX})
Expand Down Expand Up @@ -210,17 +210,6 @@ if (WITH_GOTCHA)
endif()

if (WITH_ADIAK)
# find_library(adiak_LIBRARIES
# NAMES adiak
# HINTS ${adiak_DIR}/lib)
# find_path(adiak_INCLUDE_DIRS
# NAMES adiak.h
# HINTS ${adiak_DIR}/include)
# include(FindPackageHandleStandardArgs)
# find_package_handle_standard_args(adiak DEFAULT_MSG
# adiak_LIBRARIES
# adiak_INCLUDE_DIRS)
# mark_as_advanced(adiak_LIBRARIES adiak_INCLUDE_DIRS)
find_package(adiak)
if (adiak_FOUND)
get_target_property(_adiak_location adiak LOCATION)
Expand Down
22 changes: 0 additions & 22 deletions cmake/hostconfig/llnl-cab-gcc.cmake

This file was deleted.

31 changes: 0 additions & 31 deletions cmake/hostconfig/llnl-vulcan.cmake

This file was deleted.

1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ add_subdirectory(common)
add_subdirectory(reader)
add_subdirectory(services)
add_subdirectory(caliper)
add_subdirectory(caliper-stub)

if (CALIPER_HAVE_MPI)
add_subdirectory(mpi-common)
Expand Down
168 changes: 0 additions & 168 deletions src/caliper-stub/Annotation.cpp

This file was deleted.

25 changes: 0 additions & 25 deletions src/caliper-stub/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d0c9271

Please sign in to comment.