You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when compiling the code on a different Linux architecture, it gives an error when reading libmetis.a file because it should be compiled locally and separately. For this sake, I suggest including libmetis in the "makefile_explicit_dependencies" file in order for the metis library to get compiled from scratch regardless of the hosting architecture (and then we would have libmetis.a file compatible with any hosting Linux machine).
The text was updated successfully, but these errors were encountered:
I noticed that when compiling the code on a different Linux architecture, it gives an error when reading libmetis.a file because it should be compiled locally and separately. For this sake, I suggest including libmetis in the "makefile_explicit_dependencies" file in order for the metis library to get compiled from scratch regardless of the hosting architecture (and then we would have libmetis.a file compatible with any hosting Linux machine).
The text was updated successfully, but these errors were encountered: