mdolab / idwarp

IDWarp is a mesh warping package for the MACH framework.
Other
17 stars 29 forks source link

More information during compilation process #65

Closed gawng closed 2 years ago

gawng commented 2 years ago

Description of feature

When I was compiling idwarp on Great Lakes, it was telling me it couldn't import properly at the end of the make procedure. After some help from Saja and Marco, we figured out it was because CGNS wasn't properly linked in the environment variable LD_LIBRARY_PATH but it would be nice to get printout error messages saying this was the problem from the beginning.

EDIT: This could be fixed with the new cmake/meson build

Potential solution

Change the print out in the IDwarp build process or add some simple test that makes it more obvious that something with the CGNS installation is wrong.

gawng commented 2 years ago

Closing because we may switch build systems