mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Remove old flags __HAS_PATCHED_CUFFT_70, __NO_MPI_THREAD_SUPPORT_CHECK, and __MINGW
This commit is contained in:
parent
8580e8378d
commit
7bf99f7a74
4 changed files with 17 additions and 65 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue