Remove old flags __HAS_PATCHED_CUFFT_70, __NO_MPI_THREAD_SUPPORT_CHECK, and __MINGW

This commit is contained in:
Ole Schütt 2025-12-18 12:56:38 +01:00 committed by Ole Schütt
parent 8580e8378d
commit 7bf99f7a74
4 changed files with 17 additions and 65 deletions

View file

@ -81,12 +81,10 @@ FLAG_EXCEPTIONS = (
# See also https://github.com/cp2k/cp2k/issues/4611
r"__PW_FPGA",
r"__PW_FPGA_SP",
r"__NO_MPI_THREAD_SUPPORT_CHECK",
r"__NO_SOCKETS",
r"__SCALAPACK_NO_WA",
r"__CRAY_PM_ACCEL_ENERGY",
r"__CRAY_PM_ENERGY",
r"__MINGW",
r"__NO_STATM_ACCESS",
r"__STATM_RESIDENT",
r"__STATM_TOTAL",
@ -95,7 +93,6 @@ FLAG_EXCEPTIONS = (
r"__ELPA_NVIDIA_GPU",
r"__CRAY_PM_ACCEL_ENERGY",
r"__CRAY_PM_ENERGY",
r"__HAS_PATCHED_CUFFT_70",
r"__OFFLOAD_PROFILING",
r"__STATM_RESIDENT",
r"__STATM_TOTAL",