~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Simon Mouradian
  • Date: 2012-05-30 09:08:23 UTC
  • mfrom: (3520.32.274 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20120530090823-pq0fgemjpqn72j8d
mergeĀ fromĀ lp:fluidity

Show diffs side-by-side

added added

removed removed

Lines of Context:
822
822
ACX_ParMetis([AC_MSG_NOTICE(["ParMetis found"])], [AC_MSG_WARN(["ParMetis not found"])])
823
823
 
824
824
AC_ARG_ENABLE(sam,
825
 
    [AC_HELP_STRING([--enable-sam],
826
 
            [use sam rather than zoltan for adaptive load rebalancing])])
 
825
              [AC_HELP_STRING([--enable-sam],
 
826
                              [use sam rather than zoltan for adaptive load rebalancing])])
827
827
if test "$enable_sam" = "yes"; then
 
828
  HAVE_ZOLTAN=no
 
829
else
 
830
  if test "$with_zoltan" = no; then
828
831
    HAVE_ZOLTAN=no
829
 
else
830
 
    if test "$with_zoltan" = no; then
831
 
        HAVE_ZOLTAN=no
832
 
        echo "Warning: zoltan disabled, using libsam instead"
833
 
    fi
 
832
    echo "Warning: zoltan disabled, using libsam instead"
 
833
  else
834
834
    HAVE_ZOLTAN=yes
835
835
    zoltan=yes
836
836
    ACX_zoltan([AC_MSG_NOTICE(["Zoltan found"])], [AC_MSG_WARN(["Zoltan not found"])])
 
837
  fi
837
838
fi
838
839
AC_SUBST(HAVE_ZOLTAN)
839
840
 
840
841
 
841
 
 
842
842
HAVE_ADJOINT=no
843
843
CAN_USE_ADJOINT=yes
844
844
WANTS_ADJOINT=yes