xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
262 stars 54 forks source link

does this software depend on metis or parmetis? #57

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, I would be thankful if you answer my question. It may be a little bit novice but anyway I ask it.

Does this software depend on metis (free software) or parmetis (non-free software)?

Because in the CMake directory, this file tries to find metis while this file says that metis and parmetis both are the dependencies.

I asked this question because I couldn't find a file where parmetis.h is included.

@berndhahnebach

lcpt commented 5 years ago

Hi.

You're right parmetis is not needed. Maybe it was needed when I tried to make XC read and write Salome's MED files directly. I'll double check that all goes OK without parmetis and remove those lines from the installation scripts. Thank you!

Regards. Luis.

lcpt commented 5 years ago

Done!

No need of parmetis.