GridTools / gridtools

Libraries and utilities to develop performance portable applications for weather and climate.
https://gridtools.github.io/gridtools
Other
60 stars 21 forks source link

Fix include for test_hugepage_alloc.cpp #1793

Closed lukasm91 closed 1 month ago

lukasm91 commented 1 month ago

test_hugepage_alloc.cpp is using uintptr_t (optional, btw). It seems like there is no implicit include of cstdint because we have a failure in very recent compilers.

3700 .../files/gridtools/sources/tests/unit_tests/common/test_hugepage_alloc.cpp(68): error: namespace "std" has no member "uintptr_t" 3701 reinterpret_cast(ptr) % hugepage_allocimpl::cache_line_size()

gridtoolsjenkins commented 1 month ago

Hi there, this is jenkins continuous integration... Do you want me to verify this patch?

fthaler commented 1 month ago

launch jenkins

fthaler commented 1 month ago

launch perftest

fthaler commented 1 month ago

launch jenkins

fthaler commented 1 month ago

launch jenkins