mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	More timing info
This commit is contained in:
		
							
								
								
									
										337
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										337
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@@ -637,9 +637,7 @@ ac_includes_default="\
 | 
			
		||||
# include <unistd.h>
 | 
			
		||||
#endif"
 | 
			
		||||
 | 
			
		||||
ac_subst_vars='am__EXEEXT_FALSE
 | 
			
		||||
am__EXEEXT_TRUE
 | 
			
		||||
LTLIBOBJS
 | 
			
		||||
ac_subst_vars='LTLIBOBJS
 | 
			
		||||
LIBOBJS
 | 
			
		||||
BUILD_CHROMA_REGRESSION_FALSE
 | 
			
		||||
BUILD_CHROMA_REGRESSION_TRUE
 | 
			
		||||
@@ -672,8 +670,6 @@ CPPFLAGS
 | 
			
		||||
LDFLAGS
 | 
			
		||||
CXXFLAGS
 | 
			
		||||
CXX
 | 
			
		||||
AM_BACKSLASH
 | 
			
		||||
AM_DEFAULT_VERBOSITY
 | 
			
		||||
am__untar
 | 
			
		||||
am__tar
 | 
			
		||||
AMTAR
 | 
			
		||||
@@ -749,7 +745,6 @@ SHELL'
 | 
			
		||||
ac_subst_files=''
 | 
			
		||||
ac_user_opts='
 | 
			
		||||
enable_option_checking
 | 
			
		||||
enable_silent_rules
 | 
			
		||||
enable_dependency_tracking
 | 
			
		||||
enable_openmp
 | 
			
		||||
enable_simd
 | 
			
		||||
@@ -1399,8 +1394,6 @@ Optional Features:
 | 
			
		||||
  --disable-option-checking  ignore unrecognized --enable/--with options
 | 
			
		||||
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 | 
			
		||||
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 | 
			
		||||
  --enable-silent-rules          less verbose build output (undo: `make V=1')
 | 
			
		||||
  --disable-silent-rules         verbose build output (undo: `make V=0')
 | 
			
		||||
  --disable-dependency-tracking  speeds up one-time build
 | 
			
		||||
  --enable-dependency-tracking   do not reject slow dependency extractors
 | 
			
		||||
  --disable-openmp        do not use OpenMP
 | 
			
		||||
@@ -2029,7 +2022,7 @@ test -n "$target_alias" &&
 | 
			
		||||
  test "$program_prefix$program_suffix$program_transform_name" = \
 | 
			
		||||
    NONENONEs,x,x, &&
 | 
			
		||||
  program_prefix=${target_alias}-
 | 
			
		||||
am__api_version='1.11'
 | 
			
		||||
am__api_version='1.10'
 | 
			
		||||
 | 
			
		||||
# Find a good install program.  We prefer a C program (faster),
 | 
			
		||||
# so one script is as good as another.  But avoid the broken or
 | 
			
		||||
@@ -2129,33 +2122,16 @@ $as_echo_n "checking whether build environment is sane... " >&6; }
 | 
			
		||||
# Just in case
 | 
			
		||||
sleep 1
 | 
			
		||||
echo timestamp > conftest.file
 | 
			
		||||
# Reject unsafe characters in $srcdir or the absolute working directory
 | 
			
		||||
# name.  Accept space and tab only in the latter.
 | 
			
		||||
am_lf='
 | 
			
		||||
'
 | 
			
		||||
case `pwd` in
 | 
			
		||||
  *[\\\"\#\$\&\'\`$am_lf]*)
 | 
			
		||||
    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
 | 
			
		||||
$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
 | 
			
		||||
   { (exit 1); exit 1; }; };;
 | 
			
		||||
esac
 | 
			
		||||
case $srcdir in
 | 
			
		||||
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
 | 
			
		||||
    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
 | 
			
		||||
$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
 | 
			
		||||
   { (exit 1); exit 1; }; };;
 | 
			
		||||
esac
 | 
			
		||||
 | 
			
		||||
# Do `set' in a subshell so we don't clobber the current shell's
 | 
			
		||||
# arguments.  Must try -L first in case configure is actually a
 | 
			
		||||
# symlink; some systems play weird games with the mod time of symlinks
 | 
			
		||||
# (eg FreeBSD returns the mod time of the symlink's containing
 | 
			
		||||
# directory).
 | 
			
		||||
if (
 | 
			
		||||
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 | 
			
		||||
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 | 
			
		||||
   if test "$*" = "X"; then
 | 
			
		||||
      # -L didn't work.
 | 
			
		||||
      set X `ls -t "$srcdir/configure" conftest.file`
 | 
			
		||||
      set X `ls -t $srcdir/configure conftest.file`
 | 
			
		||||
   fi
 | 
			
		||||
   rm -f conftest.file
 | 
			
		||||
   if test "$*" != "X $srcdir/configure conftest.file" \
 | 
			
		||||
@@ -2199,14 +2175,7 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 | 
			
		||||
# expand $ac_aux_dir to an absolute path
 | 
			
		||||
am_aux_dir=`cd $ac_aux_dir && pwd`
 | 
			
		||||
 | 
			
		||||
if test x"${MISSING+set}" != xset; then
 | 
			
		||||
  case $am_aux_dir in
 | 
			
		||||
  *\ * | *\	*)
 | 
			
		||||
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 | 
			
		||||
  *)
 | 
			
		||||
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 | 
			
		||||
  esac
 | 
			
		||||
fi
 | 
			
		||||
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 | 
			
		||||
# Use eval to expand $SHELL
 | 
			
		||||
if eval "$MISSING --run true"; then
 | 
			
		||||
  am_missing_run="$MISSING --run "
 | 
			
		||||
@@ -2216,115 +2185,6 @@ else
 | 
			
		||||
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if test x"${install_sh}" != xset; then
 | 
			
		||||
  case $am_aux_dir in
 | 
			
		||||
  *\ * | *\	*)
 | 
			
		||||
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 | 
			
		||||
  *)
 | 
			
		||||
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 | 
			
		||||
  esac
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Installed binaries are usually stripped using `strip' when the user
 | 
			
		||||
# run `make install-strip'.  However `strip' might not be the right
 | 
			
		||||
# tool to use in cross-compilation environments, therefore Automake
 | 
			
		||||
# will honor the `STRIP' environment variable to overrule this program.
 | 
			
		||||
if test "$cross_compiling" != no; then
 | 
			
		||||
  if test -n "$ac_tool_prefix"; then
 | 
			
		||||
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 | 
			
		||||
set dummy ${ac_tool_prefix}strip; ac_word=$2
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 | 
			
		||||
$as_echo_n "checking for $ac_word... " >&6; }
 | 
			
		||||
if test "${ac_cv_prog_STRIP+set}" = set; then
 | 
			
		||||
  $as_echo_n "(cached) " >&6
 | 
			
		||||
else
 | 
			
		||||
  if test -n "$STRIP"; then
 | 
			
		||||
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 | 
			
		||||
else
 | 
			
		||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 | 
			
		||||
for as_dir in $PATH
 | 
			
		||||
do
 | 
			
		||||
  IFS=$as_save_IFS
 | 
			
		||||
  test -z "$as_dir" && as_dir=.
 | 
			
		||||
  for ac_exec_ext in '' $ac_executable_extensions; do
 | 
			
		||||
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 | 
			
		||||
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 | 
			
		||||
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 | 
			
		||||
    break 2
 | 
			
		||||
  fi
 | 
			
		||||
done
 | 
			
		||||
done
 | 
			
		||||
IFS=$as_save_IFS
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
fi
 | 
			
		||||
STRIP=$ac_cv_prog_STRIP
 | 
			
		||||
if test -n "$STRIP"; then
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 | 
			
		||||
$as_echo "$STRIP" >&6; }
 | 
			
		||||
else
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: no" >&5
 | 
			
		||||
$as_echo "no" >&6; }
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
if test -z "$ac_cv_prog_STRIP"; then
 | 
			
		||||
  ac_ct_STRIP=$STRIP
 | 
			
		||||
  # Extract the first word of "strip", so it can be a program name with args.
 | 
			
		||||
set dummy strip; ac_word=$2
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 | 
			
		||||
$as_echo_n "checking for $ac_word... " >&6; }
 | 
			
		||||
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 | 
			
		||||
  $as_echo_n "(cached) " >&6
 | 
			
		||||
else
 | 
			
		||||
  if test -n "$ac_ct_STRIP"; then
 | 
			
		||||
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 | 
			
		||||
else
 | 
			
		||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 | 
			
		||||
for as_dir in $PATH
 | 
			
		||||
do
 | 
			
		||||
  IFS=$as_save_IFS
 | 
			
		||||
  test -z "$as_dir" && as_dir=.
 | 
			
		||||
  for ac_exec_ext in '' $ac_executable_extensions; do
 | 
			
		||||
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 | 
			
		||||
    ac_cv_prog_ac_ct_STRIP="strip"
 | 
			
		||||
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 | 
			
		||||
    break 2
 | 
			
		||||
  fi
 | 
			
		||||
done
 | 
			
		||||
done
 | 
			
		||||
IFS=$as_save_IFS
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
fi
 | 
			
		||||
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 | 
			
		||||
if test -n "$ac_ct_STRIP"; then
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 | 
			
		||||
$as_echo "$ac_ct_STRIP" >&6; }
 | 
			
		||||
else
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: no" >&5
 | 
			
		||||
$as_echo "no" >&6; }
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
  if test "x$ac_ct_STRIP" = x; then
 | 
			
		||||
    STRIP=":"
 | 
			
		||||
  else
 | 
			
		||||
    case $cross_compiling:$ac_tool_warned in
 | 
			
		||||
yes:)
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 | 
			
		||||
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 | 
			
		||||
ac_tool_warned=yes ;;
 | 
			
		||||
esac
 | 
			
		||||
    STRIP=$ac_ct_STRIP
 | 
			
		||||
  fi
 | 
			
		||||
else
 | 
			
		||||
  STRIP="$ac_cv_prog_STRIP"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 | 
			
		||||
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 | 
			
		||||
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 | 
			
		||||
if test -z "$MKDIR_P"; then
 | 
			
		||||
@@ -2507,6 +2367,108 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 | 
			
		||||
 | 
			
		||||
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 | 
			
		||||
 | 
			
		||||
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 | 
			
		||||
 | 
			
		||||
# Installed binaries are usually stripped using `strip' when the user
 | 
			
		||||
# run `make install-strip'.  However `strip' might not be the right
 | 
			
		||||
# tool to use in cross-compilation environments, therefore Automake
 | 
			
		||||
# will honor the `STRIP' environment variable to overrule this program.
 | 
			
		||||
if test "$cross_compiling" != no; then
 | 
			
		||||
  if test -n "$ac_tool_prefix"; then
 | 
			
		||||
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 | 
			
		||||
set dummy ${ac_tool_prefix}strip; ac_word=$2
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 | 
			
		||||
$as_echo_n "checking for $ac_word... " >&6; }
 | 
			
		||||
if test "${ac_cv_prog_STRIP+set}" = set; then
 | 
			
		||||
  $as_echo_n "(cached) " >&6
 | 
			
		||||
else
 | 
			
		||||
  if test -n "$STRIP"; then
 | 
			
		||||
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 | 
			
		||||
else
 | 
			
		||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 | 
			
		||||
for as_dir in $PATH
 | 
			
		||||
do
 | 
			
		||||
  IFS=$as_save_IFS
 | 
			
		||||
  test -z "$as_dir" && as_dir=.
 | 
			
		||||
  for ac_exec_ext in '' $ac_executable_extensions; do
 | 
			
		||||
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 | 
			
		||||
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 | 
			
		||||
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 | 
			
		||||
    break 2
 | 
			
		||||
  fi
 | 
			
		||||
done
 | 
			
		||||
done
 | 
			
		||||
IFS=$as_save_IFS
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
fi
 | 
			
		||||
STRIP=$ac_cv_prog_STRIP
 | 
			
		||||
if test -n "$STRIP"; then
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 | 
			
		||||
$as_echo "$STRIP" >&6; }
 | 
			
		||||
else
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: no" >&5
 | 
			
		||||
$as_echo "no" >&6; }
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
if test -z "$ac_cv_prog_STRIP"; then
 | 
			
		||||
  ac_ct_STRIP=$STRIP
 | 
			
		||||
  # Extract the first word of "strip", so it can be a program name with args.
 | 
			
		||||
set dummy strip; ac_word=$2
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 | 
			
		||||
$as_echo_n "checking for $ac_word... " >&6; }
 | 
			
		||||
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 | 
			
		||||
  $as_echo_n "(cached) " >&6
 | 
			
		||||
else
 | 
			
		||||
  if test -n "$ac_ct_STRIP"; then
 | 
			
		||||
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 | 
			
		||||
else
 | 
			
		||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 | 
			
		||||
for as_dir in $PATH
 | 
			
		||||
do
 | 
			
		||||
  IFS=$as_save_IFS
 | 
			
		||||
  test -z "$as_dir" && as_dir=.
 | 
			
		||||
  for ac_exec_ext in '' $ac_executable_extensions; do
 | 
			
		||||
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 | 
			
		||||
    ac_cv_prog_ac_ct_STRIP="strip"
 | 
			
		||||
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 | 
			
		||||
    break 2
 | 
			
		||||
  fi
 | 
			
		||||
done
 | 
			
		||||
done
 | 
			
		||||
IFS=$as_save_IFS
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
fi
 | 
			
		||||
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 | 
			
		||||
if test -n "$ac_ct_STRIP"; then
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 | 
			
		||||
$as_echo "$ac_ct_STRIP" >&6; }
 | 
			
		||||
else
 | 
			
		||||
  { $as_echo "$as_me:$LINENO: result: no" >&5
 | 
			
		||||
$as_echo "no" >&6; }
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
  if test "x$ac_ct_STRIP" = x; then
 | 
			
		||||
    STRIP=":"
 | 
			
		||||
  else
 | 
			
		||||
    case $cross_compiling:$ac_tool_warned in
 | 
			
		||||
yes:)
 | 
			
		||||
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 | 
			
		||||
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 | 
			
		||||
ac_tool_warned=yes ;;
 | 
			
		||||
esac
 | 
			
		||||
    STRIP=$ac_ct_STRIP
 | 
			
		||||
  fi
 | 
			
		||||
else
 | 
			
		||||
  STRIP="$ac_cv_prog_STRIP"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 | 
			
		||||
 | 
			
		||||
# We need awk for the "check" target.  The system "awk" is bad on
 | 
			
		||||
# some platforms.
 | 
			
		||||
# Always define AMTAR for backward compatibility.
 | 
			
		||||
@@ -2523,17 +2485,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 | 
			
		||||
 | 
			
		||||
ac_config_headers="$ac_config_headers lib/Config.h"
 | 
			
		||||
 | 
			
		||||
# Check whether --enable-silent-rules was given.
 | 
			
		||||
if test "${enable_silent_rules+set}" = set; then
 | 
			
		||||
  enableval=$enable_silent_rules;
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
case $enable_silent_rules in
 | 
			
		||||
yes) AM_DEFAULT_VERBOSITY=0;;
 | 
			
		||||
no)  AM_DEFAULT_VERBOSITY=1;;
 | 
			
		||||
*)   AM_DEFAULT_VERBOSITY=0;;
 | 
			
		||||
esac
 | 
			
		||||
AM_BACKSLASH='\'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{ $as_echo "$as_me:$LINENO:
 | 
			
		||||
@@ -3185,7 +3136,7 @@ ac_config_commands="$ac_config_commands depfiles"
 | 
			
		||||
am_make=${MAKE-make}
 | 
			
		||||
cat > confinc << 'END'
 | 
			
		||||
am__doit:
 | 
			
		||||
	@echo this is the am__doit target
 | 
			
		||||
	@echo done
 | 
			
		||||
.PHONY: am__doit
 | 
			
		||||
END
 | 
			
		||||
# If we don't find an include directive, just comment out the code.
 | 
			
		||||
@@ -3196,24 +3147,24 @@ am__quote=
 | 
			
		||||
_am_result=none
 | 
			
		||||
# First try GNU make style include.
 | 
			
		||||
echo "include confinc" > confmf
 | 
			
		||||
# Ignore all kinds of additional output from `make'.
 | 
			
		||||
case `$am_make -s -f confmf 2> /dev/null` in #(
 | 
			
		||||
*the\ am__doit\ target*)
 | 
			
		||||
# We grep out `Entering directory' and `Leaving directory'
 | 
			
		||||
# messages which can occur if `w' ends up in MAKEFLAGS.
 | 
			
		||||
# In particular we don't look at `^make:' because GNU make might
 | 
			
		||||
# be invoked under some other name (usually "gmake"), in which
 | 
			
		||||
# case it prints its new name instead of `make'.
 | 
			
		||||
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 | 
			
		||||
   am__include=include
 | 
			
		||||
   am__quote=
 | 
			
		||||
   _am_result=GNU
 | 
			
		||||
  ;;
 | 
			
		||||
esac
 | 
			
		||||
fi
 | 
			
		||||
# Now try BSD make style include.
 | 
			
		||||
if test "$am__include" = "#"; then
 | 
			
		||||
   echo '.include "confinc"' > confmf
 | 
			
		||||
   case `$am_make -s -f confmf 2> /dev/null` in #(
 | 
			
		||||
   *the\ am__doit\ target*)
 | 
			
		||||
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 | 
			
		||||
      am__include=.include
 | 
			
		||||
      am__quote="\""
 | 
			
		||||
      _am_result=BSD
 | 
			
		||||
     ;;
 | 
			
		||||
   esac
 | 
			
		||||
   fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -3270,11 +3221,6 @@ else
 | 
			
		||||
  if test "$am_compiler_list" = ""; then
 | 
			
		||||
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
 | 
			
		||||
  fi
 | 
			
		||||
  am__universal=false
 | 
			
		||||
  case " $depcc " in #(
 | 
			
		||||
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 | 
			
		||||
     esac
 | 
			
		||||
 | 
			
		||||
  for depmode in $am_compiler_list; do
 | 
			
		||||
    # Setup a source with many dependencies, because some compilers
 | 
			
		||||
    # like to wrap large dependency lists on column 80 (with \), and
 | 
			
		||||
@@ -3292,17 +3238,7 @@ else
 | 
			
		||||
    done
 | 
			
		||||
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 | 
			
		||||
 | 
			
		||||
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 | 
			
		||||
    # mode.  It turns out that the SunPro C++ compiler does not properly
 | 
			
		||||
    # handle `-M -o', and we need to detect this.  Also, some Intel
 | 
			
		||||
    # versions had trouble with output in subdirs
 | 
			
		||||
    am__obj=sub/conftest.${OBJEXT-o}
 | 
			
		||||
    am__minus_obj="-o $am__obj"
 | 
			
		||||
    case $depmode in
 | 
			
		||||
    gcc)
 | 
			
		||||
      # This depmode causes a compiler race in universal mode.
 | 
			
		||||
      test "$am__universal" = false || continue
 | 
			
		||||
      ;;
 | 
			
		||||
    nosideeffect)
 | 
			
		||||
      # after this tag, mechanisms are not by side-effect, so they'll
 | 
			
		||||
      # only be used when explicitly requested
 | 
			
		||||
@@ -3312,23 +3248,19 @@ else
 | 
			
		||||
	break
 | 
			
		||||
      fi
 | 
			
		||||
      ;;
 | 
			
		||||
    msvisualcpp | msvcmsys)
 | 
			
		||||
      # This compiler won't grok `-c -o', but also, the minuso test has
 | 
			
		||||
      # not run yet.  These depmodes are late enough in the game, and
 | 
			
		||||
      # so weak that their functioning should not be impacted.
 | 
			
		||||
      am__obj=conftest.${OBJEXT-o}
 | 
			
		||||
      am__minus_obj=
 | 
			
		||||
      ;;
 | 
			
		||||
    none) break ;;
 | 
			
		||||
    esac
 | 
			
		||||
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 | 
			
		||||
    # mode.  It turns out that the SunPro C++ compiler does not properly
 | 
			
		||||
    # handle `-M -o', and we need to detect this.
 | 
			
		||||
    if depmode=$depmode \
 | 
			
		||||
       source=sub/conftest.c object=$am__obj \
 | 
			
		||||
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 | 
			
		||||
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 | 
			
		||||
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 | 
			
		||||
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 | 
			
		||||
         >/dev/null 2>conftest.err &&
 | 
			
		||||
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 | 
			
		||||
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 | 
			
		||||
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 | 
			
		||||
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 | 
			
		||||
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 | 
			
		||||
      # icc doesn't choke on unknown options, it will just issue warnings
 | 
			
		||||
      # or remarks (even with -Werror).  So we grep stderr for any message
 | 
			
		||||
@@ -6191,14 +6123,6 @@ LIBOBJS=$ac_libobjs
 | 
			
		||||
LTLIBOBJS=$ac_ltlibobjs
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 if test -n "$EXEEXT"; then
 | 
			
		||||
  am__EXEEXT_TRUE=
 | 
			
		||||
  am__EXEEXT_FALSE='#'
 | 
			
		||||
else
 | 
			
		||||
  am__EXEEXT_TRUE='#'
 | 
			
		||||
  am__EXEEXT_FALSE=
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 | 
			
		||||
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 | 
			
		||||
Usually this means the macro was only invoked conditionally." >&5
 | 
			
		||||
@@ -7417,17 +7341,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
 | 
			
		||||
  esac
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  case $ac_file$ac_mode in
 | 
			
		||||
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
 | 
			
		||||
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 | 
			
		||||
  # are listed without --file.  Let's play safe and only enable the eval
 | 
			
		||||
  # if we detect the quoting.
 | 
			
		||||
  case $CONFIG_FILES in
 | 
			
		||||
  *\'*) eval set x "$CONFIG_FILES" ;;
 | 
			
		||||
  *)   set x $CONFIG_FILES ;;
 | 
			
		||||
  esac
 | 
			
		||||
  shift
 | 
			
		||||
  for mf
 | 
			
		||||
  case $ac_file$ac_mode in
 | 
			
		||||
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 | 
			
		||||
  # Strip MF so we end up with the name of the file.
 | 
			
		||||
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 | 
			
		||||
@@ -7549,8 +7463,7 @@ $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 | 
			
		||||
   { (exit 1); exit 1; }; }; }
 | 
			
		||||
    # echo "creating $dirpart/$file"
 | 
			
		||||
    echo '# dummy' > "$dirpart/$file"
 | 
			
		||||
    done
 | 
			
		||||
  done
 | 
			
		||||
  done
 | 
			
		||||
done
 | 
			
		||||
 ;;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -133,8 +133,8 @@ public:
 | 
			
		||||
	  std::cout<<GridLogMessage<<"ConjugateGradient: Converged on iteration " <<k
 | 
			
		||||
		   <<" computed residual "<<sqrt(cp/ssq)
 | 
			
		||||
		   <<" true residual     "<<true_residual
 | 
			
		||||
		   <<" target "<<Tolerance;
 | 
			
		||||
	  std::cout<<" Time elapsed: Total "<< SolverTimer.Elapsed() << " Matrix  "<<MatrixTimer.Elapsed() << " Linalg "<<LinalgTimer.Elapsed();
 | 
			
		||||
		   <<" target "<<Tolerance<<std::endl;
 | 
			
		||||
	  std::cout<<GridLogMessage<<" Time elapsed: Total "<< SolverTimer.Elapsed() << " Matrix  "<<MatrixTimer.Elapsed() << " Linalg "<<LinalgTimer.Elapsed();
 | 
			
		||||
	  std::cout<<std::endl;
 | 
			
		||||
	  
 | 
			
		||||
	  assert(true_residual/Tolerance < 1000.0);
 | 
			
		||||
 
 | 
			
		||||
@@ -68,6 +68,9 @@ namespace Grid {
 | 
			
		||||
      
 | 
			
		||||
      Field r(src._grid);
 | 
			
		||||
 | 
			
		||||
      GridStopWatch SolverTimer;
 | 
			
		||||
      SolverTimer.Start();
 | 
			
		||||
 | 
			
		||||
      steps=0;
 | 
			
		||||
      for(int k=0;k<MaxIterations;k++){
 | 
			
		||||
 | 
			
		||||
@@ -76,6 +79,9 @@ namespace Grid {
 | 
			
		||||
	if ( verbose ) std::cout<<GridLogMessage<<"VPGCR("<<mmax<<","<<nstep<<") "<< steps <<" steps cp = "<<cp<<std::endl;
 | 
			
		||||
 | 
			
		||||
	if(cp<rsq) {
 | 
			
		||||
 | 
			
		||||
	  SolverTimer.Stop();
 | 
			
		||||
 | 
			
		||||
	  Linop.HermOp(psi,r);
 | 
			
		||||
	  axpy(r,-1.0,src,r);
 | 
			
		||||
	  RealD tr = norm2(r);
 | 
			
		||||
@@ -83,6 +89,7 @@ namespace Grid {
 | 
			
		||||
		   << " computed residual "<<sqrt(cp/ssq)
 | 
			
		||||
	           << " true residual "    <<sqrt(tr/ssq)
 | 
			
		||||
	           << " target "           <<Tolerance <<std::endl;
 | 
			
		||||
	  std::cout<<GridLogMessage<<" Time elapsed: Total "<< SolverTimer.Elapsed() <<std::endl;
 | 
			
		||||
	  return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -548,7 +548,7 @@ int main (int argc, char ** argv)
 | 
			
		||||
  DomainWallFermionR Ddwf(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
 | 
			
		||||
  DomainWallFermionR DdwfDD(UmuDD,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
 | 
			
		||||
 | 
			
		||||
  const int nbasis = 32;
 | 
			
		||||
  const int nbasis = 16;
 | 
			
		||||
  //  const int nbasis = 4;
 | 
			
		||||
 | 
			
		||||
  typedef Aggregation<vSpinColourVector,vTComplex,nbasis>              Subspace;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user