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
if test "x$build_metis" = "xno" && test $petsc_have_parmetis -gt 0; then :
38554
+
38555
+
38556
+
$as_echo "#define HAVE_PARMETIS 1" >>confdefs.h
38557
+
38558
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: <<< Configuring library with PETSc Parmetis support >>>" >&5
38559
+
$as_echo "<<< Configuring library with PETSc Parmetis support >>>" >&6; }
38560
+
38561
+
fi
38562
+
38563
+
if test "x$build_metis" = "xno" && test $petsc_have_parmetis -eq 0; then :
38564
+
38565
+
PARMETIS_INCLUDE=""
38566
+
PARMETIS_LIB=""
38567
+
enableparmetis=no
38568
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: <<< PETSc has METIS but no ParMETIS, configuring library without Parmetis support >>>" >&5
38569
+
$as_echo "<<< PETSc has METIS but no ParMETIS, configuring library without Parmetis support >>>" >&6; }
38556
38570
38557
38571
fi
38558
38572
38573
+
if test "x$build_metis" = "xyes" && test $petsc_have_parmetis -gt 0; then :
38574
+
38575
+
PARMETIS_INCLUDE=""
38576
+
PARMETIS_LIB=""
38577
+
enableparmetis=no
38578
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: <<< PETSc has no METIS but it does have ParMETIS, configuring library without Parmetis support >>>" >&5
38579
+
$as_echo "<<< PETSc has no METIS but it does have ParMETIS, configuring library without Parmetis support >>>" >&6; }
38580
+
38581
+
fi
38582
+
38583
+
if test "x$build_metis" = "xyes" && test $petsc_have_parmetis -eq 0; then :
0 commit comments