Skip to content
Snippets Groups Projects
Commit 6ac047bc authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

minor mods.

parent 880df0dd
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,9 @@ endif()
include_directories(contrib/sgr)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
set(BUILD_SANDBOX OFF CACHE BOOL "")
set(BUILD_DOC OFF CACHE BOOL "")
add_subdirectory(contrib/cereal)
set(LINK_LIBS ${LINK_LIBS} cereal::cereal)
option(OPT_USE_CEREAL_SERIALIZATION "Use cereal to serialize data" ON)
......
......@@ -646,7 +646,9 @@ int main(int argc, char **argv)
}
catch(...) {
std::cout << "EXCEPTION" << std::endl;
std::cout << __FILE__ << ":" << __LINE__ << ": Got an exception" << std::endl;
std::cout << "This code is here to debug runs on LUMI, if you are" << std::endl;
std::cout << "not running on LUMI there is a major problem." << std::endl;
retval = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment