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
- zoltan/CMakeLists.txt: add ENABLE_PARMETIS/ENABLE_PTSCOTCH flags.
- change include_dirs/link_libraries to depend on ENABLE_ flags.
- cmake/FindZoltan.cmake: remove default path when ZOLTAN_PREFIX is
defined.
- search for pt-scotch or parmetis depending on what is enabled.
- zoltan/apfZoltan.h: add PTSCOTCH ZoltanMethod.
- zoltan/apfZoltanCallbacks.cc: make PARMETIS/PTSCOTCH options only work
when support is compiled in.
- make GRAPH method prefer ParMETIS, then PT-Scotch, then PHG.
- guard PARMETIS-specifics.
Signed-off-by: Aiden Woodruff <[email protected]>
0 commit comments