dev-zero / cp2k

Quantum chemistry and solid state physics software package
https://www.cp2k.org
GNU General Public License v2.0
0 stars 0 forks source link

cmake: check for /proc/stat access #21

Open dev-zero opened 3 years ago

dev-zero commented 3 years ago

some platforms do not have /proc/stat (or /proc at all), we should check for it and add __NO_STATM_ACCESS automatically

dev-zero commented 3 years ago

there is also another: __STATM_RESIDENT

dev-zero commented 3 years ago

this needs to be user controllable, keeping cross-compilation (CrayEnv, MinGW) in mind