Skip to content

Commit e35b8d9

Browse files
authored
Merge pull request #380 from SCOREC/PRmatch2B
matchedNodeElementReader and serial mesh support for > 2B entities
2 parents b0a7ecf + a3ea410 commit e35b8d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1783
-153
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ target_compile_features(core INTERFACE cxx_std_11)
152152
scorec_export_library(core)
153153

154154
#check for mallinfo2
155-
if(${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
155+
if(${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
156156
include(CheckCXXSymbolExists)
157157
check_cxx_symbol_exists(mallinfo2 "malloc.h" PUMI_HAS_MALLINFO2)
158158
if(PUMI_HAS_MALLINFO2)

0 commit comments

Comments
 (0)