SWIFTSIM / SWIFT

Modern astrophysics and cosmology particle-based code. Mirror of gitlab developments at https://gitlab.cosma.dur.ac.uk/swift/swiftsim
http://www.swiftsim.com
GNU Lesser General Public License v3.0
88 stars 58 forks source link

metis.h doesn't exist for ParMETIS #30

Closed rennehan closed 2 years ago

rennehan commented 2 years ago

Hi, when compiling Swift with ParMETIS there is a compilation error.

In file included from space_split.c:31: debug.h:43:10: fatal error: metis.h: No such file or directory 43 | #include "metis.h" | ^~~~~~~~~ compilation terminated.

From the following line. https://github.com/SWIFTSIM/swiftsim/blob/73cab43bd1526fd4517f9a2e643f24aefa5e9357/src/debug.h#L42

I think those functions aren't used, so this is probably just clean-up.