pnorbert / adiosvm

Packages and howtos for creating a linux system for ADIOS tutorials
17 stars 25 forks source link

Link minimal set of dependent VTK libs to each app #37

Closed keichi closed 5 years ago

keichi commented 5 years ago

VTK apps (isosurface, find_blobs, etc.) currently do not work on Summit because libGLU.so is unavailable on Summit's compute nodes. This PR removes dependency to libGLU from isosurface, find_blobs and compute_curvature. render_isosurface does not work on Summit yet.