/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.163 by mlosch, Fri May 25 14:56:36 2007 UTC revision 1.164 by ce107, Tue Jul 31 22:27:01 2007 UTC
# Line 1564  if test ! "x$TS" = x ; then Line 1564  if test ! "x$TS" = x ; then
1564        else        else
1565              DEFINES="$DEFINES -DTIME_PER_TIMESTEP"              DEFINES="$DEFINES -DTIME_PER_TIMESTEP"
1566        fi        fi
1567          PACKAGES="$PACKAGES showflops"
1568  fi  fi
1569  if test ! "x$PAPIS" = x ; then  if test ! "x$PAPIS" = x ; then
1570        echo "  Turning on PAPI flop summary per timestep"        echo "  Turning on PAPI flop summary per timestep"
# Line 1575  if test ! "x$PAPIS" = x ; then Line 1576  if test ! "x$PAPIS" = x ; then
1576        fi        fi
1577        INCLUDES="$INCLUDES $PAPIINC"        INCLUDES="$INCLUDES $PAPIINC"
1578        LIBS="$LIBS $PAPILIB"        LIBS="$LIBS $PAPILIB"
1579          PACKAGES="$PACKAGES showflops"
1580  fi  fi
1581  if test ! "x$PCLS" = x ; then  if test ! "x$PCLS" = x ; then
1582        echo "  Turning on PCL counter summary per timestep"        echo "  Turning on PCL counter summary per timestep"
# Line 1586  if test ! "x$PCLS" = x ; then Line 1588  if test ! "x$PCLS" = x ; then
1588        fi        fi
1589        INCLUDES="$INCLUDES $PCLINC"        INCLUDES="$INCLUDES $PCLINC"
1590        LIBS="$LIBS $PCLLIB"        LIBS="$LIBS $PCLLIB"
1591          PACKAGES="$PACKAGES showflops"
1592  fi  fi
1593  if test ! "x$PAPI" = x ; then  if test ! "x$PAPI" = x ; then
1594        if test ! "x$PAPIS" = x ; then        if test ! "x$PAPIS" = x ; then

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164

  ViewVC Help
Powered by ViewVC 1.1.22