KarypisLab / METIS

METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering
Other
665 stars 134 forks source link

Added `_DARWIN_C_SOURCE` on macOS #53

Closed catap closed 1 year ago

catap commented 1 year ago

struct rusage has member ru_maxrss on macOS only when _DARWIN_C_SOURCE is defined.

karypis commented 1 year ago

Thanks for the patch. However, on MacOS these fields do not seem to provide correct information. I just conditionally removed that code on MacOS.