Skip to content
Snippets Groups Projects
Commit f2cc7e5f authored by niikonst's avatar niikonst Committed by kutscher
Browse files

add support for HLRN cluster

parent 8f51f047
No related branches found
No related tags found
1 merge request!18Feature/thixotropy
INCLUDE("CMake/cmake_config_files/LISE.config.cmake")
\ No newline at end of file
INCLUDE("CMake/cmake_config_files/LISE.config.cmake")
\ No newline at end of file
LIST(APPEND CAB_ADDTIONAL_COMPILER_FLAGS -D__unix__)
LIST(APPEND CAB_ADDTIONAL_COMPILER_FLAGS -D__UNIX__)
#################################################################################
# METIS
#################################################################################
IF(${USE_METIS})
SET(METIS_INCLUDEDIR "/home/niikonst/metis-5.1.0/include")
SET(METIS_DEBUG_LIBRARY "/home/niikonst/metis-5.1.0/build/Linux-x86_64/libmetis/libmetis.a")
SET(METIS_RELEASE_LIBRARY "/home/niikonst/metis-5.1.0/build/Linux-x86_64/libmetis/libmetis.a")
ENDIF()
#################################################################################
# BOOST
#################################################################################
SET(BOOST_VERSION "1.72.0")
SET(BOOST_ROOT "/sw/tools/boost/1.72.0/skl/openmpi.3.1.5-gcc.9.2.0")
SET(BOOST_DIR ${BOOST_ROOT})
SET(BOOST_LIBRARYDIR ${BOOST_ROOT}"/lib")
\ No newline at end of file
#include "StringUtil.h"
#include <string.h>
#include <regex>
#include <sstream>
......
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