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

« back to all changes in this revision

Viewing changes to configure

  • 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:
11739
11739
fi
11740
11740
 
11741
11741
if test "$enable_sam" = "yes"; then
 
11742
  HAVE_ZOLTAN=no
 
11743
else
 
11744
  if test "$with_zoltan" = no; then
11742
11745
    HAVE_ZOLTAN=no
11743
 
else
11744
 
    if test "$with_zoltan" = no; then
11745
 
        HAVE_ZOLTAN=no
11746
 
        echo "Warning: zoltan disabled, using libsam instead"
11747
 
    fi
 
11746
    echo "Warning: zoltan disabled, using libsam instead"
 
11747
  else
11748
11748
    HAVE_ZOLTAN=yes
11749
11749
    zoltan=yes
11750
11750
 
11862
11862
 
11863
11863
echo $LIBS
11864
11864
 
 
11865
  fi
11865
11866
fi
11866
11867
 
11867
11868
 
11868
11869
 
11869
 
 
11870
11870
HAVE_ADJOINT=no
11871
11871
CAN_USE_ADJOINT=yes
11872
11872
WANTS_ADJOINT=yes