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
- cmake/FindZoltan.cmake: fix find_path/find_library when ZOLTAN_PREFIX
not specified. since it is always defined, check instead for
truthiness.
- add FATAL_ERROR if Zoltan is not found.
- add debug message with found Zoltan location.
- find Zoltan_config.h and search for #define HAVE_PARMETIS and #define
HAVE_SCOTCH. use the results to determine which libraries are
required.
- set the PUMI_HAS_PARMETIS and PUMI_HAS_PTSCOTCH from this file.
- zoltan/CMakeLists.txt: remove ENABLE_PARMETIS and ENABLE_PTSCOTCH
cache options.
- replace ENABLE_PTSCOTCH/ENABLE_PARMETIS with
PUMI_HAS_PARMETIS/PUMI_HAS_PTSCOTCH which are detected in
FindZoltan.cmake.
Signed-off-by: Aiden Woodruff <[email protected]>
0 commit comments