| 1 | #! /bin/sh |
|---|
| 2 | # Generated by configure. |
|---|
| 3 | # Run this file to recreate the current configuration. |
|---|
| 4 | # Compiler output produced by configure, useful for debugging |
|---|
| 5 | # configure, is in config.log if it exists. |
|---|
| 6 | |
|---|
| 7 | debug=false |
|---|
| 8 | ac_cs_recheck=false |
|---|
| 9 | ac_cs_silent=false |
|---|
| 10 | SHELL=${CONFIG_SHELL-/bin/sh} |
|---|
| 11 | ## --------------------- ## |
|---|
| 12 | ## M4sh Initialization. ## |
|---|
| 13 | ## --------------------- ## |
|---|
| 14 | |
|---|
| 15 | # Be more Bourne compatible |
|---|
| 16 | DUALCASE=1; export DUALCASE # for MKS sh |
|---|
| 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 18 | emulate sh |
|---|
| 19 | NULLCMD=: |
|---|
| 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|---|
| 21 | # is contrary to our usage. Disable this feature. |
|---|
| 22 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 23 | setopt NO_GLOB_SUBST |
|---|
| 24 | else |
|---|
| 25 | case `(set -o) 2>/dev/null` in |
|---|
| 26 | *posix*) set -o posix ;; |
|---|
| 27 | esac |
|---|
| 28 | |
|---|
| 29 | fi |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | # PATH needs CR |
|---|
| 35 | # Avoid depending upon Character Ranges. |
|---|
| 36 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|---|
| 37 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
|---|
| 38 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
|---|
| 39 | as_cr_digits='0123456789' |
|---|
| 40 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
|---|
| 41 | |
|---|
| 42 | as_nl=' |
|---|
| 43 | ' |
|---|
| 44 | export as_nl |
|---|
| 45 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
|---|
| 46 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|---|
| 47 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 49 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|---|
| 50 | as_echo='printf %s\n' |
|---|
| 51 | as_echo_n='printf %s' |
|---|
| 52 | else |
|---|
| 53 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|---|
| 54 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|---|
| 55 | as_echo_n='/usr/ucb/echo -n' |
|---|
| 56 | else |
|---|
| 57 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|---|
| 58 | as_echo_n_body='eval |
|---|
| 59 | arg=$1; |
|---|
| 60 | case $arg in |
|---|
| 61 | *"$as_nl"*) |
|---|
| 62 | expr "X$arg" : "X\\(.*\\)$as_nl"; |
|---|
| 63 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|---|
| 64 | esac; |
|---|
| 65 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|---|
| 66 | ' |
|---|
| 67 | export as_echo_n_body |
|---|
| 68 | as_echo_n='sh -c $as_echo_n_body as_echo' |
|---|
| 69 | fi |
|---|
| 70 | export as_echo_body |
|---|
| 71 | as_echo='sh -c $as_echo_body as_echo' |
|---|
| 72 | fi |
|---|
| 73 | |
|---|
| 74 | # The user is always right. |
|---|
| 75 | if test "${PATH_SEPARATOR+set}" != set; then |
|---|
| 76 | PATH_SEPARATOR=: |
|---|
| 77 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|---|
| 78 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|---|
| 79 | PATH_SEPARATOR=';' |
|---|
| 80 | } |
|---|
| 81 | fi |
|---|
| 82 | |
|---|
| 83 | # Support unset when possible. |
|---|
| 84 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
|---|
| 85 | as_unset=unset |
|---|
| 86 | else |
|---|
| 87 | as_unset=false |
|---|
| 88 | fi |
|---|
| 89 | |
|---|
| 90 | |
|---|
| 91 | # IFS |
|---|
| 92 | # We need space, tab and new line, in precisely that order. Quoting is |
|---|
| 93 | # there to prevent editors from complaining about space-tab. |
|---|
| 94 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|---|
| 95 | # splitting by setting IFS to empty value.) |
|---|
| 96 | IFS=" "" $as_nl" |
|---|
| 97 | |
|---|
| 98 | # Find who we are. Look in the path if we contain no directory separator. |
|---|
| 99 | case $0 in |
|---|
| 100 | *[\\/]* ) as_myself=$0 ;; |
|---|
| 101 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 102 | for as_dir in $PATH |
|---|
| 103 | do |
|---|
| 104 | IFS=$as_save_IFS |
|---|
| 105 | test -z "$as_dir" && as_dir=. |
|---|
| 106 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|---|
| 107 | done |
|---|
| 108 | IFS=$as_save_IFS |
|---|
| 109 | |
|---|
| 110 | ;; |
|---|
| 111 | esac |
|---|
| 112 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
|---|
| 113 | # in which case we are not to be found in the path. |
|---|
| 114 | if test "x$as_myself" = x; then |
|---|
| 115 | as_myself=$0 |
|---|
| 116 | fi |
|---|
| 117 | if test ! -f "$as_myself"; then |
|---|
| 118 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|---|
| 119 | { (exit 1); exit 1; } |
|---|
| 120 | fi |
|---|
| 121 | |
|---|
| 122 | # Work around bugs in pre-3.0 UWIN ksh. |
|---|
| 123 | for as_var in ENV MAIL MAILPATH |
|---|
| 124 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 125 | done |
|---|
| 126 | PS1='$ ' |
|---|
| 127 | PS2='> ' |
|---|
| 128 | PS4='+ ' |
|---|
| 129 | |
|---|
| 130 | # NLS nuisances. |
|---|
| 131 | LC_ALL=C |
|---|
| 132 | export LC_ALL |
|---|
| 133 | LANGUAGE=C |
|---|
| 134 | export LANGUAGE |
|---|
| 135 | |
|---|
| 136 | # Required to use basename. |
|---|
| 137 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 138 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 139 | as_expr=expr |
|---|
| 140 | else |
|---|
| 141 | as_expr=false |
|---|
| 142 | fi |
|---|
| 143 | |
|---|
| 144 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
|---|
| 145 | as_basename=basename |
|---|
| 146 | else |
|---|
| 147 | as_basename=false |
|---|
| 148 | fi |
|---|
| 149 | |
|---|
| 150 | |
|---|
| 151 | # Name of the executable. |
|---|
| 152 | as_me=`$as_basename -- "$0" || |
|---|
| 153 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
|---|
| 154 | X"$0" : 'X\(//\)$' \| \ |
|---|
| 155 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 156 | $as_echo X/"$0" | |
|---|
| 157 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|---|
| 158 | s//\1/ |
|---|
| 159 | q |
|---|
| 160 | } |
|---|
| 161 | /^X\/\(\/\/\)$/{ |
|---|
| 162 | s//\1/ |
|---|
| 163 | q |
|---|
| 164 | } |
|---|
| 165 | /^X\/\(\/\).*/{ |
|---|
| 166 | s//\1/ |
|---|
| 167 | q |
|---|
| 168 | } |
|---|
| 169 | s/.*/./; q'` |
|---|
| 170 | |
|---|
| 171 | # CDPATH. |
|---|
| 172 | $as_unset CDPATH |
|---|
| 173 | |
|---|
| 174 | |
|---|
| 175 | |
|---|
| 176 | as_lineno_1=$LINENO |
|---|
| 177 | as_lineno_2=$LINENO |
|---|
| 178 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 179 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
|---|
| 180 | |
|---|
| 181 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
|---|
| 182 | # uniformly replaced by the line number. The first 'sed' inserts a |
|---|
| 183 | # line-number line after each line using $LINENO; the second 'sed' |
|---|
| 184 | # does the real work. The second script uses 'N' to pair each |
|---|
| 185 | # line-number line with the line containing $LINENO, and appends |
|---|
| 186 | # trailing '-' during substitution so that $LINENO is not a special |
|---|
| 187 | # case at line end. |
|---|
| 188 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
|---|
| 189 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
|---|
| 190 | # E. McMahon (1931-1989) for sed's syntax. :-) |
|---|
| 191 | sed -n ' |
|---|
| 192 | p |
|---|
| 193 | /[$]LINENO/= |
|---|
| 194 | ' <$as_myself | |
|---|
| 195 | sed ' |
|---|
| 196 | s/[$]LINENO.*/&-/ |
|---|
| 197 | t lineno |
|---|
| 198 | b |
|---|
| 199 | :lineno |
|---|
| 200 | N |
|---|
| 201 | :loop |
|---|
| 202 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
|---|
| 203 | t loop |
|---|
| 204 | s/-\n.*// |
|---|
| 205 | ' >$as_me.lineno && |
|---|
| 206 | chmod +x "$as_me.lineno" || |
|---|
| 207 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
|---|
| 208 | { (exit 1); exit 1; }; } |
|---|
| 209 | |
|---|
| 210 | # Don't try to exec as it changes $[0], causing all sort of problems |
|---|
| 211 | # (the dirname of $[0] is not the place where we might find the |
|---|
| 212 | # original and so on. Autoconf is especially sensitive to this). |
|---|
| 213 | . "./$as_me.lineno" |
|---|
| 214 | # Exit status is that of the last command. |
|---|
| 215 | exit |
|---|
| 216 | } |
|---|
| 217 | |
|---|
| 218 | |
|---|
| 219 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|---|
| 220 | as_dirname=dirname |
|---|
| 221 | else |
|---|
| 222 | as_dirname=false |
|---|
| 223 | fi |
|---|
| 224 | |
|---|
| 225 | ECHO_C= ECHO_N= ECHO_T= |
|---|
| 226 | case `echo -n x` in |
|---|
| 227 | -n*) |
|---|
| 228 | case `echo 'x\c'` in |
|---|
| 229 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|---|
| 230 | *) ECHO_C='\c';; |
|---|
| 231 | esac;; |
|---|
| 232 | *) |
|---|
| 233 | ECHO_N='-n';; |
|---|
| 234 | esac |
|---|
| 235 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 236 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 237 | as_expr=expr |
|---|
| 238 | else |
|---|
| 239 | as_expr=false |
|---|
| 240 | fi |
|---|
| 241 | |
|---|
| 242 | rm -f conf$$ conf$$.exe conf$$.file |
|---|
| 243 | if test -d conf$$.dir; then |
|---|
| 244 | rm -f conf$$.dir/conf$$.file |
|---|
| 245 | else |
|---|
| 246 | rm -f conf$$.dir |
|---|
| 247 | mkdir conf$$.dir 2>/dev/null |
|---|
| 248 | fi |
|---|
| 249 | if (echo >conf$$.file) 2>/dev/null; then |
|---|
| 250 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
|---|
| 251 | as_ln_s='ln -s' |
|---|
| 252 | # ... but there are two gotchas: |
|---|
| 253 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|---|
| 254 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|---|
| 255 | # In both cases, we have to default to `cp -p'. |
|---|
| 256 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|---|
| 257 | as_ln_s='cp -p' |
|---|
| 258 | elif ln conf$$.file conf$$ 2>/dev/null; then |
|---|
| 259 | as_ln_s=ln |
|---|
| 260 | else |
|---|
| 261 | as_ln_s='cp -p' |
|---|
| 262 | fi |
|---|
| 263 | else |
|---|
| 264 | as_ln_s='cp -p' |
|---|
| 265 | fi |
|---|
| 266 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|---|
| 267 | rmdir conf$$.dir 2>/dev/null |
|---|
| 268 | |
|---|
| 269 | if mkdir -p . 2>/dev/null; then |
|---|
| 270 | as_mkdir_p=: |
|---|
| 271 | else |
|---|
| 272 | test -d ./-p && rmdir ./-p |
|---|
| 273 | as_mkdir_p=false |
|---|
| 274 | fi |
|---|
| 275 | |
|---|
| 276 | if test -x / >/dev/null 2>&1; then |
|---|
| 277 | as_test_x='test -x' |
|---|
| 278 | else |
|---|
| 279 | if ls -dL / >/dev/null 2>&1; then |
|---|
| 280 | as_ls_L_option=L |
|---|
| 281 | else |
|---|
| 282 | as_ls_L_option= |
|---|
| 283 | fi |
|---|
| 284 | as_test_x=' |
|---|
| 285 | eval sh -c '\'' |
|---|
| 286 | if test -d "$1"; then |
|---|
| 287 | test -d "$1/."; |
|---|
| 288 | else |
|---|
| 289 | case $1 in |
|---|
| 290 | -*)set "./$1";; |
|---|
| 291 | esac; |
|---|
| 292 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
|---|
| 293 | ???[sx]*):;;*)false;;esac;fi |
|---|
| 294 | '\'' sh |
|---|
| 295 | ' |
|---|
| 296 | fi |
|---|
| 297 | as_executable_p=$as_test_x |
|---|
| 298 | |
|---|
| 299 | # Sed expression to map a string onto a valid CPP name. |
|---|
| 300 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 301 | |
|---|
| 302 | # Sed expression to map a string onto a valid variable name. |
|---|
| 303 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 304 | |
|---|
| 305 | |
|---|
| 306 | exec 6>&1 |
|---|
| 307 | |
|---|
| 308 | # Save the log message, to keep $[0] and so on meaningful, and to |
|---|
| 309 | # report actual input values of CONFIG_FILES etc. instead of their |
|---|
| 310 | # values after options handling. |
|---|
| 311 | ac_log=" |
|---|
| 312 | This file was extended by $as_me, which was |
|---|
| 313 | generated by GNU Autoconf 2.62. Invocation command line was |
|---|
| 314 | |
|---|
| 315 | CONFIG_FILES = $CONFIG_FILES |
|---|
| 316 | CONFIG_HEADERS = $CONFIG_HEADERS |
|---|
| 317 | CONFIG_LINKS = $CONFIG_LINKS |
|---|
| 318 | CONFIG_COMMANDS = $CONFIG_COMMANDS |
|---|
| 319 | $ $0 $@ |
|---|
| 320 | |
|---|
| 321 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 322 | " |
|---|
| 323 | |
|---|
| 324 | # Files that config.status was made for. |
|---|
| 325 | config_files=" Makefile src/Makefile src/include/Makefile src/include/mpich2info.h mpich2-doxygen src/include/mpichtimer.h src/binding/Makefile src/binding/cxx/Makefile src/binding/cxx/mpicxx.h src/binding/f77/Makefile src/binding/f77/mpif.h src/binding/f77/setbotf.f src/binding/f90/Makefile src/binding/f90/mpi_sizeofs.f90 src/packaging/Makefile src/packaging/pkgconfig/mpich2-ch3.pc src/packaging/pkgconfig/Makefile src/packaging/envmods/mpich2.module src/packaging/envmods/Makefile src/env/mpixxx_opts.conf src/env/mpicc src/env/mpicc.conf src/env/mpicc.bash src/env/mpicxx src/env/mpicxx.conf src/env/mpicxx.bash src/env/mpif77 src/env/mpif77.conf src/env/mpif77.bash src/env/mpif90 src/env/mpif90.conf src/env/mpif90.bash src/env/parkill src/env/Makefile src/util/createshlib src/mpi/Makefile src/mpi/attr/Makefile src/mpi/coll/Makefile src/mpi/comm/Makefile src/mpi/datatype/Makefile src/mpi/debugger/Makefile src/mpi/errhan/Makefile src/mpi/group/Makefile src/mpi/init/Makefile src/mpi/misc/Makefile src/mpi/pt2pt/Makefile src/mpi/rma/Makefile src/mpi/spawn/Makefile src/mpi/timer/Makefile src/mpi/topo/Makefile src/mpid/Makefile src/mpid/common/Makefile src/mpid/common/datatype/Makefile src/mpid/common/datatype/dataloop/Makefile src/pm/Makefile src/pmi/Makefile src/pmi/simple/Makefile src/nameserv/Makefile src/nameserv/file/Makefile src/nameserv/mpd/Makefile src/nameserv/pmi/Makefile src/nameserv/test/Makefile src/util/Makefile src/util/info/Makefile src/util/instrm/Makefile src/util/thread/Makefile src/util/thread/mpe_thread.h src/util/mem/Makefile src/util/msgs/Makefile src/util/param/Makefile src/util/dbg/Makefile src/util/dbg/getfuncstack src/util/osserv/Makefile src/util/procmap/Makefile src/util/other/Makefile src/include/mpi.h test/Makefile test/util/Makefile test/basic/Makefile test/commands/Makefile test/commands/cmdtests test/mpid/Makefile test/mpid/ch3/Makefile test/util/timer/Makefile examples/Makefile examples/f77/Makefile examples/f90/Makefile examples/cxx/Makefile src/util/logging/Makefile src/util/logging/common/Makefile doc/Makefile doc/mansrc/Makefile doc/mansrc/createhtmlindex doc/refman/Makefile doc/installguide/Makefile doc/userguide/Makefile doc/logging/Makefile doc/design/Makefile doc/smpd/Makefile doc/windev/Makefile" |
|---|
| 326 | config_headers=" src/include/mpichconf.h" |
|---|
| 327 | config_commands=" default-1 default-2 default-3 default-4 default-5 default-6 default-7 default-8 default-9 default-10 default-11 default-12 default-13 default-14" |
|---|
| 328 | |
|---|
| 329 | ac_cs_usage="\ |
|---|
| 330 | \`$as_me' instantiates files from templates according to the |
|---|
| 331 | current configuration. |
|---|
| 332 | |
|---|
| 333 | Usage: $0 [OPTIONS] [FILE]... |
|---|
| 334 | |
|---|
| 335 | -h, --help print this help, then exit |
|---|
| 336 | -V, --version print version number and configuration settings, then exit |
|---|
| 337 | -q, --quiet do not print progress messages |
|---|
| 338 | -d, --debug don't remove temporary files |
|---|
| 339 | --recheck update $as_me by reconfiguring in the same conditions |
|---|
| 340 | --file=FILE[:TEMPLATE] |
|---|
| 341 | instantiate the configuration file FILE |
|---|
| 342 | --header=FILE[:TEMPLATE] |
|---|
| 343 | instantiate the configuration header FILE |
|---|
| 344 | |
|---|
| 345 | Configuration files: |
|---|
| 346 | $config_files |
|---|
| 347 | |
|---|
| 348 | Configuration headers: |
|---|
| 349 | $config_headers |
|---|
| 350 | |
|---|
| 351 | Configuration commands: |
|---|
| 352 | $config_commands |
|---|
| 353 | |
|---|
| 354 | Report bugs to <bug-autoconf@gnu.org>." |
|---|
| 355 | |
|---|
| 356 | ac_cs_version="\ |
|---|
| 357 | config.status |
|---|
| 358 | configured by /home/tim/libraries/mpich2-1.1/configure, generated by GNU Autoconf 2.62, |
|---|
| 359 | with options \"'-prefix=/home/tim/mpich2-install'\" |
|---|
| 360 | |
|---|
| 361 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 362 | This config.status script is free software; the Free Software Foundation |
|---|
| 363 | gives unlimited permission to copy, distribute and modify it." |
|---|
| 364 | |
|---|
| 365 | ac_pwd='/tmp/tim/mpich2' |
|---|
| 366 | srcdir='/home/tim/libraries/mpich2-1.1' |
|---|
| 367 | INSTALL='/usr/bin/install -c' |
|---|
| 368 | test -n "$AWK" || AWK=awk |
|---|
| 369 | # The default lists apply if the user does not specify any file. |
|---|
| 370 | ac_need_defaults=: |
|---|
| 371 | while test $# != 0 |
|---|
| 372 | do |
|---|
| 373 | case $1 in |
|---|
| 374 | --*=*) |
|---|
| 375 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
|---|
| 376 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
|---|
| 377 | ac_shift=: |
|---|
| 378 | ;; |
|---|
| 379 | *) |
|---|
| 380 | ac_option=$1 |
|---|
| 381 | ac_optarg=$2 |
|---|
| 382 | ac_shift=shift |
|---|
| 383 | ;; |
|---|
| 384 | esac |
|---|
| 385 | |
|---|
| 386 | case $ac_option in |
|---|
| 387 | # Handling of the options. |
|---|
| 388 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
|---|
| 389 | ac_cs_recheck=: ;; |
|---|
| 390 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
|---|
| 391 | $as_echo "$ac_cs_version"; exit ;; |
|---|
| 392 | --debug | --debu | --deb | --de | --d | -d ) |
|---|
| 393 | debug=: ;; |
|---|
| 394 | --file | --fil | --fi | --f ) |
|---|
| 395 | $ac_shift |
|---|
| 396 | case $ac_optarg in |
|---|
| 397 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 398 | esac |
|---|
| 399 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" |
|---|
| 400 | ac_need_defaults=false;; |
|---|
| 401 | --header | --heade | --head | --hea ) |
|---|
| 402 | $ac_shift |
|---|
| 403 | case $ac_optarg in |
|---|
| 404 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 405 | esac |
|---|
| 406 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" |
|---|
| 407 | ac_need_defaults=false;; |
|---|
| 408 | --he | --h) |
|---|
| 409 | # Conflict between --help and --header |
|---|
| 410 | { $as_echo "$as_me: error: ambiguous option: $1 |
|---|
| 411 | Try \`$0 --help' for more information." >&2 |
|---|
| 412 | { (exit 1); exit 1; }; };; |
|---|
| 413 | --help | --hel | -h ) |
|---|
| 414 | $as_echo "$ac_cs_usage"; exit ;; |
|---|
| 415 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 416 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
|---|
| 417 | ac_cs_silent=: ;; |
|---|
| 418 | |
|---|
| 419 | # This is an error. |
|---|
| 420 | -*) { $as_echo "$as_me: error: unrecognized option: $1 |
|---|
| 421 | Try \`$0 --help' for more information." >&2 |
|---|
| 422 | { (exit 1); exit 1; }; } ;; |
|---|
| 423 | |
|---|
| 424 | *) ac_config_targets="$ac_config_targets $1" |
|---|
| 425 | ac_need_defaults=false ;; |
|---|
| 426 | |
|---|
| 427 | esac |
|---|
| 428 | shift |
|---|
| 429 | done |
|---|
| 430 | |
|---|
| 431 | ac_configure_extra_args= |
|---|
| 432 | |
|---|
| 433 | if $ac_cs_silent; then |
|---|
| 434 | exec 6>/dev/null |
|---|
| 435 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
|---|
| 436 | fi |
|---|
| 437 | |
|---|
| 438 | if $ac_cs_recheck; then |
|---|
| 439 | set X '/bin/sh' '/home/tim/libraries/mpich2-1.1/configure' '-prefix=/home/tim/mpich2-install' $ac_configure_extra_args --no-create --no-recursion |
|---|
| 440 | shift |
|---|
| 441 | $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 |
|---|
| 442 | CONFIG_SHELL='/bin/sh' |
|---|
| 443 | export CONFIG_SHELL |
|---|
| 444 | exec "$@" |
|---|
| 445 | fi |
|---|
| 446 | |
|---|
| 447 | exec 5>>config.log |
|---|
| 448 | { |
|---|
| 449 | echo |
|---|
| 450 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
|---|
| 451 | ## Running $as_me. ## |
|---|
| 452 | _ASBOX |
|---|
| 453 | $as_echo "$ac_log" |
|---|
| 454 | } >&5 |
|---|
| 455 | |
|---|
| 456 | # |
|---|
| 457 | # INIT-COMMANDS |
|---|
| 458 | # |
|---|
| 459 | master_top_srcdir=/home/tim/libraries/mpich2-1.1 |
|---|
| 460 | enable_f77=no |
|---|
| 461 | enable_f90=default |
|---|
| 462 | has_exclaim= |
|---|
| 463 | has_fort_real8= |
|---|
| 464 | has_fort90_real8= |
|---|
| 465 | includebuild_dir=/tmp/tim/mpich2/src/include |
|---|
| 466 | libbuild_dir=/tmp/tim/mpich2/lib |
|---|
| 467 | bashWorks=no |
|---|
| 468 | enable_f90=default |
|---|
| 469 | modincbuild_dir=/tmp/tim/mpich2/src/binding/f90 |
|---|
| 470 | includebuild_dir=/tmp/tim/mpich2/src/include |
|---|
| 471 | libbuild_dir=/tmp/tim/mpich2/lib |
|---|
| 472 | bashWorks=no |
|---|
| 473 | enable_cxx=yes |
|---|
| 474 | includebuild_dir=/tmp/tim/mpich2/src/include |
|---|
| 475 | libbuild_dir=/tmp/tim/mpich2/lib |
|---|
| 476 | bashWorks=no |
|---|
| 477 | |
|---|
| 478 | MPE_THREAD_SOURCE_FILES=src/util/thread/mpe_thread.c:/home/tim/libraries/mpich2-1.1/src/util/thread/mpe_thread_posix.c |
|---|
| 479 | |
|---|
| 480 | |
|---|
| 481 | EXTERNAL_SETUPS="" |
|---|
| 482 | LIBDIR="/tmp/tim/mpich2/lib" |
|---|
| 483 | MPILIBNAME="mpich" |
|---|
| 484 | PMPILIBNAME="pmpich" |
|---|
| 485 | AR="ar" |
|---|
| 486 | CC="gcc" |
|---|
| 487 | CC_SHL="true" |
|---|
| 488 | CPPFLAGS=" -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS -I/tmp/tim/mpich2/src/mpid/ch3/include -I/home/tim/libraries/mpich2-1.1/src/mpid/ch3/include -I/tmp/tim/mpich2/src/mpid/common/datatype -I/home/tim/libraries/mpich2-1.1/src/mpid/common/datatype -I/tmp/tim/mpich2/src/mpid/common/locks -I/home/tim/libraries/mpich2-1.1/src/mpid/common/locks -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/include -I/home/tim/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/include -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/tim/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/tim/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/tmp/tim/mpich2/src/mpid/common/locks -I/home/tim/libraries/mpich2-1.1/src/mpid/common/locks -I/tmp/tim/mpich2/src/util/wrappers -I/home/tim/libraries/mpich2-1.1/src/util/wrappers" |
|---|
| 489 | CFLAGS=" -O2" |
|---|
| 490 | ENABLE_SHLIB="none" |
|---|
| 491 | export LIBDIR ; export MPILIBNAME ; export AR ; export CC ; export CPPFLAGS |
|---|
| 492 | export PMPILIBNAME |
|---|
| 493 | export CFLAGS ; export CC_SHL ; export ENABLE_SHLIB ; export C_LINKPATH_SHL |
|---|
| 494 | # For test/mpi/configure |
|---|
| 495 | MPI_SRCDIR= |
|---|
| 496 | MPI_NO_SPAWN= |
|---|
| 497 | export MPI_SRCDIR |
|---|
| 498 | export MPI_NO_SPAWN |
|---|
| 499 | |
|---|
| 500 | includebuild_dir=/tmp/tim/mpich2/src/include |
|---|
| 501 | libbuild_dir=/tmp/tim/mpich2/lib |
|---|
| 502 | opalibbuild_dir=/tmp/tim/mpich2/src/openpa/src |
|---|
| 503 | bashWorks=no |
|---|
| 504 | |
|---|
| 505 | enable_romio=yes |
|---|
| 506 | top_srcdir= |
|---|
| 507 | |
|---|
| 508 | |
|---|
| 509 | |
|---|
| 510 | |
|---|
| 511 | |
|---|
| 512 | |
|---|
| 513 | |
|---|
| 514 | |
|---|
| 515 | # Handling of arguments. |
|---|
| 516 | for ac_config_target in $ac_config_targets |
|---|
| 517 | do |
|---|
| 518 | case $ac_config_target in |
|---|
| 519 | "src/include/mpichconf.h") CONFIG_HEADERS="$CONFIG_HEADERS src/include/mpichconf.h" ;; |
|---|
| 520 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; |
|---|
| 521 | "default-2") CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;; |
|---|
| 522 | "default-3") CONFIG_COMMANDS="$CONFIG_COMMANDS default-3" ;; |
|---|
| 523 | "default-4") CONFIG_COMMANDS="$CONFIG_COMMANDS default-4" ;; |
|---|
| 524 | "default-5") CONFIG_COMMANDS="$CONFIG_COMMANDS default-5" ;; |
|---|
| 525 | "default-6") CONFIG_COMMANDS="$CONFIG_COMMANDS default-6" ;; |
|---|
| 526 | "default-7") CONFIG_COMMANDS="$CONFIG_COMMANDS default-7" ;; |
|---|
| 527 | "default-8") CONFIG_COMMANDS="$CONFIG_COMMANDS default-8" ;; |
|---|
| 528 | "default-9") CONFIG_COMMANDS="$CONFIG_COMMANDS default-9" ;; |
|---|
| 529 | "default-10") CONFIG_COMMANDS="$CONFIG_COMMANDS default-10" ;; |
|---|
| 530 | "default-11") CONFIG_COMMANDS="$CONFIG_COMMANDS default-11" ;; |
|---|
| 531 | "default-12") CONFIG_COMMANDS="$CONFIG_COMMANDS default-12" ;; |
|---|
| 532 | "default-13") CONFIG_COMMANDS="$CONFIG_COMMANDS default-13" ;; |
|---|
| 533 | "default-14") CONFIG_COMMANDS="$CONFIG_COMMANDS default-14" ;; |
|---|
| 534 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
|---|
| 535 | "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
|---|
| 536 | "src/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;; |
|---|
| 537 | "src/include/mpich2info.h") CONFIG_FILES="$CONFIG_FILES src/include/mpich2info.h" ;; |
|---|
| 538 | "mpich2-doxygen") CONFIG_FILES="$CONFIG_FILES mpich2-doxygen" ;; |
|---|
| 539 | "src/include/mpichtimer.h") CONFIG_FILES="$CONFIG_FILES src/include/mpichtimer.h" ;; |
|---|
| 540 | "src/binding/Makefile") CONFIG_FILES="$CONFIG_FILES src/binding/Makefile" ;; |
|---|
| 541 | "src/binding/cxx/Makefile") CONFIG_FILES="$CONFIG_FILES src/binding/cxx/Makefile" ;; |
|---|
| 542 | "src/binding/cxx/mpicxx.h") CONFIG_FILES="$CONFIG_FILES src/binding/cxx/mpicxx.h" ;; |
|---|
| 543 | "src/binding/f77/Makefile") CONFIG_FILES="$CONFIG_FILES src/binding/f77/Makefile" ;; |
|---|
| 544 | "src/binding/f77/mpif.h") CONFIG_FILES="$CONFIG_FILES src/binding/f77/mpif.h" ;; |
|---|
| 545 | "src/binding/f77/setbotf.f") CONFIG_FILES="$CONFIG_FILES src/binding/f77/setbotf.f" ;; |
|---|
| 546 | "src/binding/f90/Makefile") CONFIG_FILES="$CONFIG_FILES src/binding/f90/Makefile" ;; |
|---|
| 547 | "src/binding/f90/mpi_sizeofs.f90") CONFIG_FILES="$CONFIG_FILES src/binding/f90/mpi_sizeofs.f90" ;; |
|---|
| 548 | "src/packaging/Makefile") CONFIG_FILES="$CONFIG_FILES src/packaging/Makefile" ;; |
|---|
| 549 | "src/packaging/pkgconfig/mpich2-ch3.pc") CONFIG_FILES="$CONFIG_FILES src/packaging/pkgconfig/mpich2-ch3.pc" ;; |
|---|
| 550 | "src/packaging/pkgconfig/Makefile") CONFIG_FILES="$CONFIG_FILES src/packaging/pkgconfig/Makefile" ;; |
|---|
| 551 | "src/packaging/envmods/mpich2.module") CONFIG_FILES="$CONFIG_FILES src/packaging/envmods/mpich2.module" ;; |
|---|
| 552 | "src/packaging/envmods/Makefile") CONFIG_FILES="$CONFIG_FILES src/packaging/envmods/Makefile" ;; |
|---|
| 553 | "src/env/mpixxx_opts.conf") CONFIG_FILES="$CONFIG_FILES src/env/mpixxx_opts.conf" ;; |
|---|
| 554 | "src/env/mpicc") CONFIG_FILES="$CONFIG_FILES src/env/mpicc" ;; |
|---|
| 555 | "src/env/mpicc.conf") CONFIG_FILES="$CONFIG_FILES src/env/mpicc.conf" ;; |
|---|
| 556 | "src/env/mpicc.bash") CONFIG_FILES="$CONFIG_FILES src/env/mpicc.bash" ;; |
|---|
| 557 | "src/env/mpicxx") CONFIG_FILES="$CONFIG_FILES src/env/mpicxx" ;; |
|---|
| 558 | "src/env/mpicxx.conf") CONFIG_FILES="$CONFIG_FILES src/env/mpicxx.conf" ;; |
|---|
| 559 | "src/env/mpicxx.bash") CONFIG_FILES="$CONFIG_FILES src/env/mpicxx.bash" ;; |
|---|
| 560 | "src/env/mpif77") CONFIG_FILES="$CONFIG_FILES src/env/mpif77" ;; |
|---|
| 561 | "src/env/mpif77.conf") CONFIG_FILES="$CONFIG_FILES src/env/mpif77.conf" ;; |
|---|
| 562 | "src/env/mpif77.bash") CONFIG_FILES="$CONFIG_FILES src/env/mpif77.bash" ;; |
|---|
| 563 | "src/env/mpif90") CONFIG_FILES="$CONFIG_FILES src/env/mpif90" ;; |
|---|
| 564 | "src/env/mpif90.conf") CONFIG_FILES="$CONFIG_FILES src/env/mpif90.conf" ;; |
|---|
| 565 | "src/env/mpif90.bash") CONFIG_FILES="$CONFIG_FILES src/env/mpif90.bash" ;; |
|---|
| 566 | "src/env/parkill") CONFIG_FILES="$CONFIG_FILES src/env/parkill" ;; |
|---|
| 567 | "src/env/Makefile") CONFIG_FILES="$CONFIG_FILES src/env/Makefile" ;; |
|---|
| 568 | "src/util/createshlib") CONFIG_FILES="$CONFIG_FILES src/util/createshlib" ;; |
|---|
| 569 | "src/mpi/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/Makefile" ;; |
|---|
| 570 | "src/mpi/attr/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/attr/Makefile" ;; |
|---|
| 571 | "src/mpi/coll/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/coll/Makefile" ;; |
|---|
| 572 | "src/mpi/comm/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/comm/Makefile" ;; |
|---|
| 573 | "src/mpi/datatype/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/datatype/Makefile" ;; |
|---|
| 574 | "src/mpi/debugger/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/debugger/Makefile" ;; |
|---|
| 575 | "src/mpi/errhan/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/errhan/Makefile" ;; |
|---|
| 576 | "src/mpi/group/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/group/Makefile" ;; |
|---|
| 577 | "src/mpi/init/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/init/Makefile" ;; |
|---|
| 578 | "src/mpi/misc/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/misc/Makefile" ;; |
|---|
| 579 | "src/mpi/pt2pt/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/pt2pt/Makefile" ;; |
|---|
| 580 | "src/mpi/rma/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/rma/Makefile" ;; |
|---|
| 581 | "src/mpi/spawn/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/spawn/Makefile" ;; |
|---|
| 582 | "src/mpi/timer/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/timer/Makefile" ;; |
|---|
| 583 | "src/mpi/topo/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpi/topo/Makefile" ;; |
|---|
| 584 | "src/mpid/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpid/Makefile" ;; |
|---|
| 585 | "src/mpid/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpid/common/Makefile" ;; |
|---|
| 586 | "src/mpid/common/datatype/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpid/common/datatype/Makefile" ;; |
|---|
| 587 | "src/mpid/common/datatype/dataloop/Makefile") CONFIG_FILES="$CONFIG_FILES src/mpid/common/datatype/dataloop/Makefile" ;; |
|---|
| 588 | "src/pm/Makefile") CONFIG_FILES="$CONFIG_FILES src/pm/Makefile" ;; |
|---|
| 589 | "src/pmi/Makefile") CONFIG_FILES="$CONFIG_FILES src/pmi/Makefile" ;; |
|---|
| 590 | "src/pmi/${pmi_name}/Makefile") CONFIG_FILES="$CONFIG_FILES src/pmi/${pmi_name}/Makefile" ;; |
|---|
| 591 | "src/nameserv/Makefile") CONFIG_FILES="$CONFIG_FILES src/nameserv/Makefile" ;; |
|---|
| 592 | "src/nameserv/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/nameserv/file/Makefile" ;; |
|---|
| 593 | "src/nameserv/mpd/Makefile") CONFIG_FILES="$CONFIG_FILES src/nameserv/mpd/Makefile" ;; |
|---|
| 594 | "src/nameserv/pmi/Makefile") CONFIG_FILES="$CONFIG_FILES src/nameserv/pmi/Makefile" ;; |
|---|
| 595 | "src/nameserv/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/nameserv/test/Makefile" ;; |
|---|
| 596 | "src/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/Makefile" ;; |
|---|
| 597 | "src/util/info/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/info/Makefile" ;; |
|---|
| 598 | "src/util/instrm/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/instrm/Makefile" ;; |
|---|
| 599 | "src/util/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/thread/Makefile" ;; |
|---|
| 600 | "src/util/thread/mpe_thread.h") CONFIG_FILES="$CONFIG_FILES src/util/thread/mpe_thread.h" ;; |
|---|
| 601 | "src/util/mem/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/mem/Makefile" ;; |
|---|
| 602 | "src/util/msgs/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/msgs/Makefile" ;; |
|---|
| 603 | "src/util/param/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/param/Makefile" ;; |
|---|
| 604 | "src/util/dbg/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/dbg/Makefile" ;; |
|---|
| 605 | "src/util/dbg/getfuncstack") CONFIG_FILES="$CONFIG_FILES src/util/dbg/getfuncstack" ;; |
|---|
| 606 | "src/util/osserv/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/osserv/Makefile" ;; |
|---|
| 607 | "src/util/procmap/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/procmap/Makefile" ;; |
|---|
| 608 | "src/util/other/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/other/Makefile" ;; |
|---|
| 609 | "src/include/mpi.h") CONFIG_FILES="$CONFIG_FILES src/include/mpi.h" ;; |
|---|
| 610 | "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; |
|---|
| 611 | "test/util/Makefile") CONFIG_FILES="$CONFIG_FILES test/util/Makefile" ;; |
|---|
| 612 | "test/basic/Makefile") CONFIG_FILES="$CONFIG_FILES test/basic/Makefile" ;; |
|---|
| 613 | "test/commands/Makefile") CONFIG_FILES="$CONFIG_FILES test/commands/Makefile" ;; |
|---|
| 614 | "test/commands/cmdtests") CONFIG_FILES="$CONFIG_FILES test/commands/cmdtests" ;; |
|---|
| 615 | "test/mpid/Makefile") CONFIG_FILES="$CONFIG_FILES test/mpid/Makefile" ;; |
|---|
| 616 | "test/mpid/ch3/Makefile") CONFIG_FILES="$CONFIG_FILES test/mpid/ch3/Makefile" ;; |
|---|
| 617 | "test/util/timer/Makefile") CONFIG_FILES="$CONFIG_FILES test/util/timer/Makefile" ;; |
|---|
| 618 | "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; |
|---|
| 619 | "examples/f77/Makefile") CONFIG_FILES="$CONFIG_FILES examples/f77/Makefile" ;; |
|---|
| 620 | "examples/f90/Makefile") CONFIG_FILES="$CONFIG_FILES examples/f90/Makefile" ;; |
|---|
| 621 | "examples/cxx/Makefile") CONFIG_FILES="$CONFIG_FILES examples/cxx/Makefile" ;; |
|---|
| 622 | "src/util/logging/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/logging/Makefile" ;; |
|---|
| 623 | "src/util/logging/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/util/logging/common/Makefile" ;; |
|---|
| 624 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
|---|
| 625 | "doc/mansrc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/mansrc/Makefile" ;; |
|---|
| 626 | "doc/mansrc/createhtmlindex") CONFIG_FILES="$CONFIG_FILES doc/mansrc/createhtmlindex" ;; |
|---|
| 627 | "doc/refman/Makefile") CONFIG_FILES="$CONFIG_FILES doc/refman/Makefile" ;; |
|---|
| 628 | "doc/installguide/Makefile") CONFIG_FILES="$CONFIG_FILES doc/installguide/Makefile" ;; |
|---|
| 629 | "doc/userguide/Makefile") CONFIG_FILES="$CONFIG_FILES doc/userguide/Makefile" ;; |
|---|
| 630 | "doc/logging/Makefile") CONFIG_FILES="$CONFIG_FILES doc/logging/Makefile" ;; |
|---|
| 631 | "doc/design/Makefile") CONFIG_FILES="$CONFIG_FILES doc/design/Makefile" ;; |
|---|
| 632 | "doc/smpd/Makefile") CONFIG_FILES="$CONFIG_FILES doc/smpd/Makefile" ;; |
|---|
| 633 | "doc/windev/Makefile") CONFIG_FILES="$CONFIG_FILES doc/windev/Makefile" ;; |
|---|
| 634 | |
|---|
| 635 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
|---|
| 636 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
|---|
| 637 | { (exit 1); exit 1; }; };; |
|---|
| 638 | esac |
|---|
| 639 | done |
|---|
| 640 | |
|---|
| 641 | |
|---|
| 642 | # If the user did not use the arguments to specify the items to instantiate, |
|---|
| 643 | # then the envvar interface is used. Set only those that are not. |
|---|
| 644 | # We use the long form for the default assignment because of an extremely |
|---|
| 645 | # bizarre bug on SunOS 4.1.3. |
|---|
| 646 | if $ac_need_defaults; then |
|---|
| 647 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
|---|
| 648 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers |
|---|
| 649 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
|---|
| 650 | fi |
|---|
| 651 | |
|---|
| 652 | # Have a temporary directory for convenience. Make it in the build tree |
|---|
| 653 | # simply because there is no reason against having it here, and in addition, |
|---|
| 654 | # creating and moving files from /tmp can sometimes cause problems. |
|---|
| 655 | # Hook for its removal unless debugging. |
|---|
| 656 | # Note that there is a small window in which the directory will not be cleaned: |
|---|
| 657 | # after its creation but before its name has been assigned to `$tmp'. |
|---|
| 658 | $debug || |
|---|
| 659 | { |
|---|
| 660 | tmp= |
|---|
| 661 | trap 'exit_status=$? |
|---|
| 662 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
|---|
| 663 | ' 0 |
|---|
| 664 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
|---|
| 665 | } |
|---|
| 666 | # Create a (secure) tmp directory for tmp files. |
|---|
| 667 | |
|---|
| 668 | { |
|---|
| 669 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
|---|
| 670 | test -n "$tmp" && test -d "$tmp" |
|---|
| 671 | } || |
|---|
| 672 | { |
|---|
| 673 | tmp=./conf$$-$RANDOM |
|---|
| 674 | (umask 077 && mkdir "$tmp") |
|---|
| 675 | } || |
|---|
| 676 | { |
|---|
| 677 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 |
|---|
| 678 | { (exit 1); exit 1; } |
|---|
| 679 | } |
|---|
| 680 | |
|---|
| 681 | # Set up the scripts for CONFIG_FILES section. |
|---|
| 682 | # No need to generate them if there are no CONFIG_FILES. |
|---|
| 683 | # This happens for instance with `./config.status config.h'. |
|---|
| 684 | if test -n "$CONFIG_FILES"; then |
|---|
| 685 | |
|---|
| 686 | if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then |
|---|
| 687 | ac_cs_awk_getline=: |
|---|
| 688 | ac_cs_awk_pipe_init= |
|---|
| 689 | ac_cs_awk_read_file=' |
|---|
| 690 | while ((getline aline < (F[key])) > 0) |
|---|
| 691 | print(aline) |
|---|
| 692 | close(F[key])' |
|---|
| 693 | ac_cs_awk_pipe_fini= |
|---|
| 694 | else |
|---|
| 695 | ac_cs_awk_getline=false |
|---|
| 696 | ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\"" |
|---|
| 697 | ac_cs_awk_read_file=' |
|---|
| 698 | print "|#_!!_#|" |
|---|
| 699 | print "cat " F[key] " &&" |
|---|
| 700 | '$ac_cs_awk_pipe_init |
|---|
| 701 | # The final `:' finishes the AND list. |
|---|
| 702 | ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }' |
|---|
| 703 | fi |
|---|
| 704 | ac_cr=' |
|---|
| 705 | ' |
|---|
| 706 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
|---|
| 707 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
|---|
| 708 | ac_cs_awk_cr='\\r' |
|---|
| 709 | else |
|---|
| 710 | ac_cs_awk_cr=$ac_cr |
|---|
| 711 | fi |
|---|
| 712 | |
|---|
| 713 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
|---|
| 714 | cat >>"$tmp/subs1.awk" <<\_ACAWK && |
|---|
| 715 | F["MPE_THREAD_TYPEDEFS"]="/home/tim/libraries/mpich2-1.1/src/util/thread/posix_types.i" |
|---|
| 716 | F["MPE_THREAD_FUNCS"]="/home/tim/libraries/mpich2-1.1/src/util/thread/posix_funcs.i" |
|---|
| 717 | _ACAWK |
|---|
| 718 | cat >>"$tmp/subs1.awk" <<\_ACAWK && |
|---|
| 719 | S["SHELL"]="/bin/sh" |
|---|
| 720 | S["PATH_SEPARATOR"]=":" |
|---|
| 721 | S["PACKAGE_NAME"]="" |
|---|
| 722 | S["PACKAGE_TARNAME"]="" |
|---|
| 723 | S["PACKAGE_VERSION"]="" |
|---|
| 724 | S["PACKAGE_STRING"]="" |
|---|
| 725 | S["PACKAGE_BUGREPORT"]="" |
|---|
| 726 | S["exec_prefix"]="${prefix}" |
|---|
| 727 | S["prefix"]="/home/tim/mpich2-install" |
|---|
| 728 | S["program_transform_name"]="s,x,x," |
|---|
| 729 | S["bindir"]="${exec_prefix}/bin" |
|---|
| 730 | S["sbindir"]="${exec_prefix}/sbin" |
|---|
| 731 | S["libexecdir"]="${exec_prefix}/libexec" |
|---|
| 732 | S["datarootdir"]="${prefix}/share" |
|---|
| 733 | S["datadir"]="${datarootdir}" |
|---|
| 734 | S["sysconfdir"]="${prefix}/etc" |
|---|
| 735 | S["sharedstatedir"]="${prefix}/com" |
|---|
| 736 | S["localstatedir"]="${prefix}/var" |
|---|
| 737 | S["includedir"]="${prefix}/include" |
|---|
| 738 | S["oldincludedir"]="/usr/include" |
|---|
| 739 | S["docdir"]="${datarootdir}/doc/${PACKAGE}" |
|---|
| 740 | S["infodir"]="${datarootdir}/info" |
|---|
| 741 | S["htmldir"]="${docdir}" |
|---|
| 742 | S["dvidir"]="${docdir}" |
|---|
| 743 | S["pdfdir"]="${docdir}" |
|---|
| 744 | S["psdir"]="${docdir}" |
|---|
| 745 | S["libdir"]="${exec_prefix}/lib" |
|---|
| 746 | S["localedir"]="${datarootdir}/locale" |
|---|
| 747 | S["mandir"]="${datarootdir}/man" |
|---|
| 748 | S["DEFS"]="-DHAVE_CONFIG_H" |
|---|
| 749 | S["ECHO_C"]="" |
|---|
| 750 | S["ECHO_N"]="-n" |
|---|
| 751 | S["ECHO_T"]="" |
|---|
| 752 | S["LIBS"]=" " |
|---|
| 753 | S["build_alias"]="" |
|---|
| 754 | S["host_alias"]="" |
|---|
| 755 | S["target_alias"]="" |
|---|
| 756 | S["CONFIGURE_ARGS_CLEAN"]="-prefix=/home/tim/mpich2-install" |
|---|
| 757 | S["RELEASE_DATE"]="Unknown, built on Sun Jun 28 12:53:42 EDT 2009" |
|---|
| 758 | S["NUMVERSION"]="10100300" |
|---|
| 759 | S["VERSION"]="1.1" |
|---|
| 760 | S["ABIVERSION"]="1:1" |
|---|
| 761 | S["CONFIGURE_ARGUMENTS"]=" '-prefix=/home/tim/mpich2-install'" |
|---|
| 762 | S["MPIFLIBNAME"]="mpich" |
|---|
| 763 | S["PMPIFLIBNAME"]="pmpich" |
|---|
| 764 | S["FWRAPNAME"]="fmpich" |
|---|
| 765 | S["master_top_builddir"]="/tmp/tim/mpich2" |
|---|
| 766 | S["master_top_srcdir"]="/home/tim/libraries/mpich2-1.1" |
|---|
| 767 | S["DEVICE"]="ch3:nemesis" |
|---|
| 768 | S["DEVICE_NAME"]="ch3" |
|---|
| 769 | S["DEVICE_ARGS"]="" |
|---|
| 770 | S["INCLUDE_MPIDDEFS_H"]="/* ... no device specific definitions ... */" |
|---|
| 771 | S["MPICXXLIBNAME"]="mpichcxx" |
|---|
| 772 | S["logging_dir"]="" |
|---|
| 773 | S["logging_name"]="none" |
|---|
| 774 | S["logging_subdirs"]="" |
|---|
| 775 | S["romio_dir"]="romio" |
|---|
| 776 | S["HAVE_ROMIO"]="#include \"mpio.h\"" |
|---|
| 777 | S["device_name"]="ch3" |
|---|
| 778 | S["MANY_PM"]="no" |
|---|
| 779 | S["pm_name"]="mpd" |
|---|
| 780 | S["other_pm_names"]=" hydra gforker" |
|---|
| 781 | S["pmi_name"]="simple" |
|---|
| 782 | S["mpe_dir"]="mpe2" |
|---|
| 783 | S["other_install_dirs"]=" src/openpa src/pm/mpd src/mpe2" |
|---|
| 784 | S["CC"]="gcc" |
|---|
| 785 | S["CFLAGS"]=" -O2" |
|---|
| 786 | S["LDFLAGS"]=" " |
|---|
| 787 | S["CPPFLAGS"]=" -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS -I/tmp/tim/mpich2/src/mpid/ch3/include -I/hom"\ |
|---|
| 788 | "e/tim/libraries/mpich2-1.1/src/mpid/ch3/include -I/tmp/tim/mpich2/src/mpid/common/datatype -I/home/tim/libraries/mpich2-1.1/src/mpid/common/datatype"\ |
|---|
| 789 | " -I/tmp/tim/mpich2/src/mpid/common/locks -I/home/tim/libraries/mpich2-1.1/src/mpid/common/locks -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/incl"\ |
|---|
| 790 | "ude -I/home/tim/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/include -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/nemesis/include -I/home/t"\ |
|---|
| 791 | "im/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/tmp/tim/mpich2/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/home/"\ |
|---|
| 792 | "tim/libraries/mpich2-1.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/tmp/tim/mpich2/src/mpid/common/locks -I/home/tim/libraries/mpich2-1."\ |
|---|
| 793 | "1/src/mpid/common/locks -I/tmp/tim/mpich2/src/util/wrappers -I/home/tim/libraries/mpich2-1.1/src/util/wrappers" |
|---|
| 794 | S["ac_ct_CC"]="gcc" |
|---|
| 795 | S["EXEEXT"]="" |
|---|
| 796 | S["OBJEXT"]="o" |
|---|
| 797 | S["CPP"]="gcc -E" |
|---|
| 798 | S["CREATESHLIB"]="false" |
|---|
| 799 | S["NEEDSPLIB"]="no" |
|---|
| 800 | S["NO_WEAK_SYM"]="" |
|---|
| 801 | S["NO_WEAK_SYM_TARGET"]="build_proflib" |
|---|
| 802 | S["PROFILE_DEF_MPI"]="" |
|---|
| 803 | S["F77"]="" |
|---|
| 804 | S["FFLAGS"]=" " |
|---|
| 805 | S["ac_ct_F77"]="" |
|---|
| 806 | S["FLIBS"]="" |
|---|
| 807 | S["FILE"]="" |
|---|
| 808 | S["F77_NAME_MANGLE"]="" |
|---|
| 809 | S["F77_OTHER_LIBS"]="" |
|---|
| 810 | S["F90"]="" |
|---|
| 811 | S["F90FLAGS"]=" " |
|---|
| 812 | S["ac_ct_F90"]="" |
|---|
| 813 | S["F77_INCDIR"]="" |
|---|
| 814 | S["FINCLUDES"]="" |
|---|
| 815 | S["F77_LIBDIR_LEADER"]="" |
|---|
| 816 | S["MPIFPMPI"]="" |
|---|
| 817 | S["F77_IN_C_LIBS"]="" |
|---|
| 818 | S["FC_SHL"]="" |
|---|
| 819 | S["FC_LINKPATH_SHL"]="" |
|---|
| 820 | S["F77CPP"]="" |
|---|
| 821 | S["F90MODEXT"]="" |
|---|
| 822 | S["F90_WORK_FILES_ARG"]="" |
|---|
| 823 | S["F90MODINCFLAG"]="" |
|---|
| 824 | S["F90MODINCSPEC"]="" |
|---|
| 825 | S["MPIMODNAME"]="mpi" |
|---|
| 826 | S["MPICONSTMODNAME"]="mpi_constants" |
|---|
| 827 | S["MPISIZEOFMODNAME"]="mpi_sizeofs" |
|---|
| 828 | S["MPIBASEMODNAME"]="mpi_base" |
|---|
| 829 | S["modincdir"]="" |
|---|
| 830 | S["F90INC"]="" |
|---|
| 831 | S["F90INCFLAG"]="" |
|---|
| 832 | S["F90EXT"]="" |
|---|
| 833 | S["F90CPP"]="" |
|---|
| 834 | S["F90_OTHER_LIBS"]="" |
|---|
| 835 | S["F90_SHL"]="" |
|---|
| 836 | S["F90_LINKPATH_SHL"]="" |
|---|
| 837 | S["CXX"]="c++" |
|---|
| 838 | S["CXXFLAGS"]=" -O2" |
|---|
| 839 | S["ac_ct_CXX"]="" |
|---|
| 840 | S["HAVE_CXX_EXCEPTIONS"]="1" |
|---|
| 841 | S["CXX_DEFS"]=" -DHAVE_CXX_IOSTREAM -DHAVE_NAMESPACE_STD" |
|---|
| 842 | S["CXX_SHL"]="false" |
|---|
| 843 | S["CXX_LINKPATH_SHL"]="" |
|---|
| 844 | S["GNUCXX_VERSION"]="4" |
|---|
| 845 | S["GNUCXX_MINORVERSION"]="2" |
|---|
| 846 | S["INCLUDE_MPICXX_H"]="#include \"mpicxx.h\"" |
|---|
| 847 | S["FORTRAN_BINDING"]="0" |
|---|
| 848 | S["MPIR_CXX_BOOL"]="0x4c000133" |
|---|
| 849 | S["MPIR_CXX_COMPLEX"]="0x4c000834" |
|---|
| 850 | S["MPIR_CXX_DOUBLE_COMPLEX"]="0x4c001035" |
|---|
| 851 | S["MPIR_CXX_LONG_DOUBLE_COMPLEX"]="0x4c001836" |
|---|
| 852 | S["bindings"]=" cxx" |
|---|
| 853 | S["bindings_dirs"]=" src/binding/cxx" |
|---|
| 854 | S["FC"]="" |
|---|
| 855 | S["PERL"]="" |
|---|
| 856 | S["AR"]="ar" |
|---|
| 857 | S["RANLIB"]="ranlib" |
|---|
| 858 | S["ETAGS"]="true" |
|---|
| 859 | S["ETAGSADD"]="" |
|---|
| 860 | S["KILLALL"]="killall" |
|---|
| 861 | S["XARGS_NODATA_OPT"]="" |
|---|
| 862 | S["INSTALL_PROGRAM"]="${INSTALL}" |
|---|
| 863 | S["INSTALL_SCRIPT"]="${INSTALL}" |
|---|
| 864 | S["INSTALL_DATA"]="${INSTALL} -m 644" |
|---|
| 865 | S["RANLIB_AFTER_INSTALL"]="no" |
|---|
| 866 | S["MKDIR_P"]="mkdir -p" |
|---|
| 867 | S["MAKE"]="make" |
|---|
| 868 | S["VPATH"]="VPATH=.:${srcdir}" |
|---|
| 869 | S["SET_CFLAGS"]="CFLAGS=" |
|---|
| 870 | S["SET_MAKE"]="MAKE=make" |
|---|
| 871 | S["BASH_SHELL"]="" |
|---|
| 872 | S["BUILD_BASH_SCRIPTS"]="no" |
|---|
| 873 | S["GREP"]="" |
|---|
| 874 | S["EGREP"]="" |
|---|
| 875 | S["BUILD_DLLS"]="no" |
|---|
| 876 | S["CC_SHL"]="true" |
|---|
| 877 | S["C_LINK_SHL"]="true" |
|---|
| 878 | S["C_LINKPATH_SHL"]="" |
|---|
| 879 | S["SHLIB_EXT"]="unknown" |
|---|
| 880 | S["SHLIB_FROM_LO"]="no" |
|---|
| 881 | S["SHLIB_INSTALL"]="$(INSTALL_PROGRAM)" |
|---|
| 882 | S["ENABLE_SHLIB"]="none" |
|---|
| 883 | S["pac_prog"]="" |
|---|
| 884 | S["LIBTOOL"]="" |
|---|
| 885 | S["DBG_SHLIB_TYPE"]="" |
|---|
| 886 | S["BUILD_TVDLL"]="no" |
|---|
| 887 | S["CC_SHL_DBG"]="" |
|---|
| 888 | S["C_LINK_SHL_DBG"]="" |
|---|
| 889 | S["debugger_dir"]="" |
|---|
| 890 | S["nameserv_name"]="mpd" |
|---|
| 891 | S["DOCTEXT"]="false" |
|---|
| 892 | S["DOCTEXTSTYLE"]="" |
|---|
| 893 | S["MAKE_DEPEND_C"]="gcc -MM" |
|---|
| 894 | S["GCC"]="yes" |
|---|
| 895 | S["MPI_CHAR"]="0x4c000101" |
|---|
| 896 | S["MPI_UNSIGNED_CHAR"]="0x4c000102" |
|---|
| 897 | S["MPI_SHORT"]="0x4c000203" |
|---|
| 898 | S["MPI_UNSIGNED_SHORT"]="0x4c000204" |
|---|
| 899 | S["MPI_INT"]="0x4c000405" |
|---|
| 900 | S["MPI_UNSIGNED_INT"]="0x4c000406" |
|---|
| 901 | S["MPI_LONG"]="0x4c000407" |
|---|
| 902 | S["MPI_UNSIGNED_LONG"]="0x4c000408" |
|---|
| 903 | S["MPI_LONG_LONG"]="0x4c000809" |
|---|
| 904 | S["MPI_FLOAT"]="0x4c00040a" |
|---|
| 905 | S["MPI_DOUBLE"]="0x4c00080b" |
|---|
| 906 | S["MPI_LONG_DOUBLE"]="0x4c000c0c" |
|---|
| 907 | S["MPI_BYTE"]="0x4c00010d" |
|---|
| 908 | S["MPI_WCHAR"]="0x4c00040e" |
|---|
| 909 | S["MPI_PACKED"]="0x4c00010f" |
|---|
| 910 | S["MPI_LB"]="0x4c000010" |
|---|
| 911 | S["MPI_UB"]="0x4c000011" |
|---|
| 912 | S["MPI_FLOAT_INT"]="0x8c000000" |
|---|
| 913 | S["MPI_DOUBLE_INT"]="0x8c000001" |
|---|
| 914 | S["MPI_LONG_INT"]="0x8c000002" |
|---|
| 915 | S["MPI_SHORT_INT"]="0x8c000003" |
|---|
| 916 | S["MPI_2INT"]="0x4c000816" |
|---|
| 917 | S["MPI_LONG_DOUBLE_INT"]="0x8c000004" |
|---|
| 918 | S["MPI_SIGNED_CHAR"]="0x4c000118" |
|---|
| 919 | S["MPI_UNSIGNED_LONG_LONG"]="0x4c000819" |
|---|
| 920 | S["MPI_REAL4"]="0x4c000427" |
|---|
| 921 | S["MPI_REAL8"]="0x4c000829" |
|---|
| 922 | S["MPI_REAL16"]="MPI_DATATYPE_NULL" |
|---|
| 923 | S["MPI_COMPLEX8"]="0x4c000828" |
|---|
| 924 | S["MPI_COMPLEX16"]="0x4c00102a" |
|---|
| 925 | S["MPI_COMPLEX32"]="MPI_DATATYPE_NULL" |
|---|
| 926 | S["MPI_INTEGER1"]="0x4c00012d" |
|---|
| 927 | S["MPI_INTEGER2"]="0x4c00022f" |
|---|
| 928 | S["MPI_INTEGER4"]="0x4c000430" |
|---|
| 929 | S["MPI_INTEGER8"]="0x4c000831" |
|---|
| 930 | S["MPI_INTEGER16"]="MPI_DATATYPE_NULL" |
|---|
| 931 | S["MPI_CHARACTER"]="MPI_DATATYPE_NULL" |
|---|
| 932 | S["MPI_INTEGER"]="MPI_DATATYPE_NULL" |
|---|
| 933 | S["MPI_REAL"]="MPI_DATATYPE_NULL" |
|---|
| 934 | S["MPI_LOGICAL"]="MPI_DATATYPE_NULL" |
|---|
| 935 | S["MPI_COMPLEX"]="MPI_DATATYPE_NULL" |
|---|
| 936 | S["MPI_DOUBLE_PRECISION"]="MPI_DATATYPE_NULL" |
|---|
| 937 | S["MPI_2INTEGER"]="MPI_DATATYPE_NULL" |
|---|
| 938 | S["MPI_2REAL"]="MPI_DATATYPE_NULL" |
|---|
| 939 | S["MPI_DOUBLE_COMPLEX"]="MPI_DATATYPE_NULL" |
|---|
| 940 | S["MPI_2DOUBLE_PRECISION"]="MPI_DATATYPE_NULL" |
|---|
| 941 | S["MPI_2COMPLEX"]="MPI_DATATYPE_NULL" |
|---|
| 942 | S["MPI_2DOUBLE_COMPLEX"]="MPI_DATATYPE_NULL" |
|---|
| 943 | S["MPI_F77_PACKED"]="" |
|---|
| 944 | S["MPI_F77_UB"]="" |
|---|
| 945 | S["MPI_F77_LB"]="" |
|---|
| 946 | S["MPI_F77_BYTE"]="" |
|---|
| 947 | S["F77_INTEGER1"]="" |
|---|
| 948 | S["F77_INTEGER2"]="" |
|---|
| 949 | S["F77_INTEGER4"]="" |
|---|
| 950 | S["F77_INTEGER8"]="" |
|---|
| 951 | S["F77_INTEGER16"]="" |
|---|
| 952 | S["F77_REAL4"]="" |
|---|
| 953 | S["F77_REAL8"]="" |
|---|
| 954 | S["F77_REAL16"]="" |
|---|
| 955 | S["F77_COMPLEX8"]="" |
|---|
| 956 | S["F77_COMPLEX16"]="" |
|---|
| 957 | S["F77_COMPLEX32"]="" |
|---|
| 958 | S["SIZEOF_MPI_STATUS"]="" |
|---|
| 959 | S["MPI_STATUS_SIZE"]="" |
|---|
| 960 | S["MPI_F77_CHAR"]="" |
|---|
| 961 | S["MPI_F77_SIGNED_CHAR"]="" |
|---|
| 962 | S["MPI_F77_UNSIGNED_CHAR"]="" |
|---|
| 963 | S["MPI_F77_WCHAR"]="" |
|---|
| 964 | S["MPI_F77_SHORT"]="" |
|---|
| 965 | S["MPI_F77_UNSIGNED_SHORT"]="" |
|---|
| 966 | S["MPI_F77_UNSIGNED"]="" |
|---|
| 967 | S["MPI_F77_INT"]="" |
|---|
| 968 | S["MPI_F77_LONG"]="" |
|---|
| 969 | S["MPI_F77_UNSIGNED_LONG"]="" |
|---|
| 970 | S["MPI_F77_FLOAT"]="" |
|---|
| 971 | S["MPI_F77_DOUBLE"]="" |
|---|
| 972 | S["MPI_F77_LONG_DOUBLE"]="" |
|---|
| 973 | S["MPI_F77_UNSIGNED_LONG_LONG"]="" |
|---|
| 974 | S["MPI_F77_LONG_LONG_INT"]="" |
|---|
| 975 | S["MPI_F77_LONG_LONG"]="" |
|---|
| 976 | S["MPI_F77_FLOAT_INT"]="" |
|---|
| 977 | S["MPI_F77_DOUBLE_INT"]="" |
|---|
| 978 | S["MPI_F77_LONG_INT"]="" |
|---|
| 979 | S["MPI_F77_SHORT_INT"]="" |
|---|
| 980 | S["MPI_F77_2INT"]="" |
|---|
| 981 | S["MPI_F77_LONG_DOUBLE_INT"]="" |
|---|
| 982 | S["TESTCPP"]="" |
|---|
| 983 | S["ADDRESS_KIND"]="" |
|---|
| 984 | S["OFFSET_KIND"]="" |
|---|
| 985 | S["DLLIMPORT"]="" |
|---|
| 986 | S["SIZEOF_F90_INTEGER"]="" |
|---|
| 987 | S["SIZEOF_F90_REAL"]="" |
|---|
| 988 | S["SIZEOF_F90_DOUBLE_PRECISION"]="" |
|---|
| 989 | S["SIZEOF_F90_CHARACTER"]="" |
|---|
| 990 | S["REQD"]="" |
|---|
| 991 | S["REQI1"]="" |
|---|
| 992 | S["REQI2"]="" |
|---|
| 993 | S["REQI8"]="" |
|---|
| 994 | S["CXXCPP"]="c++ -E" |
|---|
| 995 | S["BSEND_OVERHEAD"]="56" |
|---|
| 996 | S["ALLOCA"]="" |
|---|
| 997 | S["MPID_TIMER_TYPE"]="struct timespec" |
|---|
| 998 | S["MPICH_TIMER_KIND"]="USE_CLOCK_GETTIME" |
|---|
| 999 | S["MPILIBNAME"]="mpich" |
|---|
| 1000 | S["PMPILIBNAME"]="pmpich" |
|---|
| 1001 | S["MPI_AINT"]="int" |
|---|
| 1002 | S["MPI_AINT_FMT_DEC_SPEC"]="%d" |
|---|
| 1003 | S["MPI_AINT_FMT_HEX_SPEC"]="%x" |
|---|
| 1004 | S["THR_DEFS"]="" |
|---|
| 1005 | S["THR_CFLAGS"]=" -D_REENTRANT -D_THREAD_SAFE" |
|---|
| 1006 | S["THR_CPPFLAGS"]="" |
|---|
| 1007 | S["THR_LDFLAGS"]="" |
|---|
| 1008 | S["THR_LIBS"]=" -lpthread" |
|---|
| 1009 | S["MPE_THREAD_LIB_NAME"]="mpich" |
|---|
| 1010 | S["subsystems"]="src/openpa src/mpid/ch3 src/mpid/common/locks src/mpid/common/locks src/mpi/romio src/pmi/simple src/pm/mpd src/pm/hydra src/pm/gforker src/mpe2 " |
|---|
| 1011 | S["MPI_FINT"]="int" |
|---|
| 1012 | S["MPI_OFFSET"]="long" |
|---|
| 1013 | S["MPI_OFFSET_TYPEDEF"]="typedef long MPI_Offset;" |
|---|
| 1014 | S["FORTRAN_MPI_OFFSET"]="integer" |
|---|
| 1015 | S["EXTRA_STATUS_DECL"]="" |
|---|
| 1016 | S["MPI_MAX_PROCESSOR_NAME"]="128" |
|---|
| 1017 | S["WRAPPER_CFLAGS"]="" |
|---|
| 1018 | S["WRAPPER_CXXFLAGS"]="" |
|---|
| 1019 | S["WRAPPER_FFLAGS"]="" |
|---|
| 1020 | S["WRAPPER_F90FLAGS"]="" |
|---|
| 1021 | S["WRAPPER_LDFLAGS"]=" " |
|---|
| 1022 | S["MPIU_DLL_SPEC_DEF"]="#define MPIU_DLL_SPEC" |
|---|
| 1023 | S["EXTERNAL_SRC_DIRS"]=" src/openpa" |
|---|
| 1024 | S["subdirs"]=" test/mpi" |
|---|
| 1025 | S["MPICH2LIB_CFLAGS"]="" |
|---|
| 1026 | S["MPICH2LIB_CXXFLAGS"]="" |
|---|
| 1027 | S["MPICH2LIB_FFLAGS"]="" |
|---|
| 1028 | S["MPICH2LIB_F90FLAGS"]="" |
|---|
| 1029 | S["MPICC"]="$(bindir)/mpicc" |
|---|
| 1030 | S["MPICXX"]="$(bindir)/mpicxx" |
|---|
| 1031 | S["MPIF77"]="$(bindir)/mpif77" |
|---|
| 1032 | S["MPIF90"]="$(bindir)/mpif90" |
|---|
| 1033 | S["LIBOBJS"]="" |
|---|
| 1034 | S["LTLIBOBJS"]="" |
|---|
| 1035 | _ACAWK |
|---|
| 1036 | cat >>"$tmp/subs1.awk" <<_ACAWK && |
|---|
| 1037 | for (key in S) S_is_set[key] = 1 |
|---|
| 1038 | FS = "" |
|---|
| 1039 | $ac_cs_awk_pipe_init |
|---|
| 1040 | } |
|---|
| 1041 | { |
|---|
| 1042 | line = $ 0 |
|---|
| 1043 | nfields = split(line, field, "@") |
|---|
| 1044 | substed = 0 |
|---|
| 1045 | len = length(field[1]) |
|---|
| 1046 | for (i = 2; i < nfields; i++) { |
|---|
| 1047 | key = field[i] |
|---|
| 1048 | keylen = length(key) |
|---|
| 1049 | if (S_is_set[key]) { |
|---|
| 1050 | value = S[key] |
|---|
| 1051 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
|---|
| 1052 | len += length(value) + length(field[++i]) |
|---|
| 1053 | substed = 1 |
|---|
| 1054 | } else |
|---|
| 1055 | len += 1 + keylen |
|---|
| 1056 | } |
|---|
| 1057 | if (nfields == 3 && !substed) { |
|---|
| 1058 | key = field[2] |
|---|
| 1059 | if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) { |
|---|
| 1060 | $ac_cs_awk_read_file |
|---|
| 1061 | next |
|---|
| 1062 | } |
|---|
| 1063 | } |
|---|
| 1064 | print line |
|---|
| 1065 | } |
|---|
| 1066 | $ac_cs_awk_pipe_fini |
|---|
| 1067 | _ACAWK |
|---|
| 1068 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|---|
| 1069 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
|---|
| 1070 | else |
|---|
| 1071 | cat |
|---|
| 1072 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
|---|
| 1073 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 |
|---|
| 1074 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} |
|---|
| 1075 | { (exit 1); exit 1; }; } |
|---|
| 1076 | fi # test -n "$CONFIG_FILES" |
|---|
| 1077 | |
|---|
| 1078 | # Set up the scripts for CONFIG_HEADERS section. |
|---|
| 1079 | # No need to generate them if there are no CONFIG_HEADERS. |
|---|
| 1080 | # This happens for instance with `./config.status Makefile'. |
|---|
| 1081 | if test -n "$CONFIG_HEADERS"; then |
|---|
| 1082 | cat >"$tmp/defines.awk" <<\_ACAWK || |
|---|
| 1083 | BEGIN { |
|---|
| 1084 | D["PACKAGE_NAME"]=" \"\"" |
|---|
| 1085 | D["PACKAGE_TARNAME"]=" \"\"" |
|---|
| 1086 | D["PACKAGE_VERSION"]=" \"\"" |
|---|
| 1087 | D["PACKAGE_STRING"]=" \"\"" |
|---|
| 1088 | D["PACKAGE_BUGREPORT"]=" \"\"" |
|---|
| 1089 | D["USE_SMP_COLLECTIVES"]=" 1" |
|---|
| 1090 | D["USE_PIPE_COLLECTIVES"]=" 1" |
|---|
| 1091 | D["HAVE_ERROR_CHECKING"]=" MPID_ERROR_LEVEL_ALL" |
|---|
| 1092 | D["MPICH_ERROR_MSG_LEVEL"]=" MPICH_ERROR_MSG_ALL" |
|---|
| 1093 | D["USE_LOGGING"]=" MPID_LOGGING_NONE" |
|---|
| 1094 | D["HAVE_RUNTIME_THREADCHECK"]=" 1" |
|---|
| 1095 | D["MPICH_THREAD_LEVEL"]=" MPI_THREAD_MULTIPLE" |
|---|
| 1096 | D["USE_THREAD_IMPL"]=" MPICH_THREAD_IMPL_GLOBAL_MUTEX" |
|---|
| 1097 | D["MPIU_THREAD_GRANULARITY"]=" MPIU_THREAD_GRANULARITY_GLOBAL" |
|---|
| 1098 | D["MPIU_HANDLE_ALLOCATION_METHOD"]=" MPIU_HANDLE_ALLOCATION_MUTEX" |
|---|
| 1099 | D["MPIU_THREAD_REFCOUNT"]=" MPIU_REFCOUNT_NONE" |
|---|
| 1100 | D["HAVE_ROMIO"]=" 1" |
|---|
| 1101 | D["HAVE__FUNC__"]=" /**/" |
|---|
| 1102 | D["HAVE__FUNCTION__"]=" /**/" |
|---|
| 1103 | D["HAVE_PRAGMA_WEAK"]=" 1" |
|---|
| 1104 | D["USE_WEAK_SYMBOLS"]=" 1" |
|---|
| 1105 | D["HAVE_MULTIPLE_PRAGMA_WEAK"]=" 1" |
|---|
| 1106 | D["HAVE_CXX_EXCEPTIONS"]=" /**/" |
|---|
| 1107 | D["HAVE_NAMESPACES"]=" /**/" |
|---|
| 1108 | D["HAVE_NAMESPACE_STD"]=" /**/" |
|---|
| 1109 | D["HAVE_CXX_BINDING"]=" 1" |
|---|
| 1110 | D["HAVE_NAMEPUB_SERVICE"]=" 1" |
|---|
| 1111 | D["restrict"]=" __restrict" |
|---|
| 1112 | D["HAVE_GCC_ATTRIBUTE"]=" 1" |
|---|
| 1113 | D["WORDS_LITTLEENDIAN"]=" 1" |
|---|
| 1114 | D["HAVE_LONG_DOUBLE"]=" 1" |
|---|
| 1115 | D["HAVE_LONG_LONG_INT"]=" 1" |
|---|
| 1116 | D["HAVE_MAX_INTEGER_ALIGNMENT"]=" 4" |
|---|
| 1117 | D["HAVE_MAX_STRUCT_ALIGNMENT"]=" 4" |
|---|
| 1118 | D["HAVE_MAX_FP_ALIGNMENT"]=" 4" |
|---|
| 1119 | D["SIZEOF_CHAR"]=" 1" |
|---|
| 1120 | D["SIZEOF_UNSIGNED_CHAR"]=" 1" |
|---|
| 1121 | D["SIZEOF_SHORT"]=" 2" |
|---|
| 1122 | D["SIZEOF_UNSIGNED_SHORT"]=" 2" |
|---|
| 1123 | D["SIZEOF_INT"]=" 4" |
|---|
| 1124 | D["SIZEOF_UNSIGNED_INT"]=" 4" |
|---|
| 1125 | D["SIZEOF_LONG"]=" 4" |
|---|
| 1126 | D["SIZEOF_UNSIGNED_LONG"]=" 4" |
|---|
| 1127 | D["SIZEOF_LONG_LONG"]=" 8" |
|---|
| 1128 | D["SIZEOF_UNSIGNED_LONG_LONG"]=" 8" |
|---|
| 1129 | D["SIZEOF_FLOAT"]=" 4" |
|---|
| 1130 | D["SIZEOF_DOUBLE"]=" 8" |
|---|
| 1131 | D["SIZEOF_LONG_DOUBLE"]=" 12" |
|---|
| 1132 | D["SIZEOF_WCHAR_T"]=" 0" |
|---|
| 1133 | D["HAVE_STDDEF_H"]=" 1" |
|---|
| 1134 | D["SIZEOF_VOID_P"]=" 4" |
|---|
| 1135 | D["HAVE_INTTYPES_H"]=" 1" |
|---|
| 1136 | D["HAVE_STDINT_H"]=" 1" |
|---|
| 1137 | D["HAVE_INT8_T"]=" 1" |
|---|
| 1138 | D["HAVE_INT16_T"]=" 1" |
|---|
| 1139 | D["HAVE_INT32_T"]=" 1" |
|---|
| 1140 | D["HAVE_INT64_T"]=" 1" |
|---|
| 1141 | D["HAVE_UINT8_T"]=" 1" |
|---|
| 1142 | D["HAVE_UINT16_T"]=" 1" |
|---|
| 1143 | D["HAVE_UINT32_T"]=" 1" |
|---|
| 1144 | D["HAVE_UINT64_T"]=" 1" |
|---|
| 1145 | D["MPIR_REAL4_CTYPE"]=" float" |
|---|
| 1146 | D["MPIR_REAL8_CTYPE"]=" double" |
|---|
| 1147 | D["MPIR_INTEGER1_CTYPE"]=" char" |
|---|
| 1148 | D["MPIR_INTEGER2_CTYPE"]=" short" |
|---|
| 1149 | D["MPIR_INTEGER4_CTYPE"]=" int" |
|---|
| 1150 | D["MPIR_INTEGER8_CTYPE"]=" long long" |
|---|
| 1151 | D["SIZEOF_BOOL"]=" 1" |
|---|
| 1152 | D["SIZEOF_COMPLEX"]=" 8" |
|---|
| 1153 | D["SIZEOF_DOUBLECOMPLEX"]=" 16" |
|---|
| 1154 | D["SIZEOF_LONGDOUBLECOMPLEX"]=" 24" |
|---|
| 1155 | D["MPIR_CXX_COMPLEX_VALUE"]=" 0x4c000834" |
|---|
| 1156 | D["MPIR_CXX_DOUBLE_COMPLEX_VALUE"]=" 0x4c001035" |
|---|
| 1157 | D["MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE"]=" 0x4c001836" |
|---|
| 1158 | D["HAVE_CXX_COMPLEX"]=" 1" |
|---|
| 1159 | D["HAVE_ANY_INT64_T_ALIGNMENT"]=" 1" |
|---|
| 1160 | D["HAVE_ANY_INT32_T_ALIGNMENT"]=" 1" |
|---|
| 1161 | D["SIZEOF_MPIR_BSEND_DATA_T"]=" 56" |
|---|
| 1162 | D["HAVE_GCC_AND_PENTIUM_ASM"]=" 1" |
|---|
| 1163 | D["USE_ATOMIC_UPDATES"]=" /**/" |
|---|
| 1164 | D["HAVE_STDLIB_H"]=" 1" |
|---|
| 1165 | D["HAVE_STDARG_H"]=" 1" |
|---|
| 1166 | D["HAVE_SYS_TYPES_H"]=" 1" |
|---|
| 1167 | D["HAVE_STRING_H"]=" 1" |
|---|
| 1168 | D["HAVE_INTTYPES_H"]=" 1" |
|---|
| 1169 | D["HAVE_LIMITS_H"]=" 1" |
|---|
| 1170 | D["HAVE_STDDEF_H"]=" 1" |
|---|
| 1171 | D["HAVE_ERRNO_H"]=" 1" |
|---|
| 1172 | D["HAVE_SYS_SOCKET_H"]=" 1" |
|---|
| 1173 | D["HAVE_SYS_TIME_H"]=" 1" |
|---|
| 1174 | D["HAVE_UNISTD_H"]=" 1" |
|---|
| 1175 | D["HAVE_ASSERT_H"]=" 1" |
|---|
| 1176 | D["HAVE_SYS_PARAM_H"]=" 1" |
|---|
| 1177 | D["HAVE_SYS_UIO_H"]=" 1" |
|---|
| 1178 | D["HAVE_SETITIMER"]=" 1" |
|---|
| 1179 | D["HAVE_ALARM"]=" 1" |
|---|
| 1180 | D["HAVE_VSNPRINTF"]=" 1" |
|---|
| 1181 | D["HAVE_VSPRINTF"]=" 1" |
|---|
| 1182 | D["HAVE_STRERROR"]=" 1" |
|---|
| 1183 | D["HAVE_STRNCASECMP"]=" 1" |
|---|
| 1184 | D["HAVE_SNPRINTF"]=" 1" |
|---|
| 1185 | D["HAVE_VA_COPY"]=" 1" |
|---|
| 1186 | D["HAVE_ALLOCA"]=" 1" |
|---|
| 1187 | D["HAVE_STRDUP"]=" 1" |
|---|
| 1188 | D["HAVE_MKSTEMP"]=" 1" |
|---|
| 1189 | D["HAVE_FDOPEN"]=" 1" |
|---|
| 1190 | D["NEEDS_FDOPEN_DECL"]=" 1" |
|---|
| 1191 | D["HAVE_PUTENV"]=" 1" |
|---|
| 1192 | D["HAVE_CLOCK_GETTIME"]=" 1" |
|---|
| 1193 | D["HAVE_CLOCK_GETRES"]=" 1" |
|---|
| 1194 | D["HAVE_GETTIMEOFDAY"]=" 1" |
|---|
| 1195 | D["SIZEOF_INT_IS_AINT"]=" 1" |
|---|
| 1196 | D["MPIR_Pint"]=" int" |
|---|
| 1197 | D["MPIR_Upint"]=" unsigned int" |
|---|
| 1198 | D["MPIU_SIZE_T"]=" unsigned int" |
|---|
| 1199 | D["HAVE_PTHREAD_H"]=" 1" |
|---|
| 1200 | D["HAVE_PTHREAD_CLEANUP_PUSH"]=" 1" |
|---|
| 1201 | D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1" |
|---|
| 1202 | D["HAVE_SCHED_YIELD"]=" 1" |
|---|
| 1203 | D["HAVE_USLEEP"]=" 1" |
|---|
| 1204 | D["HAVE_SLEEP"]=" 1" |
|---|
| 1205 | D["HAVE_SELECT"]=" 1" |
|---|
| 1206 | D["HAVE_GETPID"]=" 1" |
|---|
| 1207 | D["USE_THREAD_PKG"]=" MPICH_THREAD_PKG_POSIX" |
|---|
| 1208 | D["HAVE_NO_FORTRAN_MPI_TYPES_IN_C"]=" 1" |
|---|
| 1209 | D["HAVE_MPICHCONF"]=" 1" |
|---|
| 1210 | for (key in D) D_is_set[key] = 1 |
|---|
| 1211 | FS = "" |
|---|
| 1212 | } |
|---|
| 1213 | /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { |
|---|
| 1214 | line = $ 0 |
|---|
| 1215 | split(line, arg, " ") |
|---|
| 1216 | if (arg[1] == "#") { |
|---|
| 1217 | defundef = arg[2] |
|---|
| 1218 | mac1 = arg[3] |
|---|
| 1219 | } else { |
|---|
| 1220 | defundef = substr(arg[1], 2) |
|---|
| 1221 | mac1 = arg[2] |
|---|
| 1222 | } |
|---|
| 1223 | split(mac1, mac2, "(") #) |
|---|
| 1224 | macro = mac2[1] |
|---|
| 1225 | if (D_is_set[macro]) { |
|---|
| 1226 | # Preserve the white space surrounding the "#". |
|---|
| 1227 | prefix = substr(line, 1, index(line, defundef) - 1) |
|---|
| 1228 | print prefix "define", macro P[macro] D[macro] |
|---|
| 1229 | next |
|---|
| 1230 | } else { |
|---|
| 1231 | # Replace #undef with comments. This is necessary, for example, |
|---|
| 1232 | # in the case of _POSIX_SOURCE, which is predefined and required |
|---|
| 1233 | # on some systems where configure will not decide to define it. |
|---|
| 1234 | if (defundef == "undef") { |
|---|
| 1235 | print "/*", line, "*/" |
|---|
| 1236 | next |
|---|
| 1237 | } |
|---|
| 1238 | } |
|---|
| 1239 | } |
|---|
| 1240 | { print } |
|---|
| 1241 | _ACAWK |
|---|
| 1242 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 |
|---|
| 1243 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} |
|---|
| 1244 | { (exit 1); exit 1; }; } |
|---|
| 1245 | fi # test -n "$CONFIG_HEADERS" |
|---|
| 1246 | |
|---|
| 1247 | |
|---|
| 1248 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
|---|
| 1249 | shift |
|---|
| 1250 | for ac_tag |
|---|
| 1251 | do |
|---|
| 1252 | case $ac_tag in |
|---|
| 1253 | :[FHLC]) ac_mode=$ac_tag; continue;; |
|---|
| 1254 | esac |
|---|
| 1255 | case $ac_mode$ac_tag in |
|---|
| 1256 | :[FHL]*:*);; |
|---|
| 1257 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
|---|
| 1258 | $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
|---|
| 1259 | { (exit 1); exit 1; }; };; |
|---|
| 1260 | :[FH]-) ac_tag=-:-;; |
|---|
| 1261 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
|---|
| 1262 | esac |
|---|
| 1263 | ac_save_IFS=$IFS |
|---|
| 1264 | IFS=: |
|---|
| 1265 | set x $ac_tag |
|---|
| 1266 | IFS=$ac_save_IFS |
|---|
| 1267 | shift |
|---|
| 1268 | ac_file=$1 |
|---|
| 1269 | shift |
|---|
| 1270 | |
|---|
| 1271 | case $ac_mode in |
|---|
| 1272 | :L) ac_source=$1;; |
|---|
| 1273 | :[FH]) |
|---|
| 1274 | ac_file_inputs= |
|---|
| 1275 | for ac_f |
|---|
| 1276 | do |
|---|
| 1277 | case $ac_f in |
|---|
| 1278 | -) ac_f="$tmp/stdin";; |
|---|
| 1279 | *) # Look for the file first in the build tree, then in the source tree |
|---|
| 1280 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
|---|
| 1281 | # because $ac_f cannot contain `:'. |
|---|
| 1282 | test -f "$ac_f" || |
|---|
| 1283 | case $ac_f in |
|---|
| 1284 | [\\/$]*) false;; |
|---|
| 1285 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
|---|
| 1286 | esac || |
|---|
| 1287 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
|---|
| 1288 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
|---|
| 1289 | { (exit 1); exit 1; }; };; |
|---|
| 1290 | esac |
|---|
| 1291 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
|---|
| 1292 | ac_file_inputs="$ac_file_inputs '$ac_f'" |
|---|
| 1293 | done |
|---|
| 1294 | |
|---|
| 1295 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
|---|
| 1296 | # use $as_me), people would be surprised to read: |
|---|
| 1297 | # /* config.h. Generated by config.status. */ |
|---|
| 1298 | configure_input='Generated from '` |
|---|
| 1299 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
|---|
| 1300 | `' by configure.' |
|---|
| 1301 | if test x"$ac_file" != x-; then |
|---|
| 1302 | configure_input="$ac_file. $configure_input" |
|---|
| 1303 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
|---|
| 1304 | $as_echo "$as_me: creating $ac_file" >&6;} |
|---|
| 1305 | fi |
|---|
| 1306 | # Neutralize special characters interpreted by sed in replacement strings. |
|---|
| 1307 | case $configure_input in #( |
|---|
| 1308 | *\&* | *\|* | *\\* ) |
|---|
| 1309 | ac_sed_conf_input=`$as_echo "$configure_input" | |
|---|
| 1310 | sed 's/[\\\\&|]/\\\\&/g'`;; #( |
|---|
| 1311 | *) ac_sed_conf_input=$configure_input;; |
|---|
| 1312 | esac |
|---|
| 1313 | |
|---|
| 1314 | case $ac_tag in |
|---|
| 1315 | *:-:* | *:-) cat >"$tmp/stdin" \ |
|---|
| 1316 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1317 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1318 | { (exit 1); exit 1; }; } ;; |
|---|
| 1319 | esac |
|---|
| 1320 | ;; |
|---|
| 1321 | esac |
|---|
| 1322 | |
|---|
| 1323 | ac_dir=`$as_dirname -- "$ac_file" || |
|---|
| 1324 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1325 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
|---|
| 1326 | X"$ac_file" : 'X\(//\)$' \| \ |
|---|
| 1327 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1328 | $as_echo X"$ac_file" | |
|---|
| 1329 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1330 | s//\1/ |
|---|
| 1331 | q |
|---|
| 1332 | } |
|---|
| 1333 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1334 | s//\1/ |
|---|
| 1335 | q |
|---|
| 1336 | } |
|---|
| 1337 | /^X\(\/\/\)$/{ |
|---|
| 1338 | s//\1/ |
|---|
| 1339 | q |
|---|
| 1340 | } |
|---|
| 1341 | /^X\(\/\).*/{ |
|---|
| 1342 | s//\1/ |
|---|
| 1343 | q |
|---|
| 1344 | } |
|---|
| 1345 | s/.*/./; q'` |
|---|
| 1346 | { as_dir="$ac_dir" |
|---|
| 1347 | case $as_dir in #( |
|---|
| 1348 | -*) as_dir=./$as_dir;; |
|---|
| 1349 | esac |
|---|
| 1350 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
|---|
| 1351 | as_dirs= |
|---|
| 1352 | while :; do |
|---|
| 1353 | case $as_dir in #( |
|---|
| 1354 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|---|
| 1355 | *) as_qdir=$as_dir;; |
|---|
| 1356 | esac |
|---|
| 1357 | as_dirs="'$as_qdir' $as_dirs" |
|---|
| 1358 | as_dir=`$as_dirname -- "$as_dir" || |
|---|
| 1359 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1360 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
|---|
| 1361 | X"$as_dir" : 'X\(//\)$' \| \ |
|---|
| 1362 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1363 | $as_echo X"$as_dir" | |
|---|
| 1364 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1365 | s//\1/ |
|---|
| 1366 | q |
|---|
| 1367 | } |
|---|
| 1368 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1369 | s//\1/ |
|---|
| 1370 | q |
|---|
| 1371 | } |
|---|
| 1372 | /^X\(\/\/\)$/{ |
|---|
| 1373 | s//\1/ |
|---|
| 1374 | q |
|---|
| 1375 | } |
|---|
| 1376 | /^X\(\/\).*/{ |
|---|
| 1377 | s//\1/ |
|---|
| 1378 | q |
|---|
| 1379 | } |
|---|
| 1380 | s/.*/./; q'` |
|---|
| 1381 | test -d "$as_dir" && break |
|---|
| 1382 | done |
|---|
| 1383 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
|---|
| 1384 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
|---|
| 1385 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
|---|
| 1386 | { (exit 1); exit 1; }; }; } |
|---|
| 1387 | ac_builddir=. |
|---|
| 1388 | |
|---|
| 1389 | case "$ac_dir" in |
|---|
| 1390 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1391 | *) |
|---|
| 1392 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|---|
| 1393 | # A ".." for each directory in $ac_dir_suffix. |
|---|
| 1394 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|---|
| 1395 | case $ac_top_builddir_sub in |
|---|
| 1396 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1397 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|---|
| 1398 | esac ;; |
|---|
| 1399 | esac |
|---|
| 1400 | ac_abs_top_builddir=$ac_pwd |
|---|
| 1401 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|---|
| 1402 | # for backward compatibility: |
|---|
| 1403 | ac_top_builddir=$ac_top_build_prefix |
|---|
| 1404 | |
|---|
| 1405 | case $srcdir in |
|---|
| 1406 | .) # We are building in place. |
|---|
| 1407 | ac_srcdir=. |
|---|
| 1408 | ac_top_srcdir=$ac_top_builddir_sub |
|---|
| 1409 | ac_abs_top_srcdir=$ac_pwd ;; |
|---|
| 1410 | [\\/]* | ?:[\\/]* ) # Absolute name. |
|---|
| 1411 | ac_srcdir=$srcdir$ac_dir_suffix; |
|---|
| 1412 | ac_top_srcdir=$srcdir |
|---|
| 1413 | ac_abs_top_srcdir=$srcdir ;; |
|---|
| 1414 | *) # Relative name. |
|---|
| 1415 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|---|
| 1416 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
|---|
| 1417 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
|---|
| 1418 | esac |
|---|
| 1419 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|---|
| 1420 | |
|---|
| 1421 | |
|---|
| 1422 | case $ac_mode in |
|---|
| 1423 | :F) |
|---|
| 1424 | # |
|---|
| 1425 | # CONFIG_FILE |
|---|
| 1426 | # |
|---|
| 1427 | |
|---|
| 1428 | case $INSTALL in |
|---|
| 1429 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
|---|
| 1430 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
|---|
| 1431 | esac |
|---|
| 1432 | # If the template does not know about datarootdir, expand it. |
|---|
| 1433 | # FIXME: This hack should be removed a few years after 2.60. |
|---|
| 1434 | ac_datarootdir_hack=; ac_datarootdir_seen= |
|---|
| 1435 | |
|---|
| 1436 | ac_sed_dataroot=' |
|---|
| 1437 | /datarootdir/ { |
|---|
| 1438 | p |
|---|
| 1439 | q |
|---|
| 1440 | } |
|---|
| 1441 | /@datadir@/p |
|---|
| 1442 | /@docdir@/p |
|---|
| 1443 | /@infodir@/p |
|---|
| 1444 | /@localedir@/p |
|---|
| 1445 | /@mandir@/p |
|---|
| 1446 | ' |
|---|
| 1447 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
|---|
| 1448 | *datarootdir*) ac_datarootdir_seen=yes;; |
|---|
| 1449 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
|---|
| 1450 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
|---|
| 1451 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
|---|
| 1452 | ac_datarootdir_hack=' |
|---|
| 1453 | s&@datadir@&${datarootdir}&g |
|---|
| 1454 | s&@docdir@&${datarootdir}/doc/${PACKAGE}&g |
|---|
| 1455 | s&@infodir@&${datarootdir}/info&g |
|---|
| 1456 | s&@localedir@&${datarootdir}/locale&g |
|---|
| 1457 | s&@mandir@&${datarootdir}/man&g |
|---|
| 1458 | s&\${datarootdir}&${prefix}/share&g' ;; |
|---|
| 1459 | esac |
|---|
| 1460 | ac_sed_extra=" |
|---|
| 1461 | |
|---|
| 1462 | :t |
|---|
| 1463 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
|---|
| 1464 | s|@configure_input@|$ac_sed_conf_input|;t t |
|---|
| 1465 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
|---|
| 1466 | s&@top_build_prefix@&$ac_top_build_prefix&;t t |
|---|
| 1467 | s&@srcdir@&$ac_srcdir&;t t |
|---|
| 1468 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
|---|
| 1469 | s&@top_srcdir@&$ac_top_srcdir&;t t |
|---|
| 1470 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
|---|
| 1471 | s&@builddir@&$ac_builddir&;t t |
|---|
| 1472 | s&@abs_builddir@&$ac_abs_builddir&;t t |
|---|
| 1473 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
|---|
| 1474 | s&@INSTALL@&$ac_INSTALL&;t t |
|---|
| 1475 | $ac_datarootdir_hack |
|---|
| 1476 | " |
|---|
| 1477 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
|---|
| 1478 | if $ac_cs_awk_getline; then |
|---|
| 1479 | $AWK -f "$tmp/subs.awk" |
|---|
| 1480 | else |
|---|
| 1481 | $AWK -f "$tmp/subs.awk" | $SHELL |
|---|
| 1482 | fi >$tmp/out \ |
|---|
| 1483 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1484 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1485 | { (exit 1); exit 1; }; } |
|---|
| 1486 | |
|---|
| 1487 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
|---|
| 1488 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
|---|
| 1489 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
|---|
| 1490 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 1491 | which seems to be undefined. Please make sure it is defined." >&5 |
|---|
| 1492 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 1493 | which seems to be undefined. Please make sure it is defined." >&2;} |
|---|
| 1494 | |
|---|
| 1495 | rm -f "$tmp/stdin" |
|---|
| 1496 | case $ac_file in |
|---|
| 1497 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
|---|
| 1498 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
|---|
| 1499 | esac \ |
|---|
| 1500 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1501 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1502 | { (exit 1); exit 1; }; } |
|---|
| 1503 | ;; |
|---|
| 1504 | :H) |
|---|
| 1505 | # |
|---|
| 1506 | # CONFIG_HEADER |
|---|
| 1507 | # |
|---|
| 1508 | if test x"$ac_file" != x-; then |
|---|
| 1509 | { |
|---|
| 1510 | $as_echo "/* $configure_input */" \ |
|---|
| 1511 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
|---|
| 1512 | } >"$tmp/config.h" \ |
|---|
| 1513 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1514 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1515 | { (exit 1); exit 1; }; } |
|---|
| 1516 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
|---|
| 1517 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
|---|
| 1518 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
|---|
| 1519 | else |
|---|
| 1520 | rm -f "$ac_file" |
|---|
| 1521 | mv "$tmp/config.h" "$ac_file" \ |
|---|
| 1522 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1523 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1524 | { (exit 1); exit 1; }; } |
|---|
| 1525 | fi |
|---|
| 1526 | else |
|---|
| 1527 | $as_echo "/* $configure_input */" \ |
|---|
| 1528 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
|---|
| 1529 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 |
|---|
| 1530 | $as_echo "$as_me: error: could not create -" >&2;} |
|---|
| 1531 | { (exit 1); exit 1; }; } |
|---|
| 1532 | fi |
|---|
| 1533 | ;; |
|---|
| 1534 | |
|---|
| 1535 | :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
|---|
| 1536 | $as_echo "$as_me: executing $ac_file commands" >&6;} |
|---|
| 1537 | ;; |
|---|
| 1538 | esac |
|---|
| 1539 | |
|---|
| 1540 | |
|---|
| 1541 | case $ac_file$ac_mode in |
|---|
| 1542 | "default-1":C) if test "$enable_f77" = yes ; then |
|---|
| 1543 | if test "$bashWorks" = yes ; then cp -f src/env/mpif77.bash src/env/mpif77 ; fi |
|---|
| 1544 | chmod a+x src/env/mpif77 |
|---|
| 1545 | if test "$has_exclaim" = "yes" ; then |
|---|
| 1546 | sed -e 's/^C/\!/g' src/binding/f77/mpif.h > src/include/mpif.h |
|---|
| 1547 | cp src/include/mpif.h src/binding/f77/mpif.h |
|---|
| 1548 | else |
|---|
| 1549 | cp src/binding/f77/mpif.h src/include |
|---|
| 1550 | fi |
|---|
| 1551 | if test "$has_fort_real8" = "yes" ; then |
|---|
| 1552 | sed -e 's/DOUBLE PRECISION/REAL*8/g' src/include/mpif.h > src/include/mpif.h.new |
|---|
| 1553 | mv src/include/mpif.h.new src/include/mpif.h |
|---|
| 1554 | cp src/include/mpif.h src/binding/f77/mpif.h |
|---|
| 1555 | fi |
|---|
| 1556 | # Save a copy of the original mpi_base.f90 file |
|---|
| 1557 | if test "$enable_f90" = "yes" ; then |
|---|
| 1558 | if test ! -f "$master_top_srcdir/src/binding/f90/mpi_base.f90.orig" ; then |
|---|
| 1559 | cp $master_top_srcdir/src/binding/f90/mpi_base.f90 $master_top_srcdir/src/binding/f90/mpi_base.f90.orig |
|---|
| 1560 | fi |
|---|
| 1561 | if test "$has_fort90_real8" = "yes" ; then |
|---|
| 1562 | sed -e 's/DOUBLE PRECISION/REAL*8/g' $master_top_srcdir/src/binding/f90/mpi_base.f90 > $master_top_srcdir/src/binding/f90/mpi_base.f90.new |
|---|
| 1563 | mv -f $master_top_srcdir/src/binding/f90/mpi_base.f90.new $master_top_srcdir/src/binding/f90/mpi_base.f90 |
|---|
| 1564 | else |
|---|
| 1565 | cp -f $master_top_srcdir/src/binding/f90/mpi_base.f90.orig $master_top_srcdir/src/binding/f90/mpi_base.f90 |
|---|
| 1566 | fi |
|---|
| 1567 | fi |
|---|
| 1568 | |
|---|
| 1569 | if test ! -d bin ; then mkdir bin ; fi |
|---|
| 1570 | sed -e 's%includedir=.*%includedir='$includebuild_dir% \ |
|---|
| 1571 | -e 's%libdir=.*%libdir='$libbuild_dir% \ |
|---|
| 1572 | -e 's%^opalibdir=.*%opalibdir='$opalibbuild_dir% \ |
|---|
| 1573 | src/env/mpif77 > bin/mpif77 ; |
|---|
| 1574 | chmod a+x bin/mpif77 |
|---|
| 1575 | else |
|---|
| 1576 | rm -f src/env/mpif77 src/env/mpif77.conf |
|---|
| 1577 | fi ;; |
|---|
| 1578 | "default-2":C) if test $enable_f90 = yes ; then |
|---|
| 1579 | if test "$bashWorks" = yes ; then cp -f src/env/mpif90.bash src/env/mpif90 ; fi |
|---|
| 1580 | chmod a+x src/env/mpif90 |
|---|
| 1581 | if test ! -d bin ; then mkdir bin ; fi |
|---|
| 1582 | sed -e 's%includedir=.*%includedir='$includebuild_dir% \ |
|---|
| 1583 | -e 's%modincdir=.*%modincdir='$modincbuild_dir% \ |
|---|
| 1584 | -e 's%libdir=.*%libdir='$libbuild_dir% \ |
|---|
| 1585 | -e 's%^opalibdir=.*%opalibdir='$opalibbuild_dir% \ |
|---|
| 1586 | src/env/mpif90 > bin/mpif90 ; |
|---|
| 1587 | chmod a+x bin/mpif90 |
|---|
| 1588 | else |
|---|
| 1589 | rm -f src/env/mpif90 src/env/mpif90.conf bin/mpif90 |
|---|
| 1590 | fi |
|---|
| 1591 | ;; |
|---|
| 1592 | "default-3":C) if test $enable_cxx = yes ; then |
|---|
| 1593 | if test "$bashWorks" = yes ; then cp -f src/env/mpicxx.bash src/env/mpicxx ; fi |
|---|
| 1594 | chmod a+x src/env/mpicxx |
|---|
| 1595 | cp src/binding/cxx/mpicxx.h src/include |
|---|
| 1596 | if test ! -d bin ; then mkdir bin ; fi |
|---|
| 1597 | sed -e 's%includedir=.*%includedir='$includebuild_dir% \ |
|---|
| 1598 | -e 's%libdir=.*%libdir='$libbuild_dir% \ |
|---|
| 1599 | -e 's%^opalibdir=.*%opalibdir='$opalibbuild_dir% \ |
|---|
| 1600 | src/env/mpicxx > bin/mpicxx ; |
|---|
| 1601 | chmod a+x bin/mpicxx |
|---|
| 1602 | else |
|---|
| 1603 | rm -f src/env/mpicxx src/env/mpicxx.conf |
|---|
| 1604 | fi |
|---|
| 1605 | ;; |
|---|
| 1606 | "default-4":C) |
|---|
| 1607 | for entry in $MPE_THREAD_SOURCE_FILES ; do |
|---|
| 1608 | destfile="`echo $entry | sed -e 's/:.*$//'`" |
|---|
| 1609 | srcfile="`echo $entry | sed -e 's/^.*://'`" |
|---|
| 1610 | echo "copying $srcfile to $destfile" |
|---|
| 1611 | rm -f $destfile |
|---|
| 1612 | cat >$destfile <<END |
|---|
| 1613 | /* |
|---|
| 1614 | * WARNING: DO NOT EDIT! This file is a copy of $srcfile. |
|---|
| 1615 | */ |
|---|
| 1616 | |
|---|
| 1617 | END |
|---|
| 1618 | cat $srcfile >>$destfile |
|---|
| 1619 | chmod a-w $destfile |
|---|
| 1620 | done |
|---|
| 1621 | if test -f src/util/thread/mpe_thread.h ; then |
|---|
| 1622 | echo "moving mpe_thread.h to src/include" |
|---|
| 1623 | mv -f src/util/thread/mpe_thread.h src/include/mpe_thread.h |
|---|
| 1624 | fi |
|---|
| 1625 | ;; |
|---|
| 1626 | "default-5":C) |
|---|
| 1627 | for prog in $EXTERNAL_SETUPS - ; do |
|---|
| 1628 | if test "$prog" != "-" ; then |
|---|
| 1629 | dir=`dirname $prog` |
|---|
| 1630 | name=`basename $prog` |
|---|
| 1631 | (cd $dir && ./$name) |
|---|
| 1632 | fi |
|---|
| 1633 | done ;; |
|---|
| 1634 | "default-6":C) |
|---|
| 1635 | if test "$bashWorks" = yes ; then cp -f src/env/mpicc.bash src/env/mpicc ; fi |
|---|
| 1636 | chmod a+x src/env/mpicc ; |
|---|
| 1637 | if test ! -d bin ; then mkdir bin ; fi |
|---|
| 1638 | sed -e 's%includedir=.*%includedir='$includebuild_dir% \ |
|---|
| 1639 | -e 's%libdir=.*%libdir='$libbuild_dir% \ |
|---|
| 1640 | -e 's%^opalibdir=.*%opalibdir='$opalibbuild_dir% \ |
|---|
| 1641 | src/env/mpicc > bin/mpicc ; |
|---|
| 1642 | chmod a+x bin/mpicc ;; |
|---|
| 1643 | "default-7":C) |
|---|
| 1644 | chmod a+x src/env/parkill ; |
|---|
| 1645 | if test ! -d bin ; then mkdir bin ; fi |
|---|
| 1646 | cp src/env/parkill bin/parkill ; |
|---|
| 1647 | chmod a+x bin/parkill ;; |
|---|
| 1648 | "default-8":C) if test "$enable_romio" = "yes" ; then |
|---|
| 1649 | rm -f src/include/mpio.h "${use_top_srcdir}/include/mpio.h" |
|---|
| 1650 | cp src/mpi/romio/include/mpio.h src/include ; fi ;; |
|---|
| 1651 | "default-9":C) if grep 'dependencies:' Makefile >/dev/null 2>&1 ; then |
|---|
| 1652 | echo "Updating dependency directories .deps" |
|---|
| 1653 | find src -type d -print | sed -e 's%\(.*\)%(cd \1 \&\& grep MAKE_DEPEND_C Makefile >/dev/null 2>\&1 \&\& ( test -d .deps || mkdir .deps) \&\& touch .deps/alldeps)%g' | sh |
|---|
| 1654 | fi ;; |
|---|
| 1655 | "default-10":C) chmod +x doc/mansrc/createhtmlindex ;; |
|---|
| 1656 | "default-11":C) if [ ! -d lib ] ; then mkdir lib ; fi |
|---|
| 1657 | date > lib/newconfig ;; |
|---|
| 1658 | "default-12":C) chmod +x src/util/createshlib ;; |
|---|
| 1659 | "default-13":C) chmod a+x src/util/dbg/getfuncstack ;; |
|---|
| 1660 | "default-14":C) chmod a+x test/commands/cmdtests ;; |
|---|
| 1661 | |
|---|
| 1662 | esac |
|---|
| 1663 | done # for ac_tag |
|---|
| 1664 | |
|---|
| 1665 | |
|---|
| 1666 | { (exit 0); exit 0; } |
|---|