From c53e19be463c7864120f3c8708957066198e35cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kn=C3=BCpfer?= Date: Mon, 28 Jan 2008 08:39:48 +0000 Subject: [PATCH] bringing VampirTrace integration to the trunk This commit was SVN r17278. --- acinclude.m4 | 1 + config/Makefile.am | 1 + config/ompi_contrib.m4 | 125 + configure.ac | 11 + ompi/Makefile.am | 6 +- ompi/contrib/vt/Makefile.am | 26 + ompi/contrib/vt/Makefile.in | 1239 + ompi/contrib/vt/configure.m4 | 61 + ompi/contrib/vt/vt/AUTHORS | 12 + ompi/contrib/vt/vt/CONFIG-EXAMPLES | 19 + ompi/contrib/vt/vt/COPYING | 32 + ompi/contrib/vt/vt/ChangeLog | 197 + ompi/contrib/vt/vt/INSTALL | 183 + ompi/contrib/vt/vt/Makefile.am | 25 + ompi/contrib/vt/vt/Makefile.in | 689 + ompi/contrib/vt/vt/NEWS | 0 ompi/contrib/vt/vt/README | 10 + ompi/contrib/vt/vt/VERSION | 37 + ompi/contrib/vt/vt/acinclude.m4 | 1705 ++ ompi/contrib/vt/vt/aclocal.m4 | 931 + ompi/contrib/vt/vt/compile | 142 + ompi/contrib/vt/vt/config.guess | 1516 + ompi/contrib/vt/vt/config.h.in | 179 + ompi/contrib/vt/vt/config.sub | 1626 ++ ompi/contrib/vt/vt/configure | 16267 +++++++++++ ompi/contrib/vt/vt/configure.in | 301 + ompi/contrib/vt/vt/depcomp | 584 + ompi/contrib/vt/vt/doc/FILTER.SPEC | 20 + ompi/contrib/vt/vt/doc/GROUPS.SPEC | 18 + ompi/contrib/vt/vt/doc/LICENSE | 32 + ompi/contrib/vt/vt/doc/METRICS.SPEC | 324 + ompi/contrib/vt/vt/doc/Makefile.am | 22 + ompi/contrib/vt/vt/doc/Makefile.in | 435 + ompi/contrib/vt/vt/doc/UserManual.html | 2141 ++ ompi/contrib/vt/vt/doc/UserManual.pdf | Bin 0 -> 275483 bytes ompi/contrib/vt/vt/examples/c/Makefile | 46 + ompi/contrib/vt/vt/examples/c/Makefile.config | 26 + ompi/contrib/vt/vt/examples/c/hello.c | 31 + ompi/contrib/vt/vt/examples/c/pi.c | 95 + ompi/contrib/vt/vt/examples/c/ring.c | 96 + ompi/contrib/vt/vt/examples/cxx/Makefile | 46 + .../vt/vt/examples/cxx/Makefile.config | 26 + ompi/contrib/vt/vt/examples/cxx/hello.cc | 29 + ompi/contrib/vt/vt/examples/cxx/pi.cc | 65 + ompi/contrib/vt/vt/examples/cxx/ring.cc | 88 + ompi/contrib/vt/vt/examples/fortran/Makefile | 46 + .../vt/vt/examples/fortran/Makefile.config | 29 + ompi/contrib/vt/vt/examples/fortran/hello.F | 28 + ompi/contrib/vt/vt/examples/fortran/pi.F | 84 + ompi/contrib/vt/vt/examples/fortran/ring.F | 98 + ompi/contrib/vt/vt/extlib/Makefile.am | 6 + ompi/contrib/vt/vt/extlib/Makefile.in | 525 + ompi/contrib/vt/vt/extlib/otf/AUTHORS | 5 + ompi/contrib/vt/vt/extlib/otf/COPYING | 29 + ompi/contrib/vt/vt/extlib/otf/ChangeLog | 206 + ompi/contrib/vt/vt/extlib/otf/INSTALL | 295 + ompi/contrib/vt/vt/extlib/otf/Makefile.am | 15 + ompi/contrib/vt/vt/extlib/otf/Makefile.in | 669 + ompi/contrib/vt/vt/extlib/otf/NEWS | 0 ompi/contrib/vt/vt/extlib/otf/README | 17 + ompi/contrib/vt/vt/extlib/otf/TODO | 28 + ompi/contrib/vt/vt/extlib/otf/acinclude.m4 | 478 + ompi/contrib/vt/vt/extlib/otf/aclocal.m4 | 7440 +++++ ompi/contrib/vt/vt/extlib/otf/config.guess | 1516 + ompi/contrib/vt/vt/extlib/otf/config.h.in | 82 + ompi/contrib/vt/vt/extlib/otf/config.sub | 1626 ++ ompi/contrib/vt/vt/extlib/otf/configure | 23140 ++++++++++++++++ ompi/contrib/vt/vt/extlib/otf/configure.in | 85 + ompi/contrib/vt/vt/extlib/otf/depcomp | 584 + .../vt/extlib/otf/docu/api/specification.pdf | Bin 0 -> 180714 bytes .../vt/vt/extlib/otf/docu/doxygen.conf | 946 + .../vt/vt/extlib/otf/docu/tools/otftools.pdf | Bin 0 -> 73578 bytes ompi/contrib/vt/vt/extlib/otf/install-sh | 507 + ompi/contrib/vt/vt/extlib/otf/ltmain.sh | 6930 +++++ ompi/contrib/vt/vt/extlib/otf/missing | 367 + ompi/contrib/vt/vt/extlib/otf/otf_vc05.sln | 56 + .../vt/vt/extlib/otf/otflib/Makefile.am | 53 + .../vt/vt/extlib/otf/otflib/Makefile.in | 600 + .../vt/vt/extlib/otf/otflib/OTF_CopyHandler.c | 364 + .../vt/vt/extlib/otf/otflib/OTF_CopyHandler.h | 148 + .../vt/vt/extlib/otf/otflib/OTF_Definitions.h | 173 + .../vt/vt/extlib/otf/otflib/OTF_File.c | 1241 + .../vt/vt/extlib/otf/otflib/OTF_File.h | 88 + .../vt/vt/extlib/otf/otflib/OTF_FileManager.c | 531 + .../vt/vt/extlib/otf/otflib/OTF_FileManager.h | 78 + .../vt/vt/extlib/otf/otflib/OTF_Filenames.c | 145 + .../vt/vt/extlib/otf/otflib/OTF_Filenames.h | 62 + .../vt/extlib/otf/otflib/OTF_HandlerArray.c | 395 + .../vt/extlib/otf/otflib/OTF_HandlerArray.h | 1062 + .../vt/vt/extlib/otf/otflib/OTF_Keywords.h | 332 + .../vt/extlib/otf/otflib/OTF_MasterControl.c | 1012 + .../vt/extlib/otf/otflib/OTF_MasterControl.h | 455 + .../vt/vt/extlib/otf/otflib/OTF_Parse.c | 3169 +++ .../vt/vt/extlib/otf/otflib/OTF_Parse.h | 53 + .../vt/vt/extlib/otf/otflib/OTF_Platform.c | 20 + .../vt/vt/extlib/otf/otflib/OTF_Platform.h | 89 + .../vt/vt/extlib/otf/otflib/OTF_RBuffer.c | 1296 + .../vt/vt/extlib/otf/otflib/OTF_RBuffer.h | 210 + .../vt/vt/extlib/otf/otflib/OTF_RStream.c | 981 + .../vt/vt/extlib/otf/otflib/OTF_RStream.h | 617 + .../vt/vt/extlib/otf/otflib/OTF_Reader.c | 3696 +++ .../vt/vt/extlib/otf/otflib/OTF_Reader.h | 798 + .../vt/vt/extlib/otf/otflib/OTF_WBuffer.c | 599 + .../vt/vt/extlib/otf/otflib/OTF_WBuffer.h | 126 + .../vt/vt/extlib/otf/otflib/OTF_WStream.c | 2389 ++ .../vt/vt/extlib/otf/otflib/OTF_WStream.h | 532 + .../vt/vt/extlib/otf/otflib/OTF_Writer.c | 1137 + .../vt/vt/extlib/otf/otflib/OTF_Writer.h | 1173 + .../vt/vt/extlib/otf/otflib/OTF_inttypes.c | 110 + .../vt/vt/extlib/otf/otflib/OTF_inttypes.h.in | 99 + .../vt/extlib/otf/otflib/libotf_vs05.vcproj | 292 + ompi/contrib/vt/vt/extlib/otf/otflib/otf.h | 98 + .../vt/vt/extlib/otf/otflib_py/Makefile.am | 27 + .../vt/vt/extlib/otf/otflib_py/Makefile.in | 590 + .../contrib/vt/vt/extlib/otf/otflib_py/README | 8 + .../vt/vt/extlib/otf/otflib_py/__init__.py | 1 + ompi/contrib/vt/vt/extlib/otf/otflib_py/otf.i | 570 + .../otf/otflib_py/pyOTF_AuxiliaryFunctions.h | 51 + .../vt/extlib/otf/otflib_py/pyOTF_Wrapper.h | 1591 ++ ompi/contrib/vt/vt/extlib/otf/py-compile | 146 + .../vt/vt/extlib/otf/tools/Makefile.am | 16 + .../vt/vt/extlib/otf/tools/Makefile.in | 515 + .../vt/vt/extlib/otf/tools/otf2vtf/Handler.c | 487 + .../vt/vt/extlib/otf/tools/otf2vtf/Handler.h | 95 + .../vt/extlib/otf/tools/otf2vtf/Makefile.am | 19 + .../vt/extlib/otf/tools/otf2vtf/Makefile.in | 504 + .../vt/vt/extlib/otf/tools/otf2vtf/Treehash.c | 389 + .../vt/vt/extlib/otf/tools/otf2vtf/Treehash.h | 113 + .../vt/vt/extlib/otf/tools/otf2vtf/otf2vtf.c | 343 + .../vt/vt/extlib/otf/tools/otfaux/Control.cpp | 91 + .../vt/vt/extlib/otf/tools/otfaux/Control.h | 55 + .../vt/vt/extlib/otf/tools/otfaux/Handler.cpp | 226 + .../vt/vt/extlib/otf/tools/otfaux/Handler.h | 72 + .../vt/vt/extlib/otf/tools/otfaux/Makefile.am | 22 + .../vt/vt/extlib/otf/tools/otfaux/Makefile.in | 515 + .../vt/vt/extlib/otf/tools/otfaux/State.cpp | 926 + .../vt/vt/extlib/otf/tools/otfaux/State.h | 291 + .../vt/vt/extlib/otf/tools/otfaux/otfaux.cpp | 622 + .../otf/tools/otfaux/otfaux_vs05.vcproj | 224 + .../extlib/otf/tools/otfcompress/Makefile.am | 23 + .../extlib/otf/tools/otfcompress/Makefile.in | 506 + .../otf/tools/otfcompress/otfcompress.c | 580 + .../tools/otfcompress/otfcompress_vs05.vcproj | 208 + .../extlib/otf/tools/otfcompress/sys_time.h | 78 + .../vt/extlib/otf/tools/otfconfig/Makefile.am | 14 + .../vt/extlib/otf/tools/otfconfig/Makefile.in | 494 + .../vt/extlib/otf/tools/otfconfig/otfconfig.c | 102 + .../vt/extlib/otf/tools/otfdump/Handler.cpp | 704 + .../vt/vt/extlib/otf/tools/otfdump/Handler.h | 147 + .../vt/extlib/otf/tools/otfdump/Makefile.am | 19 + .../vt/extlib/otf/tools/otfdump/Makefile.in | 483 + .../vt/extlib/otf/tools/otfdump/otfdump.cpp | 399 + .../otf/tools/otfdump/otfdump_vs05.vcproj | 207 + .../vt/extlib/otf/tools/otfmerge/Makefile.am | 20 + .../vt/extlib/otf/tools/otfmerge/Makefile.in | 503 + .../vt/vt/extlib/otf/tools/otfmerge/handler.c | 602 + .../vt/vt/extlib/otf/tools/otfmerge/handler.h | 201 + .../vt/vt/extlib/otf/tools/otfmerge/hash.c | 163 + .../vt/vt/extlib/otf/tools/otfmerge/hash.h | 41 + .../vt/extlib/otf/tools/otfmerge/otfmerge.c | 693 + .../otf/tools/otfmerge/otfmerge_vs05.vcproj | 221 + .../vt/vt/extlib/otf/tools/vtf2otf/Handler.c | 1423 + .../vt/vt/extlib/otf/tools/vtf2otf/Handler.h | 214 + .../vt/vt/extlib/otf/tools/vtf2otf/Hash.c | 130 + .../vt/vt/extlib/otf/tools/vtf2otf/Hash.h | 50 + .../vt/extlib/otf/tools/vtf2otf/Makefile.am | 21 + .../vt/extlib/otf/tools/vtf2otf/Makefile.in | 507 + .../vt/vt/extlib/otf/tools/vtf2otf/Stack.c | 117 + .../vt/vt/extlib/otf/tools/vtf2otf/Stack.h | 89 + .../vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c | 835 + ompi/contrib/vt/vt/install-sh | 507 + ompi/contrib/vt/vt/missing | 367 + ompi/contrib/vt/vt/tools/Makefile.am | 12 + ompi/contrib/vt/vt/tools/Makefile.in | 532 + ompi/contrib/vt/vt/tools/compwrap/Makefile.am | 57 + ompi/contrib/vt/vt/tools/compwrap/Makefile.in | 646 + ompi/contrib/vt/vt/tools/compwrap/compwrap.cc | 1564 ++ ompi/contrib/vt/vt/tools/compwrap/compwrap.h | 153 + .../tools/compwrap/vtcc-wrapper-data.txt.in | 24 + .../tools/compwrap/vtcxx-wrapper-data.txt.in | 24 + .../tools/compwrap/vtf77-wrapper-data.txt.in | 24 + .../tools/compwrap/vtf90-wrapper-data.txt.in | 24 + ompi/contrib/vt/vt/tools/opari/COPYING | 35 + ompi/contrib/vt/vt/tools/opari/ChangeLog | 77 + ompi/contrib/vt/vt/tools/opari/Makefile.am | 16 + ompi/contrib/vt/vt/tools/opari/Makefile.in | 540 + ompi/contrib/vt/vt/tools/opari/doc/ChangeLog | 77 + ompi/contrib/vt/vt/tools/opari/doc/LICENSE | 35 + .../contrib/vt/vt/tools/opari/doc/Makefile.am | 12 + .../contrib/vt/vt/tools/opari/doc/Makefile.in | 405 + .../contrib/vt/vt/tools/opari/doc/Readme.html | 304 + .../contrib/vt/vt/tools/opari/doc/lacsi01.pdf | Bin 0 -> 987843 bytes .../vt/vt/tools/opari/doc/lacsi01.ps.gz | Bin 0 -> 153432 bytes .../vt/vt/tools/opari/doc/opari-logo-100.gif | Bin 0 -> 33809 bytes .../contrib/vt/vt/tools/opari/lib/opari_omp.h | 13 + .../vt/vt/tools/opari/lib/pomp_fwrapper.c | 160 + .../vt/tools/opari/lib/pomp_fwrapper_base.c | 52 + ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.c | 438 + ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.h | 88 + .../contrib/vt/vt/tools/opari/lib/pomp_test.c | 29 + .../vt/vt/tools/opari/lib/pomp_test.f90 | 29 + .../vt/vt/tools/opari/lib/transformations.c | 173 + .../vt/vt/tools/opari/lib/transformations.cc | 177 + .../vt/vt/tools/opari/lib/transformations.f90 | 166 + .../vt/vt/tools/opari/tool/Makefile.am | 35 + .../vt/vt/tools/opari/tool/Makefile.in | 551 + .../vt/vt/tools/opari/tool/fixinc/cctype | 22 + .../vt/vt/tools/opari/tool/fixinc/cstddef | 11 + .../vt/vt/tools/opari/tool/fixinc/cstdio | 54 + .../vt/vt/tools/opari/tool/fixinc/cstdlib | 35 + .../vt/vt/tools/opari/tool/fixinc/cstring | 32 + .../contrib/vt/vt/tools/opari/tool/handler.cc | 996 + ompi/contrib/vt/vt/tools/opari/tool/handler.h | 42 + .../vt/vt/tools/opari/tool/ompragma.cc | 57 + .../contrib/vt/vt/tools/opari/tool/ompragma.h | 84 + .../vt/vt/tools/opari/tool/ompragma_c.cc | 177 + .../vt/vt/tools/opari/tool/ompragma_f.cc | 202 + .../vt/vt/tools/opari/tool/ompregion.cc | 54 + .../vt/vt/tools/opari/tool/ompregion.h | 49 + ompi/contrib/vt/vt/tools/opari/tool/opari.cc | 252 + ompi/contrib/vt/vt/tools/opari/tool/opari.h | 32 + .../vt/vt/tools/opari/tool/process_c.cc | 342 + .../vt/vt/tools/opari/tool/process_f.cc | 289 + .../vt/vt/tools/opari/tool/process_omp.cc | 47 + ompi/contrib/vt/vt/tools/vtdyn/Makefile.am | 14 + ompi/contrib/vt/vt/tools/vtdyn/Makefile.in | 610 + .../vt/vt/tools/vtdyn/dynattlib/Makefile.am | 9 + .../vt/vt/tools/vtdyn/dynattlib/Makefile.in | 487 + .../vt/vt/tools/vtdyn/dynattlib/vt_dynatt.c | 26 + ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.cc | 706 + ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.h | 93 + ompi/contrib/vt/vt/tools/vtfilter/Makefile.am | 31 + ompi/contrib/vt/vt/tools/vtfilter/Makefile.in | 573 + .../contrib/vt/vt/tools/vtfilter/vt_filter.cc | 431 + ompi/contrib/vt/vt/tools/vtfilter/vt_filter.h | 176 + .../vt/vt/tools/vtfilter/vt_filthandler.cc | 496 + .../vt/vt/tools/vtfilter/vt_filthandler.h | 281 + .../vt/vt/tools/vtfilter/vt_otfhandler.cc | 126 + .../vt/vt/tools/vtfilter/vt_otfhandler.h | 53 + .../vt/vt/tools/vtfilter/vt_tracefilter.cc | 1237 + ompi/contrib/vt/vt/tools/vtunify/Makefile.am | 40 + ompi/contrib/vt/vt/tools/vtunify/Makefile.in | 646 + ompi/contrib/vt/vt/tools/vtunify/vt_unify.cc | 754 + ompi/contrib/vt/vt/tools/vtunify/vt_unify.h | 97 + .../vt/vt/tools/vtunify/vt_unify_defs.cc | 1662 ++ .../vt/vt/tools/vtunify/vt_unify_defs.h | 407 + .../vt/vt/tools/vtunify/vt_unify_defs_hdlr.cc | 238 + .../vt/vt/tools/vtunify/vt_unify_defs_hdlr.h | 84 + .../vt/vt/tools/vtunify/vt_unify_events.cc | 386 + .../vt/vt/tools/vtunify/vt_unify_events.h | 38 + .../vt/tools/vtunify/vt_unify_events_hdlr.cc | 293 + .../vt/tools/vtunify/vt_unify_events_hdlr.h | 65 + .../vt/vt/tools/vtunify/vt_unify_stats.cc | 530 + .../vt/vt/tools/vtunify/vt_unify_stats.h | 212 + .../vt/tools/vtunify/vt_unify_stats_hdlr.cc | 104 + .../vt/vt/tools/vtunify/vt_unify_stats_hdlr.h | 37 + .../vt/vt/tools/vtunify/vt_unify_tkfac.cc | 421 + .../vt/vt/tools/vtunify/vt_unify_tkfac.h | 517 + ompi/contrib/vt/vt/vtlib/Makefile.am | 250 + ompi/contrib/vt/vt/vtlib/Makefile.in | 2501 ++ ompi/contrib/vt/vt/vtlib/rfg.h | 8 + ompi/contrib/vt/vt/vtlib/rfg_filter.c | 327 + ompi/contrib/vt/vt/vtlib/rfg_filter.h | 31 + ompi/contrib/vt/vt/vtlib/rfg_groups.c | 326 + ompi/contrib/vt/vt/vtlib/rfg_groups.h | 31 + ompi/contrib/vt/vt/vtlib/rfg_regions.c | 445 + ompi/contrib/vt/vt/vtlib/rfg_regions.h | 74 + ompi/contrib/vt/vt/vtlib/rfg_strmkrs.h | 36 + ompi/contrib/vt/vt/vtlib/vt_comp.h | 26 + ompi/contrib/vt/vt/vtlib/vt_comp_dyninst.c | 358 + ompi/contrib/vt/vt/vtlib/vt_comp_ftrace.c | 209 + ompi/contrib/vt/vt/vtlib/vt_comp_ftrace_1.s | 10 + ompi/contrib/vt/vt/vtlib/vt_comp_gnu.c | 452 + ompi/contrib/vt/vt/vtlib/vt_comp_pgi.c | 200 + ompi/contrib/vt/vt/vtlib/vt_comp_phat.c | 193 + ompi/contrib/vt/vt/vtlib/vt_comp_xl.c | 203 + ompi/contrib/vt/vt/vtlib/vt_defs.h | 92 + ompi/contrib/vt/vt/vtlib/vt_env.c | 637 + ompi/contrib/vt/vt/vtlib/vt_env.h | 69 + ompi/contrib/vt/vt/vtlib/vt_error.c | 105 + ompi/contrib/vt/vt/vtlib/vt_error.h | 52 + ompi/contrib/vt/vt/vtlib/vt_fbindings.h | 30 + ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.c | 2557 ++ ompi/contrib/vt/vt/vtlib/vt_fnmatch.h | 30 + ompi/contrib/vt/vt/vtlib/vt_inttypes.h | 60 + ompi/contrib/vt/vt/vtlib/vt_iowrap.c | 1225 + ompi/contrib/vt/vt/vtlib/vt_iowrap.h | 469 + ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.c | 101 + ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.h | 45 + ompi/contrib/vt/vt/vtlib/vt_memhook.c | 181 + ompi/contrib/vt/vt/vtlib/vt_memhook.h | 66 + ompi/contrib/vt/vt/vtlib/vt_memreg.c | 35 + ompi/contrib/vt/vt/vtlib/vt_memreg.h | 32 + ompi/contrib/vt/vt/vtlib/vt_metmap.c | 186 + ompi/contrib/vt/vt/vtlib/vt_metric.h | 76 + ompi/contrib/vt/vt/vtlib/vt_metric_papi.c | 485 + ompi/contrib/vt/vt/vtlib/vt_mpicom.c | 268 + ompi/contrib/vt/vt/vtlib/vt_mpicom.h | 48 + ompi/contrib/vt/vt/vtlib/vt_mpireg.c | 387 + ompi/contrib/vt/vt/vtlib/vt_mpireg.h | 216 + ompi/contrib/vt/vt/vtlib/vt_mpireq.c | 232 + ompi/contrib/vt/vt/vtlib/vt_mpireq.h | 55 + ompi/contrib/vt/vt/vtlib/vt_mpiwrap.c | 3677 +++ ompi/contrib/vt/vt/vtlib/vt_omplock.c | 161 + ompi/contrib/vt/vt/vtlib/vt_omplock.h | 39 + ompi/contrib/vt/vt/vtlib/vt_ompreg.c | 68 + ompi/contrib/vt/vt/vtlib/vt_ompreg.h | 58 + ompi/contrib/vt/vt/vtlib/vt_otf_gen.c | 1965 ++ ompi/contrib/vt/vt/vtlib/vt_otf_gen.h | 203 + ompi/contrib/vt/vt/vtlib/vt_otf_sum.c | 667 + ompi/contrib/vt/vt/vtlib/vt_otf_sum.h | 83 + ompi/contrib/vt/vt/vtlib/vt_otf_trc.c | 1636 ++ ompi/contrib/vt/vt/vtlib/vt_pform.h | 53 + ompi/contrib/vt/vt/vtlib/vt_pform_altix.c | 164 + ompi/contrib/vt/vt/vtlib/vt_pform_bgl.c | 170 + ompi/contrib/vt/vt/vtlib/vt_pform_crayt3e.c | 106 + ompi/contrib/vt/vt/vtlib/vt_pform_crayx1.c | 148 + ompi/contrib/vt/vt/vtlib/vt_pform_crayxt3.c | 102 + ompi/contrib/vt/vt/vtlib/vt_pform_generic.c | 110 + ompi/contrib/vt/vt/vtlib/vt_pform_ibm.c | 134 + ompi/contrib/vt/vt/vtlib/vt_pform_linux.c | 227 + ompi/contrib/vt/vt/vtlib/vt_pform_macos.c | 184 + ompi/contrib/vt/vt/vtlib/vt_pform_necsx.c | 120 + ompi/contrib/vt/vt/vtlib/vt_pform_origin.c | 110 + ompi/contrib/vt/vt/vtlib/vt_pform_sun.c | 105 + ompi/contrib/vt/vt/vtlib/vt_pomp.c | 490 + ompi/contrib/vt/vt/vtlib/vt_pomp.h | 74 + ompi/contrib/vt/vt/vtlib/vt_pomp_base.c | 258 + ompi/contrib/vt/vt/vtlib/vt_strdup.c | 28 + ompi/contrib/vt/vt/vtlib/vt_strdup.h | 24 + ompi/contrib/vt/vt/vtlib/vt_sync.c | 168 + ompi/contrib/vt/vt/vtlib/vt_sync.h | 37 + ompi/contrib/vt/vt/vtlib/vt_thrd.c | 169 + ompi/contrib/vt/vt/vtlib/vt_thrd.h | 127 + ompi/contrib/vt/vt/vtlib/vt_trc.h | 182 + ompi/contrib/vt/vt/vtlib/vt_user.h | 54 + ompi/contrib/vt/vt/vtlib/vt_user.inc | 22 + ompi/contrib/vt/vt/vtlib/vt_user_comment.c | 101 + ompi/contrib/vt/vt/vtlib/vt_user_comment.h | 37 + ompi/contrib/vt/vt/vtlib/vt_user_comment.inc | 19 + ompi/contrib/vt/vt/vtlib/vt_user_count.c | 356 + ompi/contrib/vt/vt/vtlib/vt_user_count.h | 62 + ompi/contrib/vt/vt/vtlib/vt_user_count.inc | 35 + ompi/contrib/vt/vt/vtlib/vt_user_region.c | 245 + ompi/contrib/vt/wrappers/Makefile.am | 65 + ompi/contrib/vt/wrappers/Makefile.in | 1166 + .../vt/wrappers/mpic++-vt-wrapper-data.txt.in | 21 + .../vt/wrappers/mpicc-vt-wrapper-data.txt.in | 21 + .../vt/wrappers/mpif77-vt-wrapper-data.txt.in | 21 + .../vt/wrappers/mpif90-vt-wrapper-data.txt.in | 22 + 350 files changed, 167342 insertions(+), 2 deletions(-) create mode 100644 config/ompi_contrib.m4 create mode 100644 ompi/contrib/vt/Makefile.am create mode 100644 ompi/contrib/vt/Makefile.in create mode 100644 ompi/contrib/vt/configure.m4 create mode 100644 ompi/contrib/vt/vt/AUTHORS create mode 100644 ompi/contrib/vt/vt/CONFIG-EXAMPLES create mode 100644 ompi/contrib/vt/vt/COPYING create mode 100644 ompi/contrib/vt/vt/ChangeLog create mode 100644 ompi/contrib/vt/vt/INSTALL create mode 100644 ompi/contrib/vt/vt/Makefile.am create mode 100644 ompi/contrib/vt/vt/Makefile.in create mode 100644 ompi/contrib/vt/vt/NEWS create mode 100644 ompi/contrib/vt/vt/README create mode 100644 ompi/contrib/vt/vt/VERSION create mode 100644 ompi/contrib/vt/vt/acinclude.m4 create mode 100644 ompi/contrib/vt/vt/aclocal.m4 create mode 100755 ompi/contrib/vt/vt/compile create mode 100755 ompi/contrib/vt/vt/config.guess create mode 100644 ompi/contrib/vt/vt/config.h.in create mode 100755 ompi/contrib/vt/vt/config.sub create mode 100755 ompi/contrib/vt/vt/configure create mode 100644 ompi/contrib/vt/vt/configure.in create mode 100755 ompi/contrib/vt/vt/depcomp create mode 100644 ompi/contrib/vt/vt/doc/FILTER.SPEC create mode 100644 ompi/contrib/vt/vt/doc/GROUPS.SPEC create mode 100644 ompi/contrib/vt/vt/doc/LICENSE create mode 100644 ompi/contrib/vt/vt/doc/METRICS.SPEC create mode 100644 ompi/contrib/vt/vt/doc/Makefile.am create mode 100644 ompi/contrib/vt/vt/doc/Makefile.in create mode 100644 ompi/contrib/vt/vt/doc/UserManual.html create mode 100644 ompi/contrib/vt/vt/doc/UserManual.pdf create mode 100644 ompi/contrib/vt/vt/examples/c/Makefile create mode 100644 ompi/contrib/vt/vt/examples/c/Makefile.config create mode 100644 ompi/contrib/vt/vt/examples/c/hello.c create mode 100644 ompi/contrib/vt/vt/examples/c/pi.c create mode 100644 ompi/contrib/vt/vt/examples/c/ring.c create mode 100644 ompi/contrib/vt/vt/examples/cxx/Makefile create mode 100644 ompi/contrib/vt/vt/examples/cxx/Makefile.config create mode 100644 ompi/contrib/vt/vt/examples/cxx/hello.cc create mode 100644 ompi/contrib/vt/vt/examples/cxx/pi.cc create mode 100644 ompi/contrib/vt/vt/examples/cxx/ring.cc create mode 100644 ompi/contrib/vt/vt/examples/fortran/Makefile create mode 100644 ompi/contrib/vt/vt/examples/fortran/Makefile.config create mode 100644 ompi/contrib/vt/vt/examples/fortran/hello.F create mode 100644 ompi/contrib/vt/vt/examples/fortran/pi.F create mode 100644 ompi/contrib/vt/vt/examples/fortran/ring.F create mode 100644 ompi/contrib/vt/vt/extlib/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/AUTHORS create mode 100644 ompi/contrib/vt/vt/extlib/otf/COPYING create mode 100644 ompi/contrib/vt/vt/extlib/otf/ChangeLog create mode 100644 ompi/contrib/vt/vt/extlib/otf/INSTALL create mode 100644 ompi/contrib/vt/vt/extlib/otf/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/NEWS create mode 100644 ompi/contrib/vt/vt/extlib/otf/README create mode 100644 ompi/contrib/vt/vt/extlib/otf/TODO create mode 100644 ompi/contrib/vt/vt/extlib/otf/acinclude.m4 create mode 100644 ompi/contrib/vt/vt/extlib/otf/aclocal.m4 create mode 100755 ompi/contrib/vt/vt/extlib/otf/config.guess create mode 100644 ompi/contrib/vt/vt/extlib/otf/config.h.in create mode 100755 ompi/contrib/vt/vt/extlib/otf/config.sub create mode 100755 ompi/contrib/vt/vt/extlib/otf/configure create mode 100644 ompi/contrib/vt/vt/extlib/otf/configure.in create mode 100755 ompi/contrib/vt/vt/extlib/otf/depcomp create mode 100644 ompi/contrib/vt/vt/extlib/otf/docu/api/specification.pdf create mode 100644 ompi/contrib/vt/vt/extlib/otf/docu/doxygen.conf create mode 100644 ompi/contrib/vt/vt/extlib/otf/docu/tools/otftools.pdf create mode 100755 ompi/contrib/vt/vt/extlib/otf/install-sh create mode 100644 ompi/contrib/vt/vt/extlib/otf/ltmain.sh create mode 100755 ompi/contrib/vt/vt/extlib/otf/missing create mode 100644 ompi/contrib/vt/vt/extlib/otf/otf_vc05.sln create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Definitions.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Keywords.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.h.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/libotf_vs05.vcproj create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib/otf.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/README create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/__init__.py create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/otf.i create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_AuxiliaryFunctions.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_Wrapper.h create mode 100755 ompi/contrib/vt/vt/extlib/otf/py-compile create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux_vs05.vcproj create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress_vs05.vcproj create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/sys_time.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump.cpp create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump_vs05.vcproj create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge_vs05.vcproj create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.am create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.in create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.c create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.h create mode 100644 ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c create mode 100755 ompi/contrib/vt/vt/install-sh create mode 100755 ompi/contrib/vt/vt/missing create mode 100644 ompi/contrib/vt/vt/tools/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/compwrap/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/compwrap/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/compwrap/compwrap.cc create mode 100644 ompi/contrib/vt/vt/tools/compwrap/compwrap.h create mode 100644 ompi/contrib/vt/vt/tools/compwrap/vtcc-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/vt/tools/compwrap/vtcxx-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/vt/tools/compwrap/vtf77-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/vt/tools/compwrap/vtf90-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/vt/tools/opari/COPYING create mode 100644 ompi/contrib/vt/vt/tools/opari/ChangeLog create mode 100644 ompi/contrib/vt/vt/tools/opari/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/opari/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/ChangeLog create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/LICENSE create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/Readme.html create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/lacsi01.pdf create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/lacsi01.ps.gz create mode 100644 ompi/contrib/vt/vt/tools/opari/doc/opari-logo-100.gif create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/opari_omp.h create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper.c create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper_base.c create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.c create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.h create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_test.c create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/pomp_test.f90 create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/transformations.c create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/transformations.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/lib/transformations.f90 create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/fixinc/cctype create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstddef create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdio create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdlib create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstring create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/handler.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/handler.h create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompragma.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompragma.h create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompragma_c.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompragma_f.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompregion.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/ompregion.h create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/opari.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/opari.h create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/process_c.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/process_f.cc create mode 100644 ompi/contrib/vt/vt/tools/opari/tool/process_omp.cc create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/dynattlib/vt_dynatt.c create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.cc create mode 100644 ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.h create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_filter.cc create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_filter.h create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.cc create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.h create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.cc create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.h create mode 100644 ompi/contrib/vt/vt/tools/vtfilter/vt_tracefilter.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/Makefile.am create mode 100644 ompi/contrib/vt/vt/tools/vtunify/Makefile.in create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.h create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.cc create mode 100644 ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.h create mode 100644 ompi/contrib/vt/vt/vtlib/Makefile.am create mode 100644 ompi/contrib/vt/vt/vtlib/Makefile.in create mode 100644 ompi/contrib/vt/vt/vtlib/rfg.h create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_filter.c create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_filter.h create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_groups.c create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_groups.h create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_regions.c create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_regions.h create mode 100644 ompi/contrib/vt/vt/vtlib/rfg_strmkrs.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_dyninst.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_ftrace.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_ftrace_1.s create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_gnu.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_pgi.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_phat.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_comp_xl.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_defs.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_env.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_env.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_error.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_error.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_fbindings.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_fnmatch.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_inttypes.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_iowrap.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_iowrap.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_memhook.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_memhook.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_memreg.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_memreg.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_metmap.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_metric.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_metric_papi.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpicom.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpicom.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpireg.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpireg.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpireq.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpireq.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_mpiwrap.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_omplock.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_omplock.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_ompreg.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_ompreg.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_otf_gen.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_otf_gen.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_otf_sum.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_otf_sum.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_otf_trc.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_altix.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_bgl.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_crayt3e.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_crayx1.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_crayxt3.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_generic.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_ibm.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_linux.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_macos.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_necsx.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_origin.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pform_sun.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pomp.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pomp.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_pomp_base.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_strdup.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_strdup.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_sync.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_sync.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_thrd.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_thrd.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_trc.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user.inc create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_comment.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_comment.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_comment.inc create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_count.c create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_count.h create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_count.inc create mode 100644 ompi/contrib/vt/vt/vtlib/vt_user_region.c create mode 100644 ompi/contrib/vt/wrappers/Makefile.am create mode 100644 ompi/contrib/vt/wrappers/Makefile.in create mode 100644 ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt.in create mode 100644 ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt.in diff --git a/acinclude.m4 b/acinclude.m4 index d02f56c913..0e2790b1b5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -83,6 +83,7 @@ m4_include(config/ompi_check_vendor.m4) m4_include(config/ompi_config_subdir.m4) m4_include(config/ompi_config_subdir_args.m4) m4_include(config/ompi_configure_options.m4) +m4_include(config/ompi_contrib.m4) m4_include(config/ompi_find_type.m4) m4_include(config/ompi_functions.m4) m4_include(config/ompi_get_version.m4) diff --git a/config/Makefile.am b/config/Makefile.am index a5a128d328..36ba1e06fa 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -47,6 +47,7 @@ EXTRA_DIST = \ ompi_config_solaris_threads.m4 \ ompi_config_threads.m4 \ ompi_configure_options.m4 \ + ompi_contrib.m4 \ ompi_functions.m4 \ ompi_get_version.m4 \ ompi_get_version.m4sh \ diff --git a/config/ompi_contrib.m4 b/config/ompi_contrib.m4 new file mode 100644 index 0000000000..91e1ea6e31 --- /dev/null +++ b/config/ompi_contrib.m4 @@ -0,0 +1,125 @@ +dnl -*- shell-script -*- +dnl +dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +dnl University Research and Technology +dnl Corporation. All rights reserved. +dnl Copyright (c) 2004-2005 The University of Tennessee and The University +dnl of Tennessee Research Foundation. All rights +dnl reserved. +dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +dnl University of Stuttgart. All rights reserved. +dnl Copyright (c) 2004-2005 The Regents of the University of California. +dnl All rights reserved. +dnl Copyright (c) 2007 Cisco, Inc. All rights reserved. +dnl $COPYRIGHT$ +dnl +dnl Additional copyrights may follow +dnl +dnl $HEADER$ +dnl + +###################################################################### +# +# OMPI_CONTRIB +# +# configure the contributed software components. Currently fairly +# hard-wired, but someday should be much more like OMPI_MCA. See +# https://svn.open-mpi.org/trac/ompi/ticket/1162. +# +# USAGE: +# OMPI_CONTRIB() +# +###################################################################### +AC_DEFUN([OMPI_CONTRIB],[ + dnl for OMPI_CONFIGURE_USER env variable + AC_REQUIRE([OMPI_CONFIGURE_SETUP]) + + # Option to not build some of the contributed software packages + AC_ARG_ENABLE([contrib-no-build], + [AC_HELP_STRING([--enable-contrib-no-build=LIST], + [Comma-separated list of contributed package NAMEs that will not be built. Example: "--enable-mca-no-build=libnbc,vt" will disable building both the "libnbc" and "vt" contributed software packages.])]) + + # Parse the list to see what we should not build + ompi_show_subtitle "Configuring contributed software packages" + AC_MSG_CHECKING([which contributed software packages should be disabled]) + if test "$enable_contrib_no_build" = "yes"; then + AC_MSG_RESULT([yes]) + AC_MSG_ERROR([*** The enable-contrib-no-build flag requires an explicit list +*** of packages to not build. For example, --enable-contrib-no-build=vt]) + else + ifs_save="$IFS" + IFS="${IFS}$PATH_SEPARATOR," + msg= + for item in $enable_contrib_no_build; do + str="`echo DISABLE_contrib_${item}=1 | sed s/-/_/g`" + eval $str + msg="$item $msg" + done + IFS="$ifs_save" + fi + AC_MSG_RESULT([$msg]) + unset msg + + # List of contrib subdirs to traverse into + OMPI_CONTRIB_SUBDIRS= + OMPI_CONTRIB_DIST_SUBDIRS= + + # Cycle through each of the hard-coded software packages and + # configure them if not disabled. May someday be expanded to have + # autogen find the packages instead of this hard-coded list + # (https://svn.open-mpi.org/trac/ompi/ticket/1162). I couldn't + # figure out a simple/easy way to have the m4 foreach do the m4 + # include *and* all the rest of the stuff, so I settled for having + # two lists: each contribted software package will need to add its + # configure.m4 list here and then add its name to the m4 define + # for contrib_software_list. Cope. +#dnl m4_include(ompi/contrib/libnbc/configure.m4) + m4_include(ompi/contrib/vt/configure.m4) + + m4_define(contrib_software_list, [vt]) +#dnl m4_define(contrib_software_list, [libnbc, vt]) + m4_foreach(software, [contrib_software_list], + [OMPI_CONTRIB_DIST_SUBDIRS="$OMPI_CONTRIB_DIST_SUBDIRS contrib/software" + _OMPI_CONTRIB_CONFIGURE(software)]) + + # Setup the top-level glue + AC_SUBST(OMPI_CONTRIB_SUBDIRS) + AC_SUBST(OMPI_CONTRIB_DIST_SUBDIRS) +])dnl + + +###################################################################### +# +# _OMPI_CONTRIB_SOFTWARE +# +# Setup a specific contributed software package. This is a subroutine +# because the work to setup each package is essentially the same. +# Currently assumes that there is a configure.m4 file in the +# contributed software directory. May someday be expanded to handle +# other things. +# +# USAGE: +# _OMPI_CONTRIB_SOFTARE([package_name]) +# +###################################################################### +AC_DEFUN([_OMPI_CONTRIB_CONFIGURE],[ + + ompi_show_subsubsubtitle "$1 (m4 configuration macro)" + + OMPI_CONTRIB_HAPPY=0 + if test "$DISABLE_contrib_$1" = ""; then + OMPI_contrib_$1_CONFIG([OMPI_CONTRIB_HAPPY=1], []) + AC_MSG_CHECKING([if contributed component $1 can compile]) + if test "$OMPI_CONTRIB_HAPPY" = "1"; then + OMPI_CONTRIB_SUBDIRS="$OMPI_CONTRIB_SUBDIRS contrib/$1" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + else + AC_MSG_NOTICE([disabled via command line switch]) + fi + AC_DEFINE_UNQUOTED(OMPI_ENABLE_CONTRIB_$1, [$OMPI_CONTRIB_HAPPY], + [Enable contributed software package $1]) + unset OMPI_CONTRIB_HAPPY +])dnl diff --git a/configure.ac b/configure.ac index f6e4358531..87ec1d2546 100644 --- a/configure.ac +++ b/configure.ac @@ -977,6 +977,17 @@ OMPI_MCA # checkpoint results AC_CACHE_SAVE +################################## +# Contributed software +################################## + +ompi_show_title "Contributed software setup" + +OMPI_CONTRIB + +# checkpoint results +AC_CACHE_SAVE + ############################################################################ # Final top-level OMPI configuration diff --git a/ompi/Makefile.am b/ompi/Makefile.am index d4773efc53..f745f16dcb 100644 --- a/ompi/Makefile.am +++ b/ompi/Makefile.am @@ -48,7 +48,8 @@ SUBDIRS = \ $(MCA_ompi_FRAMEWORKS_SUBDIRS) \ $(MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \ . \ - $(MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS) + $(MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS) \ + $(OMPI_CONTRIB_SUBDIRS) DIST_SUBDIRS = \ include \ @@ -57,7 +58,8 @@ DIST_SUBDIRS = \ etc \ mpi \ $(MCA_ompi_FRAMEWORKS_SUBDIRS) \ - $(MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS) + $(MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS) \ + $(OMPI_CONTRIB_DIST_SUBDIRS) # Build the main MPI library diff --git a/ompi/contrib/vt/Makefile.am b/ompi/contrib/vt/Makefile.am new file mode 100644 index 0000000000..f5d3995c26 --- /dev/null +++ b/ompi/contrib/vt/Makefile.am @@ -0,0 +1,26 @@ +# -*- makefile -*- +# +# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +# University Research and Technology +# Corporation. All rights reserved. +# Copyright (c) 2004-2005 The University of Tennessee and The University +# of Tennessee Research Foundation. All rights +# reserved. +# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +# University of Stuttgart. All rights reserved. +# Copyright (c) 2004-2005 The Regents of the University of California. +# All rights reserved. +# $COPYRIGHT$ +# +# Additional copyrights may follow +# +# $HEADER$ +# + +SUBDIRS = \ + vt \ + wrappers + +DIST_SUBDIRS = \ + vt \ + wrappers diff --git a/ompi/contrib/vt/Makefile.in b/ompi/contrib/vt/Makefile.in new file mode 100644 index 0000000000..a912a357bc --- /dev/null +++ b/ompi/contrib/vt/Makefile.in @@ -0,0 +1,1239 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# -*- makefile -*- +# +# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +# University Research and Technology +# Corporation. All rights reserved. +# Copyright (c) 2004-2005 The University of Tennessee and The University +# of Tennessee Research Foundation. All rights +# reserved. +# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +# University of Stuttgart. All rights reserved. +# Copyright (c) 2004-2005 The Regents of the University of California. +# All rights reserved. +# $COPYRIGHT$ +# +# Additional copyrights may follow +# +# $HEADER$ +# +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = ompi/contrib/vt +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/config/c_get_alignment.m4 \ + $(top_srcdir)/config/c_weak_symbols.m4 \ + $(top_srcdir)/config/cxx_find_template_parameters.m4 \ + $(top_srcdir)/config/cxx_find_template_repository.m4 \ + $(top_srcdir)/config/cxx_have_exceptions.m4 \ + $(top_srcdir)/config/cxx_find_exception_flags.m4 \ + $(top_srcdir)/config/f77_check.m4 \ + $(top_srcdir)/config/f77_check_type.m4 \ + $(top_srcdir)/config/f77_find_ext_symbol_convention.m4 \ + $(top_srcdir)/config/f77_get_alignment.m4 \ + $(top_srcdir)/config/f77_get_fortran_handle_max.m4 \ + $(top_srcdir)/config/f77_get_sizeof.m4 \ + $(top_srcdir)/config/f77_get_value_true.m4 \ + $(top_srcdir)/config/f77_check_logical_array.m4 \ + $(top_srcdir)/config/f77_purge_unsupported_kind.m4 \ + $(top_srcdir)/config/f90_check.m4 \ + $(top_srcdir)/config/f90_check_type.m4 \ + $(top_srcdir)/config/f90_find_module_include_flag.m4 \ + $(top_srcdir)/config/f90_get_precision.m4 \ + $(top_srcdir)/config/f90_get_range.m4 \ + $(top_srcdir)/config/f90_get_sizeof.m4 \ + $(top_srcdir)/config/f90_get_int_kind.m4 \ + $(top_srcdir)/config/ompi_try_assemble.m4 \ + $(top_srcdir)/config/ompi_config_asm.m4 \ + $(top_srcdir)/config/ompi_case_sensitive_fs_setup.m4 \ + $(top_srcdir)/config/ompi_check_broken_qsort.m4 \ + $(top_srcdir)/config/ompi_check_compiler_works.m4 \ + $(top_srcdir)/config/ompi_check_ident.m4 \ + $(top_srcdir)/config/ompi_check_func_lib.m4 \ + $(top_srcdir)/config/ompi_check_optflags.m4 \ + $(top_srcdir)/config/ompi_check_attributes.m4 \ + $(top_srcdir)/config/ompi_check_visibility.m4 \ + $(top_srcdir)/config/ompi_check_icc.m4 \ + $(top_srcdir)/config/ompi_check_gm.m4 \ + $(top_srcdir)/config/ompi_check_mx.m4 \ + $(top_srcdir)/config/ompi_check_bproc.m4 \ + $(top_srcdir)/config/ompi_check_lsf.m4 \ + $(top_srcdir)/config/ompi_check_xcpu.m4 \ + $(top_srcdir)/config/ompi_check_openib.m4 \ + $(top_srcdir)/config/ompi_check_portals.m4 \ + $(top_srcdir)/config/ompi_check_psm.m4 \ + $(top_srcdir)/config/ompi_check_udapl.m4 \ + $(top_srcdir)/config/ompi_check_package.m4 \ + $(top_srcdir)/config/ompi_check_loadleveler.m4 \ + $(top_srcdir)/config/ompi_check_sge.m4 \ + $(top_srcdir)/config/ompi_check_slurm.m4 \ + $(top_srcdir)/config/ompi_check_tm.m4 \ + $(top_srcdir)/config/ompi_check_xgrid.m4 \ + $(top_srcdir)/config/ompi_check_vendor.m4 \ + $(top_srcdir)/config/ompi_config_subdir.m4 \ + $(top_srcdir)/config/ompi_config_subdir_args.m4 \ + $(top_srcdir)/config/ompi_configure_options.m4 \ + $(top_srcdir)/config/ompi_contrib.m4 \ + $(top_srcdir)/config/ompi_find_type.m4 \ + $(top_srcdir)/config/ompi_functions.m4 \ + $(top_srcdir)/config/ompi_get_version.m4 \ + $(top_srcdir)/config/ompi_get_libtool_linker_flags.m4 \ + $(top_srcdir)/config/ompi_load_platform.m4 \ + $(top_srcdir)/config/ompi_mca.m4 \ + $(top_srcdir)/config/ompi_setup_cc.m4 \ + $(top_srcdir)/config/ompi_setup_cxx.m4 \ + $(top_srcdir)/config/ompi_setup_f77.m4 \ + $(top_srcdir)/config/ompi_setup_f90.m4 \ + $(top_srcdir)/config/ompi_setup_libevent.m4 \ + $(top_srcdir)/config/ompi_setup_wrappers.m4 \ + $(top_srcdir)/config/ompi_make_stripped_flags.m4 \ + $(top_srcdir)/config/ompi_save_version.m4 \ + $(top_srcdir)/config/ompi_check_pthread_pids.m4 \ + $(top_srcdir)/config/ompi_config_pthreads.m4 \ + $(top_srcdir)/config/ompi_config_solaris_threads.m4 \ + $(top_srcdir)/config/ompi_config_threads.m4 \ + $(top_srcdir)/config/ompi_lang_link_with_c.m4 \ + $(top_srcdir)/config/mca_no_configure_components.m4 \ + $(top_srcdir)/config/mca_m4_config_include.m4 \ + $(top_srcdir)/opal/mca/backtrace/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/execinfo/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/none/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/printstack/configure.m4 \ + $(top_srcdir)/opal/mca/crs/blcr/configure.m4 \ + $(top_srcdir)/opal/mca/crs/self/configure.m4 \ + $(top_srcdir)/opal/mca/installdirs/config/configure.m4 \ + $(top_srcdir)/opal/mca/installdirs/env/configure.m4 \ + $(top_srcdir)/opal/mca/maffinity/libnuma/configure.m4 \ + $(top_srcdir)/opal/mca/memcpy/configure.m4 \ + $(top_srcdir)/opal/mca/memory/configure.m4 \ + $(top_srcdir)/opal/mca/memory/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/memory/malloc_hooks/configure.m4 \ + $(top_srcdir)/opal/mca/memory/ptmalloc2/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/linux/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/linux/plpa/config/plpa.m4 \ + $(top_srcdir)/opal/mca/paffinity/solaris/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/windows/configure.m4 \ + $(top_srcdir)/opal/mca/timer/configure.m4 \ + $(top_srcdir)/opal/mca/timer/aix/configure.m4 \ + $(top_srcdir)/opal/mca/timer/altix/configure.m4 \ + $(top_srcdir)/opal/mca/timer/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/timer/linux/configure.m4 \ + $(top_srcdir)/opal/mca/timer/solaris/configure.m4 \ + $(top_srcdir)/opal/mca/timer/windows/configure.m4 \ + $(top_srcdir)/orte/mca/errmgr/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/null/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/proxy/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/replica/configure.m4 \ + $(top_srcdir)/orte/mca/grpcomm/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/iof/null/configure.m4 \ + $(top_srcdir)/orte/mca/odls/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/odls/default/configure.m4 \ + $(top_srcdir)/orte/mca/oob/tcp/configure.m4 \ + $(top_srcdir)/orte/mca/pls/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/pls/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/pls/gridengine/configure.m4 \ + $(top_srcdir)/orte/mca/pls/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/pls/poe/configure.m4 \ + $(top_srcdir)/orte/mca/pls/rsh/configure.m4 \ + $(top_srcdir)/orte/mca/pls/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/pls/tm/configure.m4 \ + $(top_srcdir)/orte/mca/pls/xcpu/configure.m4 \ + $(top_srcdir)/orte/mca/pls/xgrid/configure.m4 \ + $(top_srcdir)/orte/mca/ras/bjs/configure.m4 \ + $(top_srcdir)/orte/mca/ras/bproc_raw/configure.m4 \ + $(top_srcdir)/orte/mca/ras/gridengine/configure.m4 \ + $(top_srcdir)/orte/mca/ras/lanl_bproc/configure.m4 \ + $(top_srcdir)/orte/mca/ras/loadleveler/configure.m4 \ + $(top_srcdir)/orte/mca/ras/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/ras/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/ras/tm/configure.m4 \ + $(top_srcdir)/orte/mca/ras/xgrid/configure.m4 \ + $(top_srcdir)/orte/mca/rmgr/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/rml/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/rml/ftrm/configure.m4 \ + $(top_srcdir)/orte/mca/routed/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/sds/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/sds/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/sds/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/sds/pipe/configure.m4 \ + $(top_srcdir)/orte/mca/sds/portals_utcp/configure.m4 \ + $(top_srcdir)/orte/mca/sds/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/sds/xcpu/configure.m4 \ + $(top_srcdir)/orte/mca/smr/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/snapc/full/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/gm/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/ofud/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/openib/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/sctp/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/tcp/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/udapl/configure.m4 \ + $(top_srcdir)/ompi/mca/common/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/common/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/crcp/coord/configure.m4 \ + $(top_srcdir)/ompi/mca/io/configure.m4 \ + $(top_srcdir)/ompi/mca/io/romio/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/psm/configure.m4 \ + $(top_srcdir)/ompi/mca/pml/crcpw/configure.m4 \ + $(top_srcdir)/config/ompi_check_ps.m4 \ + $(top_srcdir)/ompi/contrib/vt/configure.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/opal/include/opal_config.h \ + $(top_builddir)/orte/include/orte_config.h \ + $(top_builddir)/ompi/include/ompi_config.h \ + $(top_builddir)/ompi/include/mpi.h \ + $(top_builddir)/opal/mca/paffinity/linux/plpa/src/libplpa/plpa.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMCA_PARAM_SETS_DIR = @AMCA_PARAM_SETS_DIR@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CFLAGS_WITHOUT_OPTFLAGS = @CFLAGS_WITHOUT_OPTFLAGS@ +CLEANFILES = @CLEANFILES@ +CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPPFLAGS = @CXXCPPFLAGS@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FCFLAGS_f = @FCFLAGS_f@ +FCFLAGS_f90 = @FCFLAGS_f90@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBLTDL = @LIBLTDL@ +LIBLTDL_SUBDIR = @LIBLTDL_SUBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTDLINCL = @LTDLINCL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MCA_PROJECT_SUBDIRS = @MCA_PROJECT_SUBDIRS@ +MCA_allocator_ALL_COMPONENTS = @MCA_allocator_ALL_COMPONENTS@ +MCA_allocator_ALL_SUBDIRS = @MCA_allocator_ALL_SUBDIRS@ +MCA_allocator_DSO_COMPONENTS = @MCA_allocator_DSO_COMPONENTS@ +MCA_allocator_DSO_SUBDIRS = @MCA_allocator_DSO_SUBDIRS@ +MCA_allocator_STATIC_COMPONENTS = @MCA_allocator_STATIC_COMPONENTS@ +MCA_allocator_STATIC_LTLIBS = @MCA_allocator_STATIC_LTLIBS@ +MCA_allocator_STATIC_SUBDIRS = @MCA_allocator_STATIC_SUBDIRS@ +MCA_backtrace_ALL_COMPONENTS = @MCA_backtrace_ALL_COMPONENTS@ +MCA_backtrace_ALL_SUBDIRS = @MCA_backtrace_ALL_SUBDIRS@ +MCA_backtrace_DSO_COMPONENTS = @MCA_backtrace_DSO_COMPONENTS@ +MCA_backtrace_DSO_SUBDIRS = @MCA_backtrace_DSO_SUBDIRS@ +MCA_backtrace_STATIC_COMPONENTS = @MCA_backtrace_STATIC_COMPONENTS@ +MCA_backtrace_STATIC_LTLIBS = @MCA_backtrace_STATIC_LTLIBS@ +MCA_backtrace_STATIC_SUBDIRS = @MCA_backtrace_STATIC_SUBDIRS@ +MCA_bml_ALL_COMPONENTS = @MCA_bml_ALL_COMPONENTS@ +MCA_bml_ALL_SUBDIRS = @MCA_bml_ALL_SUBDIRS@ +MCA_bml_DSO_COMPONENTS = @MCA_bml_DSO_COMPONENTS@ +MCA_bml_DSO_SUBDIRS = @MCA_bml_DSO_SUBDIRS@ +MCA_bml_STATIC_COMPONENTS = @MCA_bml_STATIC_COMPONENTS@ +MCA_bml_STATIC_LTLIBS = @MCA_bml_STATIC_LTLIBS@ +MCA_bml_STATIC_SUBDIRS = @MCA_bml_STATIC_SUBDIRS@ +MCA_btl_ALL_COMPONENTS = @MCA_btl_ALL_COMPONENTS@ +MCA_btl_ALL_SUBDIRS = @MCA_btl_ALL_SUBDIRS@ +MCA_btl_DSO_COMPONENTS = @MCA_btl_DSO_COMPONENTS@ +MCA_btl_DSO_SUBDIRS = @MCA_btl_DSO_SUBDIRS@ +MCA_btl_STATIC_COMPONENTS = @MCA_btl_STATIC_COMPONENTS@ +MCA_btl_STATIC_LTLIBS = @MCA_btl_STATIC_LTLIBS@ +MCA_btl_STATIC_SUBDIRS = @MCA_btl_STATIC_SUBDIRS@ +MCA_carto_ALL_COMPONENTS = @MCA_carto_ALL_COMPONENTS@ +MCA_carto_ALL_SUBDIRS = @MCA_carto_ALL_SUBDIRS@ +MCA_carto_DSO_COMPONENTS = @MCA_carto_DSO_COMPONENTS@ +MCA_carto_DSO_SUBDIRS = @MCA_carto_DSO_SUBDIRS@ +MCA_carto_STATIC_COMPONENTS = @MCA_carto_STATIC_COMPONENTS@ +MCA_carto_STATIC_LTLIBS = @MCA_carto_STATIC_LTLIBS@ +MCA_carto_STATIC_SUBDIRS = @MCA_carto_STATIC_SUBDIRS@ +MCA_coll_ALL_COMPONENTS = @MCA_coll_ALL_COMPONENTS@ +MCA_coll_ALL_SUBDIRS = @MCA_coll_ALL_SUBDIRS@ +MCA_coll_DSO_COMPONENTS = @MCA_coll_DSO_COMPONENTS@ +MCA_coll_DSO_SUBDIRS = @MCA_coll_DSO_SUBDIRS@ +MCA_coll_STATIC_COMPONENTS = @MCA_coll_STATIC_COMPONENTS@ +MCA_coll_STATIC_LTLIBS = @MCA_coll_STATIC_LTLIBS@ +MCA_coll_STATIC_SUBDIRS = @MCA_coll_STATIC_SUBDIRS@ +MCA_common_ALL_COMPONENTS = @MCA_common_ALL_COMPONENTS@ +MCA_common_ALL_SUBDIRS = @MCA_common_ALL_SUBDIRS@ +MCA_common_DSO_COMPONENTS = @MCA_common_DSO_COMPONENTS@ +MCA_common_DSO_SUBDIRS = @MCA_common_DSO_SUBDIRS@ +MCA_common_STATIC_COMPONENTS = @MCA_common_STATIC_COMPONENTS@ +MCA_common_STATIC_LTLIBS = @MCA_common_STATIC_LTLIBS@ +MCA_common_STATIC_SUBDIRS = @MCA_common_STATIC_SUBDIRS@ +MCA_crcp_ALL_COMPONENTS = @MCA_crcp_ALL_COMPONENTS@ +MCA_crcp_ALL_SUBDIRS = @MCA_crcp_ALL_SUBDIRS@ +MCA_crcp_DSO_COMPONENTS = @MCA_crcp_DSO_COMPONENTS@ +MCA_crcp_DSO_SUBDIRS = @MCA_crcp_DSO_SUBDIRS@ +MCA_crcp_STATIC_COMPONENTS = @MCA_crcp_STATIC_COMPONENTS@ +MCA_crcp_STATIC_LTLIBS = @MCA_crcp_STATIC_LTLIBS@ +MCA_crcp_STATIC_SUBDIRS = @MCA_crcp_STATIC_SUBDIRS@ +MCA_crs_ALL_COMPONENTS = @MCA_crs_ALL_COMPONENTS@ +MCA_crs_ALL_SUBDIRS = @MCA_crs_ALL_SUBDIRS@ +MCA_crs_DSO_COMPONENTS = @MCA_crs_DSO_COMPONENTS@ +MCA_crs_DSO_SUBDIRS = @MCA_crs_DSO_SUBDIRS@ +MCA_crs_STATIC_COMPONENTS = @MCA_crs_STATIC_COMPONENTS@ +MCA_crs_STATIC_LTLIBS = @MCA_crs_STATIC_LTLIBS@ +MCA_crs_STATIC_SUBDIRS = @MCA_crs_STATIC_SUBDIRS@ +MCA_errmgr_ALL_COMPONENTS = @MCA_errmgr_ALL_COMPONENTS@ +MCA_errmgr_ALL_SUBDIRS = @MCA_errmgr_ALL_SUBDIRS@ +MCA_errmgr_DSO_COMPONENTS = @MCA_errmgr_DSO_COMPONENTS@ +MCA_errmgr_DSO_SUBDIRS = @MCA_errmgr_DSO_SUBDIRS@ +MCA_errmgr_STATIC_COMPONENTS = @MCA_errmgr_STATIC_COMPONENTS@ +MCA_errmgr_STATIC_LTLIBS = @MCA_errmgr_STATIC_LTLIBS@ +MCA_errmgr_STATIC_SUBDIRS = @MCA_errmgr_STATIC_SUBDIRS@ +MCA_filem_ALL_COMPONENTS = @MCA_filem_ALL_COMPONENTS@ +MCA_filem_ALL_SUBDIRS = @MCA_filem_ALL_SUBDIRS@ +MCA_filem_DSO_COMPONENTS = @MCA_filem_DSO_COMPONENTS@ +MCA_filem_DSO_SUBDIRS = @MCA_filem_DSO_SUBDIRS@ +MCA_filem_STATIC_COMPONENTS = @MCA_filem_STATIC_COMPONENTS@ +MCA_filem_STATIC_LTLIBS = @MCA_filem_STATIC_LTLIBS@ +MCA_filem_STATIC_SUBDIRS = @MCA_filem_STATIC_SUBDIRS@ +MCA_gpr_ALL_COMPONENTS = @MCA_gpr_ALL_COMPONENTS@ +MCA_gpr_ALL_SUBDIRS = @MCA_gpr_ALL_SUBDIRS@ +MCA_gpr_DSO_COMPONENTS = @MCA_gpr_DSO_COMPONENTS@ +MCA_gpr_DSO_SUBDIRS = @MCA_gpr_DSO_SUBDIRS@ +MCA_gpr_STATIC_COMPONENTS = @MCA_gpr_STATIC_COMPONENTS@ +MCA_gpr_STATIC_LTLIBS = @MCA_gpr_STATIC_LTLIBS@ +MCA_gpr_STATIC_SUBDIRS = @MCA_gpr_STATIC_SUBDIRS@ +MCA_grpcomm_ALL_COMPONENTS = @MCA_grpcomm_ALL_COMPONENTS@ +MCA_grpcomm_ALL_SUBDIRS = @MCA_grpcomm_ALL_SUBDIRS@ +MCA_grpcomm_DSO_COMPONENTS = @MCA_grpcomm_DSO_COMPONENTS@ +MCA_grpcomm_DSO_SUBDIRS = @MCA_grpcomm_DSO_SUBDIRS@ +MCA_grpcomm_STATIC_COMPONENTS = @MCA_grpcomm_STATIC_COMPONENTS@ +MCA_grpcomm_STATIC_LTLIBS = @MCA_grpcomm_STATIC_LTLIBS@ +MCA_grpcomm_STATIC_SUBDIRS = @MCA_grpcomm_STATIC_SUBDIRS@ +MCA_installdirs_ALL_COMPONENTS = @MCA_installdirs_ALL_COMPONENTS@ +MCA_installdirs_ALL_SUBDIRS = @MCA_installdirs_ALL_SUBDIRS@ +MCA_installdirs_DSO_COMPONENTS = @MCA_installdirs_DSO_COMPONENTS@ +MCA_installdirs_DSO_SUBDIRS = @MCA_installdirs_DSO_SUBDIRS@ +MCA_installdirs_STATIC_COMPONENTS = @MCA_installdirs_STATIC_COMPONENTS@ +MCA_installdirs_STATIC_LTLIBS = @MCA_installdirs_STATIC_LTLIBS@ +MCA_installdirs_STATIC_SUBDIRS = @MCA_installdirs_STATIC_SUBDIRS@ +MCA_io_ALL_COMPONENTS = @MCA_io_ALL_COMPONENTS@ +MCA_io_ALL_SUBDIRS = @MCA_io_ALL_SUBDIRS@ +MCA_io_DSO_COMPONENTS = @MCA_io_DSO_COMPONENTS@ +MCA_io_DSO_SUBDIRS = @MCA_io_DSO_SUBDIRS@ +MCA_io_STATIC_COMPONENTS = @MCA_io_STATIC_COMPONENTS@ +MCA_io_STATIC_LTLIBS = @MCA_io_STATIC_LTLIBS@ +MCA_io_STATIC_SUBDIRS = @MCA_io_STATIC_SUBDIRS@ +MCA_iof_ALL_COMPONENTS = @MCA_iof_ALL_COMPONENTS@ +MCA_iof_ALL_SUBDIRS = @MCA_iof_ALL_SUBDIRS@ +MCA_iof_DSO_COMPONENTS = @MCA_iof_DSO_COMPONENTS@ +MCA_iof_DSO_SUBDIRS = @MCA_iof_DSO_SUBDIRS@ +MCA_iof_STATIC_COMPONENTS = @MCA_iof_STATIC_COMPONENTS@ +MCA_iof_STATIC_LTLIBS = @MCA_iof_STATIC_LTLIBS@ +MCA_iof_STATIC_SUBDIRS = @MCA_iof_STATIC_SUBDIRS@ +MCA_maffinity_ALL_COMPONENTS = @MCA_maffinity_ALL_COMPONENTS@ +MCA_maffinity_ALL_SUBDIRS = @MCA_maffinity_ALL_SUBDIRS@ +MCA_maffinity_DSO_COMPONENTS = @MCA_maffinity_DSO_COMPONENTS@ +MCA_maffinity_DSO_SUBDIRS = @MCA_maffinity_DSO_SUBDIRS@ +MCA_maffinity_STATIC_COMPONENTS = @MCA_maffinity_STATIC_COMPONENTS@ +MCA_maffinity_STATIC_LTLIBS = @MCA_maffinity_STATIC_LTLIBS@ +MCA_maffinity_STATIC_SUBDIRS = @MCA_maffinity_STATIC_SUBDIRS@ +MCA_memcpy_ALL_COMPONENTS = @MCA_memcpy_ALL_COMPONENTS@ +MCA_memcpy_ALL_SUBDIRS = @MCA_memcpy_ALL_SUBDIRS@ +MCA_memcpy_DSO_COMPONENTS = @MCA_memcpy_DSO_COMPONENTS@ +MCA_memcpy_DSO_SUBDIRS = @MCA_memcpy_DSO_SUBDIRS@ +MCA_memcpy_STATIC_COMPONENTS = @MCA_memcpy_STATIC_COMPONENTS@ +MCA_memcpy_STATIC_LTLIBS = @MCA_memcpy_STATIC_LTLIBS@ +MCA_memcpy_STATIC_SUBDIRS = @MCA_memcpy_STATIC_SUBDIRS@ +MCA_memory_ALL_COMPONENTS = @MCA_memory_ALL_COMPONENTS@ +MCA_memory_ALL_SUBDIRS = @MCA_memory_ALL_SUBDIRS@ +MCA_memory_DSO_COMPONENTS = @MCA_memory_DSO_COMPONENTS@ +MCA_memory_DSO_SUBDIRS = @MCA_memory_DSO_SUBDIRS@ +MCA_memory_STATIC_COMPONENTS = @MCA_memory_STATIC_COMPONENTS@ +MCA_memory_STATIC_LTLIBS = @MCA_memory_STATIC_LTLIBS@ +MCA_memory_STATIC_SUBDIRS = @MCA_memory_STATIC_SUBDIRS@ +MCA_mpool_ALL_COMPONENTS = @MCA_mpool_ALL_COMPONENTS@ +MCA_mpool_ALL_SUBDIRS = @MCA_mpool_ALL_SUBDIRS@ +MCA_mpool_DSO_COMPONENTS = @MCA_mpool_DSO_COMPONENTS@ +MCA_mpool_DSO_SUBDIRS = @MCA_mpool_DSO_SUBDIRS@ +MCA_mpool_STATIC_COMPONENTS = @MCA_mpool_STATIC_COMPONENTS@ +MCA_mpool_STATIC_LTLIBS = @MCA_mpool_STATIC_LTLIBS@ +MCA_mpool_STATIC_SUBDIRS = @MCA_mpool_STATIC_SUBDIRS@ +MCA_mtl_ALL_COMPONENTS = @MCA_mtl_ALL_COMPONENTS@ +MCA_mtl_ALL_SUBDIRS = @MCA_mtl_ALL_SUBDIRS@ +MCA_mtl_DIRECT_CALL_HEADER = @MCA_mtl_DIRECT_CALL_HEADER@ +MCA_mtl_DSO_COMPONENTS = @MCA_mtl_DSO_COMPONENTS@ +MCA_mtl_DSO_SUBDIRS = @MCA_mtl_DSO_SUBDIRS@ +MCA_mtl_STATIC_COMPONENTS = @MCA_mtl_STATIC_COMPONENTS@ +MCA_mtl_STATIC_LTLIBS = @MCA_mtl_STATIC_LTLIBS@ +MCA_mtl_STATIC_SUBDIRS = @MCA_mtl_STATIC_SUBDIRS@ +MCA_ns_ALL_COMPONENTS = @MCA_ns_ALL_COMPONENTS@ +MCA_ns_ALL_SUBDIRS = @MCA_ns_ALL_SUBDIRS@ +MCA_ns_DSO_COMPONENTS = @MCA_ns_DSO_COMPONENTS@ +MCA_ns_DSO_SUBDIRS = @MCA_ns_DSO_SUBDIRS@ +MCA_ns_STATIC_COMPONENTS = @MCA_ns_STATIC_COMPONENTS@ +MCA_ns_STATIC_LTLIBS = @MCA_ns_STATIC_LTLIBS@ +MCA_ns_STATIC_SUBDIRS = @MCA_ns_STATIC_SUBDIRS@ +MCA_odls_ALL_COMPONENTS = @MCA_odls_ALL_COMPONENTS@ +MCA_odls_ALL_SUBDIRS = @MCA_odls_ALL_SUBDIRS@ +MCA_odls_DSO_COMPONENTS = @MCA_odls_DSO_COMPONENTS@ +MCA_odls_DSO_SUBDIRS = @MCA_odls_DSO_SUBDIRS@ +MCA_odls_STATIC_COMPONENTS = @MCA_odls_STATIC_COMPONENTS@ +MCA_odls_STATIC_LTLIBS = @MCA_odls_STATIC_LTLIBS@ +MCA_odls_STATIC_SUBDIRS = @MCA_odls_STATIC_SUBDIRS@ +MCA_ompi_FRAMEWORKS = @MCA_ompi_FRAMEWORKS@ +MCA_ompi_FRAMEWORKS_SUBDIRS = @MCA_ompi_FRAMEWORKS_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_ompi_FRAMEWORK_LIBS = @MCA_ompi_FRAMEWORK_LIBS@ +MCA_oob_ALL_COMPONENTS = @MCA_oob_ALL_COMPONENTS@ +MCA_oob_ALL_SUBDIRS = @MCA_oob_ALL_SUBDIRS@ +MCA_oob_DSO_COMPONENTS = @MCA_oob_DSO_COMPONENTS@ +MCA_oob_DSO_SUBDIRS = @MCA_oob_DSO_SUBDIRS@ +MCA_oob_STATIC_COMPONENTS = @MCA_oob_STATIC_COMPONENTS@ +MCA_oob_STATIC_LTLIBS = @MCA_oob_STATIC_LTLIBS@ +MCA_oob_STATIC_SUBDIRS = @MCA_oob_STATIC_SUBDIRS@ +MCA_opal_FRAMEWORKS = @MCA_opal_FRAMEWORKS@ +MCA_opal_FRAMEWORKS_SUBDIRS = @MCA_opal_FRAMEWORKS_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_opal_FRAMEWORK_LIBS = @MCA_opal_FRAMEWORK_LIBS@ +MCA_orte_FRAMEWORKS = @MCA_orte_FRAMEWORKS@ +MCA_orte_FRAMEWORKS_SUBDIRS = @MCA_orte_FRAMEWORKS_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_orte_FRAMEWORK_LIBS = @MCA_orte_FRAMEWORK_LIBS@ +MCA_osc_ALL_COMPONENTS = @MCA_osc_ALL_COMPONENTS@ +MCA_osc_ALL_SUBDIRS = @MCA_osc_ALL_SUBDIRS@ +MCA_osc_DSO_COMPONENTS = @MCA_osc_DSO_COMPONENTS@ +MCA_osc_DSO_SUBDIRS = @MCA_osc_DSO_SUBDIRS@ +MCA_osc_STATIC_COMPONENTS = @MCA_osc_STATIC_COMPONENTS@ +MCA_osc_STATIC_LTLIBS = @MCA_osc_STATIC_LTLIBS@ +MCA_osc_STATIC_SUBDIRS = @MCA_osc_STATIC_SUBDIRS@ +MCA_paffinity_ALL_COMPONENTS = @MCA_paffinity_ALL_COMPONENTS@ +MCA_paffinity_ALL_SUBDIRS = @MCA_paffinity_ALL_SUBDIRS@ +MCA_paffinity_DSO_COMPONENTS = @MCA_paffinity_DSO_COMPONENTS@ +MCA_paffinity_DSO_SUBDIRS = @MCA_paffinity_DSO_SUBDIRS@ +MCA_paffinity_STATIC_COMPONENTS = @MCA_paffinity_STATIC_COMPONENTS@ +MCA_paffinity_STATIC_LTLIBS = @MCA_paffinity_STATIC_LTLIBS@ +MCA_paffinity_STATIC_SUBDIRS = @MCA_paffinity_STATIC_SUBDIRS@ +MCA_pls_ALL_COMPONENTS = @MCA_pls_ALL_COMPONENTS@ +MCA_pls_ALL_SUBDIRS = @MCA_pls_ALL_SUBDIRS@ +MCA_pls_DSO_COMPONENTS = @MCA_pls_DSO_COMPONENTS@ +MCA_pls_DSO_SUBDIRS = @MCA_pls_DSO_SUBDIRS@ +MCA_pls_STATIC_COMPONENTS = @MCA_pls_STATIC_COMPONENTS@ +MCA_pls_STATIC_LTLIBS = @MCA_pls_STATIC_LTLIBS@ +MCA_pls_STATIC_SUBDIRS = @MCA_pls_STATIC_SUBDIRS@ +MCA_pml_ALL_COMPONENTS = @MCA_pml_ALL_COMPONENTS@ +MCA_pml_ALL_SUBDIRS = @MCA_pml_ALL_SUBDIRS@ +MCA_pml_DIRECT_CALL_HEADER = @MCA_pml_DIRECT_CALL_HEADER@ +MCA_pml_DSO_COMPONENTS = @MCA_pml_DSO_COMPONENTS@ +MCA_pml_DSO_SUBDIRS = @MCA_pml_DSO_SUBDIRS@ +MCA_pml_STATIC_COMPONENTS = @MCA_pml_STATIC_COMPONENTS@ +MCA_pml_STATIC_LTLIBS = @MCA_pml_STATIC_LTLIBS@ +MCA_pml_STATIC_SUBDIRS = @MCA_pml_STATIC_SUBDIRS@ +MCA_ras_ALL_COMPONENTS = @MCA_ras_ALL_COMPONENTS@ +MCA_ras_ALL_SUBDIRS = @MCA_ras_ALL_SUBDIRS@ +MCA_ras_DSO_COMPONENTS = @MCA_ras_DSO_COMPONENTS@ +MCA_ras_DSO_SUBDIRS = @MCA_ras_DSO_SUBDIRS@ +MCA_ras_STATIC_COMPONENTS = @MCA_ras_STATIC_COMPONENTS@ +MCA_ras_STATIC_LTLIBS = @MCA_ras_STATIC_LTLIBS@ +MCA_ras_STATIC_SUBDIRS = @MCA_ras_STATIC_SUBDIRS@ +MCA_rcache_ALL_COMPONENTS = @MCA_rcache_ALL_COMPONENTS@ +MCA_rcache_ALL_SUBDIRS = @MCA_rcache_ALL_SUBDIRS@ +MCA_rcache_DSO_COMPONENTS = @MCA_rcache_DSO_COMPONENTS@ +MCA_rcache_DSO_SUBDIRS = @MCA_rcache_DSO_SUBDIRS@ +MCA_rcache_STATIC_COMPONENTS = @MCA_rcache_STATIC_COMPONENTS@ +MCA_rcache_STATIC_LTLIBS = @MCA_rcache_STATIC_LTLIBS@ +MCA_rcache_STATIC_SUBDIRS = @MCA_rcache_STATIC_SUBDIRS@ +MCA_rds_ALL_COMPONENTS = @MCA_rds_ALL_COMPONENTS@ +MCA_rds_ALL_SUBDIRS = @MCA_rds_ALL_SUBDIRS@ +MCA_rds_DSO_COMPONENTS = @MCA_rds_DSO_COMPONENTS@ +MCA_rds_DSO_SUBDIRS = @MCA_rds_DSO_SUBDIRS@ +MCA_rds_STATIC_COMPONENTS = @MCA_rds_STATIC_COMPONENTS@ +MCA_rds_STATIC_LTLIBS = @MCA_rds_STATIC_LTLIBS@ +MCA_rds_STATIC_SUBDIRS = @MCA_rds_STATIC_SUBDIRS@ +MCA_rmaps_ALL_COMPONENTS = @MCA_rmaps_ALL_COMPONENTS@ +MCA_rmaps_ALL_SUBDIRS = @MCA_rmaps_ALL_SUBDIRS@ +MCA_rmaps_DSO_COMPONENTS = @MCA_rmaps_DSO_COMPONENTS@ +MCA_rmaps_DSO_SUBDIRS = @MCA_rmaps_DSO_SUBDIRS@ +MCA_rmaps_STATIC_COMPONENTS = @MCA_rmaps_STATIC_COMPONENTS@ +MCA_rmaps_STATIC_LTLIBS = @MCA_rmaps_STATIC_LTLIBS@ +MCA_rmaps_STATIC_SUBDIRS = @MCA_rmaps_STATIC_SUBDIRS@ +MCA_rmgr_ALL_COMPONENTS = @MCA_rmgr_ALL_COMPONENTS@ +MCA_rmgr_ALL_SUBDIRS = @MCA_rmgr_ALL_SUBDIRS@ +MCA_rmgr_DSO_COMPONENTS = @MCA_rmgr_DSO_COMPONENTS@ +MCA_rmgr_DSO_SUBDIRS = @MCA_rmgr_DSO_SUBDIRS@ +MCA_rmgr_STATIC_COMPONENTS = @MCA_rmgr_STATIC_COMPONENTS@ +MCA_rmgr_STATIC_LTLIBS = @MCA_rmgr_STATIC_LTLIBS@ +MCA_rmgr_STATIC_SUBDIRS = @MCA_rmgr_STATIC_SUBDIRS@ +MCA_rml_ALL_COMPONENTS = @MCA_rml_ALL_COMPONENTS@ +MCA_rml_ALL_SUBDIRS = @MCA_rml_ALL_SUBDIRS@ +MCA_rml_DSO_COMPONENTS = @MCA_rml_DSO_COMPONENTS@ +MCA_rml_DSO_SUBDIRS = @MCA_rml_DSO_SUBDIRS@ +MCA_rml_STATIC_COMPONENTS = @MCA_rml_STATIC_COMPONENTS@ +MCA_rml_STATIC_LTLIBS = @MCA_rml_STATIC_LTLIBS@ +MCA_rml_STATIC_SUBDIRS = @MCA_rml_STATIC_SUBDIRS@ +MCA_routed_ALL_COMPONENTS = @MCA_routed_ALL_COMPONENTS@ +MCA_routed_ALL_SUBDIRS = @MCA_routed_ALL_SUBDIRS@ +MCA_routed_DSO_COMPONENTS = @MCA_routed_DSO_COMPONENTS@ +MCA_routed_DSO_SUBDIRS = @MCA_routed_DSO_SUBDIRS@ +MCA_routed_STATIC_COMPONENTS = @MCA_routed_STATIC_COMPONENTS@ +MCA_routed_STATIC_LTLIBS = @MCA_routed_STATIC_LTLIBS@ +MCA_routed_STATIC_SUBDIRS = @MCA_routed_STATIC_SUBDIRS@ +MCA_schema_ALL_COMPONENTS = @MCA_schema_ALL_COMPONENTS@ +MCA_schema_ALL_SUBDIRS = @MCA_schema_ALL_SUBDIRS@ +MCA_schema_DSO_COMPONENTS = @MCA_schema_DSO_COMPONENTS@ +MCA_schema_DSO_SUBDIRS = @MCA_schema_DSO_SUBDIRS@ +MCA_schema_STATIC_COMPONENTS = @MCA_schema_STATIC_COMPONENTS@ +MCA_schema_STATIC_LTLIBS = @MCA_schema_STATIC_LTLIBS@ +MCA_schema_STATIC_SUBDIRS = @MCA_schema_STATIC_SUBDIRS@ +MCA_sds_ALL_COMPONENTS = @MCA_sds_ALL_COMPONENTS@ +MCA_sds_ALL_SUBDIRS = @MCA_sds_ALL_SUBDIRS@ +MCA_sds_DSO_COMPONENTS = @MCA_sds_DSO_COMPONENTS@ +MCA_sds_DSO_SUBDIRS = @MCA_sds_DSO_SUBDIRS@ +MCA_sds_STATIC_COMPONENTS = @MCA_sds_STATIC_COMPONENTS@ +MCA_sds_STATIC_LTLIBS = @MCA_sds_STATIC_LTLIBS@ +MCA_sds_STATIC_SUBDIRS = @MCA_sds_STATIC_SUBDIRS@ +MCA_smr_ALL_COMPONENTS = @MCA_smr_ALL_COMPONENTS@ +MCA_smr_ALL_SUBDIRS = @MCA_smr_ALL_SUBDIRS@ +MCA_smr_DSO_COMPONENTS = @MCA_smr_DSO_COMPONENTS@ +MCA_smr_DSO_SUBDIRS = @MCA_smr_DSO_SUBDIRS@ +MCA_smr_STATIC_COMPONENTS = @MCA_smr_STATIC_COMPONENTS@ +MCA_smr_STATIC_LTLIBS = @MCA_smr_STATIC_LTLIBS@ +MCA_smr_STATIC_SUBDIRS = @MCA_smr_STATIC_SUBDIRS@ +MCA_snapc_ALL_COMPONENTS = @MCA_snapc_ALL_COMPONENTS@ +MCA_snapc_ALL_SUBDIRS = @MCA_snapc_ALL_SUBDIRS@ +MCA_snapc_DSO_COMPONENTS = @MCA_snapc_DSO_COMPONENTS@ +MCA_snapc_DSO_SUBDIRS = @MCA_snapc_DSO_SUBDIRS@ +MCA_snapc_STATIC_COMPONENTS = @MCA_snapc_STATIC_COMPONENTS@ +MCA_snapc_STATIC_LTLIBS = @MCA_snapc_STATIC_LTLIBS@ +MCA_snapc_STATIC_SUBDIRS = @MCA_snapc_STATIC_SUBDIRS@ +MCA_timer_ALL_COMPONENTS = @MCA_timer_ALL_COMPONENTS@ +MCA_timer_ALL_SUBDIRS = @MCA_timer_ALL_SUBDIRS@ +MCA_timer_DSO_COMPONENTS = @MCA_timer_DSO_COMPONENTS@ +MCA_timer_DSO_SUBDIRS = @MCA_timer_DSO_SUBDIRS@ +MCA_timer_STATIC_COMPONENTS = @MCA_timer_STATIC_COMPONENTS@ +MCA_timer_STATIC_LTLIBS = @MCA_timer_STATIC_LTLIBS@ +MCA_timer_STATIC_SUBDIRS = @MCA_timer_STATIC_SUBDIRS@ +MCA_topo_ALL_COMPONENTS = @MCA_topo_ALL_COMPONENTS@ +MCA_topo_ALL_SUBDIRS = @MCA_topo_ALL_SUBDIRS@ +MCA_topo_DSO_COMPONENTS = @MCA_topo_DSO_COMPONENTS@ +MCA_topo_DSO_SUBDIRS = @MCA_topo_DSO_SUBDIRS@ +MCA_topo_STATIC_COMPONENTS = @MCA_topo_STATIC_COMPONENTS@ +MCA_topo_STATIC_LTLIBS = @MCA_topo_STATIC_LTLIBS@ +MCA_topo_STATIC_SUBDIRS = @MCA_topo_STATIC_SUBDIRS@ +MKDIR_P = @MKDIR_P@ +MPIF_H_PMPI_W_FUNCS = @MPIF_H_PMPI_W_FUNCS@ +OBJC = @OBJC@ +OBJCDEPMODE = @OBJCDEPMODE@ +OBJCFLAGS = @OBJCFLAGS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OMPI_ASM_FILE = @OMPI_ASM_FILE@ +OMPI_ASM_GSYM = @OMPI_ASM_GSYM@ +OMPI_ASM_LSYM = @OMPI_ASM_LSYM@ +OMPI_ASM_SUPPORT_64BIT = @OMPI_ASM_SUPPORT_64BIT@ +OMPI_ASM_TEXT = @OMPI_ASM_TEXT@ +OMPI_ASM_TYPE = @OMPI_ASM_TYPE@ +OMPI_ASSEMBLY_ARCH = @OMPI_ASSEMBLY_ARCH@ +OMPI_ASSEMBLY_FORMAT = @OMPI_ASSEMBLY_FORMAT@ +OMPI_AS_GLOBAL = @OMPI_AS_GLOBAL@ +OMPI_AS_LABEL_SUFFIX = @OMPI_AS_LABEL_SUFFIX@ +OMPI_CC_ABSOLUTE = @OMPI_CC_ABSOLUTE@ +OMPI_CONFIGURE_DATE = @OMPI_CONFIGURE_DATE@ +OMPI_CONFIGURE_HOST = @OMPI_CONFIGURE_HOST@ +OMPI_CONFIGURE_USER = @OMPI_CONFIGURE_USER@ +OMPI_CONTRIB_DIST_SUBDIRS = @OMPI_CONTRIB_DIST_SUBDIRS@ +OMPI_CONTRIB_SUBDIRS = @OMPI_CONTRIB_SUBDIRS@ +OMPI_CXX_ABSOLUTE = @OMPI_CXX_ABSOLUTE@ +OMPI_F77_ABSOLUTE = @OMPI_F77_ABSOLUTE@ +OMPI_F90_ABSOLUTE = @OMPI_F90_ABSOLUTE@ +OMPI_F90_BUILD_SIZE = @OMPI_F90_BUILD_SIZE@ +OMPI_F90_CKINDS = @OMPI_F90_CKINDS@ +OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS = @OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS@ +OMPI_F90_IKINDS = @OMPI_F90_IKINDS@ +OMPI_F90_RKINDS = @OMPI_F90_RKINDS@ +OMPI_FC_MODULE_FLAG = @OMPI_FC_MODULE_FLAG@ +OMPI_FORTRAN_MAX_ARRAY_RANK = @OMPI_FORTRAN_MAX_ARRAY_RANK@ +OMPI_GREEK_VERSION = @OMPI_GREEK_VERSION@ +OMPI_LIBEVENT_SOURCES = @OMPI_LIBEVENT_SOURCES@ +OMPI_LIBMPI_EXTRA_LDFLAGS = @OMPI_LIBMPI_EXTRA_LDFLAGS@ +OMPI_LIBMPI_EXTRA_LIBS = @OMPI_LIBMPI_EXTRA_LIBS@ +OMPI_MAJOR_VERSION = @OMPI_MAJOR_VERSION@ +OMPI_MINOR_VERSION = @OMPI_MINOR_VERSION@ +OMPI_MPIF_MPI_IO_INCLUDE = @OMPI_MPIF_MPI_IO_INCLUDE@ +OMPI_MPI_ADDRESS_KIND = @OMPI_MPI_ADDRESS_KIND@ +OMPI_MPI_INTEGER_KIND = @OMPI_MPI_INTEGER_KIND@ +OMPI_MPI_OFFSET_KIND = @OMPI_MPI_OFFSET_KIND@ +OMPI_RELEASE_VERSION = @OMPI_RELEASE_VERSION@ +OMPI_SIZEOF_F90_COMPLEX = @OMPI_SIZEOF_F90_COMPLEX@ +OMPI_SIZEOF_F90_COMPLEX16 = @OMPI_SIZEOF_F90_COMPLEX16@ +OMPI_SIZEOF_F90_COMPLEX32 = @OMPI_SIZEOF_F90_COMPLEX32@ +OMPI_SIZEOF_F90_COMPLEX8 = @OMPI_SIZEOF_F90_COMPLEX8@ +OMPI_SIZEOF_F90_DOUBLE_COMPLEX = @OMPI_SIZEOF_F90_DOUBLE_COMPLEX@ +OMPI_SIZEOF_F90_DOUBLE_PRECISION = @OMPI_SIZEOF_F90_DOUBLE_PRECISION@ +OMPI_SIZEOF_F90_INTEGER = @OMPI_SIZEOF_F90_INTEGER@ +OMPI_SIZEOF_F90_INTEGER1 = @OMPI_SIZEOF_F90_INTEGER1@ +OMPI_SIZEOF_F90_INTEGER16 = @OMPI_SIZEOF_F90_INTEGER16@ +OMPI_SIZEOF_F90_INTEGER2 = @OMPI_SIZEOF_F90_INTEGER2@ +OMPI_SIZEOF_F90_INTEGER4 = @OMPI_SIZEOF_F90_INTEGER4@ +OMPI_SIZEOF_F90_INTEGER8 = @OMPI_SIZEOF_F90_INTEGER8@ +OMPI_SIZEOF_F90_LOGICAL = @OMPI_SIZEOF_F90_LOGICAL@ +OMPI_SIZEOF_F90_REAL = @OMPI_SIZEOF_F90_REAL@ +OMPI_SIZEOF_F90_REAL16 = @OMPI_SIZEOF_F90_REAL16@ +OMPI_SIZEOF_F90_REAL2 = @OMPI_SIZEOF_F90_REAL2@ +OMPI_SIZEOF_F90_REAL4 = @OMPI_SIZEOF_F90_REAL4@ +OMPI_SIZEOF_F90_REAL8 = @OMPI_SIZEOF_F90_REAL8@ +OMPI_SVN_R = @OMPI_SVN_R@ +OMPI_TOP_BUILDDIR = @OMPI_TOP_BUILDDIR@ +OMPI_TOP_SRCDIR = @OMPI_TOP_SRCDIR@ +OMPI_VERSION = @OMPI_VERSION@ +OMPI_WANT_SVN = @OMPI_WANT_SVN@ +OMPI_WRAPPER_CXX_LIB = @OMPI_WRAPPER_CXX_LIB@ +OMPI_WRAPPER_CXX_REQUIRED_FILE = @OMPI_WRAPPER_CXX_REQUIRED_FILE@ +OMPI_WRAPPER_EXTRA_CFLAGS = @OMPI_WRAPPER_EXTRA_CFLAGS@ +OMPI_WRAPPER_EXTRA_CPPFLAGS = @OMPI_WRAPPER_EXTRA_CPPFLAGS@ +OMPI_WRAPPER_EXTRA_CXXFLAGS = @OMPI_WRAPPER_EXTRA_CXXFLAGS@ +OMPI_WRAPPER_EXTRA_FCFLAGS = @OMPI_WRAPPER_EXTRA_FCFLAGS@ +OMPI_WRAPPER_EXTRA_FFLAGS = @OMPI_WRAPPER_EXTRA_FFLAGS@ +OMPI_WRAPPER_EXTRA_INCLUDES = @OMPI_WRAPPER_EXTRA_INCLUDES@ +OMPI_WRAPPER_EXTRA_LDFLAGS = @OMPI_WRAPPER_EXTRA_LDFLAGS@ +OMPI_WRAPPER_EXTRA_LIBS = @OMPI_WRAPPER_EXTRA_LIBS@ +OMPI_WRAPPER_F77_REQUIRED_FILE = @OMPI_WRAPPER_F77_REQUIRED_FILE@ +OMPI_WRAPPER_F90_REQUIRED_FILE = @OMPI_WRAPPER_F90_REQUIRED_FILE@ +OPAL_GREEK_VERSION = @OPAL_GREEK_VERSION@ +OPAL_MAJOR_VERSION = @OPAL_MAJOR_VERSION@ +OPAL_MINOR_VERSION = @OPAL_MINOR_VERSION@ +OPAL_RELEASE_VERSION = @OPAL_RELEASE_VERSION@ +OPAL_SVN_R = @OPAL_SVN_R@ +OPAL_VERSION = @OPAL_VERSION@ +OPAL_WANT_SVN = @OPAL_WANT_SVN@ +OPAL_WRAPPER_EXTRA_CFLAGS = @OPAL_WRAPPER_EXTRA_CFLAGS@ +OPAL_WRAPPER_EXTRA_CPPFLAGS = @OPAL_WRAPPER_EXTRA_CPPFLAGS@ +OPAL_WRAPPER_EXTRA_CXXFLAGS = @OPAL_WRAPPER_EXTRA_CXXFLAGS@ +OPAL_WRAPPER_EXTRA_INCLUDES = @OPAL_WRAPPER_EXTRA_INCLUDES@ +OPAL_WRAPPER_EXTRA_LDFLAGS = @OPAL_WRAPPER_EXTRA_LDFLAGS@ +OPAL_WRAPPER_EXTRA_LIBS = @OPAL_WRAPPER_EXTRA_LIBS@ +ORTE_GREEK_VERSION = @ORTE_GREEK_VERSION@ +ORTE_MAJOR_VERSION = @ORTE_MAJOR_VERSION@ +ORTE_MINOR_VERSION = @ORTE_MINOR_VERSION@ +ORTE_RELEASE_VERSION = @ORTE_RELEASE_VERSION@ +ORTE_SVN_R = @ORTE_SVN_R@ +ORTE_VERSION = @ORTE_VERSION@ +ORTE_WANT_SVN = @ORTE_WANT_SVN@ +ORTE_WRAPPER_EXTRA_CFLAGS = @ORTE_WRAPPER_EXTRA_CFLAGS@ +ORTE_WRAPPER_EXTRA_CPPFLAGS = @ORTE_WRAPPER_EXTRA_CPPFLAGS@ +ORTE_WRAPPER_EXTRA_CXXFLAGS = @ORTE_WRAPPER_EXTRA_CXXFLAGS@ +ORTE_WRAPPER_EXTRA_INCLUDES = @ORTE_WRAPPER_EXTRA_INCLUDES@ +ORTE_WRAPPER_EXTRA_LDFLAGS = @ORTE_WRAPPER_EXTRA_LDFLAGS@ +ORTE_WRAPPER_EXTRA_LIBS = @ORTE_WRAPPER_EXTRA_LIBS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +QRSH = @QRSH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TOTALVIEW_DEBUG_FLAGS = @TOTALVIEW_DEBUG_FLAGS@ +VERSION = @VERSION@ +WRAPPER_EXTRA_CFLAGS = @WRAPPER_EXTRA_CFLAGS@ +WRAPPER_EXTRA_CXXFLAGS = @WRAPPER_EXTRA_CXXFLAGS@ +WRAPPER_EXTRA_FCFLAGS = @WRAPPER_EXTRA_FCFLAGS@ +WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ +WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ +WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +ac_ct_OBJC = @ac_ct_OBJC@ +ac_prefix_program = @ac_prefix_program@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +backtrace_darwin_CFLAGS = @backtrace_darwin_CFLAGS@ +bindir = @bindir@ +btl_gm_CFLAGS = @btl_gm_CFLAGS@ +btl_gm_CPPFLAGS = @btl_gm_CPPFLAGS@ +btl_gm_LDFLAGS = @btl_gm_LDFLAGS@ +btl_gm_LIBS = @btl_gm_LIBS@ +btl_mx_CFLAGS = @btl_mx_CFLAGS@ +btl_mx_CPPFLAGS = @btl_mx_CPPFLAGS@ +btl_mx_LDFLAGS = @btl_mx_LDFLAGS@ +btl_mx_LIBS = @btl_mx_LIBS@ +btl_ofud_CFLAGS = @btl_ofud_CFLAGS@ +btl_ofud_CPPFLAGS = @btl_ofud_CPPFLAGS@ +btl_ofud_LDFLAGS = @btl_ofud_LDFLAGS@ +btl_ofud_LIBS = @btl_ofud_LIBS@ +btl_openib_CFLAGS = @btl_openib_CFLAGS@ +btl_openib_CPPFLAGS = @btl_openib_CPPFLAGS@ +btl_openib_LDFLAGS = @btl_openib_LDFLAGS@ +btl_openib_LIBS = @btl_openib_LIBS@ +btl_portals_CPPFLAGS = @btl_portals_CPPFLAGS@ +btl_portals_LDFLAGS = @btl_portals_LDFLAGS@ +btl_portals_LIBS = @btl_portals_LIBS@ +btl_sctp_CFLAGS = @btl_sctp_CFLAGS@ +btl_sctp_CPPFLAGS = @btl_sctp_CPPFLAGS@ +btl_sctp_LDFLAGS = @btl_sctp_LDFLAGS@ +btl_sctp_LIBS = @btl_sctp_LIBS@ +btl_udapl_CFLAGS = @btl_udapl_CFLAGS@ +btl_udapl_CPPFLAGS = @btl_udapl_CPPFLAGS@ +btl_udapl_LDFLAGS = @btl_udapl_LDFLAGS@ +btl_udapl_LIBS = @btl_udapl_LIBS@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +common_mx_CFLAGS = @common_mx_CFLAGS@ +common_mx_CPPFLAGS = @common_mx_CPPFLAGS@ +common_mx_LDFLAGS = @common_mx_LDFLAGS@ +common_mx_LIBS = @common_mx_LIBS@ +common_portals_CPPFLAGS = @common_portals_CPPFLAGS@ +common_portals_LDFLAGS = @common_portals_LDFLAGS@ +common_portals_LIBS = @common_portals_LIBS@ +crs_blcr_CFLAGS = @crs_blcr_CFLAGS@ +crs_blcr_CPPFLAGS = @crs_blcr_CPPFLAGS@ +crs_blcr_LDFLAGS = @crs_blcr_LDFLAGS@ +crs_blcr_LIBS = @crs_blcr_LIBS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_CPPFLAGS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_CPPFLAGS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_LDFLAGS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_LDFLAGS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_LIBS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_LIBS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +errmgr_bproc_CPPFLAGS = @errmgr_bproc_CPPFLAGS@ +errmgr_bproc_LDFLAGS = @errmgr_bproc_LDFLAGS@ +errmgr_bproc_LIBS = @errmgr_bproc_LIBS@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ +maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ +maffinity_libnuma_LIBS = @maffinity_libnuma_LIBS@ +mandir = @mandir@ +memory_malloc_hooks_LIBS = @memory_malloc_hooks_LIBS@ +memory_ptmalloc2_LIBS = @memory_ptmalloc2_LIBS@ +mkdir_p = @mkdir_p@ +mtl_mx_CFLAGS = @mtl_mx_CFLAGS@ +mtl_mx_CPPFLAGS = @mtl_mx_CPPFLAGS@ +mtl_mx_LDFLAGS = @mtl_mx_LDFLAGS@ +mtl_mx_LIBS = @mtl_mx_LIBS@ +mtl_portals_CPPFLAGS = @mtl_portals_CPPFLAGS@ +mtl_portals_LDFLAGS = @mtl_portals_LDFLAGS@ +mtl_portals_LIBS = @mtl_portals_LIBS@ +mtl_psm_CFLAGS = @mtl_psm_CFLAGS@ +mtl_psm_CPPFLAGS = @mtl_psm_CPPFLAGS@ +mtl_psm_LDFLAGS = @mtl_psm_LDFLAGS@ +mtl_psm_LIBS = @mtl_psm_LIBS@ +odls_bproc_CPPFLAGS = @odls_bproc_CPPFLAGS@ +odls_bproc_LDFLAGS = @odls_bproc_LDFLAGS@ +odls_bproc_LIBS = @odls_bproc_LIBS@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ +pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ +pls_bproc_LIBS = @pls_bproc_LIBS@ +pls_lsf_CPPFLAGS = @pls_lsf_CPPFLAGS@ +pls_lsf_LDFLAGS = @pls_lsf_LDFLAGS@ +pls_lsf_LIBS = @pls_lsf_LIBS@ +pls_slurm_CPPFLAGS = @pls_slurm_CPPFLAGS@ +pls_slurm_LDFLAGS = @pls_slurm_LDFLAGS@ +pls_slurm_LIBS = @pls_slurm_LIBS@ +pls_tm_CPPFLAGS = @pls_tm_CPPFLAGS@ +pls_tm_LDFLAGS = @pls_tm_LDFLAGS@ +pls_tm_LIBS = @pls_tm_LIBS@ +pls_xcpu_CPPFLAGS = @pls_xcpu_CPPFLAGS@ +pls_xcpu_LDFLAGS = @pls_xcpu_LDFLAGS@ +pls_xcpu_LIBS = @pls_xcpu_LIBS@ +pls_xgrid_LDFLAGS = @pls_xgrid_LDFLAGS@ +pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ +ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ +ras_bjs_LIBS = @ras_bjs_LIBS@ +ras_bproc_raw_CPPFLAGS = @ras_bproc_raw_CPPFLAGS@ +ras_bproc_raw_LDFLAGS = @ras_bproc_raw_LDFLAGS@ +ras_bproc_raw_LIBS = @ras_bproc_raw_LIBS@ +ras_lanl_bproc_CPPFLAGS = @ras_lanl_bproc_CPPFLAGS@ +ras_lanl_bproc_LDFLAGS = @ras_lanl_bproc_LDFLAGS@ +ras_lanl_bproc_LIBS = @ras_lanl_bproc_LIBS@ +ras_loadleveler_CPPFLAGS = @ras_loadleveler_CPPFLAGS@ +ras_loadleveler_LDFLAGS = @ras_loadleveler_LDFLAGS@ +ras_loadleveler_LIBS = @ras_loadleveler_LIBS@ +ras_lsf_CPPFLAGS = @ras_lsf_CPPFLAGS@ +ras_lsf_LDFLAGS = @ras_lsf_LDFLAGS@ +ras_lsf_LIBS = @ras_lsf_LIBS@ +ras_slurm_CPPFLAGS = @ras_slurm_CPPFLAGS@ +ras_slurm_LDFLAGS = @ras_slurm_LDFLAGS@ +ras_slurm_LIBS = @ras_slurm_LIBS@ +ras_tm_CPPFLAGS = @ras_tm_CPPFLAGS@ +ras_tm_LDFLAGS = @ras_tm_LDFLAGS@ +ras_tm_LIBS = @ras_tm_LIBS@ +sbindir = @sbindir@ +sds_bproc_CPPFLAGS = @sds_bproc_CPPFLAGS@ +sds_bproc_LDFLAGS = @sds_bproc_LDFLAGS@ +sds_bproc_LIBS = @sds_bproc_LIBS@ +sds_lsf_CPPFLAGS = @sds_lsf_CPPFLAGS@ +sds_lsf_LDFLAGS = @sds_lsf_LDFLAGS@ +sds_lsf_LIBS = @sds_lsf_LIBS@ +sds_portals_utcp_CPPFLAGS = @sds_portals_utcp_CPPFLAGS@ +sds_portals_utcp_LDFLAGS = @sds_portals_utcp_LDFLAGS@ +sds_portals_utcp_LIBS = @sds_portals_utcp_LIBS@ +sds_slurm_CPPFLAGS = @sds_slurm_CPPFLAGS@ +sds_slurm_LDFLAGS = @sds_slurm_LDFLAGS@ +sds_slurm_LIBS = @sds_slurm_LIBS@ +sds_xcpu_CPPFLAGS = @sds_xcpu_CPPFLAGS@ +sds_xcpu_LDFLAGS = @sds_xcpu_LDFLAGS@ +sds_xcpu_LIBS = @sds_xcpu_LIBS@ +sharedstatedir = @sharedstatedir@ +smr_bproc_CPPFLAGS = @smr_bproc_CPPFLAGS@ +smr_bproc_LDFLAGS = @smr_bproc_LDFLAGS@ +smr_bproc_LIBS = @smr_bproc_LIBS@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +timer_aix_LIBS = @timer_aix_LIBS@ +top_builddir = @top_builddir@ +top_ompi_builddir = @top_ompi_builddir@ +top_ompi_srcdir = @top_ompi_srcdir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + vt \ + wrappers + +DIST_SUBDIRS = \ + vt \ + wrappers + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/contrib/vt/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign ompi/contrib/vt/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/configure.m4 b/ompi/contrib/vt/configure.m4 new file mode 100644 index 0000000000..b79be72188 --- /dev/null +++ b/ompi/contrib/vt/configure.m4 @@ -0,0 +1,61 @@ +# -*- shell-script -*- +# +# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +# University Research and Technology +# Corporation. All rights reserved. +# Copyright (c) 2004-2005 The University of Tennessee and The University +# of Tennessee Research Foundation. All rights +# reserved. +# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +# University of Stuttgart. All rights reserved. +# Copyright (c) 2004-2005 The Regents of the University of California. +# All rights reserved. +# Copyright (c) 2007 Cisco, Inc. All rights reserved. +# $COPYRIGHT$ +# +# Additional copyrights may follow +# +# $HEADER$ +# + +# OMPI_contrib_vt_CONFIG([action-if-can-compile], +# [action-if-cant-compile]) +# ------------------------------------------------ +AC_DEFUN([OMPI_contrib_vt_CONFIG],[ + AC_ARG_WITH([contrib-vt-flags], + [AC_HELP_STRING([--with-contrib-vt-flags=FLAGS], + [Pass FLAGS to the VampirTrace distribution configuration script])]) + + AS_IF([test -n "$with_contrib_vt_flags" -a "$with_contrib_vt_flags" != "no"], + [contrib_vt_flags="$with_contrib_vt_flags $contrib_vt_flags"], + [contrib_vt_flags=]) + + AS_IF([test -n "$prefix" -a "$prefix" != "NONE"], + [contrib_vt_flags="$contrib_vt_flags --prefix=$prefix"]) + + AS_IF([test "$cross_compiling" = "yes"], + [AS_IF([test ! -z $build], [contrib_vt_flags="$contrib_vt_flags --build=$build"]) + AS_IF([test ! -z $host], [contrib_vt_flags="$contrib_vt_flags --host=$host"]) + AS_IF([test ! -z $target], [contrib_vt_flags="$contrib_vt_flags --target=$target"])]) + + contrib_vt_flags="MPICC="'"'"$CC"'"'" --with-openmpi --with-mpi-inc-dir="'"'"$top_ompi_builddir/ompi/include"'"'" --with-mpi-status-size=5 --with-mpi-io --disable-config-titles --disable-config-summary $contrib_vt_flags" + + # Run VampirTrace's configure and see if it succeeded + OMPI_CONFIG_SUBDIR([ompi/contrib/vt/vt], + [$contrib_vt_flags], + [contrib_vt_happy=1], [contrib_vt_happy=0]) + + # If VampirTrace configured itself successfully, setup OMPI-specific + # VampirTrace glue code to build. + AS_IF([test "$contrib_vt_happy" = "1"], + [$1 + AC_CONFIG_FILES([ + ompi/contrib/vt/Makefile + ompi/contrib/vt/wrappers/Makefile + ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt + ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt + ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt + ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt + ])], + [$2]) +])dnl diff --git a/ompi/contrib/vt/vt/AUTHORS b/ompi/contrib/vt/vt/AUTHORS new file mode 100644 index 0000000000..53980a19cb --- /dev/null +++ b/ompi/contrib/vt/vt/AUTHORS @@ -0,0 +1,12 @@ +VampirTrace is developped in collaboration with the KOJAK project +at ZAM/FZ Juelich (http://www.fz-juelich.de/zam/kojak) + +Staff at ZIH: +Matthias Jurenz +Andreas Knuepfer +Ronny Brendel +Matthias Lieber +Jens Doleschal +Robert Henschel +Holger Mickler +Matthias Mueller diff --git a/ompi/contrib/vt/vt/CONFIG-EXAMPLES b/ompi/contrib/vt/vt/CONFIG-EXAMPLES new file mode 100644 index 0000000000..2fdf32bb55 --- /dev/null +++ b/ompi/contrib/vt/vt/CONFIG-EXAMPLES @@ -0,0 +1,19 @@ ++++ SGI Altix 4700 (TU Dresden, ZIH) +./configure CC=icc CXX=icpc F77=ifort FC=ifort --with-local-tmp-dir=/scratch --with-papi-dir=/opt/papi/3.2.1 --with-papi-lib="-lpapi /opt/papi/3.2.1/lib/libpfm.a" --with-dyninst-dir=/licsoft/tools/dyninst/5.0.1 + + ++++ IBM Regatta p690+ (Research Centre Juelich) +./configure AR="ar -X32_64" CC=xlc_r CFLAGS="-O2 -g -q64" CXX=xlC_r CXXFLAGS="-O2 -g -q64" F77=xlf_r FFLAGS="-O2 -g -q64" FC=xlf90_r FCFLAGS="-O2 -g -q64" MPICC=mpcc_r --with-mpi-dir=/usr/lpp/ppe.poe --with-papi-dir=/usr/local/beta/papi --with-papi-lib=-lpapi64 + + ++++ BlueGene/L (Research Centre Juelich) +./configure --with-otf-extra-opts="--with-zlib --with-zlib-dir=" --build=powerpc64-unknown-linux-gnu --host=none-ibm-linux CC=blrts_xlc CFLAGS=-O2 CXX=blrts_xlC CXXFLAGS=-O2 F77=blrts_xlf90 FC=blrts_xlf90 CXX_FOR_BUILD=xlC_r MPICC=mpixlc --with-otf-lib="-lotf -L -lz" --with-mpi-dir=/bgl/BlueLight/ppcfloor/bglsys --with-mpi-lib=-lmpich.rts --with-pmpi-lib=-lmpich.rts --with-fmpi-lib=-lfmpich.rts --disable-iotrace --with-papi-dir=/usr/local/papi/papi-3.5.0 --with-papi-lib="-lpapi.rts -lbgl_perfctr.rts" + + ++++ BlueGene/L (University of Edinburgh) +./configure CC=blrts_xlc CFLAGS="-O2 -g" CXX=blrts_xlC CXXFLAGS="-O2 -g" F77=blrts_xlf90 FC=blrts_xlf90 CXX_FOR_BUILD=xlC_r MPICC=mpixlc --build=powerpc64-unknown-linux-gnu --host=none-ibm-linux --with-otf-lib=-lotf --with-mpi-dir=/bgl/BlueLight/ppcfloor/bglsys --with-mpi-lib=-lmpich.rts --with-pmpi-lib=-lmpich.rts --with-fmpi-lib=-lfmpich.rts + + ++++ NEC SX-8 (High Performance Computing Center Stuttgart) +./configure CC=sxcc CXX=sxc++ F77=sxf90 FC=sxf90 AR=sxar MPICC=sxmpicc CXX_FOR_BUILD=c++ RANLIB="sxar st" OMPFLAG=-Popenmp --build=ia64-unknown-linux-gnu --host=sx8-nec-superux15.1 --with-otf-lib=-lotf + diff --git a/ompi/contrib/vt/vt/COPYING b/ompi/contrib/vt/vt/COPYING new file mode 100644 index 0000000000..2db821100e --- /dev/null +++ b/ompi/contrib/vt/vt/COPYING @@ -0,0 +1,32 @@ +Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + +Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +Republic of Germany + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +- Neither the name of ZIH, TU Dresden or Forschungszentrum Juelich GmbH, nor the +names of its contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/ompi/contrib/vt/vt/ChangeLog b/ompi/contrib/vt/vt/ChangeLog new file mode 100644 index 0000000000..489ddc4557 --- /dev/null +++ b/ompi/contrib/vt/vt/ChangeLog @@ -0,0 +1,197 @@ +5.0.0 + - initial version + +5.0.1 + - updated version of internal OTF to 1.1.3 + +5.0.2 + - updated version of internal OTF to 1.1.4 + +5.0.3 + - updated version of internal OTF to 1.1.5 + - fixed a bug in GNU compiler interface which might have caused + a segmentation fault during flushing the trace buffer + +5.0.4 + - fixed a bug which occurred on Opteron systems (faulty timestamps) + - made sure that the ids of process groups and processes are + different (for analyzing trace files) + +5.0.5 + - fixed a bug in elg_otfunify which occurred if the environment + variable ELG_PFORM_DIR was set + +5.0.6 + - added creator informations of tracefile (tracelib, version, date + and time) + - reduced offset of process group token + - improved name of process groups + +5.1.0 + - counter event record will be wrote before leave event record + - added region filter and grouping managment + +5.1.1 + - write list of filtered regions to file (*.x.filt) + - specified flags of 'ar' in Makefile.defs (AFLAG) will + be assign to internal OTF configure script + +5.1.2 + - updated version of internal OTF to 1.1.8 + +5.1.3 + - fixed little bugs in build system, which occurred if multiple + mode building used (Makefile.32-64) + - added support for clusters of IBM Power3/4 machines + and Linux PPC cluster with IBM compilers + +5.1.4 + - updated version of internal OTF to 1.1.9 + - fixed a bug in elg_otfunify which occurred if compiled with PGI + and used OMP parallelization + - enhanced progress display of elg_otfunify + +5.1.5 + - fixed a bug in elg_otfunify time synchronization + +5.1.6 + - updated version of internal OTF to 1.2.11 + - fixed a bug: record the REAL buffer-length of a MPI non-blocking + receive operation + - added wrapper for MPI function 'MPI_Probe' + - added Open MPI support + - added a simple "configure" command + (see INSTALL) + +5.1.7 + - updated version of internal OTF to 1.2.13 + +5.2.0 + - updated version of internal OTF to 1.2.18 (see extlib/otf/ChangeLog) + - replaced build system by GNU Autoconf/Automake + - changed base name (e.g. environment variables, source files) to VT... + (see doc/USAGE) + - added OpenMP support by using OPARI instrumentation tool + - write process group records, which contain the location of processes + (node name) + - added tool 'vtconfig' to simplify determining the right compiler and + linker flags + +5.2.1 + - fixed several performance issues + - improved mechanism for getting clock cycles on IBM PPC64 machines + - the user can specify the mechanism, which used for getting timer + (only for Linux, SGI Altix, IBM AIX, Cray X1 + - see config.h after configure) + +5.2.2 + - fixed a bug in region filter which occurred by tracing OpenMP apps. + instrumented by compiler (vtinst) + - added option '-k' for vtunify to keep input trace files + +5.2.3 + - changed install directory of documentations from 'doc' to 'info' + (adjustable by configure option '--infodir') + - forward configure options '--exec-prefix', '--bindir', '--libdir', ', + '--includedir', and '--infodir' to configure command of internal OTF + - added checking for CPP-Style Fortran preprocessor of gfortran + - added checking for location of 'mmtimer.h' + - made sure that peers of events (e.g. msg. send enter + msg. send) + have the same timestamp + - clock synchronization can be forced + (see config.h after configure) + +5.2.4 + - updated version of internal OTF to 1.2.19 (see extlib/otf/ChangeLog) + - fixed compile error, which occurred by using old SUN compilers + - added a configure summary + - added HP MPI support + - renamed Fortran MPI wrapper library to 'libvt.fmpi' to avoid possible + name conflicts + - fixed a bug (integer overflow) in mechanism for getting timer on + Linux systems + +5.2.5 + - fixed potentially race condition by tracing OpenMP apps. + - fixed some little memory leaks + - fixed native counter issue on IA64 systems + - added check for header files 'stdint.h' and 'inttypes.h'; if none of + these files found, then own integer types will be defined + +5.3.0 + - updated version of internal OTF to 1.3.4 (see extlib/otf/ChangeLog) + - added support for automatic instrumentation by using Intel compiler + version 10.x (uses new compiler flag '-finstrument-functions') + - added support for binary instrumentation by using Dyninst + - added support for GLIBC's memory allocation tracing + (see doc/UserManual*) + - bugfix: corrected process id for OpenMP collective operations + - changed default function/region group from 'USR' to 'Application' + - if only MPI-functions are instrumented, then entry-record of + function 'user' will be generated before MPI_Init + - added trace filter generator tool 'vtfilter' + (see doc/USAGE.vtfilter) + - added support for multiple compiler-instrumentations from one + installation of VampirTrace (see INSTALL) + - replaced vtinst, vtinst-pomp, and vtinst-dyn by VT's compiler + wrapper (see doc/UserManual* and doc/USAGE.compinst) + - added simple example applications + - changed install directory of documentations from '$prefix/info' + to '$prefix/share/vampirtrace/doc' + - changed install directory of metrics-, filter-, and grouping + configuration from '$prefix/doc' to '$prefix/share/vampirtrace' + +5.3.1 + - set default trace call limit for all regions/functions to 100000 + +5.3.2 + - updated version of internal OTF to 1.3.7 (see extlib/otf/ChangeLog) + - improved autoconf's m4 scripts for cross buildings + - added support for VPATH builds + +5.4.0 + - updated version of internal OTF to 1.3.8 (see extlib/otf/ChangeLog) + - added support for user defined counters + - if available, PAPI cycle counter can be used as timer + (see config.h after configure) + - recording of events will be stopped if the maximum number of + buffer flushs (env. VT_MAX_FLUSHES) was reached + - added support for LIBC's I/O tracing + - improved autoconf's m4 scripts for cross buildings + - default settings for the compiler wrappers will be stored + in share/vampirtrace/vt*-wrapper-data.txt + - vtfilter: - direct filtering without second trace run + - parallelization using OpenMP + +5.4.1 + - bugfix: added check for I/O functions which are a part of the large + file extensions (e.g. open64, creat64, ...); disable corresponding + wrapper functions, if system doesn't support these + - added environment variable VT_DEMANGLE to enable/disable GNU + demangling of C++ names (default: disabled, due to a bug in older + versions of the GNU library 'liberty') + - disabled support for I/O tracing on MacOS + +5.4.2 + - bugfix for VPATH builds + - added check for PAPI version to configure script + (only support for version 3.x) + +5.4.3 + - bugfix for Fortran compiler wrappers (vtf77, vtf90): + OPARI's table source file (opari.tab.c) will be compiled + with the C compiler and flags which were given for VT's + configure (CC/CFLAGS) + (changeable in vt*-wrapper-data.txt) + - bugfixes in vtunify: - keep user's created process groups + for MPI communicators + - reserve sorting of global process group + definitions + +5.4.4 + - updated version of internal OTF to 1.3.9 (see extlib/otf/ChangeLog) + - fixed a portability bug: use own implementation of function + 'strdup()' + - removed variadic macros (they were introduced in C99) + - fixed a bug for determining the timer-resolution for ITC + diff --git a/ompi/contrib/vt/vt/INSTALL b/ompi/contrib/vt/vt/INSTALL new file mode 100644 index 0000000000..ccdcbda22d --- /dev/null +++ b/ompi/contrib/vt/vt/INSTALL @@ -0,0 +1,183 @@ + +How to install and configure VampirTrace +======================================== + + Basics + ------ + + Building VampirTrace is typically a combination of running "configure" + and "make". Execute the following commands to install VampirTrace from + within the directory at the top of the tree: + + $ ./configure --prefix=/where/to/install + [...lots of output...] + $ make all install + + If you need special access to install, then you can execute "make + all" as a user with write permissions in the build tree, and a + separate "make install" as a user with write permissions to the + install tree. + + However, for more details, read also the following instructions. Sometimes + it might be necessary to provide ./configure with options, e.g. + specifications of paths or compilers. Consult the CONFIG-EXAMPLES file to + get an idea of how to configure VampirTrace for your platform. + + + Configure Options + ----------------- + + * Compilers and Options + + Some systems require unusual options for compilation or linking that + the `configure' script does not know about. Run `./configure --help' + for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters + by setting variables in the command line or in the environment. Here + is an example: + + ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix + + + * Installation Names + + By default, `make install' will install the package's files in + `/usr/local/bin', /usr/local/include', etc. You can specify an + installation prefix other than `/usr/local' by giving `configure' the + option `--prefix=PATH'. + + + * Optional Features + + --enable-compinst=COMPINSTLIST + enable support for compiler instrumentation + (gnu,intel,pgi,phat,xl,ftrace), default: + automatically by configure + NOTE: the first item in list is the default + instrumentation type for the compiler-wrapper + + --enable-mpi enable MPI support, default: enable if + MPI-installation found by configure + + --enable-omp enable OpenMP support, default: enable if given + compiler supports OpenMP + + --enable-hyb enable Hybrid (MPI/OpenMP) support, default: + enable if MPI-installation found and given + compiler supports OpenMP + + --enable-dyninst enable support for binary-instrumentation using + Dyninst, default: enable if found by configure + Note: needs Dyninst version 5.0.1 or higher ! + (downloadable at http://www.dyninst.org) + + --enable-dyninst-attlib build shared library which attach dyninst to running + user's application, default: enable if dyninst found + by configure and system supports shared libraries + + --enable-papi enable PAPI hardware counter support, default: + enable if found by configure + + If your system does not have a MPI Fortran library, set + + --enable-fmpi-lib build MPI Fortran support library, default: enable + if no MPI Fortran library found by configure + + + * Important Optional Packages + + --with-local-tmp-dir=LTMPDIR + give the path for node-local temporary directory, + default: /tmp + + Specify name of (SMP) node-local directory that can be used to store + temporary trace files. + + If you would like to use an external version of OTF library, set + --with-extern-otf use external OTF library, default: not set + --with-extern-otf-dir=OTFDIR + give the path for OTF, default: /usr + + --with-otf-extra-opts=OTFEXTRAOPTS + extra options for OTF configuration + (only for internal OTF version) + + --with-otf-lib=OTFLIB use given otf lib, default: -lotf -lz + + If used OTF library was built without zlib support, then it will do + to set OTFLIB to '-lotf'. + + --with-dyninst-dir=DYNIDIR + give the path for DYNINST, default: /usr + + --with-papi-dir=PAPIDIR + give the path for PAPI, default: /usr + + If you don't have specified the environment variable MPICC + (MPI compiler command), use following options to set location + of your MPI installation: + + --with-mpi-dir=MPIDIR give the path for MPI, default: /usr + + --with-mpi-inc-dir=MPIINCDIR + give the path for MPI-include-files, default: + MPIDIR/include + + --with-mpi-lib-dir=MPILIBDIR + give the path for MPI-libraries, default: + MPIDIR/lib + + --with-mpi-lib use given mpi lib + + --with-pmpi-lib use given pmpi lib + + If your system does not have a MPI Fortran library, + set '--enable-fmpi-lib' (see above), otherwise set + + --with-fmpi-lib use given fmpi lib + + + Set up the Environment + ---------------------- + + Add the bin subdirectory of the installation directory to your PATH + environment variable. To use VampirTrace with Dyninst, you will also need + to add the lib subdirectory to your LD_LIBRARY_PATH environment variable: + + for csh and tcsh: + + > setenv PATH /bin:$PATH + > setenv LD_LIBRARY_PATH /lib:$LD_LIBRARY_PATH + + for bash and sh: + + $ export PATH=/bin:$PATH + $ export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH + + + Notes for Developers + -------------------- + + * Building + + If you have checked out a DEVELOPER'S COPY of VampirTrace (i.e. you + checked out from CVS), you should first run: + + $ ./bootstrap + + (Note that GNU Autoconf 2.53 or higher is required.) + + + * Creating a distribution tarball (VampirTrace-X.X.X.tar.gz) + + If you would like create a new distribution tarball, run: + + $ ./makedist + + instead of 'make dist'. + + The script 'makedist' adapts the version number () in + configure.in and extracts given OTF-tarball () in + ./extlib/otf. + diff --git a/ompi/contrib/vt/vt/Makefile.am b/ompi/contrib/vt/vt/Makefile.am new file mode 100644 index 0000000000..3462f6a1e4 --- /dev/null +++ b/ompi/contrib/vt/vt/Makefile.am @@ -0,0 +1,25 @@ +SUBDIRS = \ + extlib \ + vtlib \ + tools \ + doc + +EXTRA_DIST = \ + examples/c/Makefile \ + examples/c/Makefile.config \ + examples/c/hello.c \ + examples/c/pi.c \ + examples/c/ring.c \ + examples/cxx/Makefile \ + examples/cxx/Makefile.config \ + examples/cxx/hello.cc \ + examples/cxx/pi.cc \ + examples/cxx/ring.cc \ + examples/fortran/Makefile \ + examples/fortran/Makefile.config \ + examples/fortran/hello.F \ + examples/fortran/pi.F \ + examples/fortran/ring.F \ + CONFIG-EXAMPLES \ + VERSION + diff --git a/ompi/contrib/vt/vt/Makefile.in b/ompi/contrib/vt/vt/Makefile.in new file mode 100644 index 0000000000..f077e0b066 --- /dev/null +++ b/ompi/contrib/vt/vt/Makefile.in @@ -0,0 +1,689 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ + compile config.guess config.sub depcomp install-sh missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + extlib \ + vtlib \ + tools \ + doc + +EXTRA_DIST = \ + examples/c/Makefile \ + examples/c/Makefile.config \ + examples/c/hello.c \ + examples/c/pi.c \ + examples/c/ring.c \ + examples/cxx/Makefile \ + examples/cxx/Makefile.config \ + examples/cxx/hello.cc \ + examples/cxx/pi.cc \ + examples/cxx/ring.cc \ + examples/fortran/Makefile \ + examples/fortran/Makefile.config \ + examples/fortran/hello.F \ + examples/fortran/pi.F \ + examples/fortran/ring.F \ + CONFIG-EXAMPLES \ + VERSION + +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ + cd $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ + else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + cd $(top_srcdir) && $(AUTOHEADER) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile config.h +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-shar dist-tarZ dist-zip distcheck distclean \ + distclean-generic distclean-hdr distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/NEWS b/ompi/contrib/vt/vt/NEWS new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ompi/contrib/vt/vt/README b/ompi/contrib/vt/vt/README new file mode 100644 index 0000000000..50ed46d5a8 --- /dev/null +++ b/ompi/contrib/vt/vt/README @@ -0,0 +1,10 @@ + VampirTrace + +VampirTrace consists of a tool set and a run-time library for instrumentation and tracing of software applications. In particular, it is tailored towards parallel and distributed High Performance Computing (HPC) applications. + +The instrumentation part modifies a given application in order to inject additional measurement calls during run-time. The tracing part provides the actual measurement functionality used by the instrumentation calls. By this means, a variety of detailed performance properties can be collected and recorded during run-time. + +VampirTrace version is available as open source software under the BSD license, see 'COPYING'. The software comes as a source code package. It can be installed by using autoconf procedures, see 'INSTALL'. + +For instructions on how use VampirTrace to instrument application programs so that they produce an OTF event trace when executed, see 'doc/USAGE'. + diff --git a/ompi/contrib/vt/vt/VERSION b/ompi/contrib/vt/vt/VERSION new file mode 100644 index 0000000000..f4134e7381 --- /dev/null +++ b/ompi/contrib/vt/vt/VERSION @@ -0,0 +1,37 @@ +# This is the VERSION file for VampirTrace, describing the precise +# version of VampirTrace in this distribution. The various components of +# the version number below are combined to form a single version +# number string. + +# major, minor, and release are generally combined in the form +# ... If release is zero, then it is omitted. + +major=5 +minor=4 +release=4 + +# greek is used for alpha or beta release tags. If it is non-empty, +# it will be appended to the version number. It does not have to be +# numeric. Common examples include a1 (alpha release 1), +# b1 (beta release 1), sc2005 (Super Computing 2005 release). The +# only requirement is that it must be entirely printable ASCII +# characters and have no white space. + +greek= + +# If want_svn=1, then the SVN r number will be included in the overall +# VampirTrace version number in some form. + +want_svn=0 + +# If svn_r=-1, then the SVN r numbere will be obtained dynamically at +# run time, either 1) via the "svnversion" command (if this is a +# Subversion checkout) in the form "r", or b) with the date (if +# this is not a Subversion checkout, and the svnversion command cannot +# be used) in the form of "svn". Alternatively, if svn_r is not +# -1, the value of svn_r will be directly appended to the version +# string. This happens during "make dist", for example: if the +# distribution tarball is being made from an SVN checkout, the value +# of svn_r in this file is replaced with the output of "svnversion". + +svn_r= diff --git a/ompi/contrib/vt/vt/acinclude.m4 b/ompi/contrib/vt/vt/acinclude.m4 new file mode 100644 index 0000000000..5e0f15f2de --- /dev/null +++ b/ompi/contrib/vt/vt/acinclude.m4 @@ -0,0 +1,1705 @@ +AC_DEFUN([ACVT_BFD], +[ + bfd_error="no" + have_bfd="no" + + BFDDIR= + BFDINCDIR= + BFDLIBDIR= + BFDLIB= + + AC_ARG_WITH(bfd-dir, + AC_HELP_STRING([--with-bfd-dir=BFDDIR], [give the path for BFD, default: /usr]), + [BFDDIR="$withval/"]) + + AC_ARG_WITH(bfd-inc-dir, + AC_HELP_STRING([--with-bfd-inc-dir=BFDINCDIR], + [give the path for BFD-include files, default: BFDDIR/include]), + [BFDINCDIR="-I$withval/"], + [AS_IF([test x"$BFDDIR" != x], [BFDINCDIR="-I$BFDDIR"include/])]) + + AC_ARG_WITH(bfd-lib-dir, + AC_HELP_STRING([--with-bfd-lib-dir=BFDLIBDIR], + [give the path for BFD-libraries, default: BFDDIR/lib]), + [BFDLIBDIR="-L$withval/"], + [AS_IF([test x"$BFDDIR" != x], [BFDLIBDIR="-L$BFDDIR"lib/])]) + + AC_ARG_WITH(bfd-lib, + AC_HELP_STRING([--with-bfd-lib=BFDLIB], [use given bfd lib, default: -lbfd]), + [BFDLIB="$withval"]) + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $BFDINCDIR" + AC_CHECK_HEADER([bfd.h], [], + [ + AC_MSG_NOTICE([error: no bfd.h found; check path for BFD package first...]) + bfd_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + AS_IF([test x"$BFDLIB" = x -a "$bfd_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $BFDLIBDIR -lbfd" + AC_MSG_CHECKING([whether linking with -lbfd works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); BFDLIB=-lbfd],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$BFDLIB" = x -a "$bfd_error" = "no"], + [ + AC_MSG_NOTICE([error: no libbfd found; check path for BFD package first...]) + bfd_error="yes" + ]) + + AS_IF([test x"$BFDLIB" != x -a "$bfd_error" = "no"], [have_bfd="yes"]) + + AC_SUBST(BFDINCDIR) + AC_SUBST(BFDLIBDIR) + AC_SUBST(BFDLIB) +]) + +AC_DEFUN([ACVT_COMPINST], +[ + compinst_error="no" + check_compinst="yes" + force_compinst="no" + build_compinst_gnu="no" + build_compinst_intel="no" + build_compinst_pgi="no" + build_compinst_phat="no" + build_compinst_xl="no" + build_compinst_ftrace="no" + compinst_list= + compinst_default= + + AC_REQUIRE([ACVT_PLATFORM]) + + AC_ARG_ENABLE(compinst, + AC_HELP_STRING([--enable-compinst=COMPINSTLIST], + [enable support for compiler instrumentation (gnu,intel,pgi,phat,xl,ftrace), default: automatically by configure]), + [AS_IF([test x"$enableval" = "xno"], [check_compinst="no"], [enable_compinst="$enableval"])]) + + AS_IF([test x"$check_compinst" = "xyes"], + [ + AC_MSG_CHECKING([for compiler instrumentation]) + + AS_IF([test x"$enable_compinst" != x], [force_compinst="yes"]) + AS_IF([test x"$enable_compinst" = "xyes"], [enable_compinst=""]) + + AS_IF([test x"$enable_compinst" != x], + [ + compinst_list=`echo $enable_compinst | sed -e 's/,/ /g'` + first="yes" + for ci in $compinst_list + do + case $ci in + gnu) + build_compinst_gnu="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="gnu"]) + ;; + intel) + build_compinst_intel="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="intel"]) + ;; + pgi) + build_compinst_pgi="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="pgi"]) + ;; + phat) + build_compinst_phat="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="phat"]) + ;; + xl) + build_compinst_xl="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="xl"]) + ;; + ftrace) + build_compinst_ftrace="yes" + AS_IF([test x"$first" = "xyes"], + [compinst_default="ftrace"]) + ;; + *) + AC_MSG_ERROR([unknown compiler instrumentation '$ci'!]) + ;; + esac + first="no" + done + AC_MSG_RESULT([skipped (--enable-compinst=$enable_compinst)]) + ], + [ + base_CC=`basename $CC` + case $base_CC in + gcc* | scgcc* | ppu-gcc*) + build_compinst_gnu="yes" + compinst_default="gnu" + AC_MSG_RESULT([gnu]) + ;; + icc*) + compver=`$CC -dumpversion | cut -d '.' -f 1` + AS_IF([test $compver -ge 10], + [ + build_compinst_intel="yes" + compinst_default="intel" + AC_MSG_RESULT([intel]) + ]) + ;; + pgcc*) + build_compinst_pgi="yes" + compinst_default="pgi" + AC_MSG_RESULT([pgi]) + ;; + xlc* | blrts_xlc*) + build_compinst_xl="yes" + compinst_default="xl" + AC_MSG_RESULT([xl]) + ;; + suncc*) + build_compinst_phat="yes" + compinst_default="phat" + AC_MSG_RESULT([phat]) + ;; + cc*) + AS_IF([test x"$PLATFORM" = "xsun"], + [ + build_compinst_phat="yes" + compinst_default="phat" + AC_MSG_RESULT([phat]) + ]) + AS_IF([test x"$PLATFORM" = "xnecsx"], + [ + build_compinst_ftrace="yes" + compinst_default="ftrace" + AC_MSG_RESULT([ftrace]) + ]) + ;; + sxcc*) + build_compinst_ftrace="yes" + compinst_default="ftrace" + AC_MSG_RESULT([ftrace]) + ;; + *) + AC_MSG_NOTICE([error: unknown compiler '$base_CC' for instrumentation!]) + compinst_error="yes" + ;; + esac + + compinst_list=$compinst_default + ]) + + AS_IF([test x"$build_compinst_gnu" = "xyes" -o x"$build_compinst_intel" = "xyes"], + [ + ACVT_BFD + AS_IF([test x"$bfd_error" = "xno"], + [ACVT_GNUDMGL], + [AC_MSG_WARN([no usable BFD found; using nm-output file for addr./symbol mapping])]) + ]) + ]) +]) + +AC_DEFUN([ACVT_COMPWRAP], +[ + VT_WRAPPER_EXTRA_CFLAGS= + VT_WRAPPER_EXTRA_CXXFLAGS= + VT_WRAPPER_EXTRA_FFLAGS= + VT_WRAPPER_EXTRA_FCFLAGS= + VT_WRAPPER_EXTRA_LDFLAGS= + VT_WRAPPER_EXTRA_LIBS= + VT_WRAPPER_INCDIR= + VT_WRAPPER_LIBDIR= + VT_WRAPPER_OPARI_BIN= + VT_WRAPPER_AVAIL_INST="manual pomp" + VT_WRAPPER_DEFAULT_INST=manual + + AC_REQUIRE([ACVT_COMPINST]) + AC_REQUIRE([ACVT_DYNINST]) + + AC_ARG_WITH(wrapper-cflags, + AC_HELP_STRING([--with-wrapper-cflags], + [extra flags to add to CFLAGS when using vtcc]), + [VT_WRAPPER_EXTRA_CFLAGS=$withval]) + + AC_ARG_WITH(wrapper-cxxflags, + AC_HELP_STRING([--with-wrapper-cxxflags], + [extra flags to add to CXXFLAGS when using vtcxx]), + [VT_WRAPPER_EXTRA_CXXFLAGS=$withval]) + + AC_ARG_WITH(wrapper-fflags, + AC_HELP_STRING([--with-wrapper-fflags], + [extra flags to add to FFLAGS when using vtf77]), + [VT_WRAPPER_EXTRA_FFLAGS=$withval]) + + AC_ARG_WITH(wrapper-fcflags, + AC_HELP_STRING([--with-wrapper-fcflags], + [extra flags to add to FCFLAGS when using vtf90]), + [VT_WRAPPER_EXTRA_FCFLAGS=$withval]) + + AC_ARG_WITH(wrapper-ldflags, + AC_HELP_STRING([--with-wrapper-ldflags], + [extra flags to add to LDFLAGS when using wrapper]), + [VT_WRAPPER_EXTRA_LDFLAGS=$withval]) + + AC_ARG_WITH(wrapper-libs, + AC_HELP_STRING([--with-wrapper-libs], + [extra flags to add to LIBS when using wrapper]), + [VT_WRAPPER_EXTRA_LIBS=$withval]) + + ACVT_CONF_EXPAND_VARS([$includedir], [VT_WRAPPER_INCDIR]) + AS_IF([test x"$VT_WRAPPER_INCDIR" = "x/usr/include"], + [VT_WRAPPER_INCDIR=""]) + ACVT_CONF_EXPAND_VARS([$libdir], [VT_WRAPPER_LIBDIR]) + AS_IF([test x"$VT_WRAPPER_LIBDIR" = "x/usr/lib"], + [VT_WRAPPER_LIBDIR=""]) + ACVT_CONF_EXPAND_VARS([$bindir/opari], [VT_WRAPPER_OPARI_BIN]) + + AS_IF([test x"$compinst_list" != x], + [ + VT_WRAPPER_AVAIL_INST="$VT_WRAPPER_AVAIL_INST $compinst_list" + VT_WRAPPER_DEFAULT_INST=$compinst_default + ]) + + AS_IF([test x"$have_dyninst" = "xyes"], + [VT_WRAPPER_AVAIL_INST="$VT_WRAPPER_AVAIL_INST dyninst"]) + + AC_SUBST(VT_WRAPPER_EXTRA_CFLAGS) + AC_SUBST(VT_WRAPPER_EXTRA_CXXFLAGS) + AC_SUBST(VT_WRAPPER_EXTRA_FFLAGS) + AC_SUBST(VT_WRAPPER_EXTRA_FCFLAGS) + AC_SUBST(VT_WRAPPER_EXTRA_LDFLAGS) + AC_SUBST(VT_WRAPPER_EXTRA_LIBS) + AC_SUBST(VT_WRAPPER_INCDIR) + AC_SUBST(VT_WRAPPER_LIBDIR) + AC_SUBST(VT_WRAPPER_OPARI_BIN) + AC_SUBST(VT_WRAPPER_AVAIL_INST) + AC_SUBST(VT_WRAPPER_DEFAULT_INST) +]) + +AC_DEFUN([ACVT_CONF_INIT], +[ + AC_ARG_ENABLE(config-summary, + AC_HELP_STRING([--enable-config-summary], + [show summary of configuration, default: enabled]), + [enable_config_summary="$enableval"], [enable_config_summary="yes"]) + + AC_ARG_ENABLE(config-titles, + AC_HELP_STRING([--enable-config-titles], + [show titles for each configure section, default: enabled]), + [enable_config_titles="$enableval"], [enable_config_titles="yes"]) +]) + +AC_DEFUN([ACVT_CONF_TITLE], +[ + AS_IF([test x"$enable_config_titles" = "xyes"], + [echo; echo "+++ $1"]) +]) + +AC_DEFUN([ACVT_CONF_SUBTITLE], +[ + AS_IF([test x"$enable_config_titles" = "xyes"], + [echo "--- $1"]) +]) + +AC_DEFUN([ACVT_CONF_EXPAND_VARS], +[ + $2=$1 + var=`echo $$2 | sed s/^.*\$\{// | sed s/\}.*$//` + while test x"$var" != x"$$2"; do + $2=`echo $$2 | sed s:\$\{$var\}:${!var}:g` + var=`echo $$2 | sed s/^.*\$\{// | sed s/\}.*$//` + done +]) + +AC_DEFUN([ACVT_CONF_SUMMARY], +[ + AS_IF([test x"$enable_config_summary" = "xyes"], + [ + echo "" + echo "-----------------------------------------------------------------------------" + echo "Configuration:" + echo "" + echo " Build (B): $build" + echo " Host (H): $host" + echo " Cross compiling: $cross_compiling" + echo "" + echo " C compiler: $CC" + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " C++ Compiler (H|B): $CXX | $CXX_FOR_BUILD"], + [echo " C++ compiler: $CXX"]) + echo " Fortran 77 compiler: $F77" + echo " Fortran 90 compiler: $FC" + echo " C preprocessor: $CPP" + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " C++ preprocessor (H|B): $CXXCPP | $CXXCPP_FOR_BUILD"], + [echo " C++ preprocessor: $CXXCPP"]) + echo "" + echo " CFLAGS: $CFLAGS" + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " CXXFLAGS (H|B): $CXXFLAGS | $CXXFLAGS_FOR_BUILD"], + [echo " CXXFLAGS: $CXXFLAGS"]) + echo " FFLAGS: $FFLAGS" + echo " FCFLAGS: $FCFLAGS" + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " CPPFLAGS (H|B): $CPPFLAGS | $CPPFLAGS_FOR_BUILD"], + [echo " CPPFLAGS: $CPPFLAGS"]) + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " LDFLAGS (H|B): $LDFLAGS | $LDFLAGS_FOR_BUILD"], + [echo " LDFLAGS: $LDFLAGS"]) + AS_IF([test x"$cross_compiling" = "xyes"], + [echo " LIBS (H|B): $LIBS | $LIBS_FOR_BUILD"], + [echo " LIBS: $LIBS"]) + echo " OMPFLAG: $OMPFLAG" + echo "" + echo " MPI C compiler: $MPICC" + echo " MPICFLAGS (append to CFLAGS): $MPICFLAGS" + echo "" + echo " Source code location: $PWD" + echo " Install path: $prefix" + echo "" + answer="" + AS_IF([test x"$use_extern_otf" = "xno"], + [answer="yes"], [answer="no"]) + echo " Build OTF library and tools: $answer" + + AS_IF([test x"$build_mpi" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build MPI support: $answer" + + AS_IF([test x"$build_fmpi" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build Fortran MPI wrapper library: $answer" + + AS_IF([test x"$build_omp" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build OpenMP support: $answer" + + AS_IF([test x"$build_hyb" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build Hybrid (MPI/OpenMP) support: $answer" + + AS_IF([test x"$have_papi" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build PAPI Hardware Counter support: $answer" + + AS_IF([test x"$have_memhooks" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build GLIBC's memory alloc. trace support: $answer" + + AS_IF([test x"$have_iowrap" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build LIBC's I/O trace support: $answer" + + AS_IF([test x"$compinst_list" != x], + [answer="$compinst_list"], [answer="no"]) + echo "" + echo " Build compiler instrumentation support: $answer" + AS_IF([test x"$compinst_default" != x], + [answer="$compinst_default"], [answer="manual"]) + echo " Default for compiler wrapper: $answer" + + AS_IF([test x"$have_dyninst" = "xyes"], + [answer="yes"], [answer="no"]) + echo "" + echo " Build binary instrumentation support" + echo " by using Dyninst: $answer" + AS_IF([test x"$build_dynattlib" = "xyes"], + [answer="yes"], [answer="no"]) + echo " Build Dyninst attach library: $answer" + + echo "" + echo " See config.h for further configuration information." + echo "-----------------------------------------------------------------------------" + ]) +]) +AC_DEFUN([ACVT_DL], +[ + dl_error="no" + have_dl="no" + + DLDIR= + DLINCDIR= + DLLIBDIR= + DLLIB= + + AC_ARG_WITH(dl-dir, + AC_HELP_STRING([--with-dl-dir=DLDIR], [give the path for libdl, default: /usr]), + [DLDIR="$withval/"]) + + AC_ARG_WITH(dl-inc-dir, + AC_HELP_STRING([--with-dl-inc-dir=DLINCDIR], + [give the path for libdl-include files, default: DLDIR/include]), + [DLINCDIR="-I$withval/"], + [AS_IF([test x"$DLDIR" != x], [DLINCDIR="-I$DLDIR"include/])]) + + AC_ARG_WITH(dl-lib-dir, + AC_HELP_STRING([--with-dl-lib-dir=DLLIBDIR], + [give the path for libdl-libraries, default: DLDIR/lib]), + [DLLIBDIR="-L$withval/"], + [AS_IF([test x"$DLDIR" != x], [DLLIBDIR="-L$DLDIR"lib/])]) + + AC_ARG_WITH(dl-lib, + AC_HELP_STRING([--with-dl-lib=DLLIB], [use given libdl lib, default: -ldl]), + [DLLIB="$withval"]) + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $DLINCDIR" + AC_CHECK_HEADER([dlfcn.h], [], + [ + AC_MSG_NOTICE([error: no dlfcn.h found; check path for libdl package first...]) + dl_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + AS_IF([test x"$DLLIB" = x -a "$dl_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $DLLIBDIR -ldl" + AC_MSG_CHECKING([whether linking with -ldl works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); DLLIB=-ldl],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$DLLIB" = x -a "$dl_error" = "no"], + [ + AC_MSG_NOTICE([error: no libdl found; check path for libdl package first...]) + dl_error="yes" + ]) + + AS_IF([test x"$DLLIB" != x -a "$dl_error" = "no"], [have_dl="yes"]) + + AC_SUBST(DLINCDIR) + AC_SUBST(DLLIBDIR) + AC_SUBST(DLLIB) +]) + +AC_DEFUN([ACVT_DYNINST], +[ + dyninst_error="no" + dynattlib_error="no" + check_dyninst="yes" + force_dyninst="no" + check_dynattlib="yes" + force_dynattlib="no" + build_dynattlib="no" + have_dyninst="no" + + DYNIDIR= + DYNIINCDIR= + DYNILIBDIR= + DYNILIB= + VTDYNATTLIB= + + AC_ARG_ENABLE(dyninst, + AC_HELP_STRING([--enable-dyninst], + [enable support for binary instrumentation by using Dyninst, default: enable if found by configure]), + [AS_IF([test x"$enableval" = "xyes"], [force_dyninst="yes"], [check_dyninst="no"])]) + + AC_ARG_ENABLE(dyninst-attlib, + AC_HELP_STRING([--enable-dyninst-attlib], + [build shared library which attach Dyninst to running user's application, default: enable if Dyninst found by configure and system supports shared libraries]), + [AS_IF([test x"$enableval" = "xyes"], [force_dyninst="yes"; check_dyninst="yes"; force_dynattlib="yes"; build_dynattlib="yes"], [check_dynattlib="no"])]) + + AC_ARG_WITH(dyninst-dir, + AC_HELP_STRING([--with-dyninst-dir=DYNIDIR], [give the path for Dyninst, default: /usr]), + [DYNIDIR="$withval/"]) + + AC_ARG_WITH(dyninst-inc-dir, + AC_HELP_STRING([--with-dyninst-inc-dir=DYNIINCDIR], + [give the path for Dyninst-include files, default: DYNIDIR/include]), + [DYNIINCDIR="-I$withval/"], + [AS_IF([test x"$DYNIDIR" != x], [DYNIINCDIR="-I$DYNIDIR"include/])]) + + AC_ARG_WITH(dyninst-lib-dir, + AC_HELP_STRING([--with-dyninst-lib-dir=DYNILIBDIR], + [give the path for Dyninst-libraries, default: DYNIDIR/lib]), + [DYNILIBDIR="-L$withval/"], + [AS_IF([test x"$DYNIDIR" != x], [DYNILIBDIR="-L$DYNIDIR"lib/])]) + + AC_ARG_WITH(dyninst-lib, + AC_HELP_STRING([--with-dyninst-lib=DYNILIB], [use given Dyninst lib, default: -ldyninstAPI -liberty]), + [DYNILIB="$withval"]) + + AS_IF([test "$check_dyninst" = "yes"], + [ + AS_IF([test x"$liberty_error" = x], [ACVT_LIBERTY]) + AS_IF([test x"$have_liberty" = "xno"], [dyninst_error="yes"]) + + AC_LANG([C++]) + + AS_IF([test x"$dyninst_error" = "xno"], + [ + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $DYNIINCDIR" + AC_CHECK_HEADER([BPatch.h], [], + [ + AC_MSG_NOTICE([error: no BPatch.h found; check path for Dyninst package first...]) + dyninst_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + ]) + + AS_IF([test x"$DYNILIB" = x -a x"$dyninst_error" = "xno"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $DYNILIBDIR -ldyninstAPI $LIBERTYLIBDIR $LIBERTYLIB" + AC_MSG_CHECKING([whether linking with -ldyninstAPI $LIBERTYLIB works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); DYNILIB="-ldyninstAPI $LIBERTYLIBDIR $LIBERTYLIB"], + [AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AC_LANG([C]) + + AS_IF([test x"$DYNILIB" = x -a x"$dyninst_error" = "xno"], + [ + AC_MSG_NOTICE([error: no libdyninstAPI found; check path for Dyninst package first...]) + dyninst_error="yes" + ]) + + AS_IF([test x"$DYNILIB" != x -a x"$dyninst_error" = "xno"], + [ + have_dyninst="yes" + AS_IF([test x"$check_dynattlib" = "xyes"], + [ + ACVT_LDSHFLAG + AS_IF([test x"$ldshflag_error" = "xno"], + [ + build_dynattlib="yes" + VTDYNATTLIB="-lvt.dynatt" + ], + [ + AC_MSG_NOTICE([error: could not determine linker flag to create shared libraries!]) + dynattlib_error="yes" + ]) + ]) + ]) + ]) + + AC_SUBST(DYNIINCDIR) + AC_SUBST(DYNILIBDIR) + AC_SUBST(DYNILIB) + AC_SUBST(VTDYNATTLIB) +]) + +AC_DEFUN([ACVT_GNUDMGL], +[ + gnudmgl_error="no" + + ACVT_LIBERTY + + AS_IF([test x"$LIBERTYLIB" = x], + [gnudmgl_error="yes"], + [ + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $LIBERTYINCDIR" + AC_CHECK_HEADER([demangle.h], [], [gnudmgl_error="yes"]) + CPPFLAGS=$sav_CPPFLAGS + ]) + + AS_IF([test x"$gnudmgl_error" = "xno"], + [ + AC_DEFINE([HAVE_GNU_DEMANGLE], + [1], [Define to 1 if you can use GNU demangling of C++ names.]) + ]) +]) + +AC_DEFUN([ACVT_IOWRAP], +[ + iowrap_error="no" + check_iowrap="yes" + force_iowrap="no" + have_iowrap="no" + + AC_ARG_ENABLE(iotrace, + AC_HELP_STRING([--enable-iotrace], + [enable libc's I/O tracing support, default: enable if libdl found by configure]), + [AS_IF([test x"$enableval" = "xyes"], [force_iowrap="yes"], [check_iowrap="no"])]) + + AS_IF([test x"$check_iowrap" = "xyes"], + [ + AS_IF([test x"$dl_error" = x], [ACVT_DL]) + AS_IF([test x"$have_dl" = "xno"], [iowrap_error="yes"]) + + AS_IF([test x"$iowrap_error" = "xno"], + [ + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" + AC_CHECK_FUNCS([ \ + creat64 \ + fopen64 \ + fseeko64 \ + lseek64 \ + fsetpos64 \ + open64 \ + pread64 \ + pwrite64]) + CFLAGS=$sav_CFLAGS + + have_iowrap="yes" + ]) + ]) +]) + +AC_DEFUN([ACVT_LDSHFLAG], +[ + ldshflag_error="no" + + AC_REQUIRE([ACVT_PLATFORM]) + + AC_MSG_CHECKING([for linker flag to create shared libraries]) + + AC_ARG_VAR(LDSHFLAG, [linker flag to create shared libraries]) + + AS_IF([test x"$LDSHFLAG" != x], + [ + AC_MSG_RESULT([skipped (LDSHFLAG=$LDSHFLAG)]) + ], + [ + LDSHFLAG= + + ldshflag= + base_CC=`basename $CC` + case $base_CC in + gcc* | scgcc* | icc* | pgcc* | pathcc* | scpathcc* | suncc*) + ldshflag="-shared" + ;; + xlc* | blrts_xlc*) + ldshflag="-G" + ;; + cc*) + AS_IF([test x"$PLATFORM" = "xmips"], + [ldshflag="-shared"]) + ;; + esac + + AS_IF([test x"$ldshflag" != x], + [AC_MSG_RESULT([$ldshflag])], [AC_MSG_RESULT([unknown])]) + + LDSHFLAG=$ldshflag + ]) + + AS_IF([test x"$LDSHFLAG" = x], [ldshflag_error="yes"]) +]) + +AC_DEFUN([ACVT_LIBERTY], +[ + liberty_error="no" + have_liberty="no" + + LIBERTYDIR= + LIBERTYINCDIR= + LIBERTYLIBDIR= + LIBERTYLIB= + + AC_ARG_WITH(liberty-dir, + AC_HELP_STRING([--with-liberty-dir=LIBERTYDIR], [give the path for LIBERTY, default: /usr]), + [LIBERTYDIR="$withval/"]) + + AC_ARG_WITH(liberty-inc-dir, + AC_HELP_STRING([--with-liberty-inc-dir=LIBERTYINCDIR], + [give the path for LIBERTY-include files, default: LIBERTYDIR/include]), + [LIBERTYINCDIR="-I$withval/"], + [AS_IF([test x"$LIBERTYDIR" != x], [LIBERTYINCDIR="-I$LIBERTYDIR"include/])]) + + AC_ARG_WITH(liberty-lib-dir, + AC_HELP_STRING([--with-liberty-lib-dir=LIBERTYLIBDIR], + [give the path for LIBERTY-libraries, default: LIBERTY/lib]), + [LIBERTYLIBDIR="-L$withval/"], + [AS_IF([test x"$LIBERTYDIR" != x], [LIBERTYLIBDIR="-L$LIBERTYDIR"lib/])]) + + AC_ARG_WITH(liberty-lib, + AC_HELP_STRING([--with-liberty-lib=LIBERTYLIB], [use given liberty lib, default: -liberty]), + [LIBERTYLIB="$withval"]) + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $LIBERTYINCDIR" + AC_CHECK_HEADER([libiberty.h], [], + [ + AC_MSG_NOTICE([error: no libiberty.h found; check path for LIBERTY package first...]) + liberty_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + AS_IF([test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $LIBERTYLIBDIR -liberty" + AC_MSG_CHECKING([whether linking with -liberty works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); LIBERTYLIB=-liberty],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"], + [ + AC_MSG_NOTICE([error: no libiberty found; check path for LIBERTY package first...]) + liberty_error="yes" + ]) + + AS_IF([test x"$LIBERTYLIB" != x -a x"$liberty_error" = "xno"], + [have_liberty="yes"]) + + AC_SUBST(LIBERTYINCDIR) + AC_SUBST(LIBERTYLIBDIR) + AC_SUBST(LIBERTYLIB) +]) + +AC_DEFUN([ACVT_LTMPDIR], +[ + AC_ARG_WITH(local-tmp-dir, + AC_HELP_STRING([--with-local-tmp-dir=LTMPDIR], + [give the path for node-local temporary directory, default: /tmp]), + [LTMPDIR="$withval"], [LTMPDIR=""]) + + AS_IF([test x"$LTMPDIR" != x], + [AC_DEFINE_UNQUOTED(PFORM_LDIR, ["$LTMPDIR"], [Path for node-local temporary directory])]) +]) + +AC_DEFUN([ACVT_MEMHOOKS], +[ + memhooks_error="no" + check_memhooks="yes" + force_memhooks="no" + have_memhooks="no" + + AC_ARG_ENABLE(memtrace, + AC_HELP_STRING([--enable-memtrace], [enable memory tracing support, default: enable if found by configure]), + [AS_IF([test x"$enableval" = "xyes"], [force_memhooks="yes"], [check_memhooks="no"])]) + + AS_IF([test x"$check_memhooks" = "xyes"], + [ + AC_CHECK_HEADER([malloc.h], [], + [ + AC_MSG_NOTICE([error: no malloc.h found]) + memhooks_error="yes" + ]) + + AS_IF([test x"$memhooks_error" = "xno"], + [ + memhooks_error="yes" + AC_CHECK_FUNC([__malloc_hook], + [AC_CHECK_FUNC([__realloc_hook], + [AC_CHECK_FUNC([__free_hook], [memhooks_error="no"], + [])])]) + ]) + + AS_IF([test x"$memhooks_error" = "xno"], [have_memhooks="yes"]) + ]) +]) + +AC_DEFUN([ACVT_MPI], +[ + mpi_error="no" + mpi_status_size= + have_mpio= + + MPIDIR= + MPIINCDIR= + MPILIBDIR= + MPILIB= + PMPILIB= + FMPILIB= + + AC_ARG_VAR(MPICC, [MPI C compiler command]) + AC_ARG_VAR(MPICFLAGS, [MPI C compiler flags (append to CFLAGS)]) + + AC_ARG_WITH(mpi-dir, + AC_HELP_STRING([--with-mpi-dir=MPIDIR], [give the path for MPI, default: /usr]), + [MPIDIR="$withval/"]) + + AC_ARG_WITH(mpi-inc-dir, + AC_HELP_STRING([--with-mpi-inc-dir=MPIINCDIR], + [give the path for MPI-include files, default: MPIDIR/include]), + [MPIINCDIR="-I$withval/"], + [AS_IF([test x"$MPIDIR" != x], [MPIINCDIR="-I$MPIDIR"include/])]) + + AC_ARG_WITH(mpi-lib-dir, + AC_HELP_STRING([--with-mpi-lib-dir=MPILIBDIR], + [give the path for MPI-libraries, default: MPIDIR/lib]), + [MPILIBDIR="-L$withval/"], + [AS_IF([test x"$MPIDIR" != x], [MPILIBDIR="-L$MPIDIR"lib/])]) + + AC_ARG_WITH(mpi-lib, + AC_HELP_STRING([--with-mpi-lib], [use given mpi lib]), + [MPILIB="$withval"]) + + AC_ARG_WITH(pmpi-lib, + AC_HELP_STRING([--with-pmpi-lib], [use given pmpi lib]), + [PMPILIB="$withval"]) + + AC_ARG_WITH(fmpi-lib, + AC_HELP_STRING([--with-fmpi-lib], [use given fmpi lib]), + [FMPILIB="$withval"]) + + AC_ARG_WITH(mpi-status-size, + AC_HELP_STRING([--with-mpi-status-size], + [give the value of MPI_STATUS_SIZE, default: automatically by configure]), + [ + AS_IF([test x"$withval" = "x" -o x"$withval" = "xyes" -o x"$withval" = "xno"], + [AC_MSG_ERROR([value of '--with-mpi-status-size' not properly set])], + [mpi_status_size=$withval]) + ]) + + AC_ARG_WITH(mpi-io, + AC_HELP_STRING(--with-mpi-io, + [MPI supports file access, default: yes if found by configure]), + [have_mpio="$withval"]) + + AC_ARG_ENABLE(fmpi-lib, + AC_HELP_STRING([--enable-fmpi-lib], + [build MPI Fortran support library, default: enable if no MPI Fortran library found by configure]), + [AS_IF([test x"$enableval" = "xyes"], [FMPILIB="-lvt.fmpi"; build_fmpi="yes"])]) + + AC_ARG_WITH(mpi-native, + AC_HELP_STRING([--with-mpi-native], [configure for computer manufacturer MPI]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpi"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lvt.fmpi"]) + build_fmpi="yes" + ]) + AC_ARG_WITH(mpich, + AC_HELP_STRING([--with-mpich], [configure for MPICH]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpich"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="-lpmpich $MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lfmpich"]) + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" + ]) + AC_ARG_WITH(mpich2, + AC_HELP_STRING([--with-mpich2], [configure for MPICH2]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpich"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lfmpich"]) + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" + ]) + AC_ARG_WITH(lam, + AC_HELP_STRING([--with-lam], [configure for LAM/MPI]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpi -llam"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-llamf77mpi"]) + ]) + AC_ARG_WITH(openmpi, + AC_HELP_STRING([--with-openmpi], [configure for Open MPI]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpi"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lvt.fmpi"]) + build_fmpi="yes" + ]) + AC_ARG_WITH(hpmpi, + AC_HELP_STRING([--with-hpmpi], [configure for HP MPI]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmtmpi"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="-lmtpmpi"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lvt.fmpi"]) + build_fmpi="yes" + ]) + AC_ARG_WITH(intelmpi, + AC_HELP_STRING([--with-intelmpi], [configure for Intel MPI]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpi"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lmpiif"]) + ]) + AC_ARG_WITH(intelmpi2, + AC_HELP_STRING([--with-intelmpi2], [configure for Intel MPI2]), + [ + AS_IF([test x"$MPILIB" = x], [MPILIB="-lmpi"]) + AS_IF([test x"$PMPILIB" = x], [PMPILIB="$MPILIB"]) + AS_IF([test x"$FMPILIB" = x], [FMPILIB="-lmpiif"]) + ]) + + AC_CHECK_PROGS(MPICC, mpicc hcc mpcc mpcc_r mpxlc mpixlc cmpicc mpiicc) + + AS_IF([test x"$MPICC" != x], + [ + mpicc=`echo $MPICC | cut -d ' ' -f 1` + which_mpicc=`which $mpicc 2>/dev/null` + AS_IF([test x"$which_mpicc" = x], [AC_MSG_ERROR([$mpicc not found!])]) + + mpi_bin_dir=`dirname $which_mpicc` + AS_IF([test "$mpi_bin_dir" != "/usr/bin"], + [ + AS_IF([test x"$MPIDIR" = x], + [MPIDIR=`echo $mpi_bin_dir | sed -e 's/bin//'`]) + AS_IF([test x"$MPIINCDIR" = x], + [MPIINCDIR=-I`echo $mpi_bin_dir | sed -e 's/bin/include/'`]) + AS_IF([test x"$MPILIBDIR" = x], + [MPILIBDIR=-L`echo $mpi_bin_dir | sed -e 's/bin/lib/'`]) + ]) + ], + [ + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $MPIINCDIR" + AC_CHECK_HEADER([mpi.h], [MPICC="$CC"], + [ + AC_MSG_NOTICE([error: no mpi.h found; check path for MPI package first...]) + mpi_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + ]) + +dnl check for MPILIB + + AS_IF([test x"$MPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpich" + AC_MSG_CHECKING([whether linking with -lmpich works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB=-lmpich],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + AS_IF([test x"$MPILIB" != x], + [MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK"]) + ]) + + AS_IF([test x"$MPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpichg2" + AC_MSG_CHECKING([whether linking with -lmpichg2 works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB=-lmpichg2],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + AS_IF([test x"$MPILIB" != x], + [MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK"]) + ]) + + AS_IF([test x"$MPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lhpmpi" + AC_MSG_CHECKING([whether linking with -lhpmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB=-lhpmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + AS_IF([test x"$MPILIB" != x], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmtmpi" + AC_MSG_CHECKING([whether linking with -lmtmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB=-lmtmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + ]) + + AS_IF([test x"$MPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpi" + AC_MSG_CHECKING([whether linking with -lmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB=-lmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + AS_IF([test x"$MPILIB" != x], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -llam" + AC_MSG_CHECKING([whether linking with -llam works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); MPILIB="-lmpi -llam"],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + ]) + + AS_IF([test x"$MPILIB" = x -a "$mpi_error" = "no"], + [ + AC_MSG_NOTICE([error: no libhpmpi, libmpich, libmpi, or liblam found; check path for MPI package first...]) + mpi_error="yes" + ]) + +dnl check for PMPILIB + + AS_IF([test x"$PMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpich" + AC_MSG_CHECKING([whether linking with -lpmpich works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); PMPILIB=-lpmpich],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$PMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpichg2" + AC_MSG_CHECKING([whether linking with -lpmpichg2 works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); PMPILIB=-lpmpichg2],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$PMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpi" + AC_MSG_CHECKING([whether linking with -lpmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); PMPILIB=-lpmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + AS_IF([test x"$PMPILIB" != x], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmtpmpi" + AC_MSG_CHECKING([whether linking with -lmtpmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); PMPILIB=-lmtpmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + ]) + + AS_IF([test x"$PMPILIB" = x -a "$mpi_error" = "no"], + [ + PMPILIB="$MPILIB" + AC_MSG_WARN([no libpmpich, or libpmpi found; assuming $MPILIB]) + ]) + +dnl check for FMPILIB + + AS_IF([test x"$FMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lfmpich" + AC_MSG_CHECKING([whether linking with -lfmpich works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); FMPILIB=-lfmpich],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$FMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -llamf77mpi" + AC_MSG_CHECKING([whether linking with -llamf77mpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); FMPILIB=-llamf77mpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$FMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpiif" + AC_MSG_CHECKING([whether linking with -lmpiif works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); FMPILIB=-lmpiif],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$FMPILIB" = x -a "$mpi_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lfmpi" + AC_MSG_CHECKING([whether linking with -lfmpi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); FMPILIB=-lfmpi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$FMPILIB" = x -a "$mpi_error" = "no"], + [ + FMPILIB="-lvt.fmpi" + build_fmpi="yes" + AC_MSG_WARN([no libfmpich, liblamf77mpi, libfmpi, or libmpiif found; build libvt.fmpi.a]) + ]) + +dnl check for MPI_STATUS_SIZE + + AS_IF([test x"$build_fmpi" = "xyes" -a "$mpi_error" = "no"], + [ + AC_MSG_CHECKING([for the value of MPI_STATUS_SIZE]) + AS_IF([test x"$mpi_status_size" != x], + [ + AC_MSG_RESULT([skipped (--with-mpi-status-size=$mpi_status_size)]) + AC_DEFINE_UNQUOTED(MPI_STATUS_SIZE, [$mpi_status_size], [Define as the size of MPI_STATUS_SIZE]) + ], + [ + sav_CC=$CC + sav_CFLAGS=$CFLAGS + CC=$MPICC + CFLAGS="$CFLAGS $MPIINCDIR" + AC_TRY_RUN( +[ +#include +#include +int main () { + FILE * f = fopen( "conftest.val", "w" ); + if( !f ) return 1; + fprintf( f, "%d", MPI_STATUS_SIZE ); + fclose( f ); + return 0; +}], [mpi_status_size=`cat ./conftest.val`], [], [mpi_status_size=]) + + AS_IF([test x"$mpi_status_size" != x], + [ + AC_MSG_RESULT([$mpi_status_size])], + [ + AC_TRY_RUN( +[ +#include +#include +int main () { + FILE * f; + int sizeof_mpistatus = sizeof( MPI_Status ); + int sizeof_int = sizeof( int ); + if( sizeof_mpistatus == 0 || sizeof_int == 0 ) return 1; + f = fopen( "conftest.val", "w" ); + if( !f ) return 1; + fprintf( f, "%d", sizeof_mpistatus / sizeof_int ); + fclose( f ); + return 0; +}], [mpi_status_size=`cat ./conftest.val`], [], [mpi_status_size=]) + + AS_IF([test x"$mpi_status_size" != x], + [ + AC_MSG_RESULT([$mpi_status_size]) + ], + [ + mpi_status_size=5 + AC_MSG_RESULT([unknown]) + AC_MSG_WARN([could not determine the value of MPI_STATUS_SIZE; assuming $mpi_status_size]) + ]) + AC_DEFINE_UNQUOTED(MPI_STATUS_SIZE, [$mpi_status_size], [Define as the size of MPI_STATUS_SIZE]) + ]) + + rm -f conftest.val + CC=$sav_CC + CFLAGS=$sav_CFLAGS + ]) + ]) + +dnl check for MPI I/O support + + AS_IF([test "$mpi_error" = "no"], + [ + AS_IF([test x"$have_mpio" = x], + [ + AC_MSG_CHECKING([whether MPI supports file access]) + + sav_CC=$CC + sav_CFLAGS=$CFLAGS + sav_LIBS=$LIBS + CC=$MPICC + CFLAGS="$CFLAGS $MPIINCDIR" + LIBS="$LIBS $MPILIBDIR $MPILIB" + AC_TRY_LINK([#include ], +[ + MPI_File fh; + MPI_File_close(&fh); +], [have_mpio=yes], [have_mpio=no]) + + CC=$sav_CC + CFLAGS=$sav_CFLAGS + LIBS=$sav_LIBS + + AC_MSG_RESULT([$have_mpio]) + ]) + + AS_IF([test "$have_mpio" = "yes"], + [AC_DEFINE([HAVE_MPIO], [1], [Define to 1 if MPI supports file access.])]) + ]) + + AS_IF([test x"$PMPILIB" = x"$MPILIB"], [PMPILIB=]) + + AC_SUBST(MPIDIR) + AC_SUBST(MPIINCDIR) + AC_SUBST(MPILIBDIR) + AC_SUBST(MPILIB) + AC_SUBST(PMPILIB) + AC_SUBST(FMPILIB) +]) + +AC_DEFUN([ACVT_OMP], +[ + omp_error="no" + have_omp="no" + + AC_REQUIRE([ACVT_PLATFORM]) + + AC_ARG_VAR(OMPFLAG, [compiler flag to enable OpenMP parallelizer]) + + AS_IF([test "$PLATFORM" = "bgl"], + [ + AC_MSG_CHECKING([for OpenMP flag of C compiler]) + AC_MSG_RESULT([skipped (not supported on BlueGene/L)]) + omp_error="yes" + ]) + + AS_IF([test "$omp_error" = "no"], + [ + AS_IF([test x"$OMPFLAG" != x], + [ + AC_MSG_CHECKING([for OpenMP flag of C compiler]) + AC_MSG_RESULT([skipped (OMPFLAG=$OMPFLAG)]) + ], + [ + AX_OPENMP + AS_IF([test x"$OPENMP_CFLAGS" = x], + [omp_error="yes"], [OMPFLAG=$OPENMP_CFLAGS]) + ]) + ]) + + AS_IF([test "$omp_error" = "no"], + [ + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS $OMPFLAG" + AC_CHECK_HEADER([omp.h], [have_omp="yes"], [omp_error="yes"]) + CFLAGS=$sav_CFLAGS + ]) +]) + +AC_DEFUN([ACVT_OTF], +[ + otf_error="no" + + OTFDIR= + OTFINCDIR= + OTFLIBDIR= + + AC_ARG_WITH(extern-otf, + AC_HELP_STRING([--with-extern-otf], [use external OTF library, default: not set]), + [use_extern_otf="yes"], [use_extern_otf="no"]) + + AC_ARG_WITH(extern-otf-dir, + AC_HELP_STRING([--with-extern-otf-dir=OTFDIR], [give the path for OTF, default: /usr]), + [OTFDIR="$withval/"]) + + AC_ARG_WITH(extern-otf-inc-dir, + AC_HELP_STRING([--with-extern-otf-inc-dir=OTFINCDIR], + [give the path for OTF-include files, default: OTFDIR/include]), + [OTFINCDIR="-I$withval/"], + [AS_IF([test x"$OTFDIR" != x], [OTFINCDIR="-I$OTFDIR"include/])]) + + AC_ARG_WITH(extern-otf-lib-dir, + AC_HELP_STRING([--with-extern-otf-lib-dir=OTFLIBDIR], + [give the path for OTF-libraries, default: OTFDIR/lib]), + [OTFLIBDIR="-L$withval/"], + [AS_IF([test x"$OTFDIR" != x], [OTFLIBDIR="-L$OTFDIR"lib/])]) + + AC_ARG_WITH(otf-lib, + AC_HELP_STRING([--with-otf-lib=OTFLIB], [use given otf lib, default: -lotf -lz]), + [OTFLIB="$withval"]) + + AC_ARG_WITH(otf-flags, + AC_HELP_STRING([--with-otf-flags=FLAGS], [Pass FLAGS to the OTF distribution configuration script]), [OTFFLAGS="$withval"]) + + AS_IF([test "$use_extern_otf" = "yes"], + [ + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $OTFINCDIR" + AC_CHECK_HEADER([otf.h], [], + [ + AC_MSG_NOTICE([error: no otf.h found; check path for OTF package first...]) + otf_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + AS_IF([test x"$OTFLIB" = x -a "$otf_error" = "no"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $OTFLIBDIR -lotf -lz" + AC_MSG_CHECKING([whether linking with -lotf -lz works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); OTFLIB="-lotf -lz"],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$OTFLIB" = x -a "$otf_error" = "no"], + [ + AC_MSG_NOTICE([error: no libotf found; check path for OTF package first...]) + otf_error="yes" + ]) + ], + [ + otf_parent_dir=`pwd` + otf_dir="extlib/otf" + + AC_MSG_NOTICE([configuring in $otf_dir ($otf_parent_dir/$otf_dir)]) + + AS_IF([test "$srcdir" != "."], + [ + test -d "$otf_dir" || + mkdir -p "$otf_dir" || + AC_MSG_ERROR([cannot create $otf_dir]) + ]) + + cd $otf_dir + + case $srcdir in + .) + otf_srcdir="$srcdir" + ;; + /*) + otf_srcdir="$srcdir/$otf_dir" + ;; + *) + otf_srcdir="../../$srcdir/$otf_dir" + ;; + esac + + otf_conf_cmd="$otf_srcdir/configure" + otf_conf_args="" + AS_IF([test x"$cross_compiling" = "xyes"], + [AS_IF([test ! -z $build], [otf_conf_args="$otf_conf_args --build=$build"]) + AS_IF([test ! -z $host], [otf_conf_args="$otf_conf_args --host=$host"])]) + otf_conf_args="$otf_conf_args --prefix=\"$prefix\" --exec-prefix=\"$exec_prefix\" --bindir=\"$bindir\" --libdir=\"$libdir\" --includedir=\"$includedir\" --datarootdir=\"$datarootdir\" --datadir=\"$datadir\" --docdir=\"$docdir\" $OTFFLAGS --cache-file=\"/dev/null\" --srcdir=\"$otf_srcdir\"" + + AC_MSG_NOTICE([running $SHELL $otf_conf_cmd $otf_conf_args]) + eval "$SHELL '$otf_conf_cmd' $otf_conf_args" + AS_IF([test $? != "0"], [AC_MSG_ERROR([$otf_conf_cmd failed for $otf_dir])]) + + cd $otf_parent_dir + + OTFINCDIR= + OTFLIBDIR= + AS_IF([test x"$OTFLIB" = x], [OTFLIB="-lotf -lz"]) + ]) + + AC_SUBST(OTFDIR) + AC_SUBST(OTFINCDIR) + AC_SUBST(OTFLIBDIR) + AC_SUBST(OTFLIB) +]) + +AC_DEFUN([ACVT_PAPI], +[ + papi_error="no" + check_papi="yes" + force_papi="no" + have_papi="no" + + PAPIDIR= + PAPIINCDIR= + PAPILIBDIR= + PAPILIB= + + AC_ARG_ENABLE(papi, + AC_HELP_STRING([--enable-papi], + [enable PAPI hardware counter support, default: enable if found by configure]), + [AS_IF([test x"$enableval" = "xyes"], [force_papi="yes"], [check_papi="no"])]) + + AC_ARG_WITH(papi-dir, + AC_HELP_STRING([--with-papi-dir=PAPIDIR], + [give the path for PAPI, default: /usr]), + [PAPIDIR="$withval/"]) + + AC_ARG_WITH(papi-inc-dir, + AC_HELP_STRING([--with-papi-inc-dir=PAPIINCDIR], + [give the path for PAPI-include files, default: PAPIDIR/include]), + [PAPIINCDIR="-I$withval/"], + [AS_IF([test x"$PAPIDIR" != x], [PAPIINCDIR="-I$PAPIDIR"include/])]) + + AC_ARG_WITH(papi-lib-dir, + AC_HELP_STRING([--with-papi-lib-dir=PAPILIBDIR], + [give the path for PAPI-libraries, default: PAPIDIR/lib]), + [PAPILIBDIR="-L$withval/"], + [AS_IF([test x"$PAPIDIR" != x], [PAPILIBDIR="-L$PAPIDIR"lib/])]) + + AC_ARG_WITH(papi-lib, + AC_HELP_STRING([--with-papi-lib=PAPILIB], [use given papi lib, default: -lpapi]), + [PAPILIB="$withval"]) + + AS_IF([test x"$check_papi" = "xyes"], + [ + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $PAPIINCDIR" + AC_CHECK_HEADER([papi.h], [], + [ + AC_MSG_NOTICE([error: no papi.h found; check path for PAPI package first...]) + papi_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + AS_IF([test x"$PAPILIB" = x -a x"$papi_error" = "xno"], + [ + sav_LIBS=$LIBS + LIBS="$LIBS $PAPILIBDIR -lpapi" + AC_MSG_CHECKING([whether linking with -lpapi works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); PAPILIB=-lpapi],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + ]) + + AS_IF([test x"$PAPILIB" = x -a x"$papi_error" = "xno"], + [ + AC_MSG_NOTICE([error: no libpapi found; check path for PAPI package first...]) + papi_error="yes" + ]) + + AS_IF([test x"$papi_error" = "xno"], + [ + AC_MSG_CHECKING([whether PAPI version = 3.x]) + + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS $PAPIINCDIR" + AC_TRY_COMPILE([#include ], +[ +#ifndef PAPI_VERSION +# error "PAPI_VERSION not defined; version < 3.x" +#elif PAPI_VERSION_MAJOR(PAPI_VERSION) != 3 +# error "PAPI_VERSION_MAJOR != 3" +#endif +], + [AC_MSG_RESULT([yes])], + [ + AC_MSG_RESULT([no]) + AC_MSG_NOTICE([error: PAPI version could not be determined and/or is incompatible (!= 3.x) +See \`config.log' for more details.]) + papi_error="yes" + ]) + CFLAGS=$sav_CFLAGS + ]) + + AS_IF([test x"$PAPILIB" != x -a x"$papi_error" = "xno"], + [ + AC_DEFINE([TIMER_PAPI_REAL_CYC], [10], [PAPI_get_real_cyc]) + AC_DEFINE([TIMER_PAPI_REAL_USEC], [11], [PAPI_get_real_usec]) + case $PLATFORM in + crayx1 | origin | generic) + AC_DEFINE([TIMER], [TIMER_PAPI_REAL_CYC], [Use timer (see below)]) + AC_MSG_NOTICE([reselected timer: TIMER_PAPI_REAL_CYC]) + ;; + linux) + case $host_cpu in + mips*) + AC_DEFINE([TIMER], [TIMER_PAPI_REAL_CYC], [Use timer (see below)]) + AC_MSG_NOTICE([reselected timer: TIMER_PAPI_REAL_CYC]) + ;; + esac + ;; + esac + have_papi="yes" + ]) + ]) + + AC_SUBST(PAPIINCDIR) + AC_SUBST(PAPILIBDIR) + AC_SUBST(PAPILIB) +]) + +AC_DEFUN([ACVT_PLATFORM], +[ + PLATFORM= + + AC_MSG_CHECKING([for platform]) + + AC_ARG_WITH(platform, + AC_HELP_STRING([--with-platform], [configure for given platform (altix,ibm,linux,macos,sun,origin,crayx1,generic), default: automatically by configure]), + [ + PLATFORM=$withval + AC_MSG_RESULT([skipped (--with-platform=$withval)]) + ], + [ + case $host_os in + linux*) + AS_IF([test "$host_cpu" = "ia64" -a -f /etc/sgi-release], + [PLATFORM=altix], + [AS_IF([test "$host_cpu" = "powerpc64" -a -d /bgl/BlueLight], + [PLATFORM=bgl], + [AS_IF([test "$host_cpu" = "x86_64" -a -d /opt/xt-boot], + [PLATFORM=crayxt3], + [PLATFORM=linux])])]) + ;; + sunos* | solaris*) + PLATFORM=sun + ;; + darwin*) + PLATFORM=macos + ;; + irix*) + AS_IF([test "$host_cpu" = "mips"], [PLATFORM="origin"]) + ;; + aix*) + PLATFORM=ibm + ;; + unicosmp*) + PLATFORM=crayx1 + ;; + superux*) + PLATFORM=necsx + ;; + esac + + AS_IF([test x"$PLATFORM" = x], + [ + AC_MSG_WARN([unknown platform '$host'! using generic configuration]) + PLATFORM=generic + ], + [ + AC_MSG_RESULT([$PLATFORM]) + ]) + ]) + + AC_DEFINE([DISABLE_CLOCK_SYNC], [0], [Define to 1 to disable clock synchronization]) + + case $PLATFORM in + linux) + AC_DEFINE([TIMER_GETTIMEOFDAY], [1], [Use `gettimeofday' function]) + AC_DEFINE([TIMER_CLOCK_GETTIME], [2], [Use `clock_gettime' function]) + case $host_cpu in + mips*) + AC_DEFINE([TIMER], [TIMER_GETTIMEOFDAY], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_GETTIMEOFDAY]) + ;; + *) + AC_DEFINE([TIMER_CYCLE_COUNTER], [3], [Cycle counter (e.g. TSC)]) + AC_DEFINE([TIMER], [TIMER_CYCLE_COUNTER], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_CYCLE_COUNTER]) + ;; + esac + ;; + macos) + AC_DEFINE([TIMER_CYCLE_COUNTER], [1], [Cycle counter (e.g. TSC)]) + AC_DEFINE([TIMER_GETTIMEOFDAY], [2], [Use `gettimeofday' function]) + AC_DEFINE([TIMER], [TIMER_CYCLE_COUNTER], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_CYCLE_COUNTER]) + ;; + altix) + mmtimer_found=no + AC_CHECK_HEADERS([linux/mmtimer.h], [mmtimer_found=yes], + [AC_CHECK_HEADERS([sn/mmtimer.h], [mmtimer_found=yes], + [AC_CHECK_HEADERS([mmtimer.h], [mmtimer_found=yes])])]) + AS_IF([test x"$mmtimer_found" = "xyes"], + [ + use_timer=TIMER_MMTIMER + ], + [ + AC_MSG_WARN([no mmtimer.h found; using `clock_gettime']) + use_timer=TIMER_CLOCK_GETTIME + ]) + AC_DEFINE([TIMER_MMTIMER], [1], [Intel Multimedia Timer]) + AC_DEFINE([TIMER_CLOCK_GETTIME], [2], [Use `clock_gettime' function]) + AC_DEFINE_UNQUOTED([TIMER], [$use_timer], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: $use_timer]) + ;; + bgl) + AC_DEFINE([TIMER_RTS_GET_TIMEBASE], [1], [Read PowerPC 440 time base registers]) + AC_DEFINE([TIMER], [TIMER_RTS_GET_TIMEBASE], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_RTS_GET_TIMEBASE]) + ;; + ibm) + AC_DEFINE([TIMER_POWER_REALTIME], [1], [IBM Power family Real-Time-Clock]) + AC_DEFINE([TIMER_SWITCH_CLOCK], [2], [Hardware Switch-Clock (it's necessary to link your application with '-lswclock')]) + AC_DEFINE([TIMER], [TIMER_POWER_REALTIME], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_POWER_REALTIME]) + ;; + sun) + AC_DEFINE([TIMER_GETHRTIME], [1], [gethrtime]) + AC_DEFINE([TIMER], [TIMER_GETHRTIME], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_GETHRTIME]) + ;; + necsx) + AC_DEFINE([TIMER_SYSSX_HGTIME], [1], [NEC SX HGTIME]) + AC_DEFINE([TIMER], [TIMER_SYSSX_HGTIME], [Use time (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_SYSSX_HGTIME]) + ;; + crayt3e) + AC_DEFINE([TIMER_CRAY_RTCLOCK],[1], [CRAY Real-Time-Clock]) + AC_DEFINE([TIMER], [TIMER_CRAY_RTCLOCK], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_CRAY_RTCLOCK]) + ;; + crayx1) + AC_DEFINE([TIMER_GETTIMEOFDAY], [1], [Use `gettimeofday' function]) + AC_DEFINE([TIMER_RTC], [2], [RTC (DOES NOT WORK YET WITH FORTRAN CODES)]) + AC_DEFINE([TIMER], [TIMER_GETTIMEOFDAY], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_GETTIMEOFDAY]) + ;; + crayxt3) + AC_DEFINE([TIMER_DCLOCK], [1], [dclock]) + AC_DEFINE([TIMER], [TIMER_DCLOCK], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_DCLOCK]) + ;; + origin) + AC_DEFINE([TIMER_CLOCK_GETTIME], [1], [Use `clock_gettime' function]) + AC_DEFINE([TIMER], [TIMER_CLOCK_GETTIME], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_CLOCK_GETTIME]) + ;; + generic) + AC_DEFINE([TIMER_GETTIMEOFDAY], [1], [Use `gettimeofday' function]) + AC_DEFINE([TIMER], [TIMER_GETTIMEOFDAY], [Use timer (see below)]) + AC_MSG_NOTICE([selected timer: TIMER_GETTIMEOFDAY]) + ;; + esac + + AC_SUBST(PLATFORM) +]) + +dnl @synopsis AX_OPENMP([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) +dnl +dnl @summary determine how to compile programs using OpenMP +dnl +dnl This macro tries to find out how to compile programs that use +dnl OpenMP a standard API and set of compiler directives for parallel +dnl programming (see http://www-unix.mcs/) +dnl +dnl On success, it sets the +dnl OPENMP_CFLAGS/OPENMP_CXXFLAGS/OPENMP_F77FLAGS output variable to +dnl the flag (e.g. -omp) used both to compile *and* link OpenMP +dnl programs in the current language. +dnl +dnl NOTE: You are assumed to not only compile your program with these +dnl flags, but also link it with them as well. +dnl +dnl If you want to compile everything with OpenMP, you should set: +dnl +dnl CFLAGS="$CFLAGS $OPENMP_CFLAGS" +dnl #OR# CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS" +dnl #OR# FFLAGS="$FFLAGS $OPENMP_FFLAGS" +dnl +dnl (depending on the selected language). +dnl +dnl The user can override the default choice by setting the +dnl corresponding environment variable (e.g. OPENMP_CFLAGS). +dnl +dnl ACTION-IF-FOUND is a list of shell commands to run if an OpenMP +dnl flag is found, and ACTION-IF-NOT-FOUND is a list of commands to run +dnl it if it is not found. If ACTION-IF-FOUND is not specified, the +dnl default action will define HAVE_OPENMP. +dnl +dnl @category InstalledPackages +dnl @author Steven G. Johnson +dnl @version 2006-01-24 +dnl @license GPLWithACException + +AC_DEFUN([AX_OPENMP], [ +AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX + +AC_CACHE_CHECK([for OpenMP flag of _AC_LANG compiler], ax_cv_[]_AC_LANG_ABBREV[]_openmp, [save[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS +ax_cv_[]_AC_LANG_ABBREV[]_openmp=unknown +# Flags to try: -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI), +# -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none +ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none" +if test "x$OPENMP_[]_AC_LANG_PREFIX[]FLAGS" != x; then + ax_openmp_flags="$OPENMP_[]_AC_LANG_PREFIX[]FLAGS $ax_openmp_flags" +fi +for ax_openmp_flag in $ax_openmp_flags; do + case $ax_openmp_flag in + none) []_AC_LANG_PREFIX[]FLAGS=$save[]_AC_LANG_PREFIX[] ;; + *) []_AC_LANG_PREFIX[]FLAGS="$save[]_AC_LANG_PREFIX[]FLAGS $ax_openmp_flag" ;; + esac + AC_TRY_LINK_FUNC(omp_set_num_threads, + [ax_cv_[]_AC_LANG_ABBREV[]_openmp=$ax_openmp_flag; break]) +done +[]_AC_LANG_PREFIX[]FLAGS=$save[]_AC_LANG_PREFIX[]FLAGS +]) +if test "x$ax_cv_[]_AC_LANG_ABBREV[]_openmp" = "xunknown"; then + m4_default([$2],:) +else + if test "x$ax_cv_[]_AC_LANG_ABBREV[]_openmp" != "xnone"; then + OPENMP_[]_AC_LANG_PREFIX[]FLAGS=$ax_cv_[]_AC_LANG_ABBREV[]_openmp + fi + m4_default([$1], [AC_DEFINE(HAVE_OPENMP,1,[Define if OpenMP is enabled])]) +fi +])dnl AX_OPENMP diff --git a/ompi/contrib/vt/vt/aclocal.m4 b/ompi/contrib/vt/vt/aclocal.m4 new file mode 100644 index 0000000000..8438d00d66 --- /dev/null +++ b/ompi/contrib/vt/vt/aclocal.m4 @@ -0,0 +1,931 @@ +# generated automatically by aclocal 1.10 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_if(m4_PACKAGE_VERSION, [2.61],, +[m4_fatal([this file was generated for autoconf 2.61. +You have another version of autoconf. If you want to use that, +you should regenerate the build system entirely.], [63])]) + +# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.10])dnl +_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) + +# Figure out how to run the assembler. -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_PROG_AS +# ---------- +AC_DEFUN([AM_PROG_AS], +[# By default we simply use the C compiler to build assembly code. +AC_REQUIRE([AC_PROG_CC]) +test "${CCAS+set}" = set || CCAS=$CC +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS +AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) +AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) +_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl +]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 3 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 12 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.60])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# 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 +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_PROG_CC_C_O +# -------------- +# Like AC_PROG_CC_C_O, but changed for automake. +AC_DEFUN([AM_PROG_CC_C_O], +[AC_REQUIRE([AC_PROG_CC_C_O])dnl +AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +dnl Make sure AC_PROG_CC is never called again, or it will override our +dnl setting of CC. +m4_define([AC_PROG_CC], + [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +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 " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# 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` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# 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. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([acinclude.m4]) diff --git a/ompi/contrib/vt/vt/compile b/ompi/contrib/vt/vt/compile new file mode 100755 index 0000000000..1b1d232169 --- /dev/null +++ b/ompi/contrib/vt/vt/compile @@ -0,0 +1,142 @@ +#! /bin/sh +# Wrapper for compilers which do not understand `-c -o'. + +scriptversion=2005-05-14.22 + +# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand `-c -o'. +Remove `-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file `INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; +esac + +ofile= +cfile= +eat= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as `compile cc -o foo foo.c'. + # So we strip `-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no `-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # `.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` + +# Create the lock directory. +# Note: use `[/.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/config.guess b/ompi/contrib/vt/vt/config.guess new file mode 100755 index 0000000000..278f9e9e07 --- /dev/null +++ b/ompi/contrib/vt/vt/config.guess @@ -0,0 +1,1516 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. + +timestamp='2007-07-22' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa:Linux:*:*) + echo xtensa-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/ompi/contrib/vt/vt/config.h.in b/ompi/contrib/vt/vt/config.h.in new file mode 100644 index 0000000000..880ed616e6 --- /dev/null +++ b/ompi/contrib/vt/vt/config.h.in @@ -0,0 +1,179 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 to disable clock synchronization */ +#undef DISABLE_CLOCK_SYNC + +/* Define to 1 if you have the `atexit' function. */ +#undef HAVE_ATEXIT + +/* Define to 1 if you have the `creat64' function. */ +#undef HAVE_CREAT64 + +/* Define to 1 if you have the header file. */ +#undef HAVE_FNMATCH_H + +/* Define to 1 if you have the `fopen64' function. */ +#undef HAVE_FOPEN64 + +/* Define to 1 if you have the `fseeko64' function. */ +#undef HAVE_FSEEKO64 + +/* Define to 1 if you have the `fsetpos64' function. */ +#undef HAVE_FSETPOS64 + +/* Define to 1 if you have the `gethostname' function. */ +#undef HAVE_GETHOSTNAME + +/* Define to 1 if you can use GNU demangling of C++ names. */ +#undef HAVE_GNU_DEMANGLE + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_MMTIMER_H + +/* Define to 1 if you have the `lseek64' function. */ +#undef HAVE_LSEEK64 + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MMTIMER_H + +/* Define to 1 if MPI supports file access. */ +#undef HAVE_MPIO + +/* Define to 1 if you have the `open64' function. */ +#undef HAVE_OPEN64 + +/* Define if OpenMP is enabled */ +#undef HAVE_OPENMP + +/* Define to 1 if you have the `pread64' function. */ +#undef HAVE_PREAD64 + +/* Define to 1 if you have the `pwrite64' function. */ +#undef HAVE_PWRITE64 + +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV + +/* Define to 1 if you have the header file. */ +#undef HAVE_SN_MMTIMER_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define as the size of MPI_STATUS_SIZE */ +#undef MPI_STATUS_SIZE + +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Path for node-local temporary directory */ +#undef PFORM_LDIR + +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `mode_t', as computed by sizeof. */ +#undef SIZEOF_MODE_T + +/* The size of `void*', as computed by sizeof. */ +#undef SIZEOF_VOIDP + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Use timer (see below) */ +#undef TIMER + +/* Use `clock_gettime' function */ +#undef TIMER_CLOCK_GETTIME + +/* CRAY Real-Time-Clock */ +#undef TIMER_CRAY_RTCLOCK + +/* Cycle counter (e.g. TSC) */ +#undef TIMER_CYCLE_COUNTER + +/* dclock */ +#undef TIMER_DCLOCK + +/* gethrtime */ +#undef TIMER_GETHRTIME + +/* Use `gettimeofday' function */ +#undef TIMER_GETTIMEOFDAY + +/* Intel Multimedia Timer */ +#undef TIMER_MMTIMER + +/* PAPI_get_real_cyc */ +#undef TIMER_PAPI_REAL_CYC + +/* PAPI_get_real_usec */ +#undef TIMER_PAPI_REAL_USEC + +/* IBM Power family Real-Time-Clock */ +#undef TIMER_POWER_REALTIME + +/* RTC (DOES NOT WORK YET WITH FORTRAN CODES) */ +#undef TIMER_RTC + +/* Read PowerPC 440 time base registers */ +#undef TIMER_RTS_GET_TIMEBASE + +/* Hardware Switch-Clock (it's necessary to link your application with + '-lswclock') */ +#undef TIMER_SWITCH_CLOCK + +/* NEC SX HGTIME */ +#undef TIMER_SYSSX_HGTIME + +/* Version number of package */ +#undef VERSION + +/* Define to `unsigned int' if does not define. */ +#undef size_t diff --git a/ompi/contrib/vt/vt/config.sub b/ompi/contrib/vt/vt/config.sub new file mode 100755 index 0000000000..1761d8bdf6 --- /dev/null +++ b/ompi/contrib/vt/vt/config.sub @@ -0,0 +1,1626 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. + +timestamp='2007-06-28' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/ompi/contrib/vt/vt/configure b/ompi/contrib/vt/vt/configure new file mode 100755 index 0000000000..a03d021a2f --- /dev/null +++ b/ompi/contrib/vt/vt/configure @@ -0,0 +1,16267 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.61 for VampirTrace 5.4.4. +# +# Report bugs to . +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + +exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME='VampirTrace' +PACKAGE_TARNAME='vampirtrace' +PACKAGE_VERSION='5.4.4' +PACKAGE_STRING='VampirTrace 5.4.4' +PACKAGE_BUGREPORT='service@vampir.eu' + +ac_unique_file="config.h.in" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +am__isrc +CYGPATH_W +PACKAGE +VERSION +ACLOCAL +AUTOCONF +AUTOMAKE +AUTOHEADER +MAKEINFO +install_sh +STRIP +INSTALL_STRIP_PROGRAM +mkdir_p +AWK +SET_MAKE +am__leading_dot +AMTAR +am__tar +am__untar +build +build_cpu +build_vendor +build_os +host +host_cpu +host_vendor +host_os +CC +CFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CC +EXEEXT +OBJEXT +DEPDIR +am__include +am__quote +AMDEP_TRUE +AMDEP_FALSE +AMDEPBACKSLASH +CCDEPMODE +am__fastdepCC_TRUE +am__fastdepCC_FALSE +CXX +CXXFLAGS +ac_ct_CXX +CXXDEPMODE +am__fastdepCXX_TRUE +am__fastdepCXX_FALSE +CPP +CXXCPP +F77 +FFLAGS +ac_ct_F77 +FC +FCFLAGS +ac_ct_FC +AMHAVECC_TRUE +AMHAVECC_FALSE +AMHAVECXX_TRUE +AMHAVECXX_FALSE +AMHAVEF77_TRUE +AMHAVEF77_FALSE +AMHAVEFC_TRUE +AMHAVEFC_FALSE +CXX_FOR_BUILD +CXXFLAGS_FOR_BUILD +CXXCPP_FOR_BUILD +CPPFLAGS_FOR_BUILD +LDFLAGS_FOR_BUILD +LIBS_FOR_BUILD +AR +RANLIB +CCAS +CCASFLAGS +CCASDEPMODE +am__fastdepCCAS_TRUE +am__fastdepCCAS_FALSE +GREP +EGREP +OTFDIR +OTFINCDIR +OTFLIBDIR +OTFLIB +AMEXTERNOTF_TRUE +AMEXTERNOTF_FALSE +PLATFORM +BFDINCDIR +BFDLIBDIR +BFDLIB +LIBERTYINCDIR +LIBERTYLIBDIR +LIBERTYLIB +AMBUILDCOMPINST_GNU_TRUE +AMBUILDCOMPINST_GNU_FALSE +AMBUILDCOMPINST_INTEL_TRUE +AMBUILDCOMPINST_INTEL_FALSE +AMBUILDCOMPINST_PGI_TRUE +AMBUILDCOMPINST_PGI_FALSE +AMBUILDCOMPINST_PHAT_TRUE +AMBUILDCOMPINST_PHAT_FALSE +AMBUILDCOMPINST_XL_TRUE +AMBUILDCOMPINST_XL_FALSE +AMBUILDCOMPINST_FTRACE_TRUE +AMBUILDCOMPINST_FTRACE_FALSE +AMHAVEBFD_TRUE +AMHAVEBFD_FALSE +LDSHFLAG +DYNIINCDIR +DYNILIBDIR +DYNILIB +VTDYNATTLIB +AMHAVEDYNINST_TRUE +AMHAVEDYNINST_FALSE +AMBUILDDYNATTLIB_TRUE +AMBUILDDYNATTLIB_FALSE +AMHAVELIBERTY_TRUE +AMHAVELIBERTY_FALSE +MPICC +MPICFLAGS +MPIDIR +MPIINCDIR +MPILIBDIR +MPILIB +PMPILIB +FMPILIB +OMPFLAG +AMBUILDMPI_TRUE +AMBUILDMPI_FALSE +AMBUILDFMPI_TRUE +AMBUILDFMPI_FALSE +AMHAVEOMP_TRUE +AMHAVEOMP_FALSE +AMBUILDOMP_TRUE +AMBUILDOMP_FALSE +AMBUILDHYB_TRUE +AMBUILDHYB_FALSE +AMHAVEMEMHOOKS_TRUE +AMHAVEMEMHOOKS_FALSE +DLINCDIR +DLLIBDIR +DLLIB +AMBUILDIOWRAP_TRUE +AMBUILDIOWRAP_FALSE +PAPIINCDIR +PAPILIBDIR +PAPILIB +AMHAVEPAPI_TRUE +AMHAVEPAPI_FALSE +VT_WRAPPER_EXTRA_CFLAGS +VT_WRAPPER_EXTRA_CXXFLAGS +VT_WRAPPER_EXTRA_FFLAGS +VT_WRAPPER_EXTRA_FCFLAGS +VT_WRAPPER_EXTRA_LDFLAGS +VT_WRAPPER_EXTRA_LIBS +VT_WRAPPER_INCDIR +VT_WRAPPER_LIBDIR +VT_WRAPPER_OPARI_BIN +VT_WRAPPER_AVAIL_INST +VT_WRAPPER_DEFAULT_INST +LIBOBJS +LTLIBOBJS' +ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CXX +CXXFLAGS +CCC +CPP +CXXCPP +F77 +FFLAGS +FC +FCFLAGS +CXX_FOR_BUILD +CXXFLAGS_FOR_BUILD +CXXCPP_FOR_BUILD +CPPFLAGS_FOR_BUILD +LDFLAGS_FOR_BUILD +LIBS_FOR_BUILD +AR +CCAS +CCASFLAGS +LDSHFLAG +MPICC +MPICFLAGS +OMPFLAG' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures VampirTrace 5.4.4 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/vampirtrace] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of VampirTrace 5.4.4:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-config-summary show summary of configuration, default: enabled + --enable-config-titles show titles for each configure section, default: + enabled + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --enable-compinst=COMPINSTLIST + enable support for compiler instrumentation + (gnu,intel,pgi,phat,xl,ftrace), default: + automatically by configure + --enable-dyninst enable support for binary instrumentation by using + Dyninst, default: enable if found by configure + --enable-dyninst-attlib build shared library which attach Dyninst to running + user's application, default: enable if Dyninst found + by configure and system supports shared libraries + --enable-mpi enable MPI support, default: enable if + MPI-installation found by configure + --enable-omp enable OpenMP support, default: enable if given + compiler supports OpenMP + --enable-hyb enable Hybrid (MPI/OpenMP) support, default: enable + if MPI-installation found and given compiler + supports OpenMP + --enable-fmpi-lib build MPI Fortran support library, default: enable + if no MPI Fortran library found by configure + --enable-memtrace enable memory tracing support, default: enable if + found by configure + --enable-iotrace enable libc's I/O tracing support, default: enable + if libdl found by configure + --enable-papi enable PAPI hardware counter support, default: + enable if found by configure + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-extern-otf use external OTF library, default: not set + --with-extern-otf-dir=OTFDIR + give the path for OTF, default: /usr + --with-extern-otf-inc-dir=OTFINCDIR + give the path for OTF-include files, default: + OTFDIR/include + --with-extern-otf-lib-dir=OTFLIBDIR + give the path for OTF-libraries, default: OTFDIR/lib + --with-otf-lib=OTFLIB use given otf lib, default: -lotf -lz + --with-otf-flags=FLAGS Pass FLAGS to the OTF distribution configuration + script + --with-platform configure for given platform + (altix,ibm,linux,macos,sun,origin,crayx1,generic), + default: automatically by configure + --with-bfd-dir=BFDDIR give the path for BFD, default: /usr + --with-bfd-inc-dir=BFDINCDIR + give the path for BFD-include files, default: + BFDDIR/include + --with-bfd-lib-dir=BFDLIBDIR + give the path for BFD-libraries, default: BFDDIR/lib + --with-bfd-lib=BFDLIB use given bfd lib, default: -lbfd + --with-liberty-dir=LIBERTYDIR + give the path for LIBERTY, default: /usr + --with-liberty-inc-dir=LIBERTYINCDIR + give the path for LIBERTY-include files, default: + LIBERTYDIR/include + --with-liberty-lib-dir=LIBERTYLIBDIR + give the path for LIBERTY-libraries, default: + LIBERTY/lib + --with-liberty-lib=LIBERTYLIB + use given liberty lib, default: -liberty + --with-dyninst-dir=DYNIDIR + give the path for Dyninst, default: /usr + --with-dyninst-inc-dir=DYNIINCDIR + give the path for Dyninst-include files, default: + DYNIDIR/include + --with-dyninst-lib-dir=DYNILIBDIR + give the path for Dyninst-libraries, default: + DYNIDIR/lib + --with-dyninst-lib=DYNILIB + use given Dyninst lib, default: -ldyninstAPI + -liberty + --with-mpi-dir=MPIDIR give the path for MPI, default: /usr + --with-mpi-inc-dir=MPIINCDIR + give the path for MPI-include files, default: + MPIDIR/include + --with-mpi-lib-dir=MPILIBDIR + give the path for MPI-libraries, default: MPIDIR/lib + --with-mpi-lib use given mpi lib + --with-pmpi-lib use given pmpi lib + --with-fmpi-lib use given fmpi lib + --with-mpi-status-size give the value of MPI_STATUS_SIZE, default: + automatically by configure + --with-mpi-io MPI supports file access, default: yes if found by + configure + --with-mpi-native configure for computer manufacturer MPI + --with-mpich configure for MPICH + --with-mpich2 configure for MPICH2 + --with-lam configure for LAM/MPI + --with-openmpi configure for Open MPI + --with-hpmpi configure for HP MPI + --with-intelmpi configure for Intel MPI + --with-intelmpi2 configure for Intel MPI2 + --with-dl-dir=DLDIR give the path for libdl, default: /usr + --with-dl-inc-dir=DLINCDIR + give the path for libdl-include files, default: + DLDIR/include + --with-dl-lib-dir=DLLIBDIR + give the path for libdl-libraries, default: + DLDIR/lib + --with-dl-lib=DLLIB use given libdl lib, default: -ldl + --with-papi-dir=PAPIDIR give the path for PAPI, default: /usr + --with-papi-inc-dir=PAPIINCDIR + give the path for PAPI-include files, default: + PAPIDIR/include + --with-papi-lib-dir=PAPILIBDIR + give the path for PAPI-libraries, default: + PAPIDIR/lib + --with-papi-lib=PAPILIB use given papi lib, default: -lpapi + --with-local-tmp-dir=LTMPDIR + give the path for node-local temporary directory, + default: /tmp + --with-wrapper-cflags extra flags to add to CFLAGS when using vtcc + --with-wrapper-cxxflags extra flags to add to CXXFLAGS when using vtcxx + --with-wrapper-fflags extra flags to add to FFLAGS when using vtf77 + --with-wrapper-fcflags extra flags to add to FCFLAGS when using vtf90 + --with-wrapper-ldflags extra flags to add to LDFLAGS when using wrapper + --with-wrapper-libs extra flags to add to LIBS when using wrapper + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CPP C preprocessor + CXXCPP C++ preprocessor + F77 Fortran 77 compiler command + FFLAGS Fortran 77 compiler flags + FC Fortran compiler command + FCFLAGS Fortran compiler flags + CXX_FOR_BUILD + C++ compiler command for build system + CXXFLAGS_FOR_BUILD + C++ compiler flags for build system + CXXCPP_FOR_BUILD + C++ preprocessor for build system + CPPFLAGS_FOR_BUILD + C/C++/Objective C preprocessor flags for build system + LDFLAGS_FOR_BUILD + linker flags for build system + LIBS_FOR_BUILD + libraries to pass to the linker for build system + AR archiver command + CCAS assembler compiler command (defaults to CC) + CCASFLAGS assembler compiler flags (defaults to CFLAGS) + LDSHFLAG linker flag to create shared libraries + MPICC MPI C compiler command + MPICFLAGS MPI C compiler flags (append to CFLAGS) + OMPFLAG compiler flag to enable OpenMP parallelizer + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +VampirTrace configure 5.4.4 +generated by GNU Autoconf 2.61 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by VampirTrace $as_me 5.4.4, which was +generated by GNU Autoconf 2.61. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" +fi +shift +for ac_site_file +do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +am__api_version='1.10' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done +IFS=$as_save_IFS + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# 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` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm -f conftest.sed + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +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 " +else + am_missing_run= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" + fi +fi +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +echo "${ECHO_T}$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # 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_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + SET_MAKE= +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE=VampirTrace + VERSION=5.4.4 + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&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. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +ac_config_headers="$ac_config_headers config.h" + + + + # Check whether --enable-config-summary was given. +if test "${enable_config_summary+set}" = set; then + enableval=$enable_config_summary; enable_config_summary="$enableval" +else + enable_config_summary="yes" +fi + + + # Check whether --enable-config-titles was given. +if test "${enable_config_titles+set}" = set; then + enableval=$enable_config_titles; enable_config_titles="$enableval" +else + enable_config_titles="yes" +fi + + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Initialization" +fi + + + +# Check for absolute paths of $builddir and $srcdir +top_vt_builddir="`pwd`" +cd "$srcdir" +top_vt_srcdir="`pwd`" +cd "$top_vt_builddir" +{ echo "$as_me:$LINENO: builddir: $top_vt_builddir" >&5 +echo "$as_me: builddir: $top_vt_builddir" >&6;} +{ echo "$as_me:$LINENO: srcdir: $top_vt_srcdir" >&5 +echo "$as_me: srcdir: $top_vt_srcdir" >&6;} +if test "$top_vt_builddir" != "$top_vt_srcdir"; then + { echo "$as_me:$LINENO: detected VPATH build" >&5 +echo "$as_me: detected VPATH build" >&6;} +fi + + +# Check for type of host system +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { (exit 1); exit 1; }; } + +{ echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; } +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +echo "$as_me: error: invalid value of canonical build" >&2;} + { (exit 1); exit 1; }; };; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { (exit 1); exit 1; }; } +fi + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +echo "$as_me: error: invalid value of canonical host" >&2;} + { (exit 1); exit 1; }; };; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + + +# Correct install paths +if test x"$prefix" = "xNONE"; then + prefix="$ac_default_prefix" +fi + +if test x"$exec_prefix" = "xNONE"; then + exec_prefix="$prefix" +fi + +if test x"$datarootdir" = x -o "$datarootdir" = "\${prefix}/share"; then + datarootdir="\${prefix}/share/\${PACKAGE_TARNAME}" +fi + +if test x"$docdir" = x -o "$docdir" = "\${datarootdir}/doc/\${PACKAGE_TARNAME}"; then + docdir="\${datarootdir}/doc" +fi + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Compiler, preprocessor, and programs" +fi + + + +# Check for compiler and preprocessor +if test x"$F77" = x -a x"$FC" != x; then + F77=$FC +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # 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_CC="gcc" + 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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +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 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # 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_CC="$ac_prog" + 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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +ac_exeext=$ac_cv_exeext + +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi + fi +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# 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 +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +{ echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test "x$CC" != xcc; then + { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 +echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } +else + { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 +echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } +fi +set dummy $CC; ac_cc=`echo $2 | + sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +# Make sure it works both with $CC and with simple cc. +# We do the test twice because some compilers refuse to overwrite an +# existing .o file with -o, though they will create one. +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' +rm -f conftest2.* +if { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + test -f conftest2.$ac_objext && { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; +then + eval ac_cv_prog_cc_${ac_cc}_c_o=yes + if test "x$CC" != xcc; then + # Test first that cc exists at all. + if { ac_try='cc -c conftest.$ac_ext >&5' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' + rm -f conftest2.* + if { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + test -f conftest2.$ac_objext && { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; + then + # cc works too. + : + else + # cc exists but doesn't like -o. + eval ac_cv_prog_cc_${ac_cc}_c_o=no + fi + fi + fi +else + eval ac_cv_prog_cc_${ac_cc}_c_o=no +fi +rm -f core conftest* + +fi +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + +cat >>confdefs.h <<\_ACEOF +#define NO_MINUS_C_MINUS_O 1 +_ACEOF + +fi + +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # 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_CXX="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { echo "$as_me:$LINENO: result: $CXX" >&5 +echo "${ECHO_T}$CXX" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # 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_CXX="$ac_prog" + 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_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +echo "${ECHO_T}$ac_ct_CXX" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C++ compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } +GXX=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cxx_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CXXFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CXX" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 +echo "${ECHO_T}$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$F77"; then + ac_cv_prog_F77="$F77" # 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_F77="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +F77=$ac_cv_prog_F77 +if test -n "$F77"; then + { echo "$as_me:$LINENO: result: $F77" >&5 +echo "${ECHO_T}$F77" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$F77" && break + done +fi +if test -z "$F77"; then + ac_ct_F77=$F77 + for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_F77"; then + ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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_F77="$ac_prog" + 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_F77=$ac_cv_prog_ac_ct_F77 +if test -n "$ac_ct_F77"; then + { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +echo "${ECHO_T}$ac_ct_F77" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_F77" && break +done + + if test "x$ac_ct_F77" = x; then + F77="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + F77=$ac_ct_F77 + fi +fi + + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +rm -f a.out + +# If we don't use `.F' as extension, the preprocessor is not run on the +# input file. (Note that this only needs to work for GNU compilers.) +ac_save_ext=$ac_ext +ac_ext=F +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } +if test "${ac_cv_f77_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF + program main +#ifndef __GNUC__ + choke me +#endif + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_f77_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } +ac_ext=$ac_save_ext +ac_test_FFLAGS=${FFLAGS+set} +ac_save_FFLAGS=$FFLAGS +FFLAGS= +{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_f77_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + FFLAGS=-g +cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_f77_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_prog_f77_g=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } +if test "$ac_test_FFLAGS" = set; then + FFLAGS=$ac_save_FFLAGS +elif test $ac_cv_prog_f77_g = yes; then + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-g -O2" + else + FFLAGS="-g" + fi +else + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-O2" + else + FFLAGS= + fi +fi + +G77=`test $ac_compiler_gnu = yes && echo yes` +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=${ac_fc_srcext-f} +ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' +ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_fc_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_FC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$FC"; then + ac_cv_prog_FC="$FC" # 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_FC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +FC=$ac_cv_prog_FC +if test -n "$FC"; then + { echo "$as_me:$LINENO: result: $FC" >&5 +echo "${ECHO_T}$FC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$FC" && break + done +fi +if test -z "$FC"; then + ac_ct_FC=$FC + for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_FC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_FC"; then + ac_cv_prog_ac_ct_FC="$ac_ct_FC" # 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_FC="$ac_prog" + 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_FC=$ac_cv_prog_ac_ct_FC +if test -n "$ac_ct_FC"; then + { echo "$as_me:$LINENO: result: $ac_ct_FC" >&5 +echo "${ECHO_T}$ac_ct_FC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_FC" && break +done + + if test "x$ac_ct_FC" = x; then + FC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + FC=$ac_ct_FC + fi +fi + + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for Fortran compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +rm -f a.out + +# If we don't use `.F' as extension, the preprocessor is not run on the +# input file. (Note that this only needs to work for GNU compilers.) +ac_save_ext=$ac_ext +ac_ext=F +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6; } +if test "${ac_cv_fc_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF + program main +#ifndef __GNUC__ + choke me +#endif + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_fc_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_fc_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6; } +ac_ext=$ac_save_ext +ac_test_FFLAGS=${FCFLAGS+set} +ac_save_FFLAGS=$FCFLAGS +FCFLAGS= +{ echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5 +echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_fc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + FCFLAGS=-g +cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_fc_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_fc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_prog_fc_g=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_fc_g" >&6; } +if test "$ac_test_FFLAGS" = set; then + FCFLAGS=$ac_save_FFLAGS +elif test $ac_cv_prog_fc_g = yes; then + if test "x$ac_cv_fc_compiler_gnu" = xyes; then + FCFLAGS="-g -O2" + else + FCFLAGS="-g" + fi +else + if test "x$ac_cv_fc_compiler_gnu" = xyes; then + FCFLAGS="-O2" + else + FCFLAGS= + fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test x"$CC" != x; then + AMHAVECC_TRUE= + AMHAVECC_FALSE='#' +else + AMHAVECC_TRUE='#' + AMHAVECC_FALSE= +fi + + if test x"$CXX" != x; then + AMHAVECXX_TRUE= + AMHAVECXX_FALSE='#' +else + AMHAVECXX_TRUE='#' + AMHAVECXX_FALSE= +fi + + if test x"$F77" != x; then + AMHAVEF77_TRUE= + AMHAVEF77_FALSE='#' +else + AMHAVEF77_TRUE='#' + AMHAVEF77_FALSE= +fi + + if test x"$FC" != x; then + AMHAVEFC_TRUE= + AMHAVEFC_FALSE='#' +else + AMHAVEFC_TRUE='#' + AMHAVEFC_FALSE= +fi + + +# Check for *front-end* C++ compiler, preprocessor, and flags + + + + + + + + +if test x"$cross_compiling" = "xyes"; then + + { echo "$as_me:$LINENO: checking for C++ compiler for build system ($build)" >&5 +echo $ECHO_N "checking for C++ compiler for build system ($build)... $ECHO_C" >&6; } + if test x"$CXX_FOR_BUILD" = x; then + + { echo "$as_me:$LINENO: result: $CXX" >&5 +echo "${ECHO_T}$CXX" >&6; } + { echo "$as_me:$LINENO: no C++ compiler command for build system given +In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CXX_FOR_BUILD' to the C++ compiler of build system therefor." >&5 +echo "$as_me: no C++ compiler command for build system given +In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CXX_FOR_BUILD' to the C++ compiler of build system therefor." >&6;} + CXX_FOR_BUILD=$CXX + cxx_for_build_given="no" + +else + + { echo "$as_me:$LINENO: result: $CXX_FOR_BUILD" >&5 +echo "${ECHO_T}$CXX_FOR_BUILD" >&6; } + cxx_for_build_given="yes" + +fi + + if test x"$CXXFLAGS_FOR_BUILD" = x; then + CXXFLAGS_FOR_BUILD=$CXXFLAGS +fi + + if test x"$CXXCPP_FOR_BUILD" = x; then + CXXCPP_FOR_BUILD=$CXXCPP +fi + + if test x"$CPPFLAGS_FOR_BUILD" = x; then + CPPFLAGS_FOR_BUILD=$CPPFLAGS +fi + + if test x"$LDFLAGS_FOR_BUILD" = x; then + LDFLAGS_FOR_BUILD=$LDFLAGS +fi + + if test x"$LIBS_FOR_BUILD" = x; then + LIBS_FOR_BUILD=$LIBS +fi + + + if test x"$cxx_for_build_given" = "xyes"; then + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + sav_CXX=$CXX; sav_CXXFLAGS=$CXXFLAGS; sav_CXXCPP=$CXXCPP + sav_CPPFLAGS=$CPPFLAGS; sav_LDFLAGS=$LDFLAGS; sav_LIBS=$LIBS + CXX=$CXX_FOR_BUILD; CXXFLAGS=$CXXFLAGS_FOR_BUILD; CXXCPP=$CXXCPP_FOR_BUILD + CPPFLAGS=$CPPFLAGS_FOR_BUILD; LDFLAGS=$LDFLAGS_FOR_BUILD; LIBS=$LIBS_FOR_BUILD + { echo "$as_me:$LINENO: checking whether the C++ compiler for build system works" >&5 +echo $ECHO_N "checking whether the C++ compiler for build system works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { { echo "$as_me:$LINENO: error: C++ compiler for build system cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ compiler for build system cannot create executables +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CXX=$sav_CXX; CXXFLAGS=$sav_CXXFLAGS; CXXCPP=$sav_CXXCPP + CPPFLAGS=$sav_CPPFLAGS; LDFLAGS=$sav_LDFLAGS; LIBS=$sav_LIBS + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +fi + + +else + + # reset *_FOR_BUILD variables, if no cross compiling + CXX_FOR_BUILD=$CXX; CXXFLAGS_FOR_BUILD=$CXXFLAGS; CXXCPP_FOR_BUILD=$CXXCPP + CPPFLAGS_FOR_BUILD=$CPPFLAGS; LDFLAGS_FOR_BUILD=$LDFLAGS; LIBS_FOR_BUILD=$LIBS + +fi + + +# Check for programs + #AC_PROG_AR ? +for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # 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_AR="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$AR" && break +done +test -n "$AR" || AR="AR=ar" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_RANLIB="ranlib" + 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_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +# By default we simply use the C compiler to build assembly code. + +test "${CCAS+set}" = set || CCAS=$CC +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS + + + +depcc="$CCAS" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CCAS_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CCAS_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CCAS_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; } +CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then + am__fastdepCCAS_TRUE= + am__fastdepCCAS_FALSE='#' +else + am__fastdepCCAS_TRUE='#' + am__fastdepCCAS_FALSE= +fi + + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Header files, types, and functions" +fi + + + +# Check for header files + + +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + + + +for ac_header in stdint.h inttypes.h fnmatch.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +# Check for datatypes +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef size_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_size_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for void*" >&5 +echo $ECHO_N "checking for void*... $ECHO_C" >&6; } +if test "${ac_cv_type_voidp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef void* ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_voidp=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_voidp=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_voidp" >&5 +echo "${ECHO_T}$ac_cv_type_voidp" >&6; } + +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of void*" >&5 +echo $ECHO_N "checking size of void*... $ECHO_C" >&6; } +if test "${ac_cv_sizeof_voidp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_voidp=$ac_lo;; +'') if test "$ac_cv_type_voidp" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (void*) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_voidp=0 + fi ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef void* ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if (((long int) (sizeof (ac__type_sizeof_))) < 0) + { + long int i = longval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_voidp=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +if test "$ac_cv_type_voidp" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (void*) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_voidp=0 + fi +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val +fi +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_voidp" >&5 +echo "${ECHO_T}$ac_cv_sizeof_voidp" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_VOIDP $ac_cv_sizeof_voidp +_ACEOF + + +{ echo "$as_me:$LINENO: checking for int" >&5 +echo $ECHO_N "checking for int... $ECHO_C" >&6; } +if test "${ac_cv_type_int+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef int ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_int=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_int=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 +echo "${ECHO_T}$ac_cv_type_int" >&6; } + +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of int" >&5 +echo $ECHO_N "checking size of int... $ECHO_C" >&6; } +if test "${ac_cv_sizeof_int+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_int=$ac_lo;; +'') if test "$ac_cv_type_int" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (int) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef int ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if (((long int) (sizeof (ac__type_sizeof_))) < 0) + { + long int i = longval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_int=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +if test "$ac_cv_type_int" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (int) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val +fi +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_INT $ac_cv_sizeof_int +_ACEOF + + +{ echo "$as_me:$LINENO: checking for long" >&5 +echo $ECHO_N "checking for long... $ECHO_C" >&6; } +if test "${ac_cv_type_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef long ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_long=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 +echo "${ECHO_T}$ac_cv_type_long" >&6; } + +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of long" >&5 +echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +if test "${ac_cv_sizeof_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_long=$ac_lo;; +'') if test "$ac_cv_type_long" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if (((long int) (sizeof (ac__type_sizeof_))) < 0) + { + long int i = longval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_long=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +if test "$ac_cv_type_long" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val +fi +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_LONG $ac_cv_sizeof_long +_ACEOF + + +{ echo "$as_me:$LINENO: checking for mode_t" >&5 +echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } +if test "${ac_cv_type_mode_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef mode_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_mode_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_mode_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 +echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } + +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of mode_t" >&5 +echo $ECHO_N "checking size of mode_t... $ECHO_C" >&6; } +if test "${ac_cv_sizeof_mode_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_mode_t=$ac_lo;; +'') if test "$ac_cv_type_mode_t" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (mode_t) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (mode_t) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_mode_t=0 + fi ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef mode_t ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if (((long int) (sizeof (ac__type_sizeof_))) < 0) + { + long int i = longval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_mode_t=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +if test "$ac_cv_type_mode_t" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (mode_t) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (mode_t) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_mode_t=0 + fi +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val +fi +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_mode_t" >&5 +echo "${ECHO_T}$ac_cv_sizeof_mode_t" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_MODE_T $ac_cv_sizeof_mode_t +_ACEOF + + + +# Check for library functions +#AC_REPLACE_FNMATCH +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC + + + +for ac_func in atexit gethostname setenv +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + +# Check for OTF + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Open Trace Format (OTF) library and tools" +fi + + + + otf_error="no" + + OTFDIR= + OTFINCDIR= + OTFLIBDIR= + + +# Check whether --with-extern-otf was given. +if test "${with_extern_otf+set}" = set; then + withval=$with_extern_otf; use_extern_otf="yes" +else + use_extern_otf="no" +fi + + + +# Check whether --with-extern-otf-dir was given. +if test "${with_extern_otf_dir+set}" = set; then + withval=$with_extern_otf_dir; OTFDIR="$withval/" +fi + + + +# Check whether --with-extern-otf-inc-dir was given. +if test "${with_extern_otf_inc_dir+set}" = set; then + withval=$with_extern_otf_inc_dir; OTFINCDIR="-I$withval/" +else + if test x"$OTFDIR" != x; then + OTFINCDIR="-I$OTFDIR"include/ +fi + +fi + + + +# Check whether --with-extern-otf-lib-dir was given. +if test "${with_extern_otf_lib_dir+set}" = set; then + withval=$with_extern_otf_lib_dir; OTFLIBDIR="-L$withval/" +else + if test x"$OTFDIR" != x; then + OTFLIBDIR="-L$OTFDIR"lib/ +fi + +fi + + + +# Check whether --with-otf-lib was given. +if test "${with_otf_lib+set}" = set; then + withval=$with_otf_lib; OTFLIB="$withval" +fi + + + +# Check whether --with-otf-flags was given. +if test "${with_otf_flags+set}" = set; then + withval=$with_otf_flags; OTFFLAGS="$withval" +fi + + + if test "$use_extern_otf" = "yes"; then + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $OTFINCDIR" + if test "${ac_cv_header_otf_h+set}" = set; then + { echo "$as_me:$LINENO: checking for otf.h" >&5 +echo $ECHO_N "checking for otf.h... $ECHO_C" >&6; } +if test "${ac_cv_header_otf_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_otf_h" >&5 +echo "${ECHO_T}$ac_cv_header_otf_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking otf.h usability" >&5 +echo $ECHO_N "checking otf.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking otf.h presence" >&5 +echo $ECHO_N "checking otf.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: otf.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: otf.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: otf.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: otf.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: otf.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: otf.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: otf.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: otf.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: otf.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: otf.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: otf.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for otf.h" >&5 +echo $ECHO_N "checking for otf.h... $ECHO_C" >&6; } +if test "${ac_cv_header_otf_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_otf_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_otf_h" >&5 +echo "${ECHO_T}$ac_cv_header_otf_h" >&6; } + +fi +if test $ac_cv_header_otf_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no otf.h found; check path for OTF package first..." >&5 +echo "$as_me: error: no otf.h found; check path for OTF package first..." >&6;} + otf_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$OTFLIB" = x -a "$otf_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $OTFLIBDIR -lotf -lz" + { echo "$as_me:$LINENO: checking whether linking with -lotf -lz works" >&5 +echo $ECHO_N "checking whether linking with -lotf -lz works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; OTFLIB="-lotf -lz" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$OTFLIB" = x -a "$otf_error" = "no"; then + + { echo "$as_me:$LINENO: error: no libotf found; check path for OTF package first..." >&5 +echo "$as_me: error: no libotf found; check path for OTF package first..." >&6;} + otf_error="yes" + +fi + + +else + + otf_parent_dir=`pwd` + otf_dir="extlib/otf" + + { echo "$as_me:$LINENO: configuring in $otf_dir ($otf_parent_dir/$otf_dir)" >&5 +echo "$as_me: configuring in $otf_dir ($otf_parent_dir/$otf_dir)" >&6;} + + if test "$srcdir" != "."; then + + test -d "$otf_dir" || + mkdir -p "$otf_dir" || + { { echo "$as_me:$LINENO: error: cannot create $otf_dir" >&5 +echo "$as_me: error: cannot create $otf_dir" >&2;} + { (exit 1); exit 1; }; } + +fi + + + cd $otf_dir + + case $srcdir in + .) + otf_srcdir="$srcdir" + ;; + /*) + otf_srcdir="$srcdir/$otf_dir" + ;; + *) + otf_srcdir="../../$srcdir/$otf_dir" + ;; + esac + + otf_conf_cmd="$otf_srcdir/configure" + otf_conf_args="" + if test x"$cross_compiling" = "xyes"; then + if test ! -z $build; then + otf_conf_args="$otf_conf_args --build=$build" +fi + + if test ! -z $host; then + otf_conf_args="$otf_conf_args --host=$host" +fi + +fi + + otf_conf_args="$otf_conf_args --prefix=\"$prefix\" --exec-prefix=\"$exec_prefix\" --bindir=\"$bindir\" --libdir=\"$libdir\" --includedir=\"$includedir\" --datarootdir=\"$datarootdir\" --datadir=\"$datadir\" --docdir=\"$docdir\" $OTFFLAGS --cache-file=\"/dev/null\" --srcdir=\"$otf_srcdir\"" + + { echo "$as_me:$LINENO: running $SHELL $otf_conf_cmd $otf_conf_args" >&5 +echo "$as_me: running $SHELL $otf_conf_cmd $otf_conf_args" >&6;} + eval "$SHELL '$otf_conf_cmd' $otf_conf_args" + if test $? != "0"; then + { { echo "$as_me:$LINENO: error: $otf_conf_cmd failed for $otf_dir" >&5 +echo "$as_me: error: $otf_conf_cmd failed for $otf_dir" >&2;} + { (exit 1); exit 1; }; } +fi + + + cd $otf_parent_dir + + OTFINCDIR= + OTFLIBDIR= + if test x"$OTFLIB" = x; then + OTFLIB="-lotf -lz" +fi + + +fi + + + + + + + +if test x"$use_extern_otf" = "xyes" -a x"$otf_error" = "xyes"; then + exit 1 +fi + + if test x"$use_extern_otf" = "xyes"; then + AMEXTERNOTF_TRUE= + AMEXTERNOTF_FALSE='#' +else + AMEXTERNOTF_TRUE='#' + AMEXTERNOTF_FALSE= +fi + + +# Check for platform + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Platform specific setup" +fi + + + + PLATFORM= + + { echo "$as_me:$LINENO: checking for platform" >&5 +echo $ECHO_N "checking for platform... $ECHO_C" >&6; } + + +# Check whether --with-platform was given. +if test "${with_platform+set}" = set; then + withval=$with_platform; + PLATFORM=$withval + { echo "$as_me:$LINENO: result: skipped (--with-platform=$withval)" >&5 +echo "${ECHO_T}skipped (--with-platform=$withval)" >&6; } + +else + + case $host_os in + linux*) + if test "$host_cpu" = "ia64" -a -f /etc/sgi-release; then + PLATFORM=altix +else + if test "$host_cpu" = "powerpc64" -a -d /bgl/BlueLight; then + PLATFORM=bgl +else + if test "$host_cpu" = "x86_64" -a -d /opt/xt-boot; then + PLATFORM=crayxt3 +else + PLATFORM=linux +fi + +fi + +fi + + ;; + sunos* | solaris*) + PLATFORM=sun + ;; + darwin*) + PLATFORM=macos + ;; + irix*) + if test "$host_cpu" = "mips"; then + PLATFORM="origin" +fi + + ;; + aix*) + PLATFORM=ibm + ;; + unicosmp*) + PLATFORM=crayx1 + ;; + superux*) + PLATFORM=necsx + ;; + esac + + if test x"$PLATFORM" = x; then + + { echo "$as_me:$LINENO: WARNING: unknown platform '$host'! using generic configuration" >&5 +echo "$as_me: WARNING: unknown platform '$host'! using generic configuration" >&2;} + PLATFORM=generic + +else + + { echo "$as_me:$LINENO: result: $PLATFORM" >&5 +echo "${ECHO_T}$PLATFORM" >&6; } + +fi + + +fi + + + +cat >>confdefs.h <<\_ACEOF +#define DISABLE_CLOCK_SYNC 0 +_ACEOF + + + case $PLATFORM in + linux) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_GETTIMEOFDAY 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CLOCK_GETTIME 2 +_ACEOF + + case $host_cpu in + mips*) + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_GETTIMEOFDAY +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_GETTIMEOFDAY" >&5 +echo "$as_me: selected timer: TIMER_GETTIMEOFDAY" >&6;} + ;; + *) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CYCLE_COUNTER 3 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_CYCLE_COUNTER +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_CYCLE_COUNTER" >&5 +echo "$as_me: selected timer: TIMER_CYCLE_COUNTER" >&6;} + ;; + esac + ;; + macos) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CYCLE_COUNTER 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_GETTIMEOFDAY 2 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_CYCLE_COUNTER +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_CYCLE_COUNTER" >&5 +echo "$as_me: selected timer: TIMER_CYCLE_COUNTER" >&6;} + ;; + altix) + mmtimer_found=no + +for ac_header in linux/mmtimer.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + mmtimer_found=yes +else + +for ac_header in sn/mmtimer.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + mmtimer_found=yes +else + +for ac_header in mmtimer.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + mmtimer_found=yes +fi + +done + +fi + +done + +fi + +done + + if test x"$mmtimer_found" = "xyes"; then + + use_timer=TIMER_MMTIMER + +else + + { echo "$as_me:$LINENO: WARNING: no mmtimer.h found; using \`clock_gettime'" >&5 +echo "$as_me: WARNING: no mmtimer.h found; using \`clock_gettime'" >&2;} + use_timer=TIMER_CLOCK_GETTIME + +fi + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_MMTIMER 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CLOCK_GETTIME 2 +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define TIMER $use_timer +_ACEOF + + { echo "$as_me:$LINENO: selected timer: $use_timer" >&5 +echo "$as_me: selected timer: $use_timer" >&6;} + ;; + bgl) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_RTS_GET_TIMEBASE 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_RTS_GET_TIMEBASE +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_RTS_GET_TIMEBASE" >&5 +echo "$as_me: selected timer: TIMER_RTS_GET_TIMEBASE" >&6;} + ;; + ibm) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_POWER_REALTIME 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_SWITCH_CLOCK 2 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_POWER_REALTIME +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_POWER_REALTIME" >&5 +echo "$as_me: selected timer: TIMER_POWER_REALTIME" >&6;} + ;; + sun) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_GETHRTIME 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_GETHRTIME +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_GETHRTIME" >&5 +echo "$as_me: selected timer: TIMER_GETHRTIME" >&6;} + ;; + necsx) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_SYSSX_HGTIME 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_SYSSX_HGTIME +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_SYSSX_HGTIME" >&5 +echo "$as_me: selected timer: TIMER_SYSSX_HGTIME" >&6;} + ;; + crayt3e) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CRAY_RTCLOCK 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_CRAY_RTCLOCK +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_CRAY_RTCLOCK" >&5 +echo "$as_me: selected timer: TIMER_CRAY_RTCLOCK" >&6;} + ;; + crayx1) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_GETTIMEOFDAY 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_RTC 2 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_GETTIMEOFDAY +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_GETTIMEOFDAY" >&5 +echo "$as_me: selected timer: TIMER_GETTIMEOFDAY" >&6;} + ;; + crayxt3) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_DCLOCK 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_DCLOCK +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_DCLOCK" >&5 +echo "$as_me: selected timer: TIMER_DCLOCK" >&6;} + ;; + origin) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_CLOCK_GETTIME 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_CLOCK_GETTIME +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_CLOCK_GETTIME" >&5 +echo "$as_me: selected timer: TIMER_CLOCK_GETTIME" >&6;} + ;; + generic) + +cat >>confdefs.h <<\_ACEOF +#define TIMER_GETTIMEOFDAY 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_GETTIMEOFDAY +_ACEOF + + { echo "$as_me:$LINENO: selected timer: TIMER_GETTIMEOFDAY" >&5 +echo "$as_me: selected timer: TIMER_GETTIMEOFDAY" >&6;} + ;; + esac + + + + +# Check for compiler instrumentation + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Compiler instrumentation" +fi + + + + compinst_error="no" + check_compinst="yes" + force_compinst="no" + build_compinst_gnu="no" + build_compinst_intel="no" + build_compinst_pgi="no" + build_compinst_phat="no" + build_compinst_xl="no" + build_compinst_ftrace="no" + compinst_list= + compinst_default= + + + + # Check whether --enable-compinst was given. +if test "${enable_compinst+set}" = set; then + enableval=$enable_compinst; if test x"$enableval" = "xno"; then + check_compinst="no" +else + enable_compinst="$enableval" +fi + +fi + + + if test x"$check_compinst" = "xyes"; then + + { echo "$as_me:$LINENO: checking for compiler instrumentation" >&5 +echo $ECHO_N "checking for compiler instrumentation... $ECHO_C" >&6; } + + if test x"$enable_compinst" != x; then + force_compinst="yes" +fi + + if test x"$enable_compinst" = "xyes"; then + enable_compinst="" +fi + + + if test x"$enable_compinst" != x; then + + compinst_list=`echo $enable_compinst | sed -e 's/,/ /g'` + first="yes" + for ci in $compinst_list + do + case $ci in + gnu) + build_compinst_gnu="yes" + if test x"$first" = "xyes"; then + compinst_default="gnu" +fi + + ;; + intel) + build_compinst_intel="yes" + if test x"$first" = "xyes"; then + compinst_default="intel" +fi + + ;; + pgi) + build_compinst_pgi="yes" + if test x"$first" = "xyes"; then + compinst_default="pgi" +fi + + ;; + phat) + build_compinst_phat="yes" + if test x"$first" = "xyes"; then + compinst_default="phat" +fi + + ;; + xl) + build_compinst_xl="yes" + if test x"$first" = "xyes"; then + compinst_default="xl" +fi + + ;; + ftrace) + build_compinst_ftrace="yes" + if test x"$first" = "xyes"; then + compinst_default="ftrace" +fi + + ;; + *) + { { echo "$as_me:$LINENO: error: unknown compiler instrumentation '$ci'!" >&5 +echo "$as_me: error: unknown compiler instrumentation '$ci'!" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + first="no" + done + { echo "$as_me:$LINENO: result: skipped (--enable-compinst=$enable_compinst)" >&5 +echo "${ECHO_T}skipped (--enable-compinst=$enable_compinst)" >&6; } + +else + + base_CC=`basename $CC` + case $base_CC in + gcc* | scgcc* | ppu-gcc*) + build_compinst_gnu="yes" + compinst_default="gnu" + { echo "$as_me:$LINENO: result: gnu" >&5 +echo "${ECHO_T}gnu" >&6; } + ;; + icc*) + compver=`$CC -dumpversion | cut -d '.' -f 1` + if test $compver -ge 10; then + + build_compinst_intel="yes" + compinst_default="intel" + { echo "$as_me:$LINENO: result: intel" >&5 +echo "${ECHO_T}intel" >&6; } + +fi + + ;; + pgcc*) + build_compinst_pgi="yes" + compinst_default="pgi" + { echo "$as_me:$LINENO: result: pgi" >&5 +echo "${ECHO_T}pgi" >&6; } + ;; + xlc* | blrts_xlc*) + build_compinst_xl="yes" + compinst_default="xl" + { echo "$as_me:$LINENO: result: xl" >&5 +echo "${ECHO_T}xl" >&6; } + ;; + suncc*) + build_compinst_phat="yes" + compinst_default="phat" + { echo "$as_me:$LINENO: result: phat" >&5 +echo "${ECHO_T}phat" >&6; } + ;; + cc*) + if test x"$PLATFORM" = "xsun"; then + + build_compinst_phat="yes" + compinst_default="phat" + { echo "$as_me:$LINENO: result: phat" >&5 +echo "${ECHO_T}phat" >&6; } + +fi + + if test x"$PLATFORM" = "xnecsx"; then + + build_compinst_ftrace="yes" + compinst_default="ftrace" + { echo "$as_me:$LINENO: result: ftrace" >&5 +echo "${ECHO_T}ftrace" >&6; } + +fi + + ;; + sxcc*) + build_compinst_ftrace="yes" + compinst_default="ftrace" + { echo "$as_me:$LINENO: result: ftrace" >&5 +echo "${ECHO_T}ftrace" >&6; } + ;; + *) + { echo "$as_me:$LINENO: error: unknown compiler '$base_CC' for instrumentation!" >&5 +echo "$as_me: error: unknown compiler '$base_CC' for instrumentation!" >&6;} + compinst_error="yes" + ;; + esac + + compinst_list=$compinst_default + +fi + + + if test x"$build_compinst_gnu" = "xyes" -o x"$build_compinst_intel" = "xyes"; then + + + bfd_error="no" + have_bfd="no" + + BFDDIR= + BFDINCDIR= + BFDLIBDIR= + BFDLIB= + + +# Check whether --with-bfd-dir was given. +if test "${with_bfd_dir+set}" = set; then + withval=$with_bfd_dir; BFDDIR="$withval/" +fi + + + +# Check whether --with-bfd-inc-dir was given. +if test "${with_bfd_inc_dir+set}" = set; then + withval=$with_bfd_inc_dir; BFDINCDIR="-I$withval/" +else + if test x"$BFDDIR" != x; then + BFDINCDIR="-I$BFDDIR"include/ +fi + +fi + + + +# Check whether --with-bfd-lib-dir was given. +if test "${with_bfd_lib_dir+set}" = set; then + withval=$with_bfd_lib_dir; BFDLIBDIR="-L$withval/" +else + if test x"$BFDDIR" != x; then + BFDLIBDIR="-L$BFDDIR"lib/ +fi + +fi + + + +# Check whether --with-bfd-lib was given. +if test "${with_bfd_lib+set}" = set; then + withval=$with_bfd_lib; BFDLIB="$withval" +fi + + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $BFDINCDIR" + if test "${ac_cv_header_bfd_h+set}" = set; then + { echo "$as_me:$LINENO: checking for bfd.h" >&5 +echo $ECHO_N "checking for bfd.h... $ECHO_C" >&6; } +if test "${ac_cv_header_bfd_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_bfd_h" >&5 +echo "${ECHO_T}$ac_cv_header_bfd_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking bfd.h usability" >&5 +echo $ECHO_N "checking bfd.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking bfd.h presence" >&5 +echo $ECHO_N "checking bfd.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: bfd.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: bfd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: bfd.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: bfd.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: bfd.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: bfd.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: bfd.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: bfd.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: bfd.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: bfd.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: bfd.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for bfd.h" >&5 +echo $ECHO_N "checking for bfd.h... $ECHO_C" >&6; } +if test "${ac_cv_header_bfd_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_bfd_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_bfd_h" >&5 +echo "${ECHO_T}$ac_cv_header_bfd_h" >&6; } + +fi +if test $ac_cv_header_bfd_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no bfd.h found; check path for BFD package first..." >&5 +echo "$as_me: error: no bfd.h found; check path for BFD package first..." >&6;} + bfd_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$BFDLIB" = x -a "$bfd_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $BFDLIBDIR -lbfd" + { echo "$as_me:$LINENO: checking whether linking with -lbfd works" >&5 +echo $ECHO_N "checking whether linking with -lbfd works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; BFDLIB=-lbfd +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$BFDLIB" = x -a "$bfd_error" = "no"; then + + { echo "$as_me:$LINENO: error: no libbfd found; check path for BFD package first..." >&5 +echo "$as_me: error: no libbfd found; check path for BFD package first..." >&6;} + bfd_error="yes" + +fi + + + if test x"$BFDLIB" != x -a "$bfd_error" = "no"; then + have_bfd="yes" +fi + + + + + + + if test x"$bfd_error" = "xno"; then + + gnudmgl_error="no" + + + liberty_error="no" + have_liberty="no" + + LIBERTYDIR= + LIBERTYINCDIR= + LIBERTYLIBDIR= + LIBERTYLIB= + + +# Check whether --with-liberty-dir was given. +if test "${with_liberty_dir+set}" = set; then + withval=$with_liberty_dir; LIBERTYDIR="$withval/" +fi + + + +# Check whether --with-liberty-inc-dir was given. +if test "${with_liberty_inc_dir+set}" = set; then + withval=$with_liberty_inc_dir; LIBERTYINCDIR="-I$withval/" +else + if test x"$LIBERTYDIR" != x; then + LIBERTYINCDIR="-I$LIBERTYDIR"include/ +fi + +fi + + + +# Check whether --with-liberty-lib-dir was given. +if test "${with_liberty_lib_dir+set}" = set; then + withval=$with_liberty_lib_dir; LIBERTYLIBDIR="-L$withval/" +else + if test x"$LIBERTYDIR" != x; then + LIBERTYLIBDIR="-L$LIBERTYDIR"lib/ +fi + +fi + + + +# Check whether --with-liberty-lib was given. +if test "${with_liberty_lib+set}" = set; then + withval=$with_liberty_lib; LIBERTYLIB="$withval" +fi + + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $LIBERTYINCDIR" + if test "${ac_cv_header_libiberty_h+set}" = set; then + { echo "$as_me:$LINENO: checking for libiberty.h" >&5 +echo $ECHO_N "checking for libiberty.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libiberty_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libiberty_h" >&5 +echo "${ECHO_T}$ac_cv_header_libiberty_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking libiberty.h usability" >&5 +echo $ECHO_N "checking libiberty.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking libiberty.h presence" >&5 +echo $ECHO_N "checking libiberty.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: libiberty.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: libiberty.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: libiberty.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: libiberty.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: libiberty.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: libiberty.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: libiberty.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: libiberty.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libiberty.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: libiberty.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for libiberty.h" >&5 +echo $ECHO_N "checking for libiberty.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libiberty_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_libiberty_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libiberty_h" >&5 +echo "${ECHO_T}$ac_cv_header_libiberty_h" >&6; } + +fi +if test $ac_cv_header_libiberty_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no libiberty.h found; check path for LIBERTY package first..." >&5 +echo "$as_me: error: no libiberty.h found; check path for LIBERTY package first..." >&6;} + liberty_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $LIBERTYLIBDIR -liberty" + { echo "$as_me:$LINENO: checking whether linking with -liberty works" >&5 +echo $ECHO_N "checking whether linking with -liberty works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; LIBERTYLIB=-liberty +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"; then + + { echo "$as_me:$LINENO: error: no libiberty found; check path for LIBERTY package first..." >&5 +echo "$as_me: error: no libiberty found; check path for LIBERTY package first..." >&6;} + liberty_error="yes" + +fi + + + if test x"$LIBERTYLIB" != x -a x"$liberty_error" = "xno"; then + have_liberty="yes" +fi + + + + + + + + if test x"$LIBERTYLIB" = x; then + gnudmgl_error="yes" +else + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $LIBERTYINCDIR" + if test "${ac_cv_header_demangle_h+set}" = set; then + { echo "$as_me:$LINENO: checking for demangle.h" >&5 +echo $ECHO_N "checking for demangle.h... $ECHO_C" >&6; } +if test "${ac_cv_header_demangle_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_demangle_h" >&5 +echo "${ECHO_T}$ac_cv_header_demangle_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking demangle.h usability" >&5 +echo $ECHO_N "checking demangle.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking demangle.h presence" >&5 +echo $ECHO_N "checking demangle.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: demangle.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: demangle.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: demangle.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: demangle.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: demangle.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: demangle.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: demangle.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: demangle.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: demangle.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: demangle.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: demangle.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for demangle.h" >&5 +echo $ECHO_N "checking for demangle.h... $ECHO_C" >&6; } +if test "${ac_cv_header_demangle_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_demangle_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_demangle_h" >&5 +echo "${ECHO_T}$ac_cv_header_demangle_h" >&6; } + +fi +if test $ac_cv_header_demangle_h = yes; then + : +else + gnudmgl_error="yes" +fi + + + CPPFLAGS=$sav_CPPFLAGS + +fi + + + if test x"$gnudmgl_error" = "xno"; then + + +cat >>confdefs.h <<\_ACEOF +#define HAVE_GNU_DEMANGLE 1 +_ACEOF + + +fi + + +else + { echo "$as_me:$LINENO: WARNING: no usable BFD found; using nm-output file for addr./symbol mapping" >&5 +echo "$as_me: WARNING: no usable BFD found; using nm-output file for addr./symbol mapping" >&2;} +fi + + +fi + + +fi + + +if test x"$force_compinst" = "xyes" -a x"$compinst_error" = "xyes"; then + exit 1 +fi + +if test x"$enable_config_titles" = "xyes" -a x"$check_compinst" = "xno"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + if test x"$build_compinst_gnu" = "xyes"; then + AMBUILDCOMPINST_GNU_TRUE= + AMBUILDCOMPINST_GNU_FALSE='#' +else + AMBUILDCOMPINST_GNU_TRUE='#' + AMBUILDCOMPINST_GNU_FALSE= +fi + + if test x"$build_compinst_intel" = "xyes"; then + AMBUILDCOMPINST_INTEL_TRUE= + AMBUILDCOMPINST_INTEL_FALSE='#' +else + AMBUILDCOMPINST_INTEL_TRUE='#' + AMBUILDCOMPINST_INTEL_FALSE= +fi + + if test x"$build_compinst_pgi" = "xyes"; then + AMBUILDCOMPINST_PGI_TRUE= + AMBUILDCOMPINST_PGI_FALSE='#' +else + AMBUILDCOMPINST_PGI_TRUE='#' + AMBUILDCOMPINST_PGI_FALSE= +fi + + if test x"$build_compinst_phat" = "xyes"; then + AMBUILDCOMPINST_PHAT_TRUE= + AMBUILDCOMPINST_PHAT_FALSE='#' +else + AMBUILDCOMPINST_PHAT_TRUE='#' + AMBUILDCOMPINST_PHAT_FALSE= +fi + + if test x"$build_compinst_xl" = "xyes"; then + AMBUILDCOMPINST_XL_TRUE= + AMBUILDCOMPINST_XL_FALSE='#' +else + AMBUILDCOMPINST_XL_TRUE='#' + AMBUILDCOMPINST_XL_FALSE= +fi + + if test x"$build_compinst_ftrace" = "xyes"; then + AMBUILDCOMPINST_FTRACE_TRUE= + AMBUILDCOMPINST_FTRACE_FALSE='#' +else + AMBUILDCOMPINST_FTRACE_TRUE='#' + AMBUILDCOMPINST_FTRACE_FALSE= +fi + + if test x"$have_bfd" = "xyes"; then + AMHAVEBFD_TRUE= + AMHAVEBFD_FALSE='#' +else + AMHAVEBFD_TRUE='#' + AMHAVEBFD_FALSE= +fi + + +# Check for binary instrumentation by Dyninst + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Binary instrumentation by Dyninst" +fi + + + + + dyninst_error="no" + dynattlib_error="no" + check_dyninst="yes" + force_dyninst="no" + check_dynattlib="yes" + force_dynattlib="no" + build_dynattlib="no" + have_dyninst="no" + + DYNIDIR= + DYNIINCDIR= + DYNILIBDIR= + DYNILIB= + VTDYNATTLIB= + + # Check whether --enable-dyninst was given. +if test "${enable_dyninst+set}" = set; then + enableval=$enable_dyninst; if test x"$enableval" = "xyes"; then + force_dyninst="yes" +else + check_dyninst="no" +fi + +fi + + + # Check whether --enable-dyninst-attlib was given. +if test "${enable_dyninst_attlib+set}" = set; then + enableval=$enable_dyninst_attlib; if test x"$enableval" = "xyes"; then + force_dyninst="yes"; check_dyninst="yes"; force_dynattlib="yes"; build_dynattlib="yes" +else + check_dynattlib="no" +fi + +fi + + + +# Check whether --with-dyninst-dir was given. +if test "${with_dyninst_dir+set}" = set; then + withval=$with_dyninst_dir; DYNIDIR="$withval/" +fi + + + +# Check whether --with-dyninst-inc-dir was given. +if test "${with_dyninst_inc_dir+set}" = set; then + withval=$with_dyninst_inc_dir; DYNIINCDIR="-I$withval/" +else + if test x"$DYNIDIR" != x; then + DYNIINCDIR="-I$DYNIDIR"include/ +fi + +fi + + + +# Check whether --with-dyninst-lib-dir was given. +if test "${with_dyninst_lib_dir+set}" = set; then + withval=$with_dyninst_lib_dir; DYNILIBDIR="-L$withval/" +else + if test x"$DYNIDIR" != x; then + DYNILIBDIR="-L$DYNIDIR"lib/ +fi + +fi + + + +# Check whether --with-dyninst-lib was given. +if test "${with_dyninst_lib+set}" = set; then + withval=$with_dyninst_lib; DYNILIB="$withval" +fi + + + if test "$check_dyninst" = "yes"; then + + if test x"$liberty_error" = x; then + + liberty_error="no" + have_liberty="no" + + LIBERTYDIR= + LIBERTYINCDIR= + LIBERTYLIBDIR= + LIBERTYLIB= + + +# Check whether --with-liberty-dir was given. +if test "${with_liberty_dir+set}" = set; then + withval=$with_liberty_dir; LIBERTYDIR="$withval/" +fi + + + +# Check whether --with-liberty-inc-dir was given. +if test "${with_liberty_inc_dir+set}" = set; then + withval=$with_liberty_inc_dir; LIBERTYINCDIR="-I$withval/" +else + if test x"$LIBERTYDIR" != x; then + LIBERTYINCDIR="-I$LIBERTYDIR"include/ +fi + +fi + + + +# Check whether --with-liberty-lib-dir was given. +if test "${with_liberty_lib_dir+set}" = set; then + withval=$with_liberty_lib_dir; LIBERTYLIBDIR="-L$withval/" +else + if test x"$LIBERTYDIR" != x; then + LIBERTYLIBDIR="-L$LIBERTYDIR"lib/ +fi + +fi + + + +# Check whether --with-liberty-lib was given. +if test "${with_liberty_lib+set}" = set; then + withval=$with_liberty_lib; LIBERTYLIB="$withval" +fi + + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $LIBERTYINCDIR" + if test "${ac_cv_header_libiberty_h+set}" = set; then + { echo "$as_me:$LINENO: checking for libiberty.h" >&5 +echo $ECHO_N "checking for libiberty.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libiberty_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libiberty_h" >&5 +echo "${ECHO_T}$ac_cv_header_libiberty_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking libiberty.h usability" >&5 +echo $ECHO_N "checking libiberty.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking libiberty.h presence" >&5 +echo $ECHO_N "checking libiberty.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: libiberty.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: libiberty.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: libiberty.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: libiberty.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: libiberty.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: libiberty.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: libiberty.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: libiberty.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libiberty.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: libiberty.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: libiberty.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for libiberty.h" >&5 +echo $ECHO_N "checking for libiberty.h... $ECHO_C" >&6; } +if test "${ac_cv_header_libiberty_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_libiberty_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_libiberty_h" >&5 +echo "${ECHO_T}$ac_cv_header_libiberty_h" >&6; } + +fi +if test $ac_cv_header_libiberty_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no libiberty.h found; check path for LIBERTY package first..." >&5 +echo "$as_me: error: no libiberty.h found; check path for LIBERTY package first..." >&6;} + liberty_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $LIBERTYLIBDIR -liberty" + { echo "$as_me:$LINENO: checking whether linking with -liberty works" >&5 +echo $ECHO_N "checking whether linking with -liberty works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; LIBERTYLIB=-liberty +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$LIBERTYLIB" = x -a x"$liberty_error" = "xno"; then + + { echo "$as_me:$LINENO: error: no libiberty found; check path for LIBERTY package first..." >&5 +echo "$as_me: error: no libiberty found; check path for LIBERTY package first..." >&6;} + liberty_error="yes" + +fi + + + if test x"$LIBERTYLIB" != x -a x"$liberty_error" = "xno"; then + have_liberty="yes" +fi + + + + + + +fi + + if test x"$have_liberty" = "xno"; then + dyninst_error="yes" +fi + + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + if test x"$dyninst_error" = "xno"; then + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $DYNIINCDIR" + if test "${ac_cv_header_BPatch_h+set}" = set; then + { echo "$as_me:$LINENO: checking for BPatch.h" >&5 +echo $ECHO_N "checking for BPatch.h... $ECHO_C" >&6; } +if test "${ac_cv_header_BPatch_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_BPatch_h" >&5 +echo "${ECHO_T}$ac_cv_header_BPatch_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking BPatch.h usability" >&5 +echo $ECHO_N "checking BPatch.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking BPatch.h presence" >&5 +echo $ECHO_N "checking BPatch.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: BPatch.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: BPatch.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: BPatch.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: BPatch.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: BPatch.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: BPatch.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: BPatch.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: BPatch.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: BPatch.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: BPatch.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: BPatch.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for BPatch.h" >&5 +echo $ECHO_N "checking for BPatch.h... $ECHO_C" >&6; } +if test "${ac_cv_header_BPatch_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_BPatch_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_BPatch_h" >&5 +echo "${ECHO_T}$ac_cv_header_BPatch_h" >&6; } + +fi +if test $ac_cv_header_BPatch_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no BPatch.h found; check path for Dyninst package first..." >&5 +echo "$as_me: error: no BPatch.h found; check path for Dyninst package first..." >&6;} + dyninst_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + +fi + + + if test x"$DYNILIB" = x -a x"$dyninst_error" = "xno"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $DYNILIBDIR -ldyninstAPI $LIBERTYLIBDIR $LIBERTYLIB" + { echo "$as_me:$LINENO: checking whether linking with -ldyninstAPI $LIBERTYLIB works" >&5 +echo $ECHO_N "checking whether linking with -ldyninstAPI $LIBERTYLIB works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; DYNILIB="-ldyninstAPI $LIBERTYLIBDIR $LIBERTYLIB" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test x"$DYNILIB" = x -a x"$dyninst_error" = "xno"; then + + { echo "$as_me:$LINENO: error: no libdyninstAPI found; check path for Dyninst package first..." >&5 +echo "$as_me: error: no libdyninstAPI found; check path for Dyninst package first..." >&6;} + dyninst_error="yes" + +fi + + + if test x"$DYNILIB" != x -a x"$dyninst_error" = "xno"; then + + have_dyninst="yes" + if test x"$check_dynattlib" = "xyes"; then + + + ldshflag_error="no" + + + + { echo "$as_me:$LINENO: checking for linker flag to create shared libraries" >&5 +echo $ECHO_N "checking for linker flag to create shared libraries... $ECHO_C" >&6; } + + + + if test x"$LDSHFLAG" != x; then + + { echo "$as_me:$LINENO: result: skipped (LDSHFLAG=$LDSHFLAG)" >&5 +echo "${ECHO_T}skipped (LDSHFLAG=$LDSHFLAG)" >&6; } + +else + + LDSHFLAG= + + ldshflag= + base_CC=`basename $CC` + case $base_CC in + gcc* | scgcc* | icc* | pgcc* | pathcc* | scpathcc* | suncc*) + ldshflag="-shared" + ;; + xlc* | blrts_xlc*) + ldshflag="-G" + ;; + cc*) + if test x"$PLATFORM" = "xmips"; then + ldshflag="-shared" +fi + + ;; + esac + + if test x"$ldshflag" != x; then + { echo "$as_me:$LINENO: result: $ldshflag" >&5 +echo "${ECHO_T}$ldshflag" >&6; } +else + { echo "$as_me:$LINENO: result: unknown" >&5 +echo "${ECHO_T}unknown" >&6; } +fi + + + LDSHFLAG=$ldshflag + +fi + + + if test x"$LDSHFLAG" = x; then + ldshflag_error="yes" +fi + + + if test x"$ldshflag_error" = "xno"; then + + build_dynattlib="yes" + VTDYNATTLIB="-lvt.dynatt" + +else + + { echo "$as_me:$LINENO: error: could not determine linker flag to create shared libraries!" >&5 +echo "$as_me: error: could not determine linker flag to create shared libraries!" >&6;} + dynattlib_error="yes" + +fi + + +fi + + +fi + + +fi + + + + + + + +if test x"$force_dyninst" = "xyes" -a x"$dyninst_error" = "xyes"; then + exit 1 +fi + +if test x"$force_dynattlib" = "xyes" -a x"$dynattlib_error" = "xyes"; then + exit 1 +fi + +if test x"$enable_config_titles" = "xyes" -a x"$check_dyninst" = "xno"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + if test x"$have_dyninst" = "xyes"; then + AMHAVEDYNINST_TRUE= + AMHAVEDYNINST_FALSE='#' +else + AMHAVEDYNINST_TRUE='#' + AMHAVEDYNINST_FALSE= +fi + + if test x"$have_dyninst" = "xyes" -a x"$LDSHFLAG" != "x"; then + AMBUILDDYNATTLIB_TRUE= + AMBUILDDYNATTLIB_FALSE='#' +else + AMBUILDDYNATTLIB_TRUE='#' + AMBUILDDYNATTLIB_FALSE= +fi + + if test x"$have_liberty" = "xyes"; then + AMHAVELIBERTY_TRUE= + AMHAVELIBERTY_FALSE='#' +else + AMHAVELIBERTY_TRUE='#' + AMHAVELIBERTY_FALSE= +fi + + +# Check for MPI and OpenMP +check_omp="yes"; build_omp="yes"; force_omp="no" +check_mpi="yes"; build_mpi="yes"; build_fmpi="no"; force_mpi="no" +build_hyb="yes" +# Check whether --enable-mpi was given. +if test "${enable_mpi+set}" = set; then + enableval=$enable_mpi; + if test x"$enableval" = "xyes"; then + force_mpi="yes" +else + check_mpi="no"; build_mpi="no" +fi + + +fi + + +# Check whether --enable-omp was given. +if test "${enable_omp+set}" = set; then + enableval=$enable_omp; + if test x"$enableval" = "xyes"; then + force_omp="yes" +else + check_omp="no"; build_omp="no" +fi + + +fi + + +# Check whether --enable-hyb was given. +if test "${enable_hyb+set}" = set; then + enableval=$enable_hyb; + if test x"$enableval" = "xyes"; then + check_omp="yes"; force_omp="yes" + check_mpi="yes"; force_mpi="yes" +else + build_hyb="no" +fi + + +else + check_omp="yes"; check_mpi="yes" +fi + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Message Passing Interface (MPI)" +fi + + + +if test x"$check_mpi" = "xyes"; then + + + mpi_error="no" + mpi_status_size= + have_mpio= + + MPIDIR= + MPIINCDIR= + MPILIBDIR= + MPILIB= + PMPILIB= + FMPILIB= + + + + + +# Check whether --with-mpi-dir was given. +if test "${with_mpi_dir+set}" = set; then + withval=$with_mpi_dir; MPIDIR="$withval/" +fi + + + +# Check whether --with-mpi-inc-dir was given. +if test "${with_mpi_inc_dir+set}" = set; then + withval=$with_mpi_inc_dir; MPIINCDIR="-I$withval/" +else + if test x"$MPIDIR" != x; then + MPIINCDIR="-I$MPIDIR"include/ +fi + +fi + + + +# Check whether --with-mpi-lib-dir was given. +if test "${with_mpi_lib_dir+set}" = set; then + withval=$with_mpi_lib_dir; MPILIBDIR="-L$withval/" +else + if test x"$MPIDIR" != x; then + MPILIBDIR="-L$MPIDIR"lib/ +fi + +fi + + + +# Check whether --with-mpi-lib was given. +if test "${with_mpi_lib+set}" = set; then + withval=$with_mpi_lib; MPILIB="$withval" +fi + + + +# Check whether --with-pmpi-lib was given. +if test "${with_pmpi_lib+set}" = set; then + withval=$with_pmpi_lib; PMPILIB="$withval" +fi + + + +# Check whether --with-fmpi-lib was given. +if test "${with_fmpi_lib+set}" = set; then + withval=$with_fmpi_lib; FMPILIB="$withval" +fi + + + +# Check whether --with-mpi-status-size was given. +if test "${with_mpi_status_size+set}" = set; then + withval=$with_mpi_status_size; + if test x"$withval" = "x" -o x"$withval" = "xyes" -o x"$withval" = "xno"; then + { { echo "$as_me:$LINENO: error: value of '--with-mpi-status-size' not properly set" >&5 +echo "$as_me: error: value of '--with-mpi-status-size' not properly set" >&2;} + { (exit 1); exit 1; }; } +else + mpi_status_size=$withval +fi + + +fi + + + +# Check whether --with-mpi-io was given. +if test "${with_mpi_io+set}" = set; then + withval=$with_mpi_io; have_mpio="$withval" +fi + + + # Check whether --enable-fmpi-lib was given. +if test "${enable_fmpi_lib+set}" = set; then + enableval=$enable_fmpi_lib; if test x"$enableval" = "xyes"; then + FMPILIB="-lvt.fmpi"; build_fmpi="yes" +fi + +fi + + + +# Check whether --with-mpi-native was given. +if test "${with_mpi_native+set}" = set; then + withval=$with_mpi_native; + if test x"$MPILIB" = x; then + MPILIB="-lmpi" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lvt.fmpi" +fi + + build_fmpi="yes" + +fi + + +# Check whether --with-mpich was given. +if test "${with_mpich+set}" = set; then + withval=$with_mpich; + if test x"$MPILIB" = x; then + MPILIB="-lmpich" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="-lpmpich $MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lfmpich" +fi + + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" + +fi + + +# Check whether --with-mpich2 was given. +if test "${with_mpich2+set}" = set; then + withval=$with_mpich2; + if test x"$MPILIB" = x; then + MPILIB="-lmpich" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lfmpich" +fi + + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" + +fi + + +# Check whether --with-lam was given. +if test "${with_lam+set}" = set; then + withval=$with_lam; + if test x"$MPILIB" = x; then + MPILIB="-lmpi -llam" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-llamf77mpi" +fi + + +fi + + +# Check whether --with-openmpi was given. +if test "${with_openmpi+set}" = set; then + withval=$with_openmpi; + if test x"$MPILIB" = x; then + MPILIB="-lmpi" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lvt.fmpi" +fi + + build_fmpi="yes" + +fi + + +# Check whether --with-hpmpi was given. +if test "${with_hpmpi+set}" = set; then + withval=$with_hpmpi; + if test x"$MPILIB" = x; then + MPILIB="-lmtmpi" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="-lmtpmpi" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lvt.fmpi" +fi + + build_fmpi="yes" + +fi + + +# Check whether --with-intelmpi was given. +if test "${with_intelmpi+set}" = set; then + withval=$with_intelmpi; + if test x"$MPILIB" = x; then + MPILIB="-lmpi" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lmpiif" +fi + + +fi + + +# Check whether --with-intelmpi2 was given. +if test "${with_intelmpi2+set}" = set; then + withval=$with_intelmpi2; + if test x"$MPILIB" = x; then + MPILIB="-lmpi" +fi + + if test x"$PMPILIB" = x; then + PMPILIB="$MPILIB" +fi + + if test x"$FMPILIB" = x; then + FMPILIB="-lmpiif" +fi + + +fi + + + for ac_prog in mpicc hcc mpcc mpcc_r mpxlc mpixlc cmpicc mpiicc +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_MPICC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$MPICC"; then + ac_cv_prog_MPICC="$MPICC" # 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_MPICC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +MPICC=$ac_cv_prog_MPICC +if test -n "$MPICC"; then + { echo "$as_me:$LINENO: result: $MPICC" >&5 +echo "${ECHO_T}$MPICC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$MPICC" && break +done + + + if test x"$MPICC" != x; then + + mpicc=`echo $MPICC | cut -d ' ' -f 1` + which_mpicc=`which $mpicc 2>/dev/null` + if test x"$which_mpicc" = x; then + { { echo "$as_me:$LINENO: error: $mpicc not found!" >&5 +echo "$as_me: error: $mpicc not found!" >&2;} + { (exit 1); exit 1; }; } +fi + + + mpi_bin_dir=`dirname $which_mpicc` + if test "$mpi_bin_dir" != "/usr/bin"; then + + if test x"$MPIDIR" = x; then + MPIDIR=`echo $mpi_bin_dir | sed -e 's/bin//'` +fi + + if test x"$MPIINCDIR" = x; then + MPIINCDIR=-I`echo $mpi_bin_dir | sed -e 's/bin/include/'` +fi + + if test x"$MPILIBDIR" = x; then + MPILIBDIR=-L`echo $mpi_bin_dir | sed -e 's/bin/lib/'` +fi + + +fi + + +else + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $MPIINCDIR" + if test "${ac_cv_header_mpi_h+set}" = set; then + { echo "$as_me:$LINENO: checking for mpi.h" >&5 +echo $ECHO_N "checking for mpi.h... $ECHO_C" >&6; } +if test "${ac_cv_header_mpi_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_mpi_h" >&5 +echo "${ECHO_T}$ac_cv_header_mpi_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking mpi.h usability" >&5 +echo $ECHO_N "checking mpi.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking mpi.h presence" >&5 +echo $ECHO_N "checking mpi.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: mpi.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: mpi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: mpi.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: mpi.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: mpi.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: mpi.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: mpi.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: mpi.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: mpi.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: mpi.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: mpi.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for mpi.h" >&5 +echo $ECHO_N "checking for mpi.h... $ECHO_C" >&6; } +if test "${ac_cv_header_mpi_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_mpi_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_mpi_h" >&5 +echo "${ECHO_T}$ac_cv_header_mpi_h" >&6; } + +fi +if test $ac_cv_header_mpi_h = yes; then + MPICC="$CC" +else + + { echo "$as_me:$LINENO: error: no mpi.h found; check path for MPI package first..." >&5 +echo "$as_me: error: no mpi.h found; check path for MPI package first..." >&6;} + mpi_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + +fi + + + + if test x"$MPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpich" + { echo "$as_me:$LINENO: checking whether linking with -lmpich works" >&5 +echo $ECHO_N "checking whether linking with -lmpich works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB=-lmpich +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + if test x"$MPILIB" != x; then + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" +fi + + +fi + + + if test x"$MPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpichg2" + { echo "$as_me:$LINENO: checking whether linking with -lmpichg2 works" >&5 +echo $ECHO_N "checking whether linking with -lmpichg2 works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB=-lmpichg2 +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + if test x"$MPILIB" != x; then + MPICFLAGS="$MPICFLAGS -DMPICH_IGNORE_CXX_SEEK" +fi + + +fi + + + if test x"$MPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lhpmpi" + { echo "$as_me:$LINENO: checking whether linking with -lhpmpi works" >&5 +echo $ECHO_N "checking whether linking with -lhpmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB=-lhpmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + if test x"$MPILIB" != x; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmtmpi" + { echo "$as_me:$LINENO: checking whether linking with -lmtmpi works" >&5 +echo $ECHO_N "checking whether linking with -lmtmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB=-lmtmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + +fi + + + if test x"$MPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpi" + { echo "$as_me:$LINENO: checking whether linking with -lmpi works" >&5 +echo $ECHO_N "checking whether linking with -lmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB=-lmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + if test x"$MPILIB" != x; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -llam" + { echo "$as_me:$LINENO: checking whether linking with -llam works" >&5 +echo $ECHO_N "checking whether linking with -llam works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; MPILIB="-lmpi -llam" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + +fi + + + if test x"$MPILIB" = x -a "$mpi_error" = "no"; then + + { echo "$as_me:$LINENO: error: no libhpmpi, libmpich, libmpi, or liblam found; check path for MPI package first..." >&5 +echo "$as_me: error: no libhpmpi, libmpich, libmpi, or liblam found; check path for MPI package first..." >&6;} + mpi_error="yes" + +fi + + + + if test x"$PMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpich" + { echo "$as_me:$LINENO: checking whether linking with -lpmpich works" >&5 +echo $ECHO_N "checking whether linking with -lpmpich works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; PMPILIB=-lpmpich +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$PMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpichg2" + { echo "$as_me:$LINENO: checking whether linking with -lpmpichg2 works" >&5 +echo $ECHO_N "checking whether linking with -lpmpichg2 works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; PMPILIB=-lpmpichg2 +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$PMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lpmpi" + { echo "$as_me:$LINENO: checking whether linking with -lpmpi works" >&5 +echo $ECHO_N "checking whether linking with -lpmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; PMPILIB=-lpmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + if test x"$PMPILIB" != x; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmtpmpi" + { echo "$as_me:$LINENO: checking whether linking with -lmtpmpi works" >&5 +echo $ECHO_N "checking whether linking with -lmtpmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; PMPILIB=-lmtpmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + +fi + + + if test x"$PMPILIB" = x -a "$mpi_error" = "no"; then + + PMPILIB="$MPILIB" + { echo "$as_me:$LINENO: WARNING: no libpmpich, or libpmpi found; assuming $MPILIB" >&5 +echo "$as_me: WARNING: no libpmpich, or libpmpi found; assuming $MPILIB" >&2;} + +fi + + + + if test x"$FMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lfmpich" + { echo "$as_me:$LINENO: checking whether linking with -lfmpich works" >&5 +echo $ECHO_N "checking whether linking with -lfmpich works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; FMPILIB=-lfmpich +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$FMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -llamf77mpi" + { echo "$as_me:$LINENO: checking whether linking with -llamf77mpi works" >&5 +echo $ECHO_N "checking whether linking with -llamf77mpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; FMPILIB=-llamf77mpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$FMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lmpiif" + { echo "$as_me:$LINENO: checking whether linking with -lmpiif works" >&5 +echo $ECHO_N "checking whether linking with -lmpiif works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; FMPILIB=-lmpiif +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$FMPILIB" = x -a "$mpi_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $MPILIBDIR -lfmpi" + { echo "$as_me:$LINENO: checking whether linking with -lfmpi works" >&5 +echo $ECHO_N "checking whether linking with -lfmpi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; FMPILIB=-lfmpi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$FMPILIB" = x -a "$mpi_error" = "no"; then + + FMPILIB="-lvt.fmpi" + build_fmpi="yes" + { echo "$as_me:$LINENO: WARNING: no libfmpich, liblamf77mpi, libfmpi, or libmpiif found; build libvt.fmpi.a" >&5 +echo "$as_me: WARNING: no libfmpich, liblamf77mpi, libfmpi, or libmpiif found; build libvt.fmpi.a" >&2;} + +fi + + + + if test x"$build_fmpi" = "xyes" -a "$mpi_error" = "no"; then + + { echo "$as_me:$LINENO: checking for the value of MPI_STATUS_SIZE" >&5 +echo $ECHO_N "checking for the value of MPI_STATUS_SIZE... $ECHO_C" >&6; } + if test x"$mpi_status_size" != x; then + + { echo "$as_me:$LINENO: result: skipped (--with-mpi-status-size=$mpi_status_size)" >&5 +echo "${ECHO_T}skipped (--with-mpi-status-size=$mpi_status_size)" >&6; } + +cat >>confdefs.h <<_ACEOF +#define MPI_STATUS_SIZE $mpi_status_size +_ACEOF + + +else + + sav_CC=$CC + sav_CFLAGS=$CFLAGS + CC=$MPICC + CFLAGS="$CFLAGS $MPIINCDIR" + if test "$cross_compiling" = yes; then + mpi_status_size= +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +int main () { + FILE * f = fopen( "conftest.val", "w" ); + if( !f ) return 1; + fprintf( f, "%d", MPI_STATUS_SIZE ); + fclose( f ); + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + mpi_status_size=`cat ./conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + + if test x"$mpi_status_size" != x; then + + { echo "$as_me:$LINENO: result: $mpi_status_size" >&5 +echo "${ECHO_T}$mpi_status_size" >&6; } +else + + if test "$cross_compiling" = yes; then + mpi_status_size= +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +int main () { + FILE * f; + int sizeof_mpistatus = sizeof( MPI_Status ); + int sizeof_int = sizeof( int ); + if( sizeof_mpistatus == 0 || sizeof_int == 0 ) return 1; + f = fopen( "conftest.val", "w" ); + if( !f ) return 1; + fprintf( f, "%d", sizeof_mpistatus / sizeof_int ); + fclose( f ); + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + mpi_status_size=`cat ./conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + + if test x"$mpi_status_size" != x; then + + { echo "$as_me:$LINENO: result: $mpi_status_size" >&5 +echo "${ECHO_T}$mpi_status_size" >&6; } + +else + + mpi_status_size=5 + { echo "$as_me:$LINENO: result: unknown" >&5 +echo "${ECHO_T}unknown" >&6; } + { echo "$as_me:$LINENO: WARNING: could not determine the value of MPI_STATUS_SIZE; assuming $mpi_status_size" >&5 +echo "$as_me: WARNING: could not determine the value of MPI_STATUS_SIZE; assuming $mpi_status_size" >&2;} + +fi + + +cat >>confdefs.h <<_ACEOF +#define MPI_STATUS_SIZE $mpi_status_size +_ACEOF + + +fi + + + rm -f conftest.val + CC=$sav_CC + CFLAGS=$sav_CFLAGS + +fi + + +fi + + + + if test "$mpi_error" = "no"; then + + if test x"$have_mpio" = x; then + + { echo "$as_me:$LINENO: checking whether MPI supports file access" >&5 +echo $ECHO_N "checking whether MPI supports file access... $ECHO_C" >&6; } + + sav_CC=$CC + sav_CFLAGS=$CFLAGS + sav_LIBS=$LIBS + CC=$MPICC + CFLAGS="$CFLAGS $MPIINCDIR" + LIBS="$LIBS $MPILIBDIR $MPILIB" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + + MPI_File fh; + MPI_File_close(&fh); + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + have_mpio=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + have_mpio=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + + CC=$sav_CC + CFLAGS=$sav_CFLAGS + LIBS=$sav_LIBS + + { echo "$as_me:$LINENO: result: $have_mpio" >&5 +echo "${ECHO_T}$have_mpio" >&6; } + +fi + + + if test "$have_mpio" = "yes"; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_MPIO 1 +_ACEOF + +fi + + +fi + + + if test x"$PMPILIB" = x"$MPILIB"; then + PMPILIB= +fi + + + + + + + + + + if test x"$mpi_error" = "xyes"; then + + if test x"$force_mpi" = "xyes"; then + exit 1 +fi + + build_mpi="no"; build_fmpi="no"; build_hyb="no" + +fi + + +else + + if test x"$enable_config_titles" = "xyes"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + +fi + +if test x"$MPICC" = x; then + MPICC=$CC +fi + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ OpenMP parallelizer" +fi + + + +if test x"$check_omp" = "xyes"; then + + + omp_error="no" + have_omp="no" + + + + + + if test "$PLATFORM" = "bgl"; then + + { echo "$as_me:$LINENO: checking for OpenMP flag of C compiler" >&5 +echo $ECHO_N "checking for OpenMP flag of C compiler... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: result: skipped (not supported on BlueGene/L)" >&5 +echo "${ECHO_T}skipped (not supported on BlueGene/L)" >&6; } + omp_error="yes" + +fi + + + if test "$omp_error" = "no"; then + + if test x"$OMPFLAG" != x; then + + { echo "$as_me:$LINENO: checking for OpenMP flag of C compiler" >&5 +echo $ECHO_N "checking for OpenMP flag of C compiler... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: result: skipped (OMPFLAG=$OMPFLAG)" >&5 +echo "${ECHO_T}skipped (OMPFLAG=$OMPFLAG)" >&6; } + +else + + + +{ echo "$as_me:$LINENO: checking for OpenMP flag of C compiler" >&5 +echo $ECHO_N "checking for OpenMP flag of C compiler... $ECHO_C" >&6; } +if test "${ax_cv_c_openmp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + saveCFLAGS=$CFLAGS +ax_cv_c_openmp=unknown +# Flags to try: -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI), +# -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none +ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none" +if test "x$OPENMP_CFLAGS" != x; then + ax_openmp_flags="$OPENMP_CFLAGS $ax_openmp_flags" +fi +for ax_openmp_flag in $ax_openmp_flags; do + case $ax_openmp_flag in + none) CFLAGS=$saveC ;; + *) CFLAGS="$saveCFLAGS $ax_openmp_flag" ;; + esac + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char omp_set_num_threads (); +int +main () +{ +return omp_set_num_threads (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ax_cv_c_openmp=$ax_openmp_flag; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +done +CFLAGS=$saveCFLAGS + +fi +{ echo "$as_me:$LINENO: result: $ax_cv_c_openmp" >&5 +echo "${ECHO_T}$ax_cv_c_openmp" >&6; } +if test "x$ax_cv_c_openmp" = "xunknown"; then + : +else + if test "x$ax_cv_c_openmp" != "xnone"; then + OPENMP_CFLAGS=$ax_cv_c_openmp + fi + +cat >>confdefs.h <<\_ACEOF +#define HAVE_OPENMP 1 +_ACEOF + +fi + + if test x"$OPENMP_CFLAGS" = x; then + omp_error="yes" +else + OMPFLAG=$OPENMP_CFLAGS +fi + + +fi + + +fi + + + if test "$omp_error" = "no"; then + + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS $OMPFLAG" + if test "${ac_cv_header_omp_h+set}" = set; then + { echo "$as_me:$LINENO: checking for omp.h" >&5 +echo $ECHO_N "checking for omp.h... $ECHO_C" >&6; } +if test "${ac_cv_header_omp_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_omp_h" >&5 +echo "${ECHO_T}$ac_cv_header_omp_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking omp.h usability" >&5 +echo $ECHO_N "checking omp.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking omp.h presence" >&5 +echo $ECHO_N "checking omp.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: omp.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: omp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: omp.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: omp.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: omp.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: omp.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: omp.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: omp.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: omp.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: omp.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: omp.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for omp.h" >&5 +echo $ECHO_N "checking for omp.h... $ECHO_C" >&6; } +if test "${ac_cv_header_omp_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_omp_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_omp_h" >&5 +echo "${ECHO_T}$ac_cv_header_omp_h" >&6; } + +fi +if test $ac_cv_header_omp_h = yes; then + have_omp="yes" +else + omp_error="yes" +fi + + + CFLAGS=$sav_CFLAGS + +fi + + + if test x"$omp_error" = "xyes"; then + + if test x"$force_omp" = "xyes"; then + exit 1 +fi + + build_omp="no"; build_hyb="no" + +fi + + +else + + if test x"$enable_config_titles" = "xyes"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + +fi + + + if test x"$build_mpi" = "xyes"; then + AMBUILDMPI_TRUE= + AMBUILDMPI_FALSE='#' +else + AMBUILDMPI_TRUE='#' + AMBUILDMPI_FALSE= +fi + + if test x"$build_fmpi" = "xyes"; then + AMBUILDFMPI_TRUE= + AMBUILDFMPI_FALSE='#' +else + AMBUILDFMPI_TRUE='#' + AMBUILDFMPI_FALSE= +fi + + if test x"$have_omp" = "xyes"; then + AMHAVEOMP_TRUE= + AMHAVEOMP_FALSE='#' +else + AMHAVEOMP_TRUE='#' + AMHAVEOMP_FALSE= +fi + + if test x"$build_omp" = "xyes"; then + AMBUILDOMP_TRUE= + AMBUILDOMP_FALSE='#' +else + AMBUILDOMP_TRUE='#' + AMBUILDOMP_FALSE= +fi + + if test x"$build_hyb" = "xyes"; then + AMBUILDHYB_TRUE= + AMBUILDHYB_FALSE='#' +else + AMBUILDHYB_TRUE='#' + AMBUILDHYB_FALSE= +fi + + + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Additional tracing support" +fi + + + +# Check for memory tracing support + + if test x"$enable_config_titles" = "xyes"; then + echo "--- GLIBC's memory allocation tracing" +fi + + + + memhooks_error="no" + check_memhooks="yes" + force_memhooks="no" + have_memhooks="no" + + # Check whether --enable-memtrace was given. +if test "${enable_memtrace+set}" = set; then + enableval=$enable_memtrace; if test x"$enableval" = "xyes"; then + force_memhooks="yes" +else + check_memhooks="no" +fi + +fi + + + if test x"$check_memhooks" = "xyes"; then + + if test "${ac_cv_header_malloc_h+set}" = set; then + { echo "$as_me:$LINENO: checking for malloc.h" >&5 +echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } +if test "${ac_cv_header_malloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 +echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking malloc.h usability" >&5 +echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking malloc.h presence" >&5 +echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for malloc.h" >&5 +echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } +if test "${ac_cv_header_malloc_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_malloc_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 +echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } + +fi +if test $ac_cv_header_malloc_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no malloc.h found" >&5 +echo "$as_me: error: no malloc.h found" >&6;} + memhooks_error="yes" + +fi + + + + if test x"$memhooks_error" = "xno"; then + + memhooks_error="yes" + { echo "$as_me:$LINENO: checking for __malloc_hook" >&5 +echo $ECHO_N "checking for __malloc_hook... $ECHO_C" >&6; } +if test "${ac_cv_func___malloc_hook+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define __malloc_hook to an innocuous variant, in case declares __malloc_hook. + For example, HP-UX 11i declares gettimeofday. */ +#define __malloc_hook innocuous___malloc_hook + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char __malloc_hook (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef __malloc_hook + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char __malloc_hook (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub___malloc_hook || defined __stub_____malloc_hook +choke me +#endif + +int +main () +{ +return __malloc_hook (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func___malloc_hook=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func___malloc_hook=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func___malloc_hook" >&5 +echo "${ECHO_T}$ac_cv_func___malloc_hook" >&6; } +if test $ac_cv_func___malloc_hook = yes; then + { echo "$as_me:$LINENO: checking for __realloc_hook" >&5 +echo $ECHO_N "checking for __realloc_hook... $ECHO_C" >&6; } +if test "${ac_cv_func___realloc_hook+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define __realloc_hook to an innocuous variant, in case declares __realloc_hook. + For example, HP-UX 11i declares gettimeofday. */ +#define __realloc_hook innocuous___realloc_hook + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char __realloc_hook (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef __realloc_hook + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char __realloc_hook (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub___realloc_hook || defined __stub_____realloc_hook +choke me +#endif + +int +main () +{ +return __realloc_hook (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func___realloc_hook=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func___realloc_hook=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func___realloc_hook" >&5 +echo "${ECHO_T}$ac_cv_func___realloc_hook" >&6; } +if test $ac_cv_func___realloc_hook = yes; then + { echo "$as_me:$LINENO: checking for __free_hook" >&5 +echo $ECHO_N "checking for __free_hook... $ECHO_C" >&6; } +if test "${ac_cv_func___free_hook+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define __free_hook to an innocuous variant, in case declares __free_hook. + For example, HP-UX 11i declares gettimeofday. */ +#define __free_hook innocuous___free_hook + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char __free_hook (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef __free_hook + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char __free_hook (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub___free_hook || defined __stub_____free_hook +choke me +#endif + +int +main () +{ +return __free_hook (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func___free_hook=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func___free_hook=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func___free_hook" >&5 +echo "${ECHO_T}$ac_cv_func___free_hook" >&6; } +if test $ac_cv_func___free_hook = yes; then + memhooks_error="no" +fi + +fi + +fi + + +fi + + + if test x"$memhooks_error" = "xno"; then + have_memhooks="yes" +fi + + +fi + + +if test x"$enable_config_titles" = "xyes" -a x"$check_memhooks" = "xno"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + +if test x"$force_memhooks" = "xyes" -a x"$memhooks_error" = "xyes"; then + exit 1 +fi + + if test x"$have_memhooks" = "xyes"; then + AMHAVEMEMHOOKS_TRUE= + AMHAVEMEMHOOKS_FALSE='#' +else + AMHAVEMEMHOOKS_TRUE='#' + AMHAVEMEMHOOKS_FALSE= +fi + + +# Check for I/O tracing support + + if test x"$enable_config_titles" = "xyes"; then + echo "--- LIBC's I/O tracing" +fi + + +if test x"$PLATFORM" = "xmacos"; then + + { echo "$as_me:$LINENO: not supported on MacOS" >&5 +echo "$as_me: not supported on MacOS" >&6;} + have_iowrap="no" + +else + + + iowrap_error="no" + check_iowrap="yes" + force_iowrap="no" + have_iowrap="no" + + # Check whether --enable-iotrace was given. +if test "${enable_iotrace+set}" = set; then + enableval=$enable_iotrace; if test x"$enableval" = "xyes"; then + force_iowrap="yes" +else + check_iowrap="no" +fi + +fi + + + if test x"$check_iowrap" = "xyes"; then + + if test x"$dl_error" = x; then + + dl_error="no" + have_dl="no" + + DLDIR= + DLINCDIR= + DLLIBDIR= + DLLIB= + + +# Check whether --with-dl-dir was given. +if test "${with_dl_dir+set}" = set; then + withval=$with_dl_dir; DLDIR="$withval/" +fi + + + +# Check whether --with-dl-inc-dir was given. +if test "${with_dl_inc_dir+set}" = set; then + withval=$with_dl_inc_dir; DLINCDIR="-I$withval/" +else + if test x"$DLDIR" != x; then + DLINCDIR="-I$DLDIR"include/ +fi + +fi + + + +# Check whether --with-dl-lib-dir was given. +if test "${with_dl_lib_dir+set}" = set; then + withval=$with_dl_lib_dir; DLLIBDIR="-L$withval/" +else + if test x"$DLDIR" != x; then + DLLIBDIR="-L$DLDIR"lib/ +fi + +fi + + + +# Check whether --with-dl-lib was given. +if test "${with_dl_lib+set}" = set; then + withval=$with_dl_lib; DLLIB="$withval" +fi + + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $DLINCDIR" + if test "${ac_cv_header_dlfcn_h+set}" = set; then + { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 +echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } +if test "${ac_cv_header_dlfcn_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 +echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 +echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 +echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for dlfcn.h" >&5 +echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } +if test "${ac_cv_header_dlfcn_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_dlfcn_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 +echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } + +fi +if test $ac_cv_header_dlfcn_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no dlfcn.h found; check path for libdl package first..." >&5 +echo "$as_me: error: no dlfcn.h found; check path for libdl package first..." >&6;} + dl_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$DLLIB" = x -a "$dl_error" = "no"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $DLLIBDIR -ldl" + { echo "$as_me:$LINENO: checking whether linking with -ldl works" >&5 +echo $ECHO_N "checking whether linking with -ldl works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; DLLIB=-ldl +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$DLLIB" = x -a "$dl_error" = "no"; then + + { echo "$as_me:$LINENO: error: no libdl found; check path for libdl package first..." >&5 +echo "$as_me: error: no libdl found; check path for libdl package first..." >&6;} + dl_error="yes" + +fi + + + if test x"$DLLIB" != x -a "$dl_error" = "no"; then + have_dl="yes" +fi + + + + + + +fi + + if test x"$have_dl" = "xno"; then + iowrap_error="yes" +fi + + + if test x"$iowrap_error" = "xno"; then + + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" + + + + + + + + +for ac_func in \ + creat64 \ + fopen64 \ + fseeko64 \ + lseek64 \ + fsetpos64 \ + open64 \ + pread64 \ + pwrite64 +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + CFLAGS=$sav_CFLAGS + + have_iowrap="yes" + +fi + + +fi + + + if test x"$force_iowrap" = "xyes" -a x"$iowrap_error" = "xyes"; then + exit 1 +fi + + if test x"$enable_config_titles" = "xyes" -a x"$check_iowrap" = "xno"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + +fi + + if test x"$have_iowrap" = "xyes"; then + AMBUILDIOWRAP_TRUE= + AMBUILDIOWRAP_FALSE='#' +else + AMBUILDIOWRAP_TRUE='#' + AMBUILDIOWRAP_FALSE= +fi + + +# Check for PAPI hardware counter support + + if test x"$enable_config_titles" = "xyes"; then + echo "--- PAPI hardware counter" +fi + + +if test x"$PLATFORM" = "xnecsx"; then + + { echo "$as_me:$LINENO: not supported on NEC SX" >&5 +echo "$as_me: not supported on NEC SX" >&6;} + have_papi="no" + +else + + + papi_error="no" + check_papi="yes" + force_papi="no" + have_papi="no" + + PAPIDIR= + PAPIINCDIR= + PAPILIBDIR= + PAPILIB= + + # Check whether --enable-papi was given. +if test "${enable_papi+set}" = set; then + enableval=$enable_papi; if test x"$enableval" = "xyes"; then + force_papi="yes" +else + check_papi="no" +fi + +fi + + + +# Check whether --with-papi-dir was given. +if test "${with_papi_dir+set}" = set; then + withval=$with_papi_dir; PAPIDIR="$withval/" +fi + + + +# Check whether --with-papi-inc-dir was given. +if test "${with_papi_inc_dir+set}" = set; then + withval=$with_papi_inc_dir; PAPIINCDIR="-I$withval/" +else + if test x"$PAPIDIR" != x; then + PAPIINCDIR="-I$PAPIDIR"include/ +fi + +fi + + + +# Check whether --with-papi-lib-dir was given. +if test "${with_papi_lib_dir+set}" = set; then + withval=$with_papi_lib_dir; PAPILIBDIR="-L$withval/" +else + if test x"$PAPIDIR" != x; then + PAPILIBDIR="-L$PAPIDIR"lib/ +fi + +fi + + + +# Check whether --with-papi-lib was given. +if test "${with_papi_lib+set}" = set; then + withval=$with_papi_lib; PAPILIB="$withval" +fi + + + if test x"$check_papi" = "xyes"; then + + sav_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $PAPIINCDIR" + if test "${ac_cv_header_papi_h+set}" = set; then + { echo "$as_me:$LINENO: checking for papi.h" >&5 +echo $ECHO_N "checking for papi.h... $ECHO_C" >&6; } +if test "${ac_cv_header_papi_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_papi_h" >&5 +echo "${ECHO_T}$ac_cv_header_papi_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking papi.h usability" >&5 +echo $ECHO_N "checking papi.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking papi.h presence" >&5 +echo $ECHO_N "checking papi.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: papi.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: papi.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: papi.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: papi.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: papi.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: papi.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: papi.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: papi.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: papi.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: papi.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: papi.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------- ## +## Report this to service@vampir.eu ## +## -------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for papi.h" >&5 +echo $ECHO_N "checking for papi.h... $ECHO_C" >&6; } +if test "${ac_cv_header_papi_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_papi_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_papi_h" >&5 +echo "${ECHO_T}$ac_cv_header_papi_h" >&6; } + +fi +if test $ac_cv_header_papi_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no papi.h found; check path for PAPI package first..." >&5 +echo "$as_me: error: no papi.h found; check path for PAPI package first..." >&6;} + papi_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$PAPILIB" = x -a x"$papi_error" = "xno"; then + + sav_LIBS=$LIBS + LIBS="$LIBS $PAPILIBDIR -lpapi" + { echo "$as_me:$LINENO: checking whether linking with -lpapi works" >&5 +echo $ECHO_N "checking whether linking with -lpapi works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; PAPILIB=-lpapi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + +fi + + + if test x"$PAPILIB" = x -a x"$papi_error" = "xno"; then + + { echo "$as_me:$LINENO: error: no libpapi found; check path for PAPI package first..." >&5 +echo "$as_me: error: no libpapi found; check path for PAPI package first..." >&6;} + papi_error="yes" + +fi + + + if test x"$papi_error" = "xno"; then + + { echo "$as_me:$LINENO: checking whether PAPI version = 3.x" >&5 +echo $ECHO_N "checking whether PAPI version = 3.x... $ECHO_C" >&6; } + + sav_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS $PAPIINCDIR" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef PAPI_VERSION +# error "PAPI_VERSION not defined; version < 3.x" +#elif PAPI_VERSION_MAJOR(PAPI_VERSION) != 3 +# error "PAPI_VERSION_MAJOR != 3" +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + { echo "$as_me:$LINENO: error: PAPI version could not be determined and/or is incompatible (!= 3.x) +See \`config.log' for more details." >&5 +echo "$as_me: error: PAPI version could not be determined and/or is incompatible (!= 3.x) +See \`config.log' for more details." >&6;} + papi_error="yes" + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS=$sav_CFLAGS + +fi + + + if test x"$PAPILIB" != x -a x"$papi_error" = "xno"; then + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_PAPI_REAL_CYC 10 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define TIMER_PAPI_REAL_USEC 11 +_ACEOF + + case $PLATFORM in + crayx1 | origin | generic) + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_PAPI_REAL_CYC +_ACEOF + + { echo "$as_me:$LINENO: reselected timer: TIMER_PAPI_REAL_CYC" >&5 +echo "$as_me: reselected timer: TIMER_PAPI_REAL_CYC" >&6;} + ;; + linux) + case $host_cpu in + mips*) + +cat >>confdefs.h <<\_ACEOF +#define TIMER TIMER_PAPI_REAL_CYC +_ACEOF + + { echo "$as_me:$LINENO: reselected timer: TIMER_PAPI_REAL_CYC" >&5 +echo "$as_me: reselected timer: TIMER_PAPI_REAL_CYC" >&6;} + ;; + esac + ;; + esac + have_papi="yes" + +fi + + +fi + + + + + + + if test x"$force_papi" = "xyes" -a x"$papi_error" = "xyes"; then + exit 1 +fi + + if test x"$enable_config_titles" = "xyes" -a x"$check_papi" = "xno"; then + { echo "$as_me:$LINENO: disabled via command line switch" >&5 +echo "$as_me: disabled via command line switch" >&6;} +fi + + +fi + + if test x"$have_papi" = "xyes"; then + AMHAVEPAPI_TRUE= + AMHAVEPAPI_FALSE='#' +else + AMHAVEPAPI_TRUE='#' + AMHAVEPAPI_FALSE= +fi + + +# Check path for node-local temporary directory + + +# Check whether --with-local-tmp-dir was given. +if test "${with_local_tmp_dir+set}" = set; then + withval=$with_local_tmp_dir; LTMPDIR="$withval" +else + LTMPDIR="" +fi + + + if test x"$LTMPDIR" != x; then + +cat >>confdefs.h <<_ACEOF +#define PFORM_LDIR "$LTMPDIR" +_ACEOF + +fi + + + +# Setup compiler wrappers + + VT_WRAPPER_EXTRA_CFLAGS= + VT_WRAPPER_EXTRA_CXXFLAGS= + VT_WRAPPER_EXTRA_FFLAGS= + VT_WRAPPER_EXTRA_FCFLAGS= + VT_WRAPPER_EXTRA_LDFLAGS= + VT_WRAPPER_EXTRA_LIBS= + VT_WRAPPER_INCDIR= + VT_WRAPPER_LIBDIR= + VT_WRAPPER_OPARI_BIN= + VT_WRAPPER_AVAIL_INST="manual pomp" + VT_WRAPPER_DEFAULT_INST=manual + + + + + +# Check whether --with-wrapper-cflags was given. +if test "${with_wrapper_cflags+set}" = set; then + withval=$with_wrapper_cflags; VT_WRAPPER_EXTRA_CFLAGS=$withval +fi + + + +# Check whether --with-wrapper-cxxflags was given. +if test "${with_wrapper_cxxflags+set}" = set; then + withval=$with_wrapper_cxxflags; VT_WRAPPER_EXTRA_CXXFLAGS=$withval +fi + + + +# Check whether --with-wrapper-fflags was given. +if test "${with_wrapper_fflags+set}" = set; then + withval=$with_wrapper_fflags; VT_WRAPPER_EXTRA_FFLAGS=$withval +fi + + + +# Check whether --with-wrapper-fcflags was given. +if test "${with_wrapper_fcflags+set}" = set; then + withval=$with_wrapper_fcflags; VT_WRAPPER_EXTRA_FCFLAGS=$withval +fi + + + +# Check whether --with-wrapper-ldflags was given. +if test "${with_wrapper_ldflags+set}" = set; then + withval=$with_wrapper_ldflags; VT_WRAPPER_EXTRA_LDFLAGS=$withval +fi + + + +# Check whether --with-wrapper-libs was given. +if test "${with_wrapper_libs+set}" = set; then + withval=$with_wrapper_libs; VT_WRAPPER_EXTRA_LIBS=$withval +fi + + + + VT_WRAPPER_INCDIR=$includedir + var=`echo $VT_WRAPPER_INCDIR | sed s/^.*\$\{// | sed s/\}.*$//` + while test x"$var" != x"$VT_WRAPPER_INCDIR"; do + VT_WRAPPER_INCDIR=`echo $VT_WRAPPER_INCDIR | sed s:\$\{$var\}:${!var}:g` + var=`echo $VT_WRAPPER_INCDIR | sed s/^.*\$\{// | sed s/\}.*$//` + done + + if test x"$VT_WRAPPER_INCDIR" = "x/usr/include"; then + VT_WRAPPER_INCDIR="" +fi + + + VT_WRAPPER_LIBDIR=$libdir + var=`echo $VT_WRAPPER_LIBDIR | sed s/^.*\$\{// | sed s/\}.*$//` + while test x"$var" != x"$VT_WRAPPER_LIBDIR"; do + VT_WRAPPER_LIBDIR=`echo $VT_WRAPPER_LIBDIR | sed s:\$\{$var\}:${!var}:g` + var=`echo $VT_WRAPPER_LIBDIR | sed s/^.*\$\{// | sed s/\}.*$//` + done + + if test x"$VT_WRAPPER_LIBDIR" = "x/usr/lib"; then + VT_WRAPPER_LIBDIR="" +fi + + + VT_WRAPPER_OPARI_BIN=$bindir/opari + var=`echo $VT_WRAPPER_OPARI_BIN | sed s/^.*\$\{// | sed s/\}.*$//` + while test x"$var" != x"$VT_WRAPPER_OPARI_BIN"; do + VT_WRAPPER_OPARI_BIN=`echo $VT_WRAPPER_OPARI_BIN | sed s:\$\{$var\}:${!var}:g` + var=`echo $VT_WRAPPER_OPARI_BIN | sed s/^.*\$\{// | sed s/\}.*$//` + done + + + if test x"$compinst_list" != x; then + + VT_WRAPPER_AVAIL_INST="$VT_WRAPPER_AVAIL_INST $compinst_list" + VT_WRAPPER_DEFAULT_INST=$compinst_default + +fi + + + if test x"$have_dyninst" = "xyes"; then + VT_WRAPPER_AVAIL_INST="$VT_WRAPPER_AVAIL_INST dyninst" +fi + + + + + + + + + + + + + + + +# Output files +ac_config_files="$ac_config_files Makefile extlib/Makefile vtlib/Makefile tools/Makefile tools/compwrap/Makefile tools/compwrap/vtcc-wrapper-data.txt tools/compwrap/vtcxx-wrapper-data.txt tools/compwrap/vtf77-wrapper-data.txt tools/compwrap/vtf90-wrapper-data.txt tools/opari/Makefile tools/opari/tool/Makefile tools/opari/doc/Makefile tools/vtdyn/Makefile tools/vtdyn/dynattlib/Makefile tools/vtfilter/Makefile tools/vtunify/Makefile doc/Makefile" + + +# Create output files + + if test x"$enable_config_titles" = "xyes"; then + echo; echo "+++ Final output" +fi + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVECC_TRUE}" && test -z "${AMHAVECC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVECC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVECC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVECXX_TRUE}" && test -z "${AMHAVECXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVECXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVECXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEF77_TRUE}" && test -z "${AMHAVEF77_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEF77\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEF77\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEFC_TRUE}" && test -z "${AMHAVEFC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEFC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEFC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMEXTERNOTF_TRUE}" && test -z "${AMEXTERNOTF_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMEXTERNOTF\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMEXTERNOTF\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_GNU_TRUE}" && test -z "${AMBUILDCOMPINST_GNU_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_GNU\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_GNU\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_INTEL_TRUE}" && test -z "${AMBUILDCOMPINST_INTEL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_INTEL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_INTEL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_PGI_TRUE}" && test -z "${AMBUILDCOMPINST_PGI_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_PGI\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_PGI\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_PHAT_TRUE}" && test -z "${AMBUILDCOMPINST_PHAT_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_PHAT\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_PHAT\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_XL_TRUE}" && test -z "${AMBUILDCOMPINST_XL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_XL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_XL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDCOMPINST_FTRACE_TRUE}" && test -z "${AMBUILDCOMPINST_FTRACE_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDCOMPINST_FTRACE\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDCOMPINST_FTRACE\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEBFD_TRUE}" && test -z "${AMHAVEBFD_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEBFD\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEBFD\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEDYNINST_TRUE}" && test -z "${AMHAVEDYNINST_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEDYNINST\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEDYNINST\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDDYNATTLIB_TRUE}" && test -z "${AMBUILDDYNATTLIB_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDDYNATTLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDDYNATTLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVELIBERTY_TRUE}" && test -z "${AMHAVELIBERTY_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVELIBERTY\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVELIBERTY\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDMPI_TRUE}" && test -z "${AMBUILDMPI_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDMPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDMPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDFMPI_TRUE}" && test -z "${AMBUILDFMPI_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDFMPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDFMPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEOMP_TRUE}" && test -z "${AMHAVEOMP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEOMP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEOMP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDOMP_TRUE}" && test -z "${AMBUILDOMP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDOMP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDOMP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDHYB_TRUE}" && test -z "${AMBUILDHYB_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDHYB\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDHYB\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEMEMHOOKS_TRUE}" && test -z "${AMHAVEMEMHOOKS_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEMEMHOOKS\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEMEMHOOKS\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMBUILDIOWRAP_TRUE}" && test -z "${AMBUILDIOWRAP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMBUILDIOWRAP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMBUILDIOWRAP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEPAPI_TRUE}" && test -z "${AMHAVEPAPI_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEPAPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEPAPI\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by VampirTrace $as_me 5.4.4, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +VampirTrace config.status 5.4.4 +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "extlib/Makefile") CONFIG_FILES="$CONFIG_FILES extlib/Makefile" ;; + "vtlib/Makefile") CONFIG_FILES="$CONFIG_FILES vtlib/Makefile" ;; + "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; + "tools/compwrap/Makefile") CONFIG_FILES="$CONFIG_FILES tools/compwrap/Makefile" ;; + "tools/compwrap/vtcc-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES tools/compwrap/vtcc-wrapper-data.txt" ;; + "tools/compwrap/vtcxx-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES tools/compwrap/vtcxx-wrapper-data.txt" ;; + "tools/compwrap/vtf77-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES tools/compwrap/vtf77-wrapper-data.txt" ;; + "tools/compwrap/vtf90-wrapper-data.txt") CONFIG_FILES="$CONFIG_FILES tools/compwrap/vtf90-wrapper-data.txt" ;; + "tools/opari/Makefile") CONFIG_FILES="$CONFIG_FILES tools/opari/Makefile" ;; + "tools/opari/tool/Makefile") CONFIG_FILES="$CONFIG_FILES tools/opari/tool/Makefile" ;; + "tools/opari/doc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/opari/doc/Makefile" ;; + "tools/vtdyn/Makefile") CONFIG_FILES="$CONFIG_FILES tools/vtdyn/Makefile" ;; + "tools/vtdyn/dynattlib/Makefile") CONFIG_FILES="$CONFIG_FILES tools/vtdyn/dynattlib/Makefile" ;; + "tools/vtfilter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/vtfilter/Makefile" ;; + "tools/vtunify/Makefile") CONFIG_FILES="$CONFIG_FILES tools/vtunify/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +am__isrc!$am__isrc$ac_delim +CYGPATH_W!$CYGPATH_W$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +ACLOCAL!$ACLOCAL$ac_delim +AUTOCONF!$AUTOCONF$ac_delim +AUTOMAKE!$AUTOMAKE$ac_delim +AUTOHEADER!$AUTOHEADER$ac_delim +MAKEINFO!$MAKEINFO$ac_delim +install_sh!$install_sh$ac_delim +STRIP!$STRIP$ac_delim +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim +mkdir_p!$mkdir_p$ac_delim +AWK!$AWK$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +am__leading_dot!$am__leading_dot$ac_delim +AMTAR!$AMTAR$ac_delim +am__tar!$am__tar$ac_delim +am__untar!$am__untar$ac_delim +build!$build$ac_delim +build_cpu!$build_cpu$ac_delim +build_vendor!$build_vendor$ac_delim +build_os!$build_os$ac_delim +host!$host$ac_delim +host_cpu!$host_cpu$ac_delim +host_vendor!$host_vendor$ac_delim +host_os!$host_os$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +DEPDIR!$DEPDIR$ac_delim +am__include!$am__include$ac_delim +am__quote!$am__quote$ac_delim +AMDEP_TRUE!$AMDEP_TRUE$ac_delim +AMDEP_FALSE!$AMDEP_FALSE$ac_delim +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim +CCDEPMODE!$CCDEPMODE$ac_delim +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +CXX!$CXX$ac_delim +CXXFLAGS!$CXXFLAGS$ac_delim +ac_ct_CXX!$ac_ct_CXX$ac_delim +CXXDEPMODE!$CXXDEPMODE$ac_delim +am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim +CPP!$CPP$ac_delim +CXXCPP!$CXXCPP$ac_delim +F77!$F77$ac_delim +FFLAGS!$FFLAGS$ac_delim +ac_ct_F77!$ac_ct_F77$ac_delim +FC!$FC$ac_delim +FCFLAGS!$FCFLAGS$ac_delim +ac_ct_FC!$ac_ct_FC$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +AMHAVECC_TRUE!$AMHAVECC_TRUE$ac_delim +AMHAVECC_FALSE!$AMHAVECC_FALSE$ac_delim +AMHAVECXX_TRUE!$AMHAVECXX_TRUE$ac_delim +AMHAVECXX_FALSE!$AMHAVECXX_FALSE$ac_delim +AMHAVEF77_TRUE!$AMHAVEF77_TRUE$ac_delim +AMHAVEF77_FALSE!$AMHAVEF77_FALSE$ac_delim +AMHAVEFC_TRUE!$AMHAVEFC_TRUE$ac_delim +AMHAVEFC_FALSE!$AMHAVEFC_FALSE$ac_delim +CXX_FOR_BUILD!$CXX_FOR_BUILD$ac_delim +CXXFLAGS_FOR_BUILD!$CXXFLAGS_FOR_BUILD$ac_delim +CXXCPP_FOR_BUILD!$CXXCPP_FOR_BUILD$ac_delim +CPPFLAGS_FOR_BUILD!$CPPFLAGS_FOR_BUILD$ac_delim +LDFLAGS_FOR_BUILD!$LDFLAGS_FOR_BUILD$ac_delim +LIBS_FOR_BUILD!$LIBS_FOR_BUILD$ac_delim +AR!$AR$ac_delim +RANLIB!$RANLIB$ac_delim +CCAS!$CCAS$ac_delim +CCASFLAGS!$CCASFLAGS$ac_delim +CCASDEPMODE!$CCASDEPMODE$ac_delim +am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim +am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +OTFDIR!$OTFDIR$ac_delim +OTFINCDIR!$OTFINCDIR$ac_delim +OTFLIBDIR!$OTFLIBDIR$ac_delim +OTFLIB!$OTFLIB$ac_delim +AMEXTERNOTF_TRUE!$AMEXTERNOTF_TRUE$ac_delim +AMEXTERNOTF_FALSE!$AMEXTERNOTF_FALSE$ac_delim +PLATFORM!$PLATFORM$ac_delim +BFDINCDIR!$BFDINCDIR$ac_delim +BFDLIBDIR!$BFDLIBDIR$ac_delim +BFDLIB!$BFDLIB$ac_delim +LIBERTYINCDIR!$LIBERTYINCDIR$ac_delim +LIBERTYLIBDIR!$LIBERTYLIBDIR$ac_delim +LIBERTYLIB!$LIBERTYLIB$ac_delim +AMBUILDCOMPINST_GNU_TRUE!$AMBUILDCOMPINST_GNU_TRUE$ac_delim +AMBUILDCOMPINST_GNU_FALSE!$AMBUILDCOMPINST_GNU_FALSE$ac_delim +AMBUILDCOMPINST_INTEL_TRUE!$AMBUILDCOMPINST_INTEL_TRUE$ac_delim +AMBUILDCOMPINST_INTEL_FALSE!$AMBUILDCOMPINST_INTEL_FALSE$ac_delim +AMBUILDCOMPINST_PGI_TRUE!$AMBUILDCOMPINST_PGI_TRUE$ac_delim +AMBUILDCOMPINST_PGI_FALSE!$AMBUILDCOMPINST_PGI_FALSE$ac_delim +AMBUILDCOMPINST_PHAT_TRUE!$AMBUILDCOMPINST_PHAT_TRUE$ac_delim +AMBUILDCOMPINST_PHAT_FALSE!$AMBUILDCOMPINST_PHAT_FALSE$ac_delim +AMBUILDCOMPINST_XL_TRUE!$AMBUILDCOMPINST_XL_TRUE$ac_delim +AMBUILDCOMPINST_XL_FALSE!$AMBUILDCOMPINST_XL_FALSE$ac_delim +AMBUILDCOMPINST_FTRACE_TRUE!$AMBUILDCOMPINST_FTRACE_TRUE$ac_delim +AMBUILDCOMPINST_FTRACE_FALSE!$AMBUILDCOMPINST_FTRACE_FALSE$ac_delim +AMHAVEBFD_TRUE!$AMHAVEBFD_TRUE$ac_delim +AMHAVEBFD_FALSE!$AMHAVEBFD_FALSE$ac_delim +LDSHFLAG!$LDSHFLAG$ac_delim +DYNIINCDIR!$DYNIINCDIR$ac_delim +DYNILIBDIR!$DYNILIBDIR$ac_delim +DYNILIB!$DYNILIB$ac_delim +VTDYNATTLIB!$VTDYNATTLIB$ac_delim +AMHAVEDYNINST_TRUE!$AMHAVEDYNINST_TRUE$ac_delim +AMHAVEDYNINST_FALSE!$AMHAVEDYNINST_FALSE$ac_delim +AMBUILDDYNATTLIB_TRUE!$AMBUILDDYNATTLIB_TRUE$ac_delim +AMBUILDDYNATTLIB_FALSE!$AMBUILDDYNATTLIB_FALSE$ac_delim +AMHAVELIBERTY_TRUE!$AMHAVELIBERTY_TRUE$ac_delim +AMHAVELIBERTY_FALSE!$AMHAVELIBERTY_FALSE$ac_delim +MPICC!$MPICC$ac_delim +MPICFLAGS!$MPICFLAGS$ac_delim +MPIDIR!$MPIDIR$ac_delim +MPIINCDIR!$MPIINCDIR$ac_delim +MPILIBDIR!$MPILIBDIR$ac_delim +MPILIB!$MPILIB$ac_delim +PMPILIB!$PMPILIB$ac_delim +FMPILIB!$FMPILIB$ac_delim +OMPFLAG!$OMPFLAG$ac_delim +AMBUILDMPI_TRUE!$AMBUILDMPI_TRUE$ac_delim +AMBUILDMPI_FALSE!$AMBUILDMPI_FALSE$ac_delim +AMBUILDFMPI_TRUE!$AMBUILDFMPI_TRUE$ac_delim +AMBUILDFMPI_FALSE!$AMBUILDFMPI_FALSE$ac_delim +AMHAVEOMP_TRUE!$AMHAVEOMP_TRUE$ac_delim +AMHAVEOMP_FALSE!$AMHAVEOMP_FALSE$ac_delim +AMBUILDOMP_TRUE!$AMBUILDOMP_TRUE$ac_delim +AMBUILDOMP_FALSE!$AMBUILDOMP_FALSE$ac_delim +AMBUILDHYB_TRUE!$AMBUILDHYB_TRUE$ac_delim +AMBUILDHYB_FALSE!$AMBUILDHYB_FALSE$ac_delim +AMHAVEMEMHOOKS_TRUE!$AMHAVEMEMHOOKS_TRUE$ac_delim +AMHAVEMEMHOOKS_FALSE!$AMHAVEMEMHOOKS_FALSE$ac_delim +DLINCDIR!$DLINCDIR$ac_delim +DLLIBDIR!$DLLIBDIR$ac_delim +DLLIB!$DLLIB$ac_delim +AMBUILDIOWRAP_TRUE!$AMBUILDIOWRAP_TRUE$ac_delim +AMBUILDIOWRAP_FALSE!$AMBUILDIOWRAP_FALSE$ac_delim +PAPIINCDIR!$PAPIINCDIR$ac_delim +PAPILIBDIR!$PAPILIBDIR$ac_delim +PAPILIB!$PAPILIB$ac_delim +AMHAVEPAPI_TRUE!$AMHAVEPAPI_TRUE$ac_delim +AMHAVEPAPI_FALSE!$AMHAVEPAPI_FALSE$ac_delim +VT_WRAPPER_EXTRA_CFLAGS!$VT_WRAPPER_EXTRA_CFLAGS$ac_delim +VT_WRAPPER_EXTRA_CXXFLAGS!$VT_WRAPPER_EXTRA_CXXFLAGS$ac_delim +VT_WRAPPER_EXTRA_FFLAGS!$VT_WRAPPER_EXTRA_FFLAGS$ac_delim +VT_WRAPPER_EXTRA_FCFLAGS!$VT_WRAPPER_EXTRA_FCFLAGS$ac_delim +VT_WRAPPER_EXTRA_LDFLAGS!$VT_WRAPPER_EXTRA_LDFLAGS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +VT_WRAPPER_EXTRA_LIBS!$VT_WRAPPER_EXTRA_LIBS$ac_delim +VT_WRAPPER_INCDIR!$VT_WRAPPER_INCDIR$ac_delim +VT_WRAPPER_LIBDIR!$VT_WRAPPER_LIBDIR$ac_delim +VT_WRAPPER_OPARI_BIN!$VT_WRAPPER_OPARI_BIN$ac_delim +VT_WRAPPER_AVAIL_INST!$VT_WRAPPER_AVAIL_INST$ac_delim +VT_WRAPPER_DEFAULT_INST!$VT_WRAPPER_DEFAULT_INST$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 8; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof +_ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS +cat >>$CONFIG_STATUS <<\_ACEOF + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + 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/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi + + +# Show configure summary + + if test x"$enable_config_summary" = "xyes"; then + + echo "" + echo "-----------------------------------------------------------------------------" + echo "Configuration:" + echo "" + echo " Build (B): $build" + echo " Host (H): $host" + echo " Cross compiling: $cross_compiling" + echo "" + echo " C compiler: $CC" + if test x"$cross_compiling" = "xyes"; then + echo " C++ Compiler (H|B): $CXX | $CXX_FOR_BUILD" +else + echo " C++ compiler: $CXX" +fi + + echo " Fortran 77 compiler: $F77" + echo " Fortran 90 compiler: $FC" + echo " C preprocessor: $CPP" + if test x"$cross_compiling" = "xyes"; then + echo " C++ preprocessor (H|B): $CXXCPP | $CXXCPP_FOR_BUILD" +else + echo " C++ preprocessor: $CXXCPP" +fi + + echo "" + echo " CFLAGS: $CFLAGS" + if test x"$cross_compiling" = "xyes"; then + echo " CXXFLAGS (H|B): $CXXFLAGS | $CXXFLAGS_FOR_BUILD" +else + echo " CXXFLAGS: $CXXFLAGS" +fi + + echo " FFLAGS: $FFLAGS" + echo " FCFLAGS: $FCFLAGS" + if test x"$cross_compiling" = "xyes"; then + echo " CPPFLAGS (H|B): $CPPFLAGS | $CPPFLAGS_FOR_BUILD" +else + echo " CPPFLAGS: $CPPFLAGS" +fi + + if test x"$cross_compiling" = "xyes"; then + echo " LDFLAGS (H|B): $LDFLAGS | $LDFLAGS_FOR_BUILD" +else + echo " LDFLAGS: $LDFLAGS" +fi + + if test x"$cross_compiling" = "xyes"; then + echo " LIBS (H|B): $LIBS | $LIBS_FOR_BUILD" +else + echo " LIBS: $LIBS" +fi + + echo " OMPFLAG: $OMPFLAG" + echo "" + echo " MPI C compiler: $MPICC" + echo " MPICFLAGS (append to CFLAGS): $MPICFLAGS" + echo "" + echo " Source code location: $PWD" + echo " Install path: $prefix" + echo "" + answer="" + if test x"$use_extern_otf" = "xno"; then + answer="yes" +else + answer="no" +fi + + echo " Build OTF library and tools: $answer" + + if test x"$build_mpi" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build MPI support: $answer" + + if test x"$build_fmpi" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build Fortran MPI wrapper library: $answer" + + if test x"$build_omp" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build OpenMP support: $answer" + + if test x"$build_hyb" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build Hybrid (MPI/OpenMP) support: $answer" + + if test x"$have_papi" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build PAPI Hardware Counter support: $answer" + + if test x"$have_memhooks" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build GLIBC's memory alloc. trace support: $answer" + + if test x"$have_iowrap" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build LIBC's I/O trace support: $answer" + + if test x"$compinst_list" != x; then + answer="$compinst_list" +else + answer="no" +fi + + echo "" + echo " Build compiler instrumentation support: $answer" + if test x"$compinst_default" != x; then + answer="$compinst_default" +else + answer="manual" +fi + + echo " Default for compiler wrapper: $answer" + + if test x"$have_dyninst" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo "" + echo " Build binary instrumentation support" + echo " by using Dyninst: $answer" + if test x"$build_dynattlib" = "xyes"; then + answer="yes" +else + answer="no" +fi + + echo " Build Dyninst attach library: $answer" + + echo "" + echo " See config.h for further configuration information." + echo "-----------------------------------------------------------------------------" + +fi + + + diff --git a/ompi/contrib/vt/vt/configure.in b/ompi/contrib/vt/vt/configure.in new file mode 100644 index 0000000000..5840d03887 --- /dev/null +++ b/ompi/contrib/vt/vt/configure.in @@ -0,0 +1,301 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.60) +AC_INIT(VampirTrace, 5.4.4, service@vampir.eu) +AM_INIT_AUTOMAKE(VampirTrace, 5.4.4) +AC_CONFIG_SRCDIR(config.h.in) +AM_CONFIG_HEADER(config.h) + +ACVT_CONF_INIT + +ACVT_CONF_TITLE([Initialization]) + +# Check for absolute paths of $builddir and $srcdir +top_vt_builddir="`pwd`" +cd "$srcdir" +top_vt_srcdir="`pwd`" +cd "$top_vt_builddir" +AC_MSG_NOTICE([builddir: $top_vt_builddir]) +AC_MSG_NOTICE([srcdir: $top_vt_srcdir]) +AS_IF([test "$top_vt_builddir" != "$top_vt_srcdir"], AC_MSG_NOTICE([detected VPATH build])) + +# Check for type of host system +AC_CANONICAL_HOST + +# Correct install paths +AS_IF([test x"$prefix" = "xNONE"], [prefix="$ac_default_prefix"]) +AS_IF([test x"$exec_prefix" = "xNONE"], [exec_prefix="$prefix"]) +AS_IF([test x"$datarootdir" = x -o "$datarootdir" = "\${prefix}/share"], +[datarootdir="\${prefix}/share/\${PACKAGE_TARNAME}"]) +AS_IF([test x"$docdir" = x -o "$docdir" = "\${datarootdir}/doc/\${PACKAGE_TARNAME}"], +[docdir="\${datarootdir}/doc"]) + +ACVT_CONF_TITLE([Compiler, preprocessor, and programs]) + +# Check for compiler and preprocessor +AS_IF([test x"$F77" = x -a x"$FC" != x], [F77=$FC]) +AC_PROG_CC +AM_PROG_CC_C_O +AC_PROG_CXX +AC_PROG_CPP +AC_PROG_CXXCPP +AC_PROG_F77 +AC_PROG_FC + +AM_CONDITIONAL(AMHAVECC, test x"$CC" != x) +AM_CONDITIONAL(AMHAVECXX, test x"$CXX" != x) +AM_CONDITIONAL(AMHAVEF77, test x"$F77" != x) +AM_CONDITIONAL(AMHAVEFC, test x"$FC" != x) + +# Check for *front-end* C++ compiler, preprocessor, and flags +AC_ARG_VAR(CXX_FOR_BUILD, [C++ compiler command for build system]) +AC_ARG_VAR(CXXFLAGS_FOR_BUILD, [C++ compiler flags for build system]) +AC_ARG_VAR(CXXCPP_FOR_BUILD, [C++ preprocessor for build system]) +AC_ARG_VAR(CPPFLAGS_FOR_BUILD, [C/C++/Objective C preprocessor flags for build system]) +AC_ARG_VAR(LDFLAGS_FOR_BUILD, [linker flags for build system]) +AC_ARG_VAR(LIBS_FOR_BUILD, [libraries to pass to the linker for build system]) + +AS_IF([test x"$cross_compiling" = "xyes"], +[ + AC_MSG_CHECKING([for C++ compiler for build system ($build)]) + AS_IF([test x"$CXX_FOR_BUILD" = x], + [ + AC_MSG_RESULT([$CXX]) + AC_MSG_NOTICE([no C++ compiler command for build system given +In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CXX_FOR_BUILD' to the C++ compiler of build system therefor.]) + CXX_FOR_BUILD=$CXX + cxx_for_build_given="no" + ], + [ + AC_MSG_RESULT([$CXX_FOR_BUILD]) + cxx_for_build_given="yes" + ]) + AS_IF([test x"$CXXFLAGS_FOR_BUILD" = x], [CXXFLAGS_FOR_BUILD=$CXXFLAGS]) + AS_IF([test x"$CXXCPP_FOR_BUILD" = x], [CXXCPP_FOR_BUILD=$CXXCPP]) + AS_IF([test x"$CPPFLAGS_FOR_BUILD" = x], [CPPFLAGS_FOR_BUILD=$CPPFLAGS]) + AS_IF([test x"$LDFLAGS_FOR_BUILD" = x], [LDFLAGS_FOR_BUILD=$LDFLAGS]) + AS_IF([test x"$LIBS_FOR_BUILD" = x], [LIBS_FOR_BUILD=$LIBS]) + + AS_IF([test x"$cxx_for_build_given" = "xyes"], + [ + AC_LANG([C++]) + sav_CXX=$CXX; sav_CXXFLAGS=$CXXFLAGS; sav_CXXCPP=$CXXCPP + sav_CPPFLAGS=$CPPFLAGS; sav_LDFLAGS=$LDFLAGS; sav_LIBS=$LIBS + CXX=$CXX_FOR_BUILD; CXXFLAGS=$CXXFLAGS_FOR_BUILD; CXXCPP=$CXXCPP_FOR_BUILD + CPPFLAGS=$CPPFLAGS_FOR_BUILD; LDFLAGS=$LDFLAGS_FOR_BUILD; LIBS=$LIBS_FOR_BUILD + AC_MSG_CHECKING([whether the C++ compiler for build system works]) + AC_TRY_LINK([], [], + [AC_MSG_RESULT([yes])], + [AC_MSG_ERROR([C++ compiler for build system cannot create executables +See \`config.log' for more details.])]) + CXX=$sav_CXX; CXXFLAGS=$sav_CXXFLAGS; CXXCPP=$sav_CXXCPP + CPPFLAGS=$sav_CPPFLAGS; LDFLAGS=$sav_LDFLAGS; LIBS=$sav_LIBS + AC_LANG([C]) + ]) +], +[ + # reset *_FOR_BUILD variables, if no cross compiling + CXX_FOR_BUILD=$CXX; CXXFLAGS_FOR_BUILD=$CXXFLAGS; CXXCPP_FOR_BUILD=$CXXCPP + CPPFLAGS_FOR_BUILD=$CPPFLAGS; LDFLAGS_FOR_BUILD=$LDFLAGS; LIBS_FOR_BUILD=$LIBS +]) + +# Check for programs +AC_ARG_VAR(AR, [archiver command]) #AC_PROG_AR ? +AC_CHECK_PROGS(AR, ar, AR=ar) +AC_PROG_RANLIB +AM_PROG_AS + +ACVT_CONF_TITLE([Header files, types, and functions]) + +# Check for header files +AC_HEADER_STDC +AC_CHECK_HEADERS([stdint.h inttypes.h fnmatch.h]) + +# Check for datatypes +AC_TYPE_SIZE_T +AC_CHECK_SIZEOF(void*, 8) +AC_CHECK_SIZEOF(int, 4) +AC_CHECK_SIZEOF(long, 8) +AC_CHECK_SIZEOF(mode_t, 4) + +# Check for library functions +#AC_REPLACE_FNMATCH +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +AC_CHECK_FUNCS([atexit gethostname setenv]) + +# Check for OTF +ACVT_CONF_TITLE([Open Trace Format (OTF) library and tools]) +ACVT_OTF +AS_IF([test x"$use_extern_otf" = "xyes" -a x"$otf_error" = "xyes"], [exit 1]) +AM_CONDITIONAL(AMEXTERNOTF, test x"$use_extern_otf" = "xyes") + +# Check for platform +ACVT_CONF_TITLE([Platform specific setup]) +ACVT_PLATFORM + +# Check for compiler instrumentation +ACVT_CONF_TITLE([Compiler instrumentation]) +ACVT_COMPINST +AS_IF([test x"$force_compinst" = "xyes" -a x"$compinst_error" = "xyes"], [exit 1]) +AS_IF([test x"$enable_config_titles" = "xyes" -a x"$check_compinst" = "xno"], +[AC_MSG_NOTICE([disabled via command line switch])]) +AM_CONDITIONAL(AMBUILDCOMPINST_GNU, test x"$build_compinst_gnu" = "xyes") +AM_CONDITIONAL(AMBUILDCOMPINST_INTEL, test x"$build_compinst_intel" = "xyes") +AM_CONDITIONAL(AMBUILDCOMPINST_PGI, test x"$build_compinst_pgi" = "xyes") +AM_CONDITIONAL(AMBUILDCOMPINST_PHAT, test x"$build_compinst_phat" = "xyes") +AM_CONDITIONAL(AMBUILDCOMPINST_XL, test x"$build_compinst_xl" = "xyes") +AM_CONDITIONAL(AMBUILDCOMPINST_FTRACE, test x"$build_compinst_ftrace" = "xyes") +AM_CONDITIONAL(AMHAVEBFD, test x"$have_bfd" = "xyes") + +# Check for binary instrumentation by Dyninst +ACVT_CONF_TITLE([Binary instrumentation by Dyninst]) +ACVT_DYNINST +AS_IF([test x"$force_dyninst" = "xyes" -a x"$dyninst_error" = "xyes"], [exit 1]) +AS_IF([test x"$force_dynattlib" = "xyes" -a x"$dynattlib_error" = "xyes"], [exit 1]) +AS_IF([test x"$enable_config_titles" = "xyes" -a x"$check_dyninst" = "xno"], +[AC_MSG_NOTICE([disabled via command line switch])]) +AM_CONDITIONAL(AMHAVEDYNINST, test x"$have_dyninst" = "xyes") +AM_CONDITIONAL(AMBUILDDYNATTLIB, test x"$have_dyninst" = "xyes" -a x"$LDSHFLAG" != "x") +AM_CONDITIONAL(AMHAVELIBERTY, test x"$have_liberty" = "xyes") + +# Check for MPI and OpenMP +check_omp="yes"; build_omp="yes"; force_omp="no" +check_mpi="yes"; build_mpi="yes"; build_fmpi="no"; force_mpi="no" +build_hyb="yes" +AC_ARG_ENABLE(mpi, + AC_HELP_STRING([--enable-mpi], [enable MPI support, default: enable if MPI-installation found by configure]), + [ + AS_IF([test x"$enableval" = "xyes"], + [force_mpi="yes"], [check_mpi="no"; build_mpi="no"]) + ], []) + +AC_ARG_ENABLE(omp, + AC_HELP_STRING([--enable-omp], [enable OpenMP support, default: enable if given compiler supports OpenMP]), + [ + AS_IF([test x"$enableval" = "xyes"], + [force_omp="yes"], [check_omp="no"; build_omp="no"]) + ], []) + +AC_ARG_ENABLE(hyb, + AC_HELP_STRING([--enable-hyb], [enable Hybrid (MPI/OpenMP) support, default: enable if MPI-installation found and given compiler supports OpenMP]), + [ + AS_IF([test x"$enableval" = "xyes"], + [check_omp="yes"; force_omp="yes" + check_mpi="yes"; force_mpi="yes"], + [build_hyb="no"]) + ], [check_omp="yes"; check_mpi="yes"]) + +ACVT_CONF_TITLE([Message Passing Interface (MPI)]) + +AS_IF([test x"$check_mpi" = "xyes"], +[ + ACVT_MPI + AS_IF([test x"$mpi_error" = "xyes"], + [ + AS_IF([test x"$force_mpi" = "xyes"], [exit 1]) + build_mpi="no"; build_fmpi="no"; build_hyb="no" + ]) +], +[ + AS_IF([test x"$enable_config_titles" = "xyes"], + [AC_MSG_NOTICE([disabled via command line switch])]) +]) +AS_IF([test x"$MPICC" = x], [MPICC=$CC]) + +ACVT_CONF_TITLE([OpenMP parallelizer]) + +AS_IF([test x"$check_omp" = "xyes"], +[ + ACVT_OMP + AS_IF([test x"$omp_error" = "xyes"], + [ + AS_IF([test x"$force_omp" = "xyes"], [exit 1]) + build_omp="no"; build_hyb="no" + ]) +], +[ + AS_IF([test x"$enable_config_titles" = "xyes"], + [AC_MSG_NOTICE([disabled via command line switch])]) +]) + +AM_CONDITIONAL(AMBUILDMPI, test x"$build_mpi" = "xyes") +AM_CONDITIONAL(AMBUILDFMPI, test x"$build_fmpi" = "xyes") +AM_CONDITIONAL(AMHAVEOMP, test x"$have_omp" = "xyes") +AM_CONDITIONAL(AMBUILDOMP, test x"$build_omp" = "xyes") +AM_CONDITIONAL(AMBUILDHYB, test x"$build_hyb" = "xyes") + +ACVT_CONF_TITLE([Additional tracing support]) + +# Check for memory tracing support +ACVT_CONF_SUBTITLE([GLIBC's memory allocation tracing]) +ACVT_MEMHOOKS +AS_IF([test x"$enable_config_titles" = "xyes" -a x"$check_memhooks" = "xno"], +[AC_MSG_NOTICE([disabled via command line switch])]) +AS_IF([test x"$force_memhooks" = "xyes" -a x"$memhooks_error" = "xyes"], [exit 1]) +AM_CONDITIONAL(AMHAVEMEMHOOKS, test x"$have_memhooks" = "xyes") + +# Check for I/O tracing support +ACVT_CONF_SUBTITLE([LIBC's I/O tracing]) +AS_IF([test x"$PLATFORM" = "xmacos"], +[ + AC_MSG_NOTICE([not supported on MacOS]) + have_iowrap="no" +], +[ + ACVT_IOWRAP + AS_IF([test x"$force_iowrap" = "xyes" -a x"$iowrap_error" = "xyes"], [exit 1]) + AS_IF([test x"$enable_config_titles" = "xyes" -a x"$check_iowrap" = "xno"], + [AC_MSG_NOTICE([disabled via command line switch])]) +]) +AM_CONDITIONAL(AMBUILDIOWRAP, test x"$have_iowrap" = "xyes") + +# Check for PAPI hardware counter support +ACVT_CONF_SUBTITLE([PAPI hardware counter]) +AS_IF([test x"$PLATFORM" = "xnecsx"], +[ + AC_MSG_NOTICE([not supported on NEC SX]) + have_papi="no" +], +[ + ACVT_PAPI + AS_IF([test x"$force_papi" = "xyes" -a x"$papi_error" = "xyes"], [exit 1]) + AS_IF([test x"$enable_config_titles" = "xyes" -a x"$check_papi" = "xno"], + [AC_MSG_NOTICE([disabled via command line switch])]) +]) +AM_CONDITIONAL(AMHAVEPAPI, test x"$have_papi" = "xyes") + +# Check path for node-local temporary directory +ACVT_LTMPDIR + +# Setup compiler wrappers +ACVT_COMPWRAP + +# Output files +AC_CONFIG_FILES([Makefile + extlib/Makefile + vtlib/Makefile + tools/Makefile + tools/compwrap/Makefile + tools/compwrap/vtcc-wrapper-data.txt + tools/compwrap/vtcxx-wrapper-data.txt + tools/compwrap/vtf77-wrapper-data.txt + tools/compwrap/vtf90-wrapper-data.txt + tools/opari/Makefile + tools/opari/tool/Makefile + tools/opari/doc/Makefile + tools/vtdyn/Makefile + tools/vtdyn/dynattlib/Makefile + tools/vtfilter/Makefile + tools/vtunify/Makefile + doc/Makefile +]) + +# Create output files +ACVT_CONF_TITLE([Final output]) +AC_OUTPUT + +# Show configure summary +ACVT_CONF_SUMMARY + diff --git a/ompi/contrib/vt/vt/depcomp b/ompi/contrib/vt/vt/depcomp new file mode 100755 index 0000000000..ca5ea4e1ef --- /dev/null +++ b/ompi/contrib/vt/vt/depcomp @@ -0,0 +1,584 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2006-10-15.18 + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + if test -f "$tmpdepfile"; then + outname="$stripped.o" + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/doc/FILTER.SPEC b/ompi/contrib/vt/vt/doc/FILTER.SPEC new file mode 100644 index 0000000000..6f9575c400 --- /dev/null +++ b/ompi/contrib/vt/vt/doc/FILTER.SPEC @@ -0,0 +1,20 @@ +# VampirTrace region filter specification +# +# call limit definitions and region assignments +# +# syntax: -- +# +# regions semicolon-seperated list of regions +# (can be wildcards) +# limit assigned call limit +# 0 = region(s) denied +# -1 = unlimited +# +# example: +# +# add;sub;mul;div -- 1000 +# * -- 3000000 +# +# These region filter directives cause that the functions "add", "sub", +# "mul" and "div" be recorded at most 1000 times. The remaining +# functions (*) will be recorded at most 3000000 times. diff --git a/ompi/contrib/vt/vt/doc/GROUPS.SPEC b/ompi/contrib/vt/vt/doc/GROUPS.SPEC new file mode 100644 index 0000000000..eebfb2032b --- /dev/null +++ b/ompi/contrib/vt/vt/doc/GROUPS.SPEC @@ -0,0 +1,18 @@ +# VampirTrace region groups specification +# +# group definitions and region assignments +# +# syntax: = +# +# group group name +# regions semicolon-seperated list of regions +# (can be wildcards) +# +# example: +# +# CALC=add;sub;mul;div +# USER=app_* +# +# These group assignments make the functions "add", "sub", "mul" and "div" +# associated with group "CALC" and all functions with the prefix "app_" are +# associated with group "USER". diff --git a/ompi/contrib/vt/vt/doc/LICENSE b/ompi/contrib/vt/vt/doc/LICENSE new file mode 100644 index 0000000000..2db821100e --- /dev/null +++ b/ompi/contrib/vt/vt/doc/LICENSE @@ -0,0 +1,32 @@ +Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + +Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +Republic of Germany + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +- Neither the name of ZIH, TU Dresden or Forschungszentrum Juelich GmbH, nor the +names of its contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/ompi/contrib/vt/vt/doc/METRICS.SPEC b/ompi/contrib/vt/vt/doc/METRICS.SPEC new file mode 100644 index 0000000000..eb36db9b24 --- /dev/null +++ b/ompi/contrib/vt/vt/doc/METRICS.SPEC @@ -0,0 +1,324 @@ +# VampirTrace metrics specification +# +# measurement definitions complement/extend native (and PAPI preset) definitions +# measured metrics derive from a single measured counter (in principle) +# all measure definitions are considered equivalent +# (though some may be platform-specific) + +### generic (PAPI) measurement aliases + +### level 1 cache accesses +measure L1_ACCESS = PAPI_L1_TCA +measure L1_I_ACCESS = PAPI_L1_ICA +measure L1_D_ACCESS = PAPI_L1_DCA + +### level 1 cache reads +measure L1_READ = PAPI_L1_TCR +measure L1_I_READ = PAPI_L1_ICR # equivalent to PAPI_L1_ICA +measure L1_D_READ = PAPI_L1_DCR + +### level 1 cache writes +measure L1_WRITE = PAPI_L1_TCW +measure L1_I_WRITE = PAPI_L1_ICW # never defined +measure L1_D_WRITE = PAPI_L1_DCW + +### level 1 cache hits +measure L1_HIT = PAPI_L1_TCH +measure L1_I_HIT = PAPI_L1_ICH +measure L1_D_HIT = PAPI_L1_DCH + +### level 1 cache misses +measure L1_MISS = PAPI_L1_TCM +measure L1_I_MISS = PAPI_L1_ICM +measure L1_D_MISS = PAPI_L1_DCM +measure L1_D_READ_MISS = PAPI_L1_LDM +measure L1_D_WRITE_MISS = PAPI_L1_STM + +### alternate level 1 cache representation +measure L1_INST = PAPI_L1_ICA +measure L1_INST_HIT = PAPI_L1_ICH +measure L1_INST_MISS = PAPI_L1_ICM +measure L1_LOAD = PAPI_L1_DCR +measure L1_LOAD_HIT = PAPI_L1_LDH # non-standard +measure L1_LOAD_MISS = PAPI_L1_LDM +measure L1_STORE = PAPI_L1_DCW +measure L1_STORE_HIT = PAPI_L1_STH # non-standard +measure L1_STORE_MISS = PAPI_L1_STM + +### level 2 cache accesses +measure L2_ACCESS = PAPI_L2_TCA +measure L2_I_ACCESS = PAPI_L2_ICA +measure L2_D_ACCESS = PAPI_L2_DCA + +### level 2 cache reads +measure L2_READ = PAPI_L2_TCR +measure L2_I_READ = PAPI_L2_ICR # equivalent to PAPI_L2_ICA +measure L2_D_READ = PAPI_L2_DCR + +### level 2 cache writes +measure L2_WRITE = PAPI_L2_TCW +measure L2_I_WRITE = PAPI_L2_ICW # never defined +measure L2_D_WRITE = PAPI_L2_DCW + +### level 2 cache hits +measure L2_HIT = PAPI_L2_TCH +measure L2_I_HIT = PAPI_L2_ICH +measure L2_D_HIT = PAPI_L2_DCH + +### level 2 cache misses +measure L2_MISS = PAPI_L2_TCM +measure L2_I_MISS = PAPI_L2_ICM +measure L2_D_MISS = PAPI_L2_DCM +measure L2_D_READ_MISS = PAPI_L2_LDM +measure L2_D_WRITE_MISS = PAPI_L2_STM + +### alternate level 2 cache representation +measure L2_INST = PAPI_L2_ICA +measure L2_INST_HIT = PAPI_L2_ICH +measure L2_INST_MISS = PAPI_L2_ICM +measure L2_LOAD = PAPI_L2_DCR +measure L2_LOAD_HIT = PAPI_L2_LDH # non-standard +measure L2_LOAD_MISS = PAPI_L2_LDM +measure L2_STORE = PAPI_L2_DCW +measure L2_STORE_HIT = PAPI_L2_STH # non-standard +measure L2_STORE_MISS = PAPI_L2_STM + +### level 3 cache accesses +measure L3_ACCESS = PAPI_L3_TCA +measure L3_I_ACCESS = PAPI_L3_ICA +measure L3_D_ACCESS = PAPI_L3_DCA + +### level 3 cache reads +measure L3_READ = PAPI_L3_TCR +measure L3_I_READ = PAPI_L3_ICR # equivalent to PAPI_L3_ICA +measure L3_D_READ = PAPI_L3_DCR + +### level 3 cache writes +measure L3_WRITE = PAPI_L3_TCW +measure L3_I_WRITE = PAPI_L3_ICW # never defined +measure L3_D_WRITE = PAPI_L3_DCW + +### level 3 cache hits +measure L3_HIT = PAPI_L3_TCH +measure L3_I_HIT = PAPI_L3_ICH +measure L3_D_HIT = PAPI_L3_DCH + +### level 3 cache misses +measure L3_MISS = PAPI_L3_TCM +measure L3_I_MISS = PAPI_L3_ICM +measure L3_D_MISS = PAPI_L3_DCM +measure L3_D_READ_MISS = PAPI_L3_LDM +measure L3_D_WRITE_MISS = PAPI_L3_STM + +### alternate level 3 cache representation +measure L3_INST = PAPI_L3_ICA +measure L3_INST_HIT = PAPI_L3_ICH +measure L3_INST_MISS = PAPI_L3_ICM +measure L3_LOAD = PAPI_L3_DCR +measure L3_LOAD_HIT = PAPI_L3_LDH # non-standard +measure L3_LOAD_MISS = PAPI_L3_LDM +measure L3_STORE = PAPI_L3_DCW +measure L3_STORE_HIT = PAPI_L3_STH # non-standard +measure L3_STORE_MISS = PAPI_L3_STM + +### TLB misses +measure TLB_MISS = PAPI_TLB_TL +measure TLB_I_MISS = PAPI_TLB_IM +measure TLB_D_MISS = PAPI_TLB_DM + +### instructions +measure INSTRUCTION = PAPI_TOT_INS +measure INTEGER = PAPI_INT_INS +measure FLOATING_POINT = PAPI_FP_INS +measure FP_ADD = PAPI_FAD_INS +measure FP_MUL = PAPI_FML_INS +measure FP_FMA = PAPI_FMA_INS +measure FP_DIV = PAPI_FDV_INS +measure FP_INV = PAPI_FNV_INS +measure FP_SQRT = PAPI_FSQ_INS +measure VECTOR = PAPI_VEC_INS +measure SYNCH = PAPI_SYC_INS +measure LOAD_STORE = PAPI_LST_INS +measure LOAD = PAPI_LD_INS +measure STORE = PAPI_SR_INS +measure COND_STORE = PAPI_CSR_TOT +measure COND_STORE_SUCCESS = PAPI_CSR_SUC +measure COND_STORE_UNSUCCESS = PAPI_CSR_FAL +measure BRANCH = PAPI_BR_INS +measure UNCOND_BRANCH = PAPI_BR_UCN +measure COND_BRANCH = PAPI_BR_CN +measure COND_BRANCH_TAKEN = PAPI_BR_TKN +measure COND_BRANCH_NOTTAKEN = PAPI_BR_NTK +measure COND_BRANCH_PRED = PAPI_BR_PRC +measure COND_BRANCH_MISPRED = PAPI_BR_MSP + +### cycles +measure CYCLES = PAPI_TOT_CYC + +### idle units +measure INTEGER_UNIT_IDLE = PAPI_FXU_IDL +measure FLOAT_UNIT_IDLE = PAPI_FPU_IDL +measure BRANCH_UNIT_IDLE = PAPI_BRU_IDL +measure LOADSTORE_UNIT_IDLE = PAPI_LSU_IDL + +### stalls +measure STALL_MEMORY_ACCESS = PAPI_MEM_SCY +measure STALL_MEMORY_READ = PAPI_MEM_RCY +measure STALL_MEMORY_WRITE = PAPI_MEM_WCY +measure STALL_INST_ISSUE = PAPI_STL_ICY + +# platform-specific measurement aliases +# (complement or redefine generic measurement aliases) +# may need to key to particular platform if ambiguity + +### POWER4-specific metrics +measure FP_LOAD = PM_LSU_LDF +measure FP_STORE = PM_FPU_STF +measure FP_MISC = PM_FPU_FMOV_FEST + +### UltraSPARC-III/IV-specific metrics +measure STALL_L1_MISS = Re_DC_miss # /1 +measure STALL_L2_MISS = Re_EC_miss # /1 +measure STALL_IC_MISS = Dispatch0_IC_miss # /0 +measure STALL_STOREQ = Rstall_storeQ # /0 +measure STALL_IU_USE = Rstall_IU_use # /0 +measure STALL_FP_USE = Rstall_FP_use # /1 +measure STALL_PC_MISS = Re_PC_miss # /1 +measure STALL_RAW_MISS = Re_RAW_miss # /1 +measure STALL_FPU_BYPASS = Re_FPU_bypass # /1 +measure STALL_MISPRED = Dispatch0_mispred # /1 +measure STALL_BR_TARGET = Dispatch0_br_target # /0 +measure STALL_2ND_BR = Dispatch0_2nd_br # /0 +measure STALL_L1_MSOVHD = Re_DC_missovhd # /1 + +### groupings of metrics for collective measurement + +### Opteron groupings (max 4 in group, unrestricted) +aggroup OPTERON_DC1 = DC_ACCESS DC_MISS DC_L2_REFILL_I DC_SYS_REFILL_I +aggroup OPTERON_DC2 = DC_L2_REFILL_M DC_L2_REFILL_O DC_L2_REFILL_E DC_L2_REFILL_S +aggroup OPTERON_DC3 = DC_SYS_REFILL_M DC_SYS_REFILL_O DC_SYS_REFILL_E DC_SYS_REFILL_S +aggroup OPTERON_IC = IC_FETCH IC_MISS IC_L2_REFILL IC_SYS_REFILL +aggroup OPTERON_TLB = DC_L1_DTLB_MISS_AND_L2_DTLB_MISS DC_L1_DTLB_MISS_AND_L2_DTLB_HIT IC_L1ITLB_MISS_AND_L2ITLB_MISS IC_L1ITLB_MISS_AND_L2ITLB_HIT + +aggroup OPTERON_BR = FR_BR FR_BR_MIS FR_BR_TAKEN FR_BR_TAKEN_MIS +aggroup OPTERON_FP = FP_ADD_PIPE FP_MULT_PIPE FP_ST_PIPE FP_FAST_FLAG +aggroup OPTERON_FPU = FR_FPU_X87 FR_FPU_MMX_3D FR_FPU_SSE_SSE2_PACKED FR_FPU_SSE_SSE2_SCALAR + +aggroup OPTERON_ST1 = IC_FETCH_STALL FR_DECODER_EMPTY FR_DISPATCH_STALLS FR_DISPATCH_STALLS_FULL_FPU +aggroup OPTERON_ST2 = FR_DISPATCH_STALLS_FULL_LS FR_DISPATCH_STALLS_FULL_REORDER FR_DISPATCH_STALLS_FULL_RESERVATION FR_DISPATCH_STALLS_BR +aggroup OPTERON_ST3 = FR_DISPATCH_STALLS_FAR FR_DISPATCH_STALLS_SER FR_DISPATCH_STALLS_SEG FR_DISPATCH_STALLS_QUIET + +aggroup OPTERON_ETC = FR_X86_INS CPU_CLK_UNHALTED FR_HW_INTS FP_NONE_RET +aggroup OPTERON_HTM = HT_LL_MEM_XFR HT_LR_MEM_XFR HT_RL_MEM_XFR +aggroup OPTERON_HTI = HT_LL_IO_XFR HT_LR_IO_XFR HT_RL_IO_XFR + +### POWER4-specific groupings (max 8 in group, restricted) +aggroup POWER4_DC = PM_DATA_FROM_L2 PM_DATA_FROM_L25_SHR PM_DATA_FROM_L25_MOD PM_DATA_FROM_L275_SHR PM_DATA_FROM_L275_MOD PM_DATA_FROM_L3 PM_DATA_FROM_L35 PM_DATA_FROM_MEM # 5 +aggroup POWER4_IC = PM_INST_FROM_PREF PM_INST_FROM_L1 PM_INST_FROM_L2 PM_INST_FROM_L25_L275 PM_INST_FROM_L3 PM_INST_FROM_L35 PM_INST_FROM_MEM # 6 +aggroup POWER4_L1 = PM_LD_REF_L1 PM_LD_MISS_L1 PM_ST_REF_L1 PM_ST_MISS_L1 # 56 +aggroup POWER4_TLB = PM_ITLB_MISS PM_DTLB_MISS +aggroup POWER4_LX = PM_ITLB_MISS PM_DTLB_MISS PM_LD_REF_L1 PM_LD_MISS_L1 PM_ST_REF_L1 PM_ST_MISS_L1 # 56 +aggroup POWER4_BR = PM_BR_ISSUED PM_BR_MPRED_CR PM_BR_MPRED_TA # 3,55,61 +aggroup POWER4_BRT = PM_BR_ISSUED PM_BR_MPRED_CR PM_BR_MPRED_TA PM_BIQ_IDU_FULL_CYC PM_BRQ_FULL_CYC PM_L1_WRITE_CYC PM_INST_CMPL PM_CYC # 55 +aggroup POWER4_LSF = PM_FPU_STF PM_LSU_LDF # 15,54,60 +aggroup POWER4_STL = PM_CYC PM_FPU_FULL_CYC PM_FPU_STALL3 # 54 +aggroup POWER4_LST = PM_INST_CMPL PM_FPU_STF PM_LSU_LDF PM_CYC PM_FPU_FULL_CYC PM_FPU_STALL3 # 54 +aggroup POWER4_FP = PM_FPU_FIN PM_FPU_FMA PM_FPU_FDIV PM_FPU_FSQRT PM_FPU_FMOV_FEST # 53 +aggroup POWER4_IFP = PM_FPU_FIN PM_FPU_FMA PM_FPU_FDIV PM_FPU_FSQRT PM_FPU_FMOV_FEST PM_FXU_FIN # 53 +aggroup POWER4_II = PM_INST_DISP PM_INST_CMPL # 1,2,18,20 + +### MIPS-R1200 groupings (max 32 in group, unrestricted) +aggroup R12000_ALL = TLB_misses primary_data_cache_misses secondary_data_cache_misses primary_instruction_cache_misses secondary_instruction_cache_misses graduated_instructions mispredicted_branches graduated_loads graduated_stores graduated_floating-point_instructions decoded_instructions cycles prefetch_primary_data_cache_misses +aggroup R12000_ALL_PAPI = PAPI_L1_DCM PAPI_L1_ICM PAPI_L2_DCM PAPI_L2_ICM PAPI_TLB_TL PAPI_TOT_INS PAPI_FP_INS PAPI_LD_INS PAPI_SR_INS PAPI_TOT_IIS PAPI_BR_CN PAPI_BR_MSP PAPI_CSR_TOT PAPI_CSR_FAL PAPI_TOT_CYC PAPI_PRF_DM PAPI_CA_INV PAPI_CA_ITV + +### UltraSPARC-III/IV groupings (max 2 in group, restricted) +aggroup US3_CPI = Cycle_cnt Instr_cnt # duplicates + +# cycles/stalls groups +aggroup US3_SMP = Dispatch_rs_mispred Dispatch0_mispred # stall misprediction +aggroup US3_SUS = Rstall_IU_use Rstall_FP_use # stall IU/FP use +aggroup US3_SST = Rstall_storeQ Re_RAW_miss # stall store +aggroup US3_SCD = Cycle_cnt Re_DC_miss +aggroup US3_SCO = Dispatch0_br_target Re_DC_missovhd +aggroup US3_SCE = Dispatch0_2nd_br Re_EC_miss +aggroup US3_SCP = Dispatch0_IC_miss Re_PC_miss +aggroup US3_SCX = SI_ciq_flow Re_FPU_bypass # Re_FPU_bypass always zero? + +# instruction and TLB groups +aggroup US3_FPU = FA_pipe_completion FM_pipe_completion +aggroup US3_BMS = IU_Stat_Br_miss_taken IU_Stat_Br_miss_untaken +aggroup US3_BCS = IU_Stat_Br_count_taken IU_Stat_Br_count_untaken +aggroup US3_ITL = Instr_cnt ITLB_miss +aggroup US3_DTL = Cycle_cnt DTLB_miss + +# memory and cache groups +aggroup US3_ICH = IC_ref IC_miss +aggroup US3_DCR = DC_rd DC_rd_miss +aggroup US3_DCW = DC_wr DC_wr_miss +aggroup US3_ECI = EC_write_hit_RTO EC_ic_miss +aggroup US3_ECM = EC_rd_miss EC_misses + +# locality/SSM and other miscellaneous groups +aggroup US3_ECL = EC_miss_local EC_miss_remote # only SF15000/SF25000 +aggroup US3_ECX = EC_wb_remote EC_miss_mtag_remote # only SF15000/SF25000 +aggroup US3_ECW = EC_ref EC_wb +aggroup US3_ECS = EC_snoop_inv EC_snoop_cb +aggroup US3_PCR = PC_port0_rd PC_port1_rd +aggroup US3_ETC = SI_snoop PC_MS_misses +aggroup US3_WCM = SI_owned WC_miss + +# memory controller groups +aggroup US3_SM1 = MC_stalls_0 MC_stalls_1 +aggroup US3_SM2 = MC_stalls_2 MC_stalls_3 +aggroup US3_MC0 = MC_reads_0 MC_writes_0 +aggroup US3_MC1 = MC_reads_1 MC_writes_1 +aggroup US3_MC2 = MC_reads_2 MC_writes_2 +aggroup US3_MC3 = MC_reads_3 MC_writes_3 + +### Itanium2 groupings (max 4 in group, partially restricted) +aggroup ITANIUM2_TLB = ITLB_MISSES_FETCH_L1ITLB ITLB_MISSES_FETCH_L2ITLB L2DTLB_MISSES L1DTLB_TRANSFER +aggroup ITANIUM2_BR = BRANCH_EVENT BR_MISPRED_DETAIL_ALL_CORRECT_PRED BR_MISPRED_DETAIL_ALL_WRONG_PATH BR_MISPRED_DETAIL_ALL_WRONG_TARGET +aggroup ITANIUM2_STL = DISP_STALLED BACK_END_BUBBLE_ALL BE_EXE_BUBBLE_ALL BE_EXE_BUBBLE_FRALL + +aggroup ITANIUM2_L1D = DATA_REFERENCES_SET1 L1D_READS_SET1 L1D_READ_MISSES_ALL L2_DATA_REFERENCES_L2_ALL +aggroup ITANIUM2_L2D = L2_DATA_REFERENCES_L2_DATA_READS L2_DATA_REFERENCES_L2_DATA_WRITES L3_READS_DATA_READ_ALL L3_WRITES_DATA_WRITE_ALL +aggroup ITANIUM2_L3D = L3_READS_DATA_READ_HIT L3_READS_DATA_READ_MISS L3_WRITES_DATA_WRITE_HIT L3_WRITES_DATA_WRITE_MISS +aggroup ITANIUM2_LXD = L2_MISSES L3_REFERENCES L3_READS_ALL_MISS L3_WRITES_ALL_MISS +aggroup ITANIUM2_LXX = L3_MISSES L3_WRITES_L2_WB_HIT L3_WRITES_L2_WB_MISS + +aggroup ITANIUM2_ICD = L1I_READS L2_INST_DEMAND_READS L3_READS_DINST_FETCH_HIT L3_READS_DINST_FETCH_MISS # instruction cache (demand-load only) +aggroup ITANIUM2_ICP = L1I_PREFETCHES L2_INST_PREFETCHES L3_READS_INST_FETCH_HIT L3_READS_INST_FETCH_MISS # instruction cache (incl. prefetch) + +aggroup ITANIUM2_IN1 = INST_DISPERSED IA32_INST_RETIRED IA64_INST_RETIRED LOADS_RETIRED +aggroup ITANIUM2_IN2 = FP_OPS_RETIRED LOADS_RETIRED CPU_CYCLES ISA_TRANSITIONS +aggroup ITANIUM2_ISA = IA32_INST_RETIRED IA64_INST_RETIRED IA32_ISA_TRANSITIONS STORES_RETIRED +aggroup ITANIUM2_FLP = CPU_CYCLES FP_OPS_RETIRED INST_DISPERSED LOADS_RETIRED + +### compositions are derived by combining measurements and create hierarchies +### **** generic hierarchy **** + +### cycles (including stalls) +compose CYCLES = BUSY + STALL + IDLE +compose STALL = DISPATCH + UNIT_USE + RECIRCULATE + +### instructions +compose INSTRUCTION = BRANCH + INTEGER + FLOATING_POINT + MEMORY +compose BRANCH = BRANCH_PRED + BRANCH_MISP +compose FLOATING_POINT = FP_ADD + FP_MUL + FP_FMA + FP_DIV + FP_INV + FP_SQRT + FP_MISC +compose MEMORY = LOAD + STORE + SYNCH + +### data accesses (to cache hierarchy & memory) +compose DATA_ACCESS = DATA_HIT_L1$ + DATA_HIT_L2$ + DATA_HIT_L3$ + DATA_HIT_MEM +compose DATA_HIT_L1$ = DATA_STORE_INTO_L1$ + DATA_LOAD_FROM_L1$ +compose DATA_HIT_L2$ = DATA_STORE_INTO_L2$ + DATA_LOAD_FROM_L2$ +compose DATA_HIT_L3$ = DATA_STORE_INTO_L3$ + DATA_LOAD_FROM_L3$ +compose DATA_HIT_MEM = DATA_STORE_INTO_MEM + DATA_LOAD_FROM_MEM + +### instruction accesses (to cache hierarchy & memory) +compose INST_ACCESS = INST_HIT_PREF + INST_HIT_L1$ + INST_HIT_L2$ + INST_HIT_L3$ + INST_HIT_MEM + +### TLB accesses (instruction & data) +compose TLB_ACCESS = DATA_TLB_ACCESS + INST_TLB_ACCESS +compose DATA_TLB_ACCESS = DATA_TLB_HIT + DATA_TLB_MISS +compose INST_TLB_ACCESS = INST_TLB_HIT + INST_TLB_MISS + diff --git a/ompi/contrib/vt/vt/doc/Makefile.am b/ompi/contrib/vt/vt/doc/Makefile.am new file mode 100644 index 0000000000..a02150a5db --- /dev/null +++ b/ompi/contrib/vt/vt/doc/Makefile.am @@ -0,0 +1,22 @@ +vtdata_DATA = \ + FILTER.SPEC \ + GROUPS.SPEC \ + METRICS.SPEC + +vtdoc_DATA = \ + $(top_srcdir)/ChangeLog \ + \ + LICENSE \ + UserManual.html \ + UserManual.pdf + +vtdatadir = $(datadir) +vtdocdir = $(docdir) + +LICENSE: $(top_srcdir)/COPYING + cp $(top_srcdir)/COPYING LICENSE + +EXTRA_DIST = \ + $(vtdata_DATA) \ + $(vtdoc_DATA) + diff --git a/ompi/contrib/vt/vt/doc/Makefile.in b/ompi/contrib/vt/vt/doc/Makefile.in new file mode 100644 index 0000000000..ee481f06e4 --- /dev/null +++ b/ompi/contrib/vt/vt/doc/Makefile.in @@ -0,0 +1,435 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = doc +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(vtdatadir)" "$(DESTDIR)$(vtdocdir)" +vtdataDATA_INSTALL = $(INSTALL_DATA) +vtdocDATA_INSTALL = $(INSTALL_DATA) +DATA = $(vtdata_DATA) $(vtdoc_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +vtdata_DATA = \ + FILTER.SPEC \ + GROUPS.SPEC \ + METRICS.SPEC + +vtdoc_DATA = \ + $(top_srcdir)/ChangeLog \ + \ + LICENSE \ + UserManual.html \ + UserManual.pdf + +vtdatadir = $(datadir) +vtdocdir = $(docdir) +EXTRA_DIST = \ + $(vtdata_DATA) \ + $(vtdoc_DATA) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-vtdataDATA: $(vtdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(vtdatadir)" || $(MKDIR_P) "$(DESTDIR)$(vtdatadir)" + @list='$(vtdata_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(vtdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(vtdatadir)/$$f'"; \ + $(vtdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(vtdatadir)/$$f"; \ + done + +uninstall-vtdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(vtdata_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(vtdatadir)/$$f'"; \ + rm -f "$(DESTDIR)$(vtdatadir)/$$f"; \ + done +install-vtdocDATA: $(vtdoc_DATA) + @$(NORMAL_INSTALL) + test -z "$(vtdocdir)" || $(MKDIR_P) "$(DESTDIR)$(vtdocdir)" + @list='$(vtdoc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(vtdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(vtdocdir)/$$f'"; \ + $(vtdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(vtdocdir)/$$f"; \ + done + +uninstall-vtdocDATA: + @$(NORMAL_UNINSTALL) + @list='$(vtdoc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(vtdocdir)/$$f'"; \ + rm -f "$(DESTDIR)$(vtdocdir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(vtdatadir)" "$(DESTDIR)$(vtdocdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-vtdataDATA install-vtdocDATA + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-vtdataDATA uninstall-vtdocDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-vtdataDATA install-vtdocDATA \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am uninstall uninstall-am uninstall-vtdataDATA \ + uninstall-vtdocDATA + + +LICENSE: $(top_srcdir)/COPYING + cp $(top_srcdir)/COPYING LICENSE +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/doc/UserManual.html b/ompi/contrib/vt/vt/doc/UserManual.html new file mode 100644 index 0000000000..a74022ecf0 --- /dev/null +++ b/ompi/contrib/vt/vt/doc/UserManual.html @@ -0,0 +1,2141 @@ + + + + + +UserManual + + + + + + + + + + + + + +

+ +

+VampirTrace User Manual +
+
+
+TU Dresden +
+Center for Information Services and +
+High Performance Computing (ZIH) +
+01062 Dresden +
+Germany +
+
http://www.tu-dresden.de/zih/ +
http://www.tu-dresden.de/zih/vampirtrace/ +

+
+ +

+Contents +

+ + + + +

+This documentation describes how to prepare application programs in order +to have traces generated, when executed. This step is called instrumentation. +Furthermore, it explains how to control the run-time measurement system +during execution (tracing). +This also includes hardware performance counter sampling, +as well as selective filtering and grouping of functions. + +

+ +

+ +

+Introduction +

+ +

+VampirTrace consists of a tool-set and a run-time library for instrumentation +and tracing of software applications. It is particularly tailored towards +parallel and distributed High Performance Computing (HPC) applications. + +

+The instrumentation part modifies a given application in order to inject +additional measurement calls during run-time. The tracing part provides +the current measurement functionality used by the instrumentation calls. +By this means, a variety of detailed performance properties can be collected +and recorded during run-time. +This includes + +

+ +

    +
  • Function call enter and leave events +
  • +
  • MPI communication events +
  • +
  • OpenMP events +
  • +
  • Hardware performance counters +
  • +
  • various special purpose events +
  • +
+ +

+After a successful trace run, VampirTrace writes all collected data to a +trace in the Open Trace Format (OTF), see http://www.tu-dresden.de/zih/otf. + +

+As a result the information is available for post-mortem analysis and +visualization by various tools. +Most notably, VampirTrace provides the input data for the Vampir analysis +and visualization tool, see http://www.vampir.eu. + +

+Trace files can quickly become very large. With automatic instrumentation, +even tracing applications that run only for a few seconds can result in +trace files of several hundred megabytes. To protect users from +creating trace files of several gigabytes, the default behavior of +VampirTrace limits the internal buffer to 32 MB. This produces trace +files that are not larger than 32 MB per process, typically a lot smaller. +Please read Section 3.2 on how to remove or change the limit. + +

+VampirTrace supports various Unix and Linux platforms common in +HPC nowadays. It comes as open source software under a BSD License. + +

+ +

+Instrumentation +

+ +

+To make measurements with VampirTrace, the user's application program needs to +be instrumented, i.e., at specific important points (called ``events'') VampirTrace +measurement calls have to be activated. +As an example, common events are entering and leaving +of function calls, as well as sending and receiving of MPI messages. + +

+By default, VampirTrace handles this automatically. In order to enable +instrumentation of function calls, the user only needs to replace the compiler +and linker commands with VampirTrace's wrappers, +see Section 2.1 below. +VampirTrace supports different ways of instrumentation as described in +Section 2.2. + +

+ +

  +  +
+The Compiler Wrappers +

+ +

+All the necessary instrumentation of user functions as well as MPI and +OpenMP events is handled by VampirTrace's compiler wrappers (vtcc, vtcxx, vtf77, and +vtf90). +In the script used to build the application (e.g. a makefile), all compile +and link commands should be replaced by the VampirTrace compiler wrapper. +The wrappers perform the necessary instrumentation of the program and link +the suitable VampirTrace library. +The following list shows some examples depending on the parallelization +type of the program: + +

+ +

    +
  • Serial programs: +Compiling serial code is the default behavior of the wrappers. +Simply replace the compiler by VampirTrace's wrapper: + +

    +
    + + + + + + + +
    original:gfortran a.f90 b.f90 -o myprog
    with instrumentation:vtf90 a.f90 b.f90 -o myprog
    +
    + +

    +This will instrument user functions (if supported by compiler) and +link the VampirTrace library. + +

    +

  • +
  • MPI parallel programs: +MPI instrumentation is always handled by means of the PMPI interface +which is part of the MPI standard. +This requires the compiler wrapper to link with an MPI-aware version of +the VampirTrace library. +If your MPI implementation uses MPI compilers (e.g. mpicc, mpxlf90), +you need to tell VampirTrace's wrapper to use this compiler +instead of the serial one: + +

    +
    + + + + + + + +
    original:mpicc hello.c -o hello
    with instrumentation:vtcc -vt:cc mpicc hello.c -o hello
    +
    + +

    +MPI implementations without own compilers require the user to link +the MPI library manually. In this case, you simply replace the compiler +by VampirTrace's compiler wrapper: + +

    +
    + + + + + + + +
    original:icc hello.c -o hello -lmpi
    with instrumentation:vtcc hello.c -o hello -lmpi
    +
    + +

    +If you want to instrument MPI events only (creates smaller trace files and less overhead) +use the option -vt:inst manual to disable automatic instrumentation +of user functions (see also Section 2.4). + +

    +

  • +
  • OpenMP parallel programs: +When VampirTrace detects OpenMP flags on the command line, +OPARI is invoked for automatic source code instrumentation of OpenMP events: + +

    +
    + + + + + + + +
    original:ifort -openmp pi.f -o pi
    with instrumentation:vtf77 -openmp pi.f -o pi
    +
    + +

    +For more information about OPARI refer to share/vampirtrace/doc/opari/Readme.html in +VampirTrace's installation directory. + +

    +

  • +
  • Hybrid MPI/OpenMP parallel programs: +With a combination of the above mentioned approaches, hybrid applications can be instrumented: + +

    +
    + + + + + + + + + + +
    original:mpif90 -openmp hybrid.F90 -o hybrid
    with instrumentation:vtf90 -vt:f90 mpif90 -openmp
     hybrid.F90 -o hybrid
    +
    + +

    +

  • +
+ +

+The VampirTrace compiler wrappers try to detect automatically which parallelization +method is used by means of the compiler flags (e.g. -openmp or -lmpi) +and the compiler command (e.g. mpif90). +If the compiler wrapper failed to detect this correctly, +the instrumentation could be incomplete and an unsuitable +VampirTrace library would be linked to the binary. +In this case, you should tell the compiler wrapper which parallelization method +your program uses by the switches +-vt:mpi, -vt:omp, and -vt:hyb for MPI, OpenMP, and +hybrid programs, respectively. +Note that these switches do not change the underlying compiler or compiler flags. +Use the option -vt:verbose to see the command line the compiler wrapper executes. +Refer to Appendix A.1 for a list of all compiler wrapper options. + +

+The default settings of the compiler wrappers can be modified in the files +share/vampirtrace/vtcc-wrapper-data.txt (and similar for the other languages) +in the installation directory of VampirTrace. +The settings include compilers, compiler flags, libraries, and instrumentation types. +For example, you could modify the default C compiler +from gcc +to mpicc by changing the line compiler=gcc to compiler=mpicc. +This may be convenient if you instrument MPI parallel programs only. + +

+ +

  +  +
+Instrumentation Types +

+ +

+The wrapper's option -vt:inst <insttype> specifies the +instrumentation type to use. Following values for <insttype> are possible: + +

+ +

    +
  • fully-automatic instrumentation by the compiler (see Section 2.3): + +

    + + + + + + + + + + + + + + + + + + + + + + +
    insttypeCompilers
    gnuGNU (e.g., gcc, g++, gfortran, g95)
    intelIntel version ≥10.0 (e.g., icc, icpc, ifort)
    pgiPortland Group (PGI) (e.g., pgcc, pgCC, pgf90, pgf77)
    phatSUN Fortran 90 (e.g., cc, CC, f90)
    xlIBM (e.g., xlcc, xlCC, xlf90)
    ftraceNEC SX (e.g., sxcc, sxc++, sxf90)
    + +

    +

  • +
  • manual instrumentation (needs source-code modifications): + +

    + + + + + + + + + + +
    insttype 
    manualVampirTrace's API (see Section 2.4)
    pompPOMP INST directives (see Section 2.5)
    + +

    +

  • +
  • special instrumentation types (uses external tools): + +

    + + + + + + + +
    insttype 
    dyninstbinary-instrumentation with Dyninst (Section 2.6)
    + +

    +

  • +
+ +

+To determine which instrumentation type will be used by default and which other +are available on your system take look at the entry inst_avail in the +wrapper's configuration file (e.g. share/vampirtrace/vtcc-wrapper-data.txt in the +installation directory of VampirTrace for the C compiler wrapper). + +

+See Appendix A.1 or type vtcc -vt:help for other +options that can be passed through VampirTrace's compiler wrapper. + +

+ +

  +  +
+Automatic Instrumentation +

+ +

+Automatic Instrumentation is the most convenient way to instrument your program. +Simply use the compiler wrappers without any parameters, e.g.: + +

+
+
+ % vtf90 myprog1.f90 myprog2.f90 -o myprog + +

+
+ +

+Important notes for using the GNU or Intel ≥10.0 compiler: +

+Both need the library BFD for getting symbol information of the running application +executable. This library is part of the GNU Binutils, which are downloadable from +http://www.gnu.org/software/binutils. + +

+To get the application executable for BFD during run-time, VampirTrace uses the /proc +file system which is available on Linux. On non-Linux operating systems (e.g. MacOS) it is +necessary to set the environment variable VT_APPPATH to the application executable. +If there are any problems to get symbol information by using BFD, then the environment +variable VT_NMFILE can be set to a symbol list file which is created with the +command nm, like: + +

+
+
+ % nm myprog > myprog.nm +
+
+
+Note that the output format of nm must be written in BSD-style. See the manual-page +of nm for getting help about the output format setting. + +

+
+ +

+Notes on instrumentation of inline functions: +

+Compilers have different behaviors when automatically instrumenting inlined +functions. +By default, the GNU and Intel ≥10.0 compilers instrument all functions when used with +VampirTrace. Thus they switch off inlining completely, regardless of the optimization +level chosen. +By appending the following attribute to function +declarations, one can prevent these particular functions from being instrumented, +making them able to be inlined: + +

+
+
+ __attribute__ ((__no_instrument_function__)) +
+
+ +

+The PGI and IBM compilers prefer inlining over instrumentation when compiling +with inlining enabled. Thus, one needs to disable inlining to enable instrumentation +of inline functions and vice versa. + +

+The bottom line is that you cannot inline and instrument a function at the same time. +For more information on how to inline functions read your compiler's manual. + +

+ +

  +  +
+Manual Instrumentation using the VampirTrace API +

+ +

+The VT_USER_START, VT_USER_END instrumentation calls +can be used to mark any user-defined sequence of statements. + +

+

+          Fortran: 
+                   #include "vt_user.inc"
+                   VT_USER_START('name')
+                   ...
+                   VT_USER_END('name')
+
+ +

+

+          C:
+                   #include "vt_user.h"
+                   VT_USER_START("name");
+                   ...
+                   VT_USER_END("name");
+
+If a block has several exit points (as it is often the case for +functions), all exit points have to be instrumented by +VT_USER_END, too. + +

+For C++ it is simpler, as shown in the following example. Only entry points into a +scope need to be marked. Exit points are detected automatically, when C++ +deletes scope-local variables. + +

+

+          C++:
+                   #include "vt_user.h"
+                   {
+                     VT_TRACER("name");
+                     ...
+                   }
+
+ +

+For all three languages, the instrumented sources have to be compiled + with -DVTRACE otherwise the VT_* calls are ignored. + Note that Fortran source files instrumented this way have to be + preprocessed, too. + +

+In addition, you can combine this instrumentation type with all other ones. + For example, all user functions can be instrumented by a compiler while + special source code regions (e.g. loops) can be instrumented by VT's API. + +

+Use VT's compiler wrapper (described above) for compiling and linking the + instrumented source code, like: + +

    +
  • without other instrumentation (e.g., compiler): +
    +
    % vtcc -vt:inst manual myprog1.c -DVTRACE -o myprog +
    +
    +
  • +
  • combined with compiler-instrumentation: +
    +
    % vtcc -vt:inst gnu myprog1.c -DVTRACE -o myprog +
    +
    +
  • +
+ +

+Note that you can also use the option -vt:inst manual + with non-instrumented sources. + Binaries created this way only contain MPI and OpenMP instrumentation, + which might be desirable in some cases. + +

+ +

  +  +
+Manual Instrumentation using POMP +

+ +

+POMP (OpenMP Profiling Tool) instrumentation directives are supported for + Fortran and C/C++. The main advantage is that by using directives, the + instrumentation is ignored during normal compilation. + +

+The INST BEGIN and INST END directives can be used to mark + any user-defined sequence of statements. + If this block has several exit points, all but the last exit + point have to be instrumented by INST ALTEND. + +

+

+          Fortran: 
+                   !POMP$ INST BEGIN(name)
+                   ...
+                     [ !POMP$ INST ALTEND(name) ]
+                   ...
+                   !POMP$ INST END(name)
+
+ +

+

+          C/C++:   
+                   #pragma pomp inst begin(name)
+                   ...
+                     [ #pragma pomp inst altend(name) ]
+                   ...
+                   #pragma pomp inst end(name)
+
+ At least the main program function has to be instrumented in this way, and + additionally, the following must be inserted as the first executable + statement of the main program: + +

+

+          Fortran: 
+                   !POMP$ INST INIT
+
+ +

+

+          C/C++:
+                   #pragma pomp inst init
+
+ +

+ +

  +  +
+Binary instrumentation using Dyninst +

+ +

+The option -vt:inst dyninst selects the compiler wrapper to +instrument the application during run-time (binary instrumentation) by using +Dyninst (http://www.dyninst.org). +Recompiling is not necessary for this way of instrumenting, +but relinking, as shown: + +

+
+
+ % vtf90 -vt:inst dyninst myprog1.o myprog2.o -o myprog +
+
+
+The compiler wrapper dynamically links the library libvt.dynatt.so + to the application. This library attaches the Mutator-program + vtdyn during run-time which invokes the instrumenting by using + the Dyninst-API. + Note that the application should have been compiled with the -g + switch in order to have symbol names visible. + After a trace-run by using this way of instrumenting, the vtunify + utility needs to be invoked manually (see Sections 3.3 and A.2). + +

+To prevent certain functions from being instrumented you can set + the environment variable VT_DYN_BLACKLIST to a file containing + a newline-separated list of function names. All additional overhead due to instrumentation + of these functions will be removed. + +

+VampirTrace also allows binary instrumentation of functions located in shared libraries. + Ensure that the shared libraries have been compiled with -g and + assign a colon-separated list of their names to + the environment variable VT_DYN_SHLIBS, e.g.: + +

+
+
+ VT_DYN_SHLIBS=libsupport.so:libmath.so +
+
+ +

+ +

+Runtime Measurement +

+ +

+By default, running a VampirTrace instrumented application should result in an +OTF trace file in the current working directory where the application was +executed. Use the environment variables VT_FILE_PREFIX and VT_PFORM_GDIR +described below to change the name of the trace file and its final location. +In case a problem occurs, set the environment variable VT_VERBOSE to yes before +executing the instrumented application in order to see control messages of the +VampirTrace run-time system which might help tracking down the problem. + +

+The internal buffer of VampirTrace is limited to 32 MB. Use the environment +variable VT_BUFFER_SIZE and VT_MAX_FLUSHES to increase +this limit. Section 3.2 contains further information on +influencing trace file size. + +

+ +

+Environment Variables +

+ +

+The following environment variables can be used to control the measurement +of a VampirTrace instrumented executable: + +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariablePurposeDefault
VT_PFORM_GDIRName of global directory to store final trace file in./
VT_PFORM_LDIRName of node-local directory that can be used to store temporary trace files/tmp/
VT_FILE_PREFIXPrefix used for trace filenamesa
VT_APPPATHPath to the application executable-
VT_BUFFER_SIZESize of internal event trace buffer. This is the place where + event records are stored, before being written to a file.32M
VT_MAX_FLUSHESMaximum number of buffer flushes1
VT_VERBOSEPrint VampirTrace related control information during measurement?no
VT_METRICSSpecify counter metrics to be recorded with trace events as a + colon-separated list of names. (for details see Appendix B)-
VT_MEMTRACEEnable memory allocation counters? (see Sec. 4.2)no
VT_IOTRACEEnable tracing of application I/O calls? (see Sec. 4.3)no
VT_MPITRACEEnable tracing of MPI events?yes
VT_DYN_BLACKLISTName of blacklist file for Dyninst instrumentation (see Section 2.6)-
VT_DYN_SHLIBSColon-separated list of shared libraries for Dyninst instrumentation (see Section 2.6)-
VT_FILTER_SPECName of function/region filter file (see Section 5.1)-
VT_GROUPS_SPECName of function grouping file + (See Section 5.2)-
VT_UNIFYUnify local trace files afterwards?yes
VT_COMPRESSIONWrite compressed trace files?yes
+ +

+The value for the first three variables can contain (sub)strings of the +form $XYZ or ${XYZ} where XYZ is the name of +another environment variable. +Evaluation of the environment variable is done at measurement run-time. + +

+When you use these environment variables, make sure that they have the same +value for all processes of your application on all nodes of your cluster. +Some cluster environments do not automatically transfer your environment +when executing parts of your job on remote nodes of the cluster, and you +may need to explicitly set and export them in batch job submission scripts. + +

+ +

  +  +
+Influencing Trace File Size +

+ +

+The default values of the environment variables VT_BUFFER_SIZE and
VT_MAX_FLUSHES limit the internal buffer of VampirTrace to +32 MB and the number of times that the buffer is flushed to 1. Events that +should be recorded after the limit has been reached are no longer written into +the trace file. The environment variables apply to every process of a +parallel application, meaning that applications with n processes +will typically create trace files n times the size of a serial +application. + +

+To remove the limit and get a complete trace of an application, set
VT_MAX_FLUSHES to 0. This causes VampirTrace to always +write the buffer to disk when the buffer is full. To change the size of the +buffer, use the variable VT_BUFFER_SIZE. The optimal value for +this variable depends on the application that should be traced. Setting a +small value will increase the memory that is available to the application but +will trigger frequent buffer flushes by VampirTrace. These buffer flushes can +significantly change the behavior of the application. On the other hand, +setting a large value, like 2G, will minimize buffer flushes by +VampirTrace, but decrease the memory available to the application. If not +enough memory is available to hold the VampirTrace buffer and the application +data this may cause parts of the application to be swapped to disk leading +also to a significant change in the behavior of the application. + +

+ +

  +  +
+Unification of local Traces +

+ +

+After a run of an instrumented application the traces of the single +processes need to be unified in terms of timestamps and event IDs. +In most cases, this happens automatically. +But under certain circumstances it is necessary to perform unification of local +traces manually. To do this, use the command: + +

+
+
+ % vtunify <no-of-traces> <prefix> +
+
+
+For example, this is required on the BlueGene/L platform or when using Dyninst +instrumentation. + +

+ +

+Recording additional Events and Counters +

+ +

+ +

+PAPI Hardware Performance Counters +

+ +

+If VampirTrace has been built with hardware-counter support enabled (see + Section C), VampirTrace is capable of recording hardware counter + information as part of the event records. To request the measurement of + certain counters, the user must set the environment variable VT_METRICS. + The variable should contain a colon-separated list of counter names, + or a predefined platform-specific group. + Metric names can be any PAPI preset names or PAPI native counter names. + For example, set + +

+
+
+ VT_METRICS=PAPI_FP_OPS:PAPI_L2_TCM +
+
+
+to record the number of floating point instructions and level 2 cache misses. + See Appendix B for a full list of PAPI preset counters. + +

+The user can leave the environment variable unset to indicate that no + counters are requested. If any of the requested counters are not recognized + or the full list of counters cannot be recorded due to hardware-resource + limits, program execution will be aborted with an error message. + +

+ +

  +  +
+Memory Allocation Counters +

+ +

+The GNU glibc implementation provides a special hook mechanism that allows + intercepting all calls to allocation and free functions + (e.g. malloc, realloc, free). + This is independent from compilation or source code access, but relies on the + underlying system library. + +

+If VampirTrace has been built with memory-tracing support enabled (see + Section C), VampirTrace is capable of recording memory allocation + information as part of the event records. To request the measurement of + the application's allocated memory, the user must set the environment variable + VT_MEMTRACE to yes. + +

+ +

+Note: +

+ This approach to get memory allocation information requires changing internal + function pointers in a non-thread-safe way, so VampirTrace doesn't support + memory tracing for OpenMP-parallelized programs! + +

+ +

  +  +
+Application I/O Calls +

+ +

+Calls to functions which reside in external libraries can be intercepted by + implementing identical functions and linking them before the external library. + Such ``wrapper functions'' can record the parameters and return values of the + library functions. + +

+If VampirTrace has been built with I/O tracing support, it uses this technique + for recording calls to I/O functions of the standard C library which are + executed by the application. Following functions + are intercepted by VampirTrace: + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
openreadfdopenfread
open64writefopenfwrite
creatreadvfopen64fgetc
creat64writevfclosegetc
closepreadfseekfputc
duppwritefseekoputc
dup2pread64fseeko64fgets
lseekpwrite64rewindfputs
lseek64 fsetposfscanf
  fsetpos64fprintf
+ +

+The gathered information will be saved + as I/O event records in the trace file. This feature has to be activated for + each tracing run by setting the environment variable VT_IOTRACE to + yes. + +

+ +

+User Defined Counters +

+ +

+In addition to the manual instrumentation (see Section 2.4) the VampirTrace API + provides instrumentation calls which allow recording of + program variable values (e.g. iteration counts, calculation results, ...) or any other + numerical quantity. + A user defined counter is identified by its name, the counter group it belongs to, + the type of its value (integer or floating-point), and the unit that the value is + quoted (e.g. ``GFlop/sec''). + +

+The VT_COUNT_GROUP_DEF and VT_COUNT_DEF instrumentation + calls can be used to define counter groups and counters: + +

+

+Fortran:
+           #include "vt_user.inc"
+           integer :: id, gid
+           VT_COUNT_GROUP_DEF('name', gid)
+           VT_COUNT_DEF('name', 'unit', type, gid, id)
+
+ +

+

+C/C++:
+           #include "vt_user.h"
+           unsigned int id, gid;
+           gid = VT_COUNT_GROUP_DEF('name');
+           id = VT_COUNT_DEF("name", "unit", type, gid);
+
+ +

+The definition of a counter group is optionally. If no special counter group is desired + the default group ``User'' can be used. + In this case, set the parameter gid of VT_COUNT_DEF to + VT_COUNT_DEFGROUP. + +

+The third parameter type of VT_COUNT_DEF specifies the data + type of the counter value. To record a value for any of the defined counters the + corresponding instrumentation call VT_COUNT_*_VAL must be invoked. + +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Fortran:  
TypeCount callData type
VT_COUNT_TYPE_INTEGERVT_COUNT_INTEGER_VALinteger (4 byte)
VT_COUNT_TYPE_INTEGER8VT_COUNT_INTEGER8_VALinteger (8 byte)
VT_COUNT_TYPE_REALVT_COUNT_REAL_VALreal
VT_COUNT_TYPE_DOUBLEVT_COUNT_DOUBLE_VALdouble precision
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
C/C++:  
TypeCount callData type
VT_COUNT_TYPE_SIGNEDVT_COUNT_SIGNED_VALsigned int (max. 64-bit)
VT_COUNT_TYPE_UNSIGNEDVT_COUNT_UNSIGNED_VALunsigned int (max. 64-bit)
VT_COUNT_TYPE_FLOATVT_COUNT_FLOAT_VALfloat
VT_COUNT_TYPE_DOUBLEVT_COUNT_DOUBLE_VALdouble
+ +

+The following example records the loop index i: + +

+

+Fortran:
+
+  #include "vt_user.inc"
+
+  program main
+  integer :: i, cid, cgid
+
+  VT_COUNT_GROUP_DEF('loopindex', cgid)
+  VT_COUNT_DEF('i', '#', VT_COUNT_TYPE_INTEGER, cgid, cid)
+
+  do i=1,100
+    VT_COUNT_INTEGER_VAL(cid, i)
+  end do
+
+  end program main
+
+ +

+

+C/C++:
+
+  #include "vt_user.h"
+
+  int main() {
+    unsigned int i, cid, cgid;
+
+    cgid = VT_COUNT_GROUP_DEF('loopindex');
+    cid = VT_COUNT_DEF("i", "#", VT_COUNT_TYPE_UNSIGNED,
+                       cgid);
+
+    for( i = 1; i <= 100; i++ ) {
+      VT_COUNT_UNSIGNED_VAL(cid, i);
+    }
+
+    return 0;
+  }
+
+ +

+For all three languages the instrumented sources have to be compiled + with -DVTRACE. Otherwise the VT_* calls are ignored. + If additionally any functions or regions are manually instrumented by VT's API + (see Section 2.4) and only the instrumentation calls for user defined + counter should be disabled, then the sources have to be compiled with + -DVTRACE_NO_COUNT, too. + +

+ +

+Filtering & Grouping +

+ +

+ +

  +  +
+Function Filtering +

+ +

+By default, all calls of instrumented functions will be traced, so that the + resulting trace files can easily become very large. In order to decrease the + size of a trace, VampirTrace allows the specification of filter directives + before running an instrumented application. + The user can decide on how often an instrumented function/region is to be + recorded to a trace file. + To use a filter, the environment variable VT_FILTER_SPEC needs to be + defined. It should contain the path and name of a file with filter directives. + +

+Below, there is an example of a file containing filter directives: + +

+

+  #    VampirTrace region filter specification
+  #   
+  #    call limit definitions and region assignments
+  #   
+  #    syntax: <regions> -- <limit>
+  #   
+  #      regions    semicolon-separated list of regions
+  #                 (can be wildcards)
+  #      limit      assigned call limit
+  #                  0 = region(s) denied
+  #                 -1 = unlimited
+  #   
+  add;sub;mul;div -- 1000
+  * -- 3000000
+
+ +

+These region filter directives cause that the functions add, +sub, mul and div to be recorded at most 1000 times. +The remaining functions * will be recorded at most 3000000 times. + +

+Besides creating filter files by hand, you can also use the vtfilter +tool to generate them automatically. This tool reads the provided trace +and decides whether a function should be filtered or not, based on the evaluation of +certain parameters. For more information see Section A.4. + +

+ +

  +  +
+Function Grouping +

+ +

+VampirTrace allows assigning functions/regions to a group. + Groups can, for instance, be highlighted by different colors in Vampir displays. + The following standard groups are created by VampirTrace: + +

+ + + + + + + + + + + + + + + + + + + +
Group nameContained functions/regions
MPIMPI functions
OMPOpenMP constructs and functions
MEMMemory allocation functions (see 4.2)
I/OI/O functions (see 4.3)
Applicationremaining instrumented functions and source code regions
+ +

+Additionally, you can create your own groups, e.g. to better distinguish + different phases of an application. + To use function/region grouping set the environment variable + VT_GROUPS_SPEC to the path of a file which contains the group + assignments. + Below, there is an example of how to use group assignments: + +

+

+  #    VampirTrace region groups specification
+  #
+  #    group definitions and region assignments
+  #
+  #    syntax: <group>=<regions>
+  #
+  #      group      group name 
+  #      regions    semicolon-separated list of regions
+  #                 (can be wildcards)
+  #
+  CALC=add;sub;mul;div
+  USER=app_*
+
+ +

+These group assignments make the functions add, sub, +mul and div associated with group ``CALC'' and all functions +with the prefix app_ are associated with group ``USER''. + +

+ +

+ +

+Command Reference +

+ +

  +  +
+Compiler Wrappers (vtcc,vtcxx,vtf77,vtf90) +

+ +

+

+vtcc,vtcxx,vtf77,vtf90 - compiler wrappers for C, C++, 
+                         Fortran 77, Fortran 90
+
+Syntax: vt<cc|cxx|f77|f90> [-vt:<cc|cxx|f77|f90> <cmd>] 
+        [-vt:inst <insttype>] [-vt:<seq|mpi|omp|hyb>] 
+        [-vt:opari <args>] [-vt:verbose] [-vt:version]
+        [-vt:showme] [-vt:showme_compile] 
+        [-vt:showme_link] ...
+
+options:
+  -vt:help            Show this help message.
+  -vt:<cc|cxx|f77|f90> <cmd>
+                      Set the underlying compiler command.
+
+  -vt:inst <insttype> Set the instrumentation type.
+
+   possible values:
+
+    gnu               fully-automatic by GNU compiler
+    intel             ... Intel (version >= 10.x) ...
+    pgi               ... Portland Group (PGI) ...
+    phat              ... SUN Fortran 90 ...
+    xl                ... IBM ...
+    ftrace            ... NEC SX ...
+    manual            manual by using VampirTrace's API
+    pomp              manual by using using POMP INST directives
+    dyninst           binary by using Dyninst (www.dyninst.org)
+
+  -vt:opari <args>    Set options for OPARI command. (see
+                      share/vampirtrace/doc/opari/Readme.html)
+
+  -vt:<seq|mpi|omp|hyb>
+                      Force application's parallelization type.
+                      Necessary, if this cannot be determined
+                      by underlying compiler and flags.
+                      seq = sequential
+                      mpi = parallel (uses MPI)
+                      omp = parallel (uses OpenMP)
+                      hyb = hybrid parallel (MPI + OpenMP)
+                      (default: automatically determining by
+                       underlying compiler and flags)
+
+  -vt:verbose         Enable verbose mode.
+
+  -vt:showme          Do not invoke the underlying compiler.
+                      Instead, show the command line that 
+                      would be executed.
+
+  -vt:showme_compile  Do not invoke the underlying compiler.
+                      Instead, show the compiler flags that 
+                      would be supplied to the compiler.
+
+  -vt:showme_link     Do not invoke the underlying compiler.
+                      Instead, show the linker flags that 
+                      would be supplied to the compiler.
+
+  See the man page for your underlying compiler for other 
+  options that can be passed through 'vt<cc|cxx|f77|f90>'.
+
+Environment variables:
+  VT_CC               Equivalent to '-vt:cc'
+  VT_CXX              Equivalent to '-vt:cxx'
+  VT_F77              Equivalent to '-vt:f77'
+  VT_F90              Equivalent to '-vt:f90'
+  VT_INST             Equivalent to '-vt:inst'
+
+  The corresponding command line options overwrite the 
+  environment variable settings.
+
+Examples:
+  automatically instrumentation by using GNU compiler:
+
+     vtcc -vt:cc gcc -vt:inst gnu -c foo.c -o foo.o
+     vtcc -vt:cc gcc -vt:inst gnu -c bar.c -o bar.o
+     vtcc -vt:cc gcc -vt:inst gnu foo.o bar.o -o foo
+
+  manually instrumentation by using VT's API:
+
+     vtf90 -vt:inst manual foobar.F90 -o foobar -DVTRACE
+
+  IMPORTANT: Fortran source files instrumented by VT's API or
+             POMP directives have to be preprocessed by CPP.
+
+ +

+ +

  +  +
+Local Trace Unifier (vtunify) +

+ +

+

+vtunify - local trace unifier for VampirTrace.
+
+Syntax: vtunify <#files> <iprefix> [-o <oprefix>]
+        [-c|--compress <on|off>] [-k|--keeplocal]
+        [-v|--verbose]
+
+Options:
+  -h, --help          Show this help message.
+
+  #files              number of local trace files
+                      (equal to # of '*.uctl' files)
+
+  iprefix             prefix of input trace filename.
+
+  -o <oprefix>        prefix of output trace filename.
+
+  -s <statsofile>     statistics output filename
+                      default=<oprefix>.stats
+
+  -q, --noshowstats   Don't show statistics on stdout.
+
+  -c, --nocompress    Don't compress output trace files.
+
+  -k, --keeplocal     Don't remove input trace files.
+
+  -v, --verbose       Enable verbose mode.
+
+ +

+ +

  +  +
+Dyninst Mutator (vtdyn) +

+ +

+

+vtdyn - Dyninst Mutator for VampirTrace.
+
+Syntax: vtdyn [-v|--verbose] [-s|--shlib <shlib>[,...]]
+              [-b|--blacklist <bfile> [-p|--pid <pid>]
+              <app> [appargs ...]
+
+Options:
+  -h, --help          Show this help message.
+
+  -v, --verbose       Enable verbose mode.
+
+  -s, --shlib         Comma-separated list of shared libraries
+  <shlib>[,...]       which should also be instrumented.
+
+  -b, --blacklist     Set path of blacklist file containing
+  <bfile>             a newline-separated list of functions
+                      which should not be instrumented.
+
+  -p, --pid <pid>     application's process id
+                      (attaches the mutator to a running process)
+
+  app                 path of application executable
+
+  appargs             application's arguments
+
+ +

+ +

  +  +
+Trace Filter Tool (vtfilter) +

+ +

+

+vtfilter - filter generator for VampirTrace
+
+Syntax:
+    Filter a trace file using an already existing filter file:
+       vtfilter -filt [filt-options] <input trace file>
+    Generate a filter:
+       vtfilter -gen [gen-options] <input trace file>
+
+general options:
+    -h, --help            show this help message
+    -p                    show progress
+
+filt-options:
+    -to <file>            output trace file name
+    
+    -fi <file>            input filter file name
+    
+    -z <zlevel>           Set the compression level. Level
+                          reaches from 0 to 9 where 0 is no
+                          compression and 9 is the highest
+                          level. Standard is 4.
+                          
+    -f <n>                Set max number of file handles
+                          available. Standard is 256.
+
+gen-options:
+    -fo <file>            output filter file name
+    
+    -r <n>                Reduce the trace size to <n> percent
+                          of the original size. The program
+                          relies on the fact that the major
+                          part of the trace are function calls.
+                          The approximation of size will get
+                          worse with a rising percentage of
+                          communication and other non function
+                          calling or performance counter
+                          records.
+                          
+    -l <n>                Limit the number of accepted
+                          function calls for filtered functions
+                          to <n>. Standard is 0.
+                          
+    -ex <f>,<f>,...       Exclude certain symbols from
+                          filtering. A symbol may contain
+                          wildcards.
+                          
+    -in <f>,<f>,...       Force to include certain symbols
+                          into the filter. A symbol may contain
+                          wildcards.
+                          
+    -inc                  Automatically include children of
+                          included functions as well into the
+                          filter.
+                          
+    -stats                Prints out the desired and the
+                          expected percentage of file size.
+
+
+  environment variables:
+    TRACEFILTER_EXCLUDEFILE  Specifies a file containing a list
+                             of symbols not to be filtered. The
+                             list of members can be seperated
+                             by space, comma, tab, newline and
+                             may contain wildcards.
+                             
+    TRACEFILTER_INCLUDEFILE  Specifies a file containing a list
+                             of symbols  to be filtered.
+
+ +

+ +

  +  +
+PAPI Counter Specifications +

+ +

+Available counter names can be queried with the PAPI commands +papi_avail and papi_native_avail. +There are limitations to the combinations of counters. To check +whether your choice works properly, use the command +
papi_event_chooser. + +

+

+PAPI_L[1|2|3]_[D|I|T]C[M|H|A|R|W]    
+              Level 1/2/3 data/instruction/total cache 
+              misses/hits/accesses/reads/writes
+
+PAPI_L[1|2|3]_[LD|ST]M    
+              Level 1/2/3 load/store misses                       
+
+PAPI_CA_SNP   Requests for a snoop                                
+PAPI_CA_SHR   Requests for exclusive access to shared cache line  
+PAPI_CA_CLN   Requests for exclusive access to clean cache line   
+PAPI_CA_INV   Requests for cache line invalidation                
+PAPI_CA_ITV   Requests for cache line intervention                
+
+PAPI_BRU_IDL  Cycles branch units are idle                        
+PAPI_FXU_IDL  Cycles integer units are idle                       
+PAPI_FPU_IDL  Cycles floating point units are idle                
+PAPI_LSU_IDL  Cycles load/store units are idle                    
+
+PAPI_TLB_DM   Data translation lookaside buffer misses            
+PAPI_TLB_IM   Instruction translation lookaside buffer misses     
+PAPI_TLB_TL   Total translation lookaside buffer misses           
+
+PAPI_BTAC_M   Branch target address cache misses                  
+PAPI_PRF_DM   Data prefetch cache misses                          
+PAPI_TLB_SD   Translation lookaside buffer shootdowns             
+
+PAPI_CSR_FAL  Failed store conditional instructions               
+PAPI_CSR_SUC  Successful store conditional instructions           
+PAPI_CSR_TOT  Total store conditional instructions                
+
+PAPI_MEM_SCY  Cycles Stalled Waiting for memory accesses          
+PAPI_MEM_RCY  Cycles Stalled Waiting for memory Reads             
+PAPI_MEM_WCY  Cycles Stalled Waiting for memory writes            
+
+PAPI_STL_ICY  Cycles with no instruction issue                    
+PAPI_FUL_ICY  Cycles with maximum instruction issue               
+PAPI_STL_CCY  Cycles with no instructions completed               
+PAPI_FUL_CCY  Cycles with maximum instructions completed          
+
+PAPI_BR_UCN   Unconditional branch instructions                   
+PAPI_BR_CN    Conditional branch instructions                     
+PAPI_BR_TKN   Conditional branch instructions taken               
+PAPI_BR_NTK   Conditional branch instructions not taken           
+PAPI_BR_MSP   Conditional branch instructions mispredicted        
+PAPI_BR_PRC   Conditional branch instructions correctly predicted 
+
+PAPI_FMA_INS  FMA instructions completed                          
+PAPI_TOT_IIS  Instructions issued                                 
+PAPI_TOT_INS  Instructions completed                              
+PAPI_INT_INS  Integer instructions                                
+PAPI_FP_INS   Floating point instructions                         
+PAPI_LD_INS   Load instructions                                   
+PAPI_SR_INS   Store instructions                                  
+PAPI_BR_INS   Branch instructions                                 
+PAPI_VEC_INS  Vector/SIMD instructions                            
+PAPI_LST_INS  Load/store instructions completed                   
+PAPI_SYC_INS  Synchronization instructions completed              
+PAPI_FML_INS  Floating point multiply instructions                
+PAPI_FAD_INS  Floating point add instructions                     
+PAPI_FDV_INS  Floating point divide instructions                  
+PAPI_FSQ_INS  Floating point square root instructions             
+PAPI_FNV_INS  Floating point inverse instructions                 
+
+PAPI_RES_STL  Cycles stalled on any resource    
+PAPI_FP_STAL  Cycles the FP unit(s) are stalled 
+
+PAPI_FP_OPS   Floating point operations         
+PAPI_TOT_CYC  Total cycles                      
+PAPI_HW_INT   Hardware interrupts
+
+ +

+ +

  +  +
+VampirTrace Installation +

+ +

+ +

+Basics +

+ +

+Building VampirTrace is typically a combination of running configure + and +
make. Execute the following commands to install VampirTrace from + within the directory at the top of the tree: + +

+

+% ./configure --prefix=/where/to/install
+[...lots of output...]
+% make all install
+
+ +

+If you need special access for installing, then you can execute + make all as a user with write permissions in the build tree, and a + separate make install as a user with write permissions to the + install tree. + +

+However, for more details, also read the following instructions. Sometimes + it might be necessary to provide ./configure with options, e.g. + specifications of paths or compilers. Please consult the CONFIG-EXAMPLES file to + get an idea of how to configure VampirTrace for your platform. + +

+VampirTrace comes with example programs written in C, C++, and Fortran. + They can be used to test different instrumentation types of the + VampirTrace installation. + You can find them in the directory examples of the VampirTrace package. + +

+ +

+Configure Options +

+ +

+ +

+Compilers and Options +

+ +

+Some systems require unusual options for compiling or linking that + the +
configure script does not know about. Run ./configure -help + for details on some of the pertinent environment variables. + +

+You can pass initial values for configuration parameters to configure + by setting variables in the command line or in the environment. Here + is an example: + +

+

+% ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+
+ +

+ +

+Installation Names +

+ +

+By default, make install will install the package's files in + /usr/local/bin, /usr/local/include, etc. You can specify an + installation prefix other than /usr/local by giving configure the + option -prefix=PATH. + +

+ +

+Optional Features +

+ +

+

+
-enable-compinst=COMPINSTLIST
+
  +
+enable support for compiler instrumentation, +
+e.g. (gnu,intel,pgi,phat,xl,ftrace), +
+A VampirTrace installation can handle different compilers. +
+The first item in the list is the run-time default. +
+default: automatically by configure + +

+

+
-enable-mpi
+
  +
+enable MPI support, default: enable if + MPI found by configure + +

+

+
-enable-omp
+
  +
+enable OpenMP support, default: enable if + compiler supports OpenMP + +

+

+
-enable-hyb
+
  +
+enable Hybrid (MPI/OpenMP) support, default: + enable if MPI found and compiler supports OpenMP + +

+

+
-enable-memtrace
+
  +
+enable memory tracing support, default: enable if + found by configure + +

+

+
-enable-iotrace
+
  +
+enable libc's I/O tracing support, default: enable + if libdl found by configure + +

+

+
-enable-dyninst
+
  +
+enable support for Dyninst instrumentation, +
+default: enable if found by configure +
Note: Requires Dyninst version 5.0.1 or higher! +
(http://www.dyninst.org) + +

+

+
-enable-dyninst-attlib
+
  +
+build shared library which attaches dyninst to + the running application, +
+default: enable if dyninst found + by configure and system supports shared libraries + +

+

+
-enable-papi
+
  +
+enable PAPI hardware counter support, +
+default: enable if found by configure + +

+

+
-enable-fmpi-lib
+
  +
+build the MPI Fortran support library, in case your + system does not have a MPI Fortran library. +
+default: enable if no MPI Fortran library + found by configure +
+
+ +

+ +

+Important Optional Packages +

+ +

+

+
-with-local-tmp-dir=LTMPDIR
+
  +
+give the path for node-local temporary directory + to store local traces to, default: /tmp/ +
+
+ +

+If you would like to use an external version of OTF library, set: +

+
-with-extern-otf
+
  +
+use external OTF library, default: not set +
+
-with-extern-otf-dir=OTFDIR
+
  +
+give the path for OTF, default: /usr/local/ + +

+

+
-with-otf-extra-opts=OTFEXTRAOPTS
+
  +
+extra options for OTF configuration + (only for internal OTF version) + +

+

+
-with-otf-lib=OTFLIB
+
  +
+use given otf lib, default: -lotf -lz + +

+

+
+ +

+If used OTF library was built without zlib support, then OTFLIB will +be set to -lotf. + +

+

+
-with-dyninst-dir=DYNIDIR
+
  +
+give the path for DYNINST, default: /usr/local/ + +

+

+
-with-papi-dir=PAPIDIR
+
  +
+give the path for PAPI, default: /usr/ +
+
+ +

+If you have not specified the environment variable MPICC +(MPI compiler command), use the following options to set the location +of your MPI installation: + +

+

+
-with-mpi-dir=MPIDIR
+
  +
+give the path for MPI, default: /usr/ + +

+

+
-with-mpi-inc-dir=MPIINCDIR
+
  +
+give the path for MPI include files, +
+default: $MPIDIR/include/ + +

+

+
-with-mpi-lib-dir=MPILIBDIR
+
  +
+give the path for MPI-libraries, default: $MPIDIR/lib/ + +

+

+
-with-mpi-lib
+
  +
+use given mpi lib + +

+

+
-with-pmpi-lib
+
  +
+use given pmpi lib +
+
+ +

+If your system does not have an MPI Fortran library, +set -enable-fmpi-lib (see above), otherwise set: + +

+

+
-with-fmpi-lib
+
  +
+use given fmpi lib + +

+

+
+ +

+ +

+Cross Compilation +

+ +

+Building VampirTrace on cross compilation platforms needs some special attention. +The compiler wrappers and OPARI are built for the front-end (build system) whereas +the VampirTrace libraries, vtdyn, vtunify, and vtfilter are built for the back-end +(host system). Some configure options which are of interest for cross compilation +are shown below: + +

    +
  • Set CC, CXX, F77, and FC to the cross compilers installed on the front-end. +
  • +
  • Set CXX_FOR_BUILD to the native compiler of the front-end (used to compile compiler wrappers and OPARI only). +
  • +
  • Set -host= to the output of config.guess on the back-end. +
  • +
  • Maybe you also need to set additional commands and flags for the back-end (e.g. RANLIB, AR, MPICC, CXXFLAGS). +
  • +
+For example, this configure command line works for an NEC SX6 system with an X86_64 based front-end: + +

+

+% ./configure CC=sxcc CXX=sxc++ F77=sxf90 FC=sxf90 MPICC=sxmpicc
+              AR=sxar RANLIB="sxar st" CXX_FOR_BUILD=c++
+              --host=sx6-nec-superux14.1
+              --with-otf-lib=-lotf
+
+ +

+ +

+Environment Set-Up +

+ +

+Add the bin subdirectory of the installation directory to your + $PATH environment variable. To use VampirTrace with Dyninst, + you will also need to add the lib subdirectory to your + LD_LIBRARY_PATH environment variable: +
+
+
+for csh and tcsh: +

+> setenv PATH <vt-install>/bin:$PATH
+> setenv LD_LIBRARY_PATH <vt-install>/lib:$LD_LIBRARY_PATH
+
+ for bash and sh: +
+% export PATH=<vt-install>/bin:$PATH
+% export LD_LIBRARY_PATH=<vt-install>/lib:$LD_LIBRARY_PATH
+
+ +

+ +

+Notes for Developers +

+ +

+ +

+Build from CVS +

+ +

+If you have checked out a developer's copy of VampirTrace (i.e. + checked out from CVS), you should first run: + +

+

+% ./bootstrap
+
+Note that GNU Autoconf ≥2.60 and GNU Automake ≥1.9.6 is required. +You can download them from http://www.gnu.org/software/autoconf +and http://www.gnu.org/software/automake. + +

+ +

+Creating a distribution tarball (VampirTrace-X.X.X.tar.gz) +

+ +

+If you would like to create a new distribution tarball, run: + +

+

+% ./makedist -o <otftarball> <major> <minor> <release>
+
+ instead of make dist. + The script makedist adapts the version number <major>.<minor>.<release> in + configure.in and extracts given OTF-tarball <otftarball> in + ./extlib/otf/. + +

+


+ + + diff --git a/ompi/contrib/vt/vt/doc/UserManual.pdf b/ompi/contrib/vt/vt/doc/UserManual.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b85db681cb11519dfb58ed00c06051a8579d0f58 GIT binary patch literal 275483 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 C6$$zP literal 0 HcmV?d00001 diff --git a/ompi/contrib/vt/vt/examples/c/Makefile b/ompi/contrib/vt/vt/examples/c/Makefile new file mode 100644 index 0000000000..ea8d53d712 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/c/Makefile @@ -0,0 +1,46 @@ +include Makefile.config + +TARGETS = $(HELLO_TGT1) $(HELLO_TGT2) $(HELLO_TGT3) \ + $(PI_TGT1) $(PI_TGT2) $(PI_TGT3) \ + $(RING_TGT1) $(RING_TGT2) $(RING_TGT3) + +.PHONY: all +all: $(TARGETS) + + +### hello-man ### +hello-man: hello.c + $(MPICC) -vt:inst manual $(MPICFLAGS) -DMANUAL $^ -o $@ -DVTRACE $(MPILIB) +### hello-comp ### +hello-comp: hello.c + $(MPICC) $(MPICFLAGS) $^ -o $@ $(MPILIB) +### hello-dyn ### +hello-dyn: hello.c + $(MPICC) -vt:inst dyninst $(MPICFLAGS) $^ -o $@ $(MPILIB) + + +### pi-man ### +pi-man: pi.c + $(MPICC) -vt:inst manual $(MPICFLAGS) -DMANUAL $^ -o $@ -lm -DVTRACE $(MPILIB) +### pi-comp ### +pi-comp: pi.c + $(MPICC) $(MPICFLAGS) $^ -o $@ -lm $(MPILIB) +### pi-dyn ### +pi-dyn: pi.c + $(MPICC) -vt:inst dyninst $(MPICFLAGS) $^ -o $@ -lm $(MPILIB) + + +### ring-man ### +ring-man: ring.c + $(MPICC) -vt:inst manual $(MPICFLAGS) -DMANUAL $^ -o $@ -DVTRACE $(MPILIB) +### ring-comp ### +ring-comp: ring.c + $(MPICC) $(MPICFLAGS) $^ -o $@ $(MPILIB) +### ring-dyn ### +ring-dyn: ring.c + $(MPICC) -vt:inst dyninst $(MPICFLAGS) $^ -o $@ $(MPILIB) + + +.PHONY: clean +clean: + -rm -f $(TARGETS) *~ *.o diff --git a/ompi/contrib/vt/vt/examples/c/Makefile.config b/ompi/contrib/vt/vt/examples/c/Makefile.config new file mode 100644 index 0000000000..d4873ca8f2 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/c/Makefile.config @@ -0,0 +1,26 @@ +# MPI C Compiler command, Compiler Flags, and MPI Library +MPICC = vtcc -vt:cc mpicc +MPICFLAGS = -g +MPILIB = + +# Example targets: +# -man == manual: functions and loops by using VampirTrace's API +# -comp == automatic: functions by using compiler +# -dyn == binary-automatic: functions by using Dyninst +# (comment line to disable a target) + +# HELLO (Hello World (MPI)) +HELLO_TGT1 = hello-man +HELLO_TGT2 = hello-comp +#HELLO_TGT3 = hello-dyn + +# PI (Approximates the value of pi (MPI)) +PI_TGT1 = pi-man +PI_TGT2 = pi-comp +#PI_TGT3 = pi-dyn + +# RING (Send a trivial message around in a ring (MPI)) +RING_TGT1 = ring-man +RING_TGT2 = ring-comp +#RING_TGT3 = ring-dyn + diff --git a/ompi/contrib/vt/vt/examples/c/hello.c b/ompi/contrib/vt/vt/examples/c/hello.c new file mode 100644 index 0000000000..1e4369754d --- /dev/null +++ b/ompi/contrib/vt/vt/examples/c/hello.c @@ -0,0 +1,31 @@ +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +int +main(int argc, char *argv[]) +{ + int rank, size; + +#if (defined(MANUAL)) + VT_USER_START("main"); +#endif + + MPI_Init(&argc, &argv); + MPI_Comm_size(MPI_COMM_WORLD, &size); + MPI_Comm_rank(MPI_COMM_WORLD, &rank); + + printf("Hello from process %i of %i !\n", rank, size); + + MPI_Finalize(); + +#ifdef MANUAL + VT_USER_END("main"); +#endif + + return 0; +} + diff --git a/ompi/contrib/vt/vt/examples/c/pi.c b/ompi/contrib/vt/vt/examples/c/pi.c new file mode 100644 index 0000000000..3ef201cc15 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/c/pi.c @@ -0,0 +1,95 @@ +#include +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +/* Constant for how many values we'll estimate */ + +#define NUM_ITERS 1000 + +/* Prototype the function that we'll use below. */ + +static double f(double); + +int +main(int argc, char *argv[]) +{ + int iter, rank, size, i; + double PI25DT = 3.141592653589793238462643; + double mypi, pi, h, sum, x; + double startwtime = 0.0, endwtime; + int namelen; + char processor_name[MPI_MAX_PROCESSOR_NAME]; + +#ifdef MANUAL + VT_USER_START("main"); +#endif + + /* Normal MPI startup */ + + MPI_Init(&argc, &argv); + MPI_Comm_size(MPI_COMM_WORLD, &size); + MPI_Comm_rank(MPI_COMM_WORLD, &rank); + MPI_Get_processor_name(processor_name, &namelen); + + printf("Process %d of %d on %s\n", rank, size, processor_name); + + /* Do approximations for 1 to 100 points */ + + for (iter = 2; iter < NUM_ITERS; ++iter) { + h = 1.0 / (double) iter; + sum = 0.0; + + /* A slightly better approach starts from large i and works back */ + + if (rank == 0) + startwtime = MPI_Wtime(); + + for (i = rank + 1; i <= iter; i += size) { + x = h * ((double) i - 0.5); + sum += f(x); + } + mypi = h * sum; + + MPI_Reduce(&mypi, &pi, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD); + + if (rank == 0) { + printf("%d points: pi is approximately %.16f, error = %.16f\n", + iter, pi, fabs(pi - PI25DT)); + endwtime = MPI_Wtime(); + printf("wall clock time = %f\n", endwtime - startwtime); + fflush(stdout); + } + } + + /* All done */ + + MPI_Finalize(); + +#ifdef MANUAL + VT_USER_END("main"); +#endif + + return 0; +} + +static double +f(double a) +{ + double e; + +#ifdef MANUAL + VT_USER_START("f"); +#endif + + e = (4.0 / (1.0 + a * a)); + +#ifdef MANUAL + VT_USER_END("f"); +#endif + return e; +} + diff --git a/ompi/contrib/vt/vt/examples/c/ring.c b/ompi/contrib/vt/vt/examples/c/ring.c new file mode 100644 index 0000000000..c8c7143aef --- /dev/null +++ b/ompi/contrib/vt/vt/examples/c/ring.c @@ -0,0 +1,96 @@ +/* + * Simple ring test program + */ + +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +#define NRING 100 +#define TAG 4711 + +int main(int argc, char *argv[]) +{ + int rank, size, next, prev, message; + +#ifdef MANUAL + VT_USER_START("main"); +#endif + + /* Start up MPI */ + + MPI_Init(&argc, &argv); + MPI_Comm_rank(MPI_COMM_WORLD, &rank); + MPI_Comm_size(MPI_COMM_WORLD, &size); + + /* Calculate the rank of the next process in the ring. Use the + modulus operator so that the last process "wraps around" to + rank zero. */ + + next = (rank + 1) % size; + prev = (rank + size - 1) % size; + + /* If we are the "master" process (i.e., MPI_COMM_WORLD rank 0), + put the number of times to go around the ring in the + message. */ + + if (0 == rank) { + message = NRING; + + printf("Process 0 sending %d to %d, tag %d (%d processes in ring)\n", + message, next, TAG, size); + MPI_Send(&message, 1, MPI_INT, next, TAG, MPI_COMM_WORLD); + printf("Process 0 sent to %d\n", next); + } + + /* Pass the message around the ring. The exit mechanism works as + follows: the message (a positive integer) is passed around the + ring. Each time it passes rank 0, it is decremented. When + each processes receives a message containing a 0 value, it + passes the message on to the next process and then quits. By + passing the 0 message first, every process gets the 0 message + and can quit normally. */ + + while (1) { +#ifdef MANUAL + VT_USER_START("ring_loop"); +#endif + MPI_Recv(&message, 1, MPI_INT, prev, TAG, MPI_COMM_WORLD, + MPI_STATUS_IGNORE); + + if (0 == rank) { + --message; + printf("Process 0 decremented value: %d\n", message); + } + + MPI_Send(&message, 1, MPI_INT, next, TAG, MPI_COMM_WORLD); + if (0 == message) { + printf("Process %d exiting\n", rank); + break; + } +#ifdef MANUAL + VT_USER_END("ring_loop"); +#endif + } + + /* The last process does one extra send to process 0, which needs + to be received before the program can exit */ + + if (0 == rank) { + MPI_Recv(&message, 1, MPI_INT, prev, TAG, MPI_COMM_WORLD, + MPI_STATUS_IGNORE); + } + + /* All done */ + + MPI_Finalize(); + +#ifdef MANUAL + VT_USER_END("main"); +#endif + + return 0; +} diff --git a/ompi/contrib/vt/vt/examples/cxx/Makefile b/ompi/contrib/vt/vt/examples/cxx/Makefile new file mode 100644 index 0000000000..4e7eb7c424 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/cxx/Makefile @@ -0,0 +1,46 @@ +include Makefile.config + +TARGETS = $(HELLO_TGT1) $(HELLO_TGT2) $(HELLO_TGT3) \ + $(PI_TGT1) $(PI_TGT2) $(PI_TGT3) \ + $(RING_TGT1) $(RING_TGT2) $(RING_TGT3) + +.PHONY: all +all: $(TARGETS) + + +### hello-man ### +hello-man: hello.cc + $(MPICXX) -vt:inst manual $(MPICXXFLAGS) -DMANUAL $^ -o $@ -DVTRACE $(MPILIB) +### hello-comp ### +hello-comp: hello.cc + $(MPICXX) $(MPICXXFLAGS) $^ -o $@ $(MPILIB) +### hello-dyn ### +hello-dyn: hello.cc + $(MPICXX) -vt:inst dyninst $(MPICXXFLAGS) $^ -o $@ $(MPILIB) + + +### pi-man ### +pi-man: pi.cc + $(MPICXX) -vt:inst manual $(MPICXXFLAGS) -DMANUAL $^ -o $@ -lm $(MPILIB) +### pi-comp ### +pi-comp: pi.cc + $(MPICXX) $(MPICXXFLAGS) $^ -o $@ -lm $(MPILIB) +### pi-dyn ### +pi-dyn: pi.cc + $(MPICXX) -vt:inst dyninst $(MPICXXFLAGS) $^ -o $@ -lm $(MPILIB) + + +### ring-man ### +ring-man: ring.cc + $(MPICXX) -vt:inst manual $(MPICXXFLAGS) -DMANUAL $^ -o $@ -DVTRACE $(MPILIB) +### ring-comp ### +ring-comp: ring.cc + $(MPICXX) $(MPICXXFLAGS) $^ -o $@ $(MPILIB) +### ring-dyn ### +ring-dyn: ring.cc + $(MPICXX) -vt:inst dyninst $(MPICXXFLAGS) $^ -o $@ $(MPILIB) + + +.PHONY: clean +clean: + -rm -f $(TARGETS) *~ *.o diff --git a/ompi/contrib/vt/vt/examples/cxx/Makefile.config b/ompi/contrib/vt/vt/examples/cxx/Makefile.config new file mode 100644 index 0000000000..d17ed0745e --- /dev/null +++ b/ompi/contrib/vt/vt/examples/cxx/Makefile.config @@ -0,0 +1,26 @@ +# MPI C++ Compiler command, Compiler Flags, and MPI Library +MPICXX = vtcxx -vt:cxx mpicxx +MPICXXFLAGS = -g +MPILIB = + +# Example targets: +# -man == manual: functions and loops by using VampirTrace's API +# -comp == automatic: functions by using compiler +# -dyn == binary-automatic: functions by using Dyninst +# (comment line to disable a target) + +# HELLO (Hello World (MPI)) +HELLO_TGT1 = hello-man +HELLO_TGT2 = hello-comp +#HELLO_TGT3 = hello-dyn + +# PI (Approximates the value of pi (MPI)) +PI_TGT1 = pi-man +PI_TGT2 = pi-comp +#PI_TGT3 = pi-dyn + +# RING (Send a trivial message around in a ring (MPI)) +RING_TGT1 = ring-man +RING_TGT2 = ring-comp +#RING_TGT3 = ring-dyn + diff --git a/ompi/contrib/vt/vt/examples/cxx/hello.cc b/ompi/contrib/vt/vt/examples/cxx/hello.cc new file mode 100644 index 0000000000..56a5390d36 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/cxx/hello.cc @@ -0,0 +1,29 @@ +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +using namespace std; + +int +main(int argc, char *argv[]) +{ + int rank, size; + +#ifdef MANUAL + VT_TRACER("main"); +#endif + + MPI::Init(argc, argv); + size = MPI::COMM_WORLD.Get_size(); + rank = MPI::COMM_WORLD.Get_rank(); + + cout << "Hello from " << rank << " of " << size << " !" << endl; + + MPI::Finalize(); + + return 0; +} + diff --git a/ompi/contrib/vt/vt/examples/cxx/pi.cc b/ompi/contrib/vt/vt/examples/cxx/pi.cc new file mode 100644 index 0000000000..31ac750995 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/cxx/pi.cc @@ -0,0 +1,65 @@ +#include +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +#define NUM_ITERS 100000 + +using namespace std; + +static double f(double); + +int +main(int argc, char *argv[]) +{ + int n = NUM_ITERS; + int rank, size, i; + double PI25DT = 3.141592653589793238462643; + double mypi, pi, h, sum, x; + +#ifdef MANUAL + VT_TRACER("main"); +#endif + + MPI::Init(argc, argv); + size = MPI::COMM_WORLD.Get_size(); + rank = MPI::COMM_WORLD.Get_rank(); + + h = 1.0 / (double) n; + sum = 0.0; + for (i = rank + 1; i <= n; i += size) { + x = h * ((double)i - 0.5); + sum += f(x); + } + mypi = h * sum; + + // Combine all the partial results + MPI::COMM_WORLD.Reduce(&mypi, &pi, 1, MPI::DOUBLE, MPI::SUM, 0); + + if (rank == 0) { + cout << "After " << n << " iterations, pi is approximately " + << pi << ", Error is " << fabs(pi - PI25DT) << endl; + } + + MPI::Finalize(); + + return 0; +} + +static double +f(double a) +{ + double e; + +#ifdef MANUAL + VT_TRACER("f"); +#endif + + e = (4.0 / (1.0 + a * a)); + + return e; +} + diff --git a/ompi/contrib/vt/vt/examples/cxx/ring.cc b/ompi/contrib/vt/vt/examples/cxx/ring.cc new file mode 100644 index 0000000000..be35aecfd8 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/cxx/ring.cc @@ -0,0 +1,88 @@ +// +// Simple ring test program +// + +#include +#include + +#ifdef MANUAL +#include "vt_user.h" +#endif + +#define NRING 100 +#define TAG 4711 + +int main(int argc, char *argv[]) +{ + int rank, size, next, prev, message; + +#ifdef MANUAL + VT_TRACER("main"); +#endif + + // Start up MPI + + MPI::Init(); + rank = MPI::COMM_WORLD.Get_rank(); + size = MPI::COMM_WORLD.Get_size(); + + // Calculate the rank of the next process in the ring. Use the + // modulus operator so that the last process "wraps around" to + // rank zero. + + next = (rank + 1) % size; + prev = (rank + size - 1) % size; + + // If we are the "master" process (i.e., MPI_COMM_WORLD rank 0), + // put the number of times to go around the ring in the message. + + if (0 == rank) { + message = NRING; + + std::cout << "Process 0 sending " << message << " to " << next + << ", tag " << TAG << " (" << size << " processes in ring)" + << std::endl; + MPI::COMM_WORLD.Send(&message, 1, MPI::INT, next, TAG); + std::cout << "Process 0 sent to " << next << std::endl; + } + + // Pass the message around the ring. The exit mechanism works as + // follows: the message (a positive integer) is passed around the + // ring. Each time it passes rank 0, it is decremented. When + // each processes receives a message containing a 0 value, it + // passes the message on to the next process and then quits. By + // passing the 0 message first, every process gets the 0 message + // and can quit normally. + + while (1) { +#ifdef MANUAL + VT_TRACER("ring_loop"); +#endif + MPI::COMM_WORLD.Recv(&message, 1, MPI::INT, prev, TAG); + + if (0 == rank) { + --message; + std::cout << "Process 0 decremented value: " << message + << std::endl; + } + + MPI::COMM_WORLD.Send(&message, 1, MPI::INT, next, TAG); + if (0 == message) { + std::cout << "Process " << rank << " exiting" << std::endl; + break; + } + } + + // The last process does one extra send to process 0, which needs + // to be received before the program can exit */ + + if (0 == rank) { + MPI::COMM_WORLD.Recv(&message, 1, MPI::INT, prev, TAG); + } + + // All done + + MPI::Finalize(); + + return 0; +} diff --git a/ompi/contrib/vt/vt/examples/fortran/Makefile b/ompi/contrib/vt/vt/examples/fortran/Makefile new file mode 100644 index 0000000000..6d6dd5b591 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/fortran/Makefile @@ -0,0 +1,46 @@ +include Makefile.config + +TARGETS = $(HELLO_TGT1) $(HELLO_TGT2) $(HELLO_TGT3) \ + $(PI_TGT1) $(PI_TGT2) $(PI_TGT3) \ + $(RING_TGT1) $(RING_TGT2) $(RING_TGT3) + +.PHONY: all +all: $(TARGETS) + + +### hello-man ### +hello-man: hello.F + $(MPIFC) -vt:inst manual $(MPIFFLAGS) $(FDOPT)MANUAL $^ -o $@ $(FDOPT)VTRACE $(MPILIB) +### hello-comp ### +hello-comp: hello.F + $(MPIFC) $(MPIFFLAGS) $^ -o $@ $(MPILIB) +### hello-dyn ### +hello-dyn: hello.F + $(MPIFC) -vt:inst dyninst $(MPIFFLAGS) $^ -o $@ $(MPILIB) + + +### pi-man ### +pi-man: pi.F + $(MPIFC) -vt:inst manual $(MPIFFLAGS) $(FDOPT)MANUAL $^ -o $@ -lm $(FDOPT)VTRACE $(MPILIB) +### pi-comp ### +pi-comp: pi.F + $(MPIFC) $(MPIFFLAGS) $^ -o $@ -lm $(MPILIB) +### pi-dyn ### +pi-dyn: pi.F + $(MPIFC) -vt:inst dyninst $(MPIFFLAGS) $^ -o $@ -lm $(MPILIB) + + +### ring-man ### +ring-man: ring.F + $(MPIFC) -vt:inst manual $(MPIFFLAGS) $(FDOPT)MANUAL $^ -o $@ $(FDOPT)VTRACE $(MPILIB) +### ring-comp ### +ring-comp: ring.F + $(MPIFC) $(MPIFFLAGS) $^ -o $@ $(MPILIB) +### ring-dyn ### +ring-dyn: ring.F + $(MPIFC) -vt:inst dyninst $(MPIFFLAGS) $^ -o $@ $(MPILIB) + + +.PHONY: clean +clean: + -rm -f $(TARGETS) *~ *.o diff --git a/ompi/contrib/vt/vt/examples/fortran/Makefile.config b/ompi/contrib/vt/vt/examples/fortran/Makefile.config new file mode 100644 index 0000000000..a4c66b9ef9 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/fortran/Makefile.config @@ -0,0 +1,29 @@ +# MPI Fortran Compiler command, Compiler Flags, and MPI Library +MPIFC = vtf90 -vt:f90 mpif90 +MPIFFLAGS = -g +MPILIB = +FDOPT = -D +#FDOPT = -WF,D + +# Example targets: +# targets and coresponding instrumentation type +# -man == manual: functions and loops by using VampirTrace's API +# -comp == automatic: functions by using compiler +# -dyn == binary-automatic: functions by using Dyninst +# (comment line to disable a target) + +# HELLO (Hello World) +HELLO_TGT1 = hello-man +HELLO_TGT2 = hello-comp +#HELLO_TGT3 = hello-dyn + +# PI (Approximates the value of pi) +PI_TGT1 = pi-man +PI_TGT2 = pi-comp +#PI_TGT3 = pi-dyn + +# RING (Send a trivial message around in a ring) +RING_TGT1 = ring-man +RING_TGT2 = ring-comp +#RING_TGT3 = ring-dyn + diff --git a/ompi/contrib/vt/vt/examples/fortran/hello.F b/ompi/contrib/vt/vt/examples/fortran/hello.F new file mode 100644 index 0000000000..deb3f94bf6 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/fortran/hello.F @@ -0,0 +1,28 @@ +#ifdef MANUAL +#include "vt_user.inc" +#endif + + program hello + + include 'mpif.h' + + integer rank, size + +#ifdef MANUAL + VT_USER_START('hello') +#endif + + call MPI_INIT(ierr) + call MPI_COMM_RANK(MPI_COMM_WORLD, rank, ierr) + call MPI_COMM_SIZE(MPI_COMM_WORLD, size, ierr) + + print *, "Hello from process ", rank, " of ", size, " !" + + call MPI_FINALIZE(rc) + +#ifdef MANUAL + VT_USER_END('hello') +#endif + + stop + end diff --git a/ompi/contrib/vt/vt/examples/fortran/pi.F b/ompi/contrib/vt/vt/examples/fortran/pi.F new file mode 100644 index 0000000000..a3c34c43d2 --- /dev/null +++ b/ompi/contrib/vt/vt/examples/fortran/pi.F @@ -0,0 +1,84 @@ +#ifdef MANUAL +#include "vt_user.inc" +#endif + + program calcpi + + include 'mpif.h' + + double precision PI25DT + parameter (PI25DT = 3.141592653589793238462643d0) + + double precision mypi, pi, h, sum, x, f, a + integer num_iters, rank, size, i, rc + +c Function to integrate + + f(a) = 4.d0 / (1.d0 + a * a) + +#ifdef MANUAL + VT_USER_START('calcpi') +#endif + +c Normal MPI startup + + call MPI_INIT(ierr) + call MPI_COMM_RANK(MPI_COMM_WORLD, rank, ierr) + call MPI_COMM_SIZE(MPI_COMM_WORLD, size, ierr) + print *, "Process ", rank, " of ", size, " is alive" + +c Loop until finished + + num_iters = 1000 + do 20 iter = 2, num_iters + +#ifdef MANUAL + VT_USER_START('outer_loop'); +#endif + +c Calculate the interval size + + h = 1.0d0 / iter + sum = 0.0d0 + + do 10 i = rank + 1, iter, size +#ifdef MANUAL + VT_USER_START('inner_loop'); +#endif + x = h * (dble(i) - 0.5d0) + sum = sum + f(x) +#ifdef MANUAL + VT_USER_END('inner_loop'); +#endif + 10 continue + mypi = h * sum + +c Collect all the partial sums + + call MPI_REDUCE(mypi, pi, 1, MPI_DOUBLE_PRECISION, MPI_SUM, 0, + $ MPI_COMM_WORLD, ierr) + +c Node 0 prints the answer. + + if (rank .eq. 0) then + write(6, 97) iter, pi, abs(pi - PI25DT) + 97 format(i3, ' points: pi is approximately: ', F18.16, + + ' error is: ', F18.16) + endif + +#ifdef MANUAL + VT_USER_END('outer_loop'); +#endif + + 20 continue + +c All finished + + call MPI_FINALIZE(rc) + +#ifdef MANUAL + VT_USER_END('calcpi') +#endif + + stop + end diff --git a/ompi/contrib/vt/vt/examples/fortran/ring.F b/ompi/contrib/vt/vt/examples/fortran/ring.F new file mode 100644 index 0000000000..e9c4c31ace --- /dev/null +++ b/ompi/contrib/vt/vt/examples/fortran/ring.F @@ -0,0 +1,98 @@ +C +C Simple ring test program +C + +#ifdef MANUAL +#include "vt_user.inc" +#endif + + program ring + implicit none + include 'mpif.h' + integer rank, size, tag, next, from, message, ierr + integer status(MPI_STATUS_SIZE) + +#ifdef MANUAL + VT_USER_START('ring') +#endif + +C Start up MPI */ + + call MPI_INIT(ierr) + call MPI_COMM_RANK(MPI_COMM_WORLD, rank, ierr) + call MPI_COMM_SIZE(MPI_COMM_WORLD, size, ierr) + +C Calculate the rank of the next process in the ring. Use the +C modulus operator so that the last process "wraps around" to rank +C zero. + + tag = 4711 + next = mod((rank + 1), size) + from = mod((rank + size - 1), size) + +C If we are the "master" process (i.e., MPI_COMM_WORLD rank 0), put +C the number of times to go around the ring in the message. + + if (rank .eq. 0) then + message = 100 + + print *, 'Process 0 sending ', message, ' to ', next, ' tag ', + & tag, ' (', size, ' processes in ring)' + call MPI_SEND(message, 1, MPI_INTEGER, next, tag, + & MPI_COMM_WORLD, ierr) + print *, 'Process 0 sent to ', next + endif + +C Pass the message around the ring. The exit mechanism works as +C follows: the message (a positive integer) is passed around the +C ring. Each time it passes rank 0, it is decremented. When each +C processes receives a message containing a 0 value, it passes the +C message on to the next process and then quits. By passing the 0 +C message first, every process gets the 0 message and can quit +C normally. + + 10 continue +#ifdef MANUAL + VT_USER_START('ring_loop') +#endif + call MPI_RECV(message, 1, MPI_INTEGER, from, tag, + & MPI_COMM_WORLD, status, ierr) + + if (rank .eq. 0) then + message = message - 1 + print *, 'Process 0 decremented value:', message + endif + + call MPI_SEND(message, 1, MPI_INTEGER, next, tag, + & MPI_COMM_WORLD, ierr) + + if (message .eq. 0) then + print *, 'Process ', rank, ' exiting' +#ifdef MANUAL + VT_USER_END('ring_loop') +#endif + goto 20 + endif +#ifdef MANUAL + VT_USER_END('ring_loop') +#endif + goto 10 + +C The last process does one extra send to process 0, which needs to +C be received before the program can exit + + 20 if (rank .eq. 0) then + call MPI_RECV(message, 1, MPI_INTEGER, from, tag, + & MPI_COMM_WORLD, status, ierr) + endif + +C All done + + call MPI_FINALIZE(ierr) + +#ifdef MANUAL + VT_USER_END('ring') +#endif + + end + diff --git a/ompi/contrib/vt/vt/extlib/Makefile.am b/ompi/contrib/vt/vt/extlib/Makefile.am new file mode 100644 index 0000000000..f9df108cf6 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/Makefile.am @@ -0,0 +1,6 @@ +if AMEXTERNOTF +SUBDIRS = +else +SUBDIRS = otf +endif + diff --git a/ompi/contrib/vt/vt/extlib/Makefile.in b/ompi/contrib/vt/vt/extlib/Makefile.in new file mode 100644 index 0000000000..0fdd891952 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/Makefile.in @@ -0,0 +1,525 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = extlib +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = otf +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMEXTERNOTF_FALSE@SUBDIRS = otf +@AMEXTERNOTF_TRUE@SUBDIRS = +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extlib/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu extlib/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/AUTHORS b/ompi/contrib/vt/vt/extlib/otf/AUTHORS new file mode 100644 index 0000000000..191eba893c --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/AUTHORS @@ -0,0 +1,5 @@ +Andreas Knuepfer +Ronny Brendel +Matthias Jurenz +Holger Brunst +Hartmut Mix diff --git a/ompi/contrib/vt/vt/extlib/otf/COPYING b/ompi/contrib/vt/vt/extlib/otf/COPYING new file mode 100644 index 0000000000..98468a1724 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/COPYING @@ -0,0 +1,29 @@ +Copyright (c) 2005-2007, ZIH, Technische Universitaet Dresden, +Federal Republic of Germany + + All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +- Neither the name of ZIH, TU Dresden nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/ompi/contrib/vt/vt/extlib/otf/ChangeLog b/ompi/contrib/vt/vt/extlib/otf/ChangeLog new file mode 100644 index 0000000000..bd9e680823 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/ChangeLog @@ -0,0 +1,206 @@ +1.0.x + - initial version + +1.1.1 + - OTF_Reader now considers the return values of the handlers + - added OTF_VERBOSE, OTF_DEBUG macro for error treatment + - introduced 'UnknownRecord' handler which allows to catch + unknown record types + +1.1.2 + - inverted return value of call-back handlers: + '0' is non-error, '!= 0' is regarded as an error, now! + (this makes OTF conform with the VTF3 scheme.) + +1.1.3 + - fixed a minor bug in otfaux + +1.1.4 + - fixed a bug in OTF_Reader which might have caused the very first + time stamp of a trace to be not properly sorted + - introduced '--snapshots' and '--statistics' switches to do only + snapshots or statistics. for statistics a selective mode is allowed + which regards only some streams. By this means statistics can be created + in parallel by calling otfaux multiple times. + +1.1.5 + - have UnknownRecord report handle incomplete records or additional bytes at + the end of a file. + +1.2.0 + - introduce transparent zlib compression + +1.2.1 + - added progress functions using read bytes instead of timestamps + +1.2.2 + - important bugfix: definitionstream 0 was ignored since version 1.2.0 + +1.2.3 + - bugfix: provided copy handlers returned wrong value + +1.2.4 + - bugfix: zlib compression bug, wrong sanity check fixed + +1.2.5 + - bugfix: correctly handle process groups with more than 1000 entries + +1.2.6 + - support shared libraries +1.2.7 + - added progress functions to OTF_RStream + - added a progress counter to otfmerge +1.2.8 + - allow suffix '.dylib' for zlib library file (from Mac OS X) + - removed configure warning + +1.2.9 + - changeable zlevel + - changeable zbuffersize + +1.2.10 + - bugfix: otfmerge does no longer accept traces with local streams + +1.2.11 + - changed OTF_RETURN*( 0=success, !0 = error ) + - added these macros to all internal functions and tools for better + consistency + - fixed various memoryleaks in otf and otfmerge + - added otfconfig to tools. otfconfig shows installationparameters + important for developers + - updated documentation + +1.2.12 + - removed intel compiler warnings in otfmerge + - removed debug output + - fixed 64bit issue + +1.2.13 + - removed intel compiler warnings + - changed OTF_FILETYPE_*-macros + - fixed issues with OTF_getFilename() + +1.2.14 + - do not linke with '-lz' if '--with-zlibsymbols' was specified + - added zlib include line to otflib/Makefile.am + +1.2.15 + - 3 new records introduced (NOTE: these are experimental): + - DefFile + - DefFileGroup + - FileOperation +1.2.16 + - fixed a problem with comments in otfmerge + - 2 new records introduced (NOTE: these are experimental): + - OpenFileSnapshot + - FileOperationSummary +1.2.17 + - bugfixed parser (wrong treatment of unknown records) + - added FileGroupOperationSummary record + - changed FileOperation-, OpenFileSnapshot- and FileOperationSummary- record + NOTE: these records are still experimental + - included file operation records into all tools + NOTE: some parameters were added/changed + - the byte-parameter in the FileOperation record does now contain the + new position in the file file after the seek operation + - bugfixed otfmerge + +1.2.18 + - added fwrite check for writting less bytes than expected + - re-write of otfdump. Now, it uses OTF read lib instead of plain scanf. + It produces nicer output and numbers records in read order. + +1.2.19 + - finished otfdump + - removed debug output in OTF_Reader.c + - re-introduced DefVersion record as read only + +1.2.20 + - added own inttypes definitions in case there is no on the platform + (necessary on NEC SX6) + +1.2.21 + - fixed "--with-zlib-symbols"-bug + +1.2.22 + - fixed inttypes/stdint bug + +1.2.23 + - removed libtool from autoconf to make configure much faster, + libtool was not used by automake anyhow + - removed some autoconf-generated files from CVS, + you might need to re-run 'sh bootstrap' yourself + +1.2.24 + - minor change in otf[de|un]compress + - strictly avoid writing of unsorted time stamps. Now, there will be an + error message and the corresponding buffer/stream will be disabled for + further writing. The write routines provide an invlaid return code but + currently there is no way to "repair" the buffer/stream after an unsorted + time stamp has been issued. + +1.3.0 + - integrated libtool for shared and static linkage to otf + - removed the possibility to include zlib symbols into otf + - fixed warning which appeared when not using zlib + - added python bindings to the otf library + +1.3.1 + - if an fopen() call fails an error is now printed out every time + - OTF_READ_ERROR was introduced as an error return value for all + OTF_Reader_readXXX and OTF_RStream_readXXX functions. So (uint64_t)-1 is + now a reserved value, thus cannot be used as record limit. + The record limit always has to be smaller than or equal to + OTF_READ_MAXRECORDS. + - fixed issue in otfmerge, when using many streams + +1.3.2 + - added small functions to convert various variable types to common + counter type uint64_t. By this means, other types can be transported + as uint64_t and re-casted during reading. + This requires type information as additional counter property flags! + +1.3.3 + - fixed configure bug when searching for zlib on mac + - fixed bug in otfmerge, where the parameter "-n 0" caused an error + - added macros for specifing the data type of the counter + (OTF_COUNTER_VARTYPE_*) + - fixed otfconfig help text + - fixed bugs when using make dist + - python bindings disabled by default + - fixed configure bug, when using python bindings + - updated python bindings to support user defined counters + +1.3.4 + - bug fix in otfmerge: missing handling of DefCollectiveOperation + - bugfix in the documentation: overview.eps was broken + +1.3.5 + - added doxygen html documentation (docu/doxygen/html/index.html) + - fixed issue, where newlines were forbidden in def, stats and snaps + - added missing const to OTF_WStream_writeDefProcessGroup() + +1.3.6 + - OTF_{Keywords.h,Parse.h,Platform.h} will no longer be installed + - added a compile time assert making sure the correct sizes of the + integer types ([u]int*_T) + - OTF is now Windows Visual Studio compatible + +1.3.7 + - added example for using OTF_MasterControl to the doxygen documentation + - general improvement of the documentation + - improved autoconf's m4 scripts for cross buildings + +1.3.8 + - generate OTF_inttypes.h during configuring which provides + the integer types like int64_t, int8_t,... + - shared OTF library will be linked with zlib, thus additionally + linking with zlib is not necessary + - bugfix in otf2vtf: correctly handle function leave records with id 0 + +1.3.9 + - fixed a portability bug: use own implementation of function + 'strdup()' + - install a symbolic link 'otfdecompress' which is a synonym for + 'otfcompress -d' + diff --git a/ompi/contrib/vt/vt/extlib/otf/INSTALL b/ompi/contrib/vt/vt/extlib/otf/INSTALL new file mode 100644 index 0000000000..d46f8d71fd --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/INSTALL @@ -0,0 +1,295 @@ +(See specific OTF related information at the end of this file.) + + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software +Foundation, Inc. + + This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + +These are generic installation instructions. OTF-specific options can be +found at the end of this document. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. (Caching is +disabled by default to prevent problems with accidental use of stale +cache files.) + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You only need +`configure.ac' if you want to change it or regenerate `configure' using +a newer version of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. If you're + using `csh' on an old version of System V, you might need to type + `sh ./configure' instead to prevent `csh' from trying to execute + `configure' itself. + + Running `configure' takes awhile. While running, it prints some + messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you must use a version of `make' that +supports the `VPATH' variable, such as GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + If you have to use a `make' that does not support the `VPATH' +variable, you have to compile the package for one architecture at a +time in the source code directory. After you have installed the +package for one architecture, use `make distclean' before reconfiguring +for another architecture. + +Installation Names +================== + + By default, `make install' will install the package's files in +`/usr/local/bin', `/usr/local/man', etc. You can specify an +installation prefix other than `/usr/local' by giving `configure' the +option `--prefix=PATH'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +give `configure' the option `--exec-prefix=PATH', the package will use +PATH as the prefix for installing programs and libraries. +Documentation and other data files will still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=PATH' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the `--target=TYPE' option to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +will cause the specified gcc to be used as the C compiler (unless it is +overridden in the site shell script). + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of the options to `configure', and exit. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + + +OTF specific `configure' Examples +================================= + + +The '--with-vtf3' option allows to specify VTF3 include path and library path. +By default '../vtf3' is searched for headers & library unless '--without-vtf3' +is specified. Additional options '--with-vtf3-lib-dir' and +'--with-vtf3-include-dir' allow to give headers location and library location +separately. + + +Further options '--with-debug' and '--with-verbose' make the OTF library and +tools perform stricter checks and produce more verbose output (warnings/errors) +on stderr respectively. + + +On some platforms an error like "dereferencing type-punned pointer will break +strict-aliasing rules" may occur. If that is the case add "-fno-strict-aliasing" +(thats the parameter for gcc. It may be a bit different for other compilers) +to the CFLAGS and CXXFLAGS. + + +The '--with-zlib' option (default) enables tranparent compression/decompression +by ZLib, '--without-zlib' disables this feature. If '--with-zlibsymbols' is +specified in addition, all symbols from libz.a are directly included into +libotf.a. This makes it unnecessary to append '-lz' to another programs linker +list. However, it might cause collisions if '-lz' is present with the other +program already. +Note that '--with-zlibsymbols' is not compatible with shared libraries. The option +'--disable-shared' is necessary when ZLib symbols are included into OTF library. + + +Installing 32-bit and 64-bit Libraries Concurrently +=================================================== + +Some platforms support 32-bit and 64-bit executables and libraries. Please chose +one flavor as default and set appropriate options via './configure'. Then do +'make' and 'make install'. This will have everything built and installed with +default flavor: library, header files and tools. +In order to have alternative library flavor created, re-run './configure' with +alternative options and do 'make' but NOT 'make install'. Rather, copy the +library manually to the desired location. Make sure not to overwrite the default +library. Header files and tools are not affected by this issue because always +only the default version will be necessary. + + +Example configure Command Line +============================== + +example on Linux: +%> ./configure CFLAGS="-O3 -g -Wall -Werror" CXXFLAGS="-O3 -g -Wall -Werror" + --with-vtf3=$HOME/prog/vtf/ --with-zlib --with-zlibsymbols --disable-shared + --prefix=$HOME + +example on SGI Irix: +%> ./configure CC=cc CFLAGS="-O3 -n32 -g -ansiW" --with-vtf3=$HOME/prog/vtf/ + +example on NEC SX6i front end with cross compiler +%> ./configure AR="sxar" RANLIB="sxar st" CC="sxcc -sx5" CXX="sxc++ -sx5" +--host=sx6-nec-superux14.1 --build=i686-pc-linux-gnu +--without-zlib --prefix=/home_sx6i/knuepfe/ diff --git a/ompi/contrib/vt/vt/extlib/otf/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/Makefile.am new file mode 100644 index 0000000000..ad43369696 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/Makefile.am @@ -0,0 +1,15 @@ +if AMHAVEPYTHONSWIG +SUBDIRS = \ + otflib \ + otflib_py \ + tools +else +SUBDIRS = \ + otflib \ + tools +endif +EXTRA_DIST= \ + docu/api/specification.pdf \ + docu/tools/otftools.pdf \ + docu/doxygen.conf \ + otf_vc05.sln diff --git a/ompi/contrib/vt/vt/extlib/otf/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/Makefile.in new file mode 100644 index 0000000000..9c99673edf --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/Makefile.in @@ -0,0 +1,669 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ + TODO config.guess config.sub depcomp install-sh ltmain.sh \ + missing py-compile +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = otflib tools otflib_py +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMHAVEPYTHONSWIG_FALSE@SUBDIRS = \ +@AMHAVEPYTHONSWIG_FALSE@ otflib \ +@AMHAVEPYTHONSWIG_FALSE@ tools + +@AMHAVEPYTHONSWIG_TRUE@SUBDIRS = \ +@AMHAVEPYTHONSWIG_TRUE@ otflib \ +@AMHAVEPYTHONSWIG_TRUE@ otflib_py \ +@AMHAVEPYTHONSWIG_TRUE@ tools + +EXTRA_DIST = \ + docu/api/specification.pdf \ + docu/tools/otftools.pdf \ + docu/doxygen.conf \ + otf_vc05.sln + +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ + cd $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ + else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + cd $(top_srcdir) && $(AUTOHEADER) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile config.h +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ + dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/NEWS b/ompi/contrib/vt/vt/extlib/otf/NEWS new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ompi/contrib/vt/vt/extlib/otf/README b/ompi/contrib/vt/vt/extlib/otf/README new file mode 100644 index 0000000000..94d01097ff --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/README @@ -0,0 +1,17 @@ + Open Trace Format (OTF) + +Detailed program analysis of massively parallel programs requires the recording of event based performance data during run-time and its visualisation with appropriate software tools like the Vampir framework. + +The specification of a convenient and powerful trace file format has to fulfill a large number of requirements. It must allow an efficient collection of the event based performance data on a parallel program environment. On the other hand it has to provide a very fast and convenient access to the large amount of performance data and the corresponding event definitions by the analysis software tools. + +To improve scalability for very large and massively parallel traces the Open Trace Format (OTF) has been developed at ZIH as a successor format to the Vampir Trace Format (VTF3). + +The Open Trace Format makes use of a portable ASCII encoding. It distributes single traces to multiple so called streams with one or more files each. Merging of records from multiple files is done transparently by the OTF library. The number of possible streams is not limited by the number of available file handles. + +The provided read/write library should be used as a convenient interface for third party software. The library supports efficient parallel and distributed access to trace data and offers selective reading access regarding arbitrary time intervals, process selection and record types. +Optional auxiliary information can assist this selective access. + +The software package contains additional tools for trace date conversion or preparation. +More information can be found in the provided documentation. + +OTF version is available as open source software under the BSD license, see 'COPYING'. The software comes as a source code package. It can be installed by using autoconf procedures, see 'INSTALL'. diff --git a/ompi/contrib/vt/vt/extlib/otf/TODO b/ompi/contrib/vt/vt/extlib/otf/TODO new file mode 100644 index 0000000000..9970c62c95 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/TODO @@ -0,0 +1,28 @@ +- re-design OTF's error/success return values for handlers and functions + +- ideas for future development + - add memory allocation/deallocation record types, how? + - have more semantics + - have less semantics + - add general purpose record types like (type/owner,key,value) with no semantics, + -- can be used freely, ignored if unknown, + -- key/value are either uint64_t, array of uint64_t or text + +- add record to write wall clock time or epoch or year:month:day:hour:minute:second + with this, VT can record time at start and end of trace (request by Robert Henschel) + +- create a (graphical) tool for changing definition records: + - grouping functions + - ... + +- solve the problem that when only reading statistic records one cannot + determine the begin and end of a process !!!!! + You might introduce a new record for this. ( maybe like begin/endprocess + for events? ) + You could also write a statistics comment record when the first event appears, + (in otfaux) + +- add new statistics record type that gives the caller-callee relation + - only write this at the end of a trace run + +- use asynchronous write (aio_write) and maybe even read for performance diff --git a/ompi/contrib/vt/vt/extlib/otf/acinclude.m4 b/ompi/contrib/vt/vt/extlib/otf/acinclude.m4 new file mode 100644 index 0000000000..ba587553da --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/acinclude.m4 @@ -0,0 +1,478 @@ +dnl have the vtf3 dirs specified +AC_DEFUN([CHECK_VTF3], +[ + vtf3_error="no" + check_vtf3="yes" + force_vtf3="no" + have_vtf3="no" + + AH_TEMPLATE(HAVE_VTF3, [], [defined if vtf3 library is to be used]) + + AC_ARG_WITH([vtf3], + AC_HELP_STRING([--with-vtf3], + [use vtf3, default: yes if found by configure]), + [if test "$withval" = "yes"; then force_vtf3="yes"; else check_vtf3="no"; fi]) + + AC_ARG_WITH([vtf3-dir], + AC_HELP_STRING([--with-vtf3-dir], + [give the path for vtf3, default: /usr]), + [vtf3_dir="$withval/"]) + + AC_ARG_WITH([vtf3-inc-dir], + AC_HELP_STRING([--with-vtf3-inc-dir], + [give the path dir vtf3-include files, default: VTF3DIR/include]), + [vtf3_inc_dir="$withval/"], + [if test x"$vtf3_dir" != x; then vtf3_inc_dir="$vtf3_dir"include/; fi]) + + AC_ARG_WITH([vtf3-lib-dir], + AC_HELP_STRING([--with-vtf3-lib-dir], + [give the path for VTF3-libraries, default: VTF3DIR/lib]), + [vtf3_lib_dir="$withval/"], + [if test x"$vtf3_dir" != x; then vtf3_lib_dir="$vtf3_dir"lib/; fi]) + + AC_ARG_WITH([vtf3-lib], + AC_HELP_STRING([--with-vtf3-lib], + [use given vtf3, default: -lvtf3]), + [vtf3_lib="$withval"]) + + if test "$check_vtf3" = "yes"; then + sav_CPPFLAGS=$CPPFLAGS + if test x"$vtf3_inc_dir" != x; then + CPPFLAGS="$CPPFLAGS -I$vtf3_inc_dir" + fi + AC_CHECK_HEADER([vtf3.h], [], + [ + AC_MSG_NOTICE([error: no vtf3.h found; check path for VTF3 package first...]) + vtf3_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + if test x"$vtf3_lib" = x -a "$vtf3_error" = "no"; then + sav_LIBS=$LIBS + cl="-lvtf3" + if test x"$vtf3_lib_dir" != x; then + cl="-L$vtf3_lib_dir $cl" + fi + LIBS="$LIBS $cl" + AC_MSG_CHECKING([whether linking with -lvtf3 works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); vtf3_lib=-lvtf3],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + fi + + if test x"$vtf3_lib" = x -a "$vtf3_error" = "no"; then + AC_MSG_NOTICE([error: no libvtf3 found; check path for VTF3 package first...]) + vtf3_error="yes" + fi + + if test $vtf3_error = "no"; then + AC_DEFINE(HAVE_VTF3) + have_vtf3="yes" + fi + fi + + VTF3_LIB_DIR=$vtf3_lib_dir + VTF3_LIB_LINE=$vtf3_lib + if test x"$vtf3_lib_dir" != x; then + VTF3_LIB_LINE="-L$vtf3_lib_dir $VTF3_LIB_LINE" + fi + + VTF3_INCLUDE_DIR=$vtf3_inc_dir + VTF3_INCLUDE_LINE= + if test x"$vtf3_inc_dir" != x; then + VTF3_INCLUDE_LINE="-I$vtf3_inc_dir" + fi + + AC_SUBST(VTF3_LIB_DIR) + AC_SUBST(VTF3_LIB_LINE) + AC_SUBST(VTF3_INCLUDE_DIR) + AC_SUBST(VTF3_INCLUDE_LINE) +]) +dnl have the zlib dirs specified +AC_DEFUN([CHECK_ZLIB], +[ + zlib_error="no" + check_zlib="yes" + force_zlib="no" + have_zlib="no" + + AH_TEMPLATE(HAVE_ZLIB, [], [defined if zlib library is to be used]) + + AC_ARG_WITH([zlib], + AC_HELP_STRING([--with-zlib], + [use zlib, default: yes if found by configure]), + [if test "$withval" = "yes"; then force_zlib="yes"; else check_zlib="no"; fi]) + + AC_ARG_WITH([zlib-dir], + AC_HELP_STRING([--with-zlib-dir], + [give the path for zlib, default: /usr]), + [zlib_dir="$withval/"]) + + AC_ARG_WITH([zlib-inc-dir], + AC_HELP_STRING([--with-zlib-inc-dir], + [give the path dir zlib-include files, default: ZLIBDIR/include]), + [zlib_inc_dir="$withval/"], + [if test x"$zlib_dir" != x; then zlib_inc_dir="$zlib_dir"include/; fi]) + + AC_ARG_WITH([zlib-lib-dir], + AC_HELP_STRING([--with-zlib-lib-dir], + [give the path for ZLIB-libraries, default: ZLIBDIR/lib]), + [zlib_lib_dir="$withval/"], + [if test x"$zlib_dir" != x; then zlib_lib_dir="$zlib_dir"lib/; fi]) + + AC_ARG_WITH([zlib-lib], + AC_HELP_STRING([--with-zlib-lib], + [use given zlib, default: -lz]), + [zlib_lib="$withval"]) + + if test "$check_zlib" = "yes"; then + sav_CPPFLAGS=$CPPFLAGS + if test x"$zlib_inc_dir" != x; then + CPPFLAGS="$CPPFLAGS -I$zlib_inc_dir" + fi + AC_CHECK_HEADER([zlib.h], [], + [ + AC_MSG_NOTICE([error: no zlib.h found; check path for ZLIB package first...]) + zlib_error="yes" + ]) + CPPFLAGS=$sav_CPPFLAGS + + if test x"$zlib_lib" = x -a "$zlib_error" = "no"; then + sav_LIBS=$LIBS + cl="-lz" + if test x"$zlib_lib_dir" != x; then + cl="-L$zlib_lib_dir $cl" + fi + LIBS="$LIBS $cl" + AC_MSG_CHECKING([whether linking with -lz works]) + AC_TRY_LINK([],[], + [AC_MSG_RESULT([yes]); zlib_lib=-lz],[AC_MSG_RESULT([no])]) + LIBS=$sav_LIBS + fi + + if test x"$zlib_lib" = x -a "$zlib_error" = "no"; then + AC_MSG_NOTICE([error: no libz found; check path for ZLIB package first...]) + zlib_error="yes" + fi + + if test $zlib_error = "no"; then + AC_DEFINE(HAVE_ZLIB) + have_zlib="yes" + fi + fi + + ZLIB_LIB_DIR=$zlib_lib_dir + ZLIB_LIB_LINE=$zlib_lib + if test x"$zlib_lib_dir" != x; then + ZLIB_LIB_LINE="-L$zlib_lib_dir $ZLIB_LIB_LINE" + fi + + ZLIB_INCLUDE_DIR=$zlib_inc_dir + ZLIB_INCLUDE_LINE= + if test x"$zlib_inc_dir" != x; then + ZLIB_INCLUDE_LINE="-I$zlib_inc_dir" + fi + + AC_SUBST(ZLIB_LIB_DIR) + AC_SUBST(ZLIB_LIB_LINE) + AC_SUBST(ZLIB_INCLUDE_DIR) + AC_SUBST(ZLIB_INCLUDE_LINE) +]) +dnl switch on/off additonal debug output in otf lib +AC_DEFUN([WITH_DEBUG], +[ + AH_TEMPLATE(OTF_DEBUG, [], [switch on/off additonal debug checks in otf lib]) + + AC_ARG_WITH([debug], + AC_HELP_STRING([--with-debug],[additonal debug checks]), + [debug=$withval], + [debug=""]) + + AC_CACHE_CHECK([debug], + [debug], + [debug=]) + + if test "$debug" = yes; then + AC_DEFINE(OTF_DEBUG) + fi +]) + +dnl switch on/off additonal debug output in otf lib +AC_DEFUN([WITH_VERBOSE], +[ + AH_TEMPLATE(OTF_VERBOSE, [], [switch on/off verbose output in otf lib]) + + AC_ARG_WITH([verbose], + AC_HELP_STRING([--with-verbose],[additonal verbose output]), + [verbose=$withval], + [verbose=""]) + + AC_CACHE_CHECK([verbose], + [verbose], + [verbose=]) + + if test "$verbose" = yes; then + AC_DEFINE(OTF_VERBOSE) + fi +]) + +AC_DEFUN([SWIG_PYTHON],[ + + # + #enable python bindings + # + AC_ARG_ENABLE([python-bindings], + AC_HELP_STRING([--enable-python-bindings], + [force generation of Python bindings]), + [enable_python_bindings="yes"], + [enable_python_bindings=""]) + + + # + #with python version + # + AC_ARG_WITH([python-version], + AC_HELP_STRING([--with-python-version=VERSION], + [force a custom python version]), + [PYTHON_VERSION=$withval]) + + + # + #only check if the user did --enable-python-bindings + # + if test x"$enable_python_bindings" = xyes; then + + # + #test for swig >= 1.3 + # + AC_PROG_SWIG(1.3) + + # + #test for python-dev + # + AC_PYTHON_DEVEL + + test "x$1" != "xno" || swig_shadow=" -noproxy" + + # + #set the swig options + # + AC_SUBST([SWIG_PYTHON_OPT],[-python]) + + # + #set the python compiler flags + # + AC_SUBST([SWIG_PYTHON_CPPFLAGS],[$PYTHON_CPPFLAGS]) + + fi + +]) +AC_DEFUN([AC_PYTHON_DEVEL],[ + + # + # Allow the use of a (user set) custom python version + # + AC_ARG_VAR([PYTHON_VERSION],[The installed Python + version to use, for example '2.3'. This string + will be appended to the Python interpreter + canonical name.]) + + AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) + if test -z "$PYTHON"; then + + AC_MSG_WARN([Cannot find python$PYTHON_VERSION in your system path]) + PYTHON_VERSION="" + + else + + + # + # Check for Python include path + # + AC_MSG_CHECKING([for python include path]) + if test -z "$PYTHON_CPPFLAGS"; then + python_path=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_python_inc();" 2> /dev/null` + if test -n "${python_path}"; then + python_path="-I$python_path" + fi + PYTHON_CPPFLAGS=$python_path + fi + if test -n "$PYTHON_CPPFLAGS"; then + AC_MSG_RESULT([$PYTHON_CPPFLAGS]) + else + AC_MSG_RESULT([no]) + fi + AC_SUBST([PYTHON_CPPFLAGS]) + + # + # Check for Python library path + # + AC_MSG_CHECKING([for python library path]) + if test -z "$PYTHON_LDFLAGS"; then + # (makes two attempts to ensure we've got a version number + # from the interpreter) + py_version=`$PYTHON -c "from distutils.sysconfig import *; \ + from string import join; \ + print join(get_config_vars('VERSION'))" 2> /dev/null` + if test "$py_version" == "[None]" -o -z "$py_version"; then + if test -n "$PYTHON_VERSION"; then + py_version=$PYTHON_VERSION + else + py_version=`$PYTHON -c "import sys; \ + print sys.version[[:3]]"` + fi + fi + + PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ + from string import join; \ + print '-L' + get_python_lib(0,1), \ + '-lpython';" 2> /dev/null`$py_version + fi + if test ! "$PYTHON_LDFLAGS" == "$py_version"; then + AC_MSG_RESULT([$PYTHON_LDFLAGS]) + else + AC_MSG_RESULT([no]) + fi + AC_SUBST([PYTHON_LDFLAGS]) + + # + # Check for site packages + # + AC_MSG_CHECKING([for python site-packages path]) + if test -z "$PYTHON_SITE_PKG"; then + PYTHON_SITE_PKG=`$PYTHON -c "import distutils.sysconfig; \ + print distutils.sysconfig.get_python_lib(0,0);" 2> /dev/null` + fi + if test -n "$PYTHON_SITE_PKG"; then + AC_MSG_RESULT([$PYTHON_SITE_PKG]) + else + AC_MSG_RESULT([no]) + fi + AC_SUBST([PYTHON_SITE_PKG]) + + # + # libraries which must be linked in when embedding + # + AC_MSG_CHECKING(python extra libraries) + if test -z "$PYTHON_EXTRA_LIBS"; then + PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \ + conf = distutils.sysconfig.get_config_var; \ + print conf('LOCALMODLIBS'), conf('LIBS')" 2> /dev/null` + fi + if test -n "$PYTHON_EXTRA_LIBS"; then + AC_MSG_RESULT([$PYTHON_EXTRA_LIBS]) + else + AC_MSG_RESULT([no]) + fi + AC_SUBST(PYTHON_EXTRA_LIBS) + + # + # linking flags needed when embedding + # + AC_MSG_CHECKING(python extra linking flags) + if test -z "$PYTHON_EXTRA_LDFLAGS"; then + PYTHON_EXTRA_LDFLAGS=`$PYTHON -c "import distutils.sysconfig; \ + conf = distutils.sysconfig.get_config_var; \ + print conf('LINKFORSHARED')" 2> /dev/null` + fi + if test -n "$PYTHON_EXTRA_LDFLAGS"; then + AC_MSG_RESULT([$PYTHON_EXTRA_LDFLAGS]) + else + AC_MSG_RESULT([no]) + fi + AC_SUBST(PYTHON_EXTRA_LDFLAGS) + + # + # final check to see if everything compiles alright + # + AC_MSG_CHECKING([consistency of all components of python development environment]) + AC_LANG_PUSH([C]) + # save current global flags + LIBS="$ac_save_LIBS $PYTHON_LDFLAGS" + CPPFLAGS="$ac_save_CPPFLAGS $PYTHON_CPPFLAGS" + AC_TRY_LINK([ + #include + ],[ + Py_Initialize(); + ],[pythonexists=yes],[pythonexists=no]) + + AC_MSG_RESULT([$pythonexists]) + + if test ! "$pythonexists" = "yes"; then + AC_MSG_ERROR([Cannot find python development environment. You probably have to install the development version of the python package.]) + PYTHON_VERSION="" + fi + + AC_LANG_POP + # turn back to default flags + CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + + + #get the paths where to install the package + AC_SUBST([pkgpythondir], + ['${prefix}'/lib/python${py_version}/site-packages/otf]) + + AC_SUBST([pkgpyexecdir], + ['${exec_prefix}'/lib/python${py_version}/site-packages/otf]) + + fi + +]) +AC_DEFUN([AC_PROG_SWIG],[ + AC_PATH_PROG([SWIG],[swig]) + if test -z "$SWIG" ; then + + AC_MSG_ERROR([Cannot find 'swig' program.]) + + elif test -n "$1" ; then + AC_MSG_CHECKING([for swig version]) + [swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`] + AC_MSG_RESULT([$swig_version]) + if test -n "$swig_version" ; then + # Calculate the required version number components + [required=$1] + [required_major=`echo $required | sed 's/[^0-9].*//'`] + if test -z "$required_major" ; then + [required_major=0] + fi + [required=`echo $required | sed 's/[0-9]*[^0-9]//'`] + [required_minor=`echo $required | sed 's/[^0-9].*//'`] + if test -z "$required_minor" ; then + [required_minor=0] + fi + [required=`echo $required | sed 's/[0-9]*[^0-9]//'`] + [required_patch=`echo $required | sed 's/[^0-9].*//'`] + if test -z "$required_patch" ; then + [required_patch=0] + fi + # Calculate the available version number components + [available=$swig_version] + [available_major=`echo $available | sed 's/[^0-9].*//'`] + if test -z "$available_major" ; then + [available_major=0] + fi + [available=`echo $available | sed 's/[0-9]*[^0-9]//'`] + [available_minor=`echo $available | sed 's/[^0-9].*//'`] + if test -z "$available_minor" ; then + [available_minor=0] + fi + [available=`echo $available | sed 's/[0-9]*[^0-9]//'`] + [available_patch=`echo $available | sed 's/[^0-9].*//'`] + if test -z "$available_patch" ; then + [available_patch=0] + fi + if test $available_major -ne $required_major \ + -o $available_minor -ne $required_minor \ + -o $available_patch -lt $required_patch ; then + AC_MSG_ERROR([swig version >= $1 is required. You have $swig_version.]) + else + swigexists=yes + fi + else + AC_MSG_ERROR([Cannot determine swig version]) + fi + fi + +]) + diff --git a/ompi/contrib/vt/vt/extlib/otf/aclocal.m4 b/ompi/contrib/vt/vt/extlib/otf/aclocal.m4 new file mode 100644 index 0000000000..42b06ae8a3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/aclocal.m4 @@ -0,0 +1,7440 @@ +# generated automatically by aclocal 1.10 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_if(m4_PACKAGE_VERSION, [2.61],, +[m4_fatal([this file was generated for autoconf 2.61. +You have another version of autoconf. If you want to use that, +you should regenerate the build system entirely.], [63])]) + +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- + +# serial 51 AC_PROG_LIBTOOL + + +# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +# ----------------------------------------------------------- +# If this macro is not defined by Autoconf, define it here. +m4_ifdef([AC_PROVIDE_IFELSE], + [], + [m4_define([AC_PROVIDE_IFELSE], + [m4_ifdef([AC_PROVIDE_$1], + [$2], [$3])])]) + + +# AC_PROG_LIBTOOL +# --------------- +AC_DEFUN([AC_PROG_LIBTOOL], +[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. + AC_PROVIDE_IFELSE([AC_PROG_CXX], + [AC_LIBTOOL_CXX], + [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX + ])]) +dnl And a similar setup for Fortran 77 support + AC_PROVIDE_IFELSE([AC_PROG_F77], + [AC_LIBTOOL_F77], + [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 +])]) + +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. + AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [ifdef([AC_PROG_GCJ], + [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([A][M_PROG_GCJ], + [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([LT_AC_PROG_GCJ], + [define([LT_AC_PROG_GCJ], + defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) +])])# AC_PROG_LIBTOOL + + +# _AC_PROG_LIBTOOL +# ---------------- +AC_DEFUN([_AC_PROG_LIBTOOL], +[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +# Prevent multiple expansion +define([AC_PROG_LIBTOOL], []) +])# _AC_PROG_LIBTOOL + + +# AC_LIBTOOL_SETUP +# ---------------- +AC_DEFUN([AC_LIBTOOL_SETUP], +[AC_PREREQ(2.50)dnl +AC_REQUIRE([AC_ENABLE_SHARED])dnl +AC_REQUIRE([AC_ENABLE_STATIC])dnl +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_LD])dnl +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl +AC_REQUIRE([AC_PROG_NM])dnl + +AC_REQUIRE([AC_PROG_LN_S])dnl +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! +AC_REQUIRE([AC_OBJEXT])dnl +AC_REQUIRE([AC_EXEEXT])dnl +dnl + +AC_LIBTOOL_SYS_MAX_CMD_LEN +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +AC_LIBTOOL_OBJDIR + +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +_LT_AC_PROG_ECHO_BACKSLASH + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e 1s/^X//' +[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] + +# Same as above, but do not quote variable references. +[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +AC_CHECK_TOOL(AR, ar, false) +AC_CHECK_TOOL(RANLIB, ranlib, :) +AC_CHECK_TOOL(STRIP, strip, :) + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + AC_PATH_MAGIC + fi + ;; +esac + +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +enable_win32_dll=yes, enable_win32_dll=no) + +AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +AC_ARG_WITH([pic], + [AC_HELP_STRING([--with-pic], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [pic_mode="$withval"], + [pic_mode=default]) +test -z "$pic_mode" && pic_mode=default + +# Use C for the default configuration in the libtool script +tagname= +AC_LIBTOOL_LANG_C_CONFIG +_LT_AC_TAGCONFIG +])# AC_LIBTOOL_SETUP + + +# _LT_AC_SYS_COMPILER +# ------------------- +AC_DEFUN([_LT_AC_SYS_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_AC_SYS_COMPILER + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +AC_DEFUN([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +]) + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +AC_DEFUN([_LT_COMPILER_BOILERPLATE], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +AC_DEFUN([_LT_LINKER_BOILERPLATE], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* +])# _LT_LINKER_BOILERPLATE + + +# _LT_AC_SYS_LIBPATH_AIX +# ---------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_AC_SYS_LIBPATH_AIX + + +# _LT_AC_SHELL_INIT(ARG) +# ---------------------- +AC_DEFUN([_LT_AC_SHELL_INIT], +[ifdef([AC_DIVERSION_NOTICE], + [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], + [AC_DIVERT_PUSH(NOTICE)]) +$1 +AC_DIVERT_POP +])# _LT_AC_SHELL_INIT + + +# _LT_AC_PROG_ECHO_BACKSLASH +# -------------------------- +# Add some code to the start of the generated configure script which +# will find an echo command which doesn't interpret backslashes. +AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], +[_LT_AC_SHELL_INIT([ +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` + ;; +esac + +echo=${ECHO-echo} +if test "X[$]1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X[$]1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then + # Yippee, $echo works! + : +else + # Restart under the correct shell. + exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} +fi + +if test "X[$]1" = X--fallback-echo; then + # used as fallback echo + shift + cat </dev/null 2>&1 && unset CDPATH + +if test -z "$ECHO"; then +if test "X${echo_test_string+set}" != Xset; then +# find a string as large as possible, as long as the shell can cope with it + for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do + # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... + if (echo_test_string=`eval $cmd`) 2>/dev/null && + echo_test_string=`eval $cmd` && + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null + then + break + fi + done +fi + +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + : +else + # The Solaris, AIX, and Digital Unix default echo programs unquote + # backslashes. This makes it impossible to quote backslashes using + # echo "$something" | sed 's/\\/\\\\/g' + # + # So, first we look for a working echo in the user's PATH. + + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for dir in $PATH /usr/ucb; do + IFS="$lt_save_ifs" + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$dir/echo" + break + fi + done + IFS="$lt_save_ifs" + + if test "X$echo" = Xecho; then + # We didn't find a better echo, so look for alternatives. + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # This shell has a builtin print -r that does the trick. + echo='print -r' + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && + test "X$CONFIG_SHELL" != X/bin/ksh; then + # If we have ksh, try running configure again with it. + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} + export ORIGINAL_CONFIG_SHELL + CONFIG_SHELL=/bin/ksh + export CONFIG_SHELL + exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} + else + # Try using printf. + echo='printf %s\n' + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # Cool, printf works + : + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL + export CONFIG_SHELL + SHELL="$CONFIG_SHELL" + export SHELL + echo="$CONFIG_SHELL [$]0 --fallback-echo" + elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$CONFIG_SHELL [$]0 --fallback-echo" + else + # maybe with a smaller string... + prev=: + + for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null + then + break + fi + prev="$cmd" + done + + if test "$prev" != 'sed 50q "[$]0"'; then + echo_test_string=`eval $prev` + export echo_test_string + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} + else + # Oops. We lost completely, so just stick with echo. + echo=echo + fi + fi + fi + fi +fi +fi + +# Copy echo and quote the copy suitably for passing to libtool from +# the Makefile, instead of quoting the original, which is used later. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" +fi + +AC_SUBST(ECHO) +])])# _LT_AC_PROG_ECHO_BACKSLASH + + +# _LT_AC_LOCK +# ----------- +AC_DEFUN([_LT_AC_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line __oline__ "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +sparc*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) LD="${LD-ld} -64" ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +[*-*-cygwin* | *-*-mingw* | *-*-pw32*) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; + ]) +esac + +need_locks="$enable_libtool_lock" + +])# _LT_AC_LOCK + + +# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], +[AC_REQUIRE([LT_AC_PROG_SED]) +AC_CACHE_CHECK([$1], [$2], + [$2=no + ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $rm conftest* +]) + +if test x"[$]$2" = xyes; then + ifelse([$5], , :, [$5]) +else + ifelse([$6], , :, [$6]) +fi +])# AC_LIBTOOL_COMPILER_OPTION + + +# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ------------------------------------------------------------ +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + ifelse([$4], , :, [$4]) +else + ifelse([$5], , :, [$5]) +fi +])# AC_LIBTOOL_LINKER_OPTION + + +# AC_LIBTOOL_SYS_MAX_CMD_LEN +# -------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], +[# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +])# AC_LIBTOOL_SYS_MAX_CMD_LEN + + +# _LT_AC_CHECK_DLFCN +# ------------------ +AC_DEFUN([_LT_AC_CHECK_DLFCN], +[AC_CHECK_HEADERS(dlfcn.h)dnl +])# _LT_AC_CHECK_DLFCN + + +# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# --------------------------------------------------------------------- +AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + else + puts (dlerror ()); + + exit (status); +}] +EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_AC_TRY_DLOPEN_SELF + + +# AC_LIBTOOL_DLOPEN_SELF +# ---------------------- +AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +])# AC_LIBTOOL_DLOPEN_SELF + + +# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) +# --------------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler +AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* +]) +])# AC_LIBTOOL_PROG_CC_C_O + + +# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) +# ----------------------------------------- +# Check to see if we can do hard links to lock some files if needed +AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], +[AC_REQUIRE([_LT_AC_LOCK])dnl + +hard_links="nottested" +if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS + + +# AC_LIBTOOL_OBJDIR +# ----------------- +AC_DEFUN([AC_LIBTOOL_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +])# AC_LIBTOOL_OBJDIR + + +# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) +# ---------------------------------------------- +# Check hardcoding attributes. +AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_AC_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ + test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ + test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_AC_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_AC_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_AC_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH + + +# AC_LIBTOOL_SYS_LIB_STRIP +# ------------------------ +AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], +[striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +])# AC_LIBTOOL_SYS_LIB_STRIP + + +# AC_LIBTOOL_SYS_DYNAMIC_LINKER +# ----------------------------- +# PORTME Fill in your ld.so characteristics +AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +m4_if($1,[],[ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` + else + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[123]]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +interix[[3-9]]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi +])# AC_LIBTOOL_SYS_DYNAMIC_LINKER + + +# _LT_AC_TAGCONFIG +# ---------------- +AC_DEFUN([_LT_AC_TAGCONFIG], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_ARG_WITH([tags], + [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], + [include additional configurations @<:@automatic@:>@])], + [tagnames="$withval"]) + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + AC_MSG_WARN([output file `$ofile' does not exist]) + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) + else + AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) + fi + fi + if test -z "$LTCFLAGS"; then + eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in + "") ;; + *) AC_MSG_ERROR([invalid tag name: $tagname]) + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + AC_MSG_ERROR([tag name \"$tagname\" already exists]) + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_LIBTOOL_LANG_CXX_CONFIG + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + AC_LIBTOOL_LANG_F77_CONFIG + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + AC_LIBTOOL_LANG_GCJ_CONFIG + else + tagname="" + fi + ;; + + RC) + AC_LIBTOOL_LANG_RC_CONFIG + ;; + + *) + AC_MSG_ERROR([Unsupported tag name: $tagname]) + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + AC_MSG_ERROR([unable to update list of available tagged configurations.]) + fi +fi +])# _LT_AC_TAGCONFIG + + +# AC_LIBTOOL_DLOPEN +# ----------------- +# enable checks for dlopen support +AC_DEFUN([AC_LIBTOOL_DLOPEN], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_DLOPEN + + +# AC_LIBTOOL_WIN32_DLL +# -------------------- +# declare package support for building win32 DLLs +AC_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_WIN32_DLL + + +# AC_ENABLE_SHARED([DEFAULT]) +# --------------------------- +# implement the --enable-shared flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_SHARED], +[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([shared], + [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]AC_ENABLE_SHARED_DEFAULT) +])# AC_ENABLE_SHARED + + +# AC_DISABLE_SHARED +# ----------------- +# set the default shared flag to --disable-shared +AC_DEFUN([AC_DISABLE_SHARED], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_SHARED(no) +])# AC_DISABLE_SHARED + + +# AC_ENABLE_STATIC([DEFAULT]) +# --------------------------- +# implement the --enable-static flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_STATIC], +[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([static], + [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]AC_ENABLE_STATIC_DEFAULT) +])# AC_ENABLE_STATIC + + +# AC_DISABLE_STATIC +# ----------------- +# set the default static flag to --disable-static +AC_DEFUN([AC_DISABLE_STATIC], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_STATIC(no) +])# AC_DISABLE_STATIC + + +# AC_ENABLE_FAST_INSTALL([DEFAULT]) +# --------------------------------- +# implement the --enable-fast-install flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_FAST_INSTALL], +[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([fast-install], + [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) +])# AC_ENABLE_FAST_INSTALL + + +# AC_DISABLE_FAST_INSTALL +# ----------------------- +# set the default to --disable-fast-install +AC_DEFUN([AC_DISABLE_FAST_INSTALL], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_FAST_INSTALL(no) +])# AC_DISABLE_FAST_INSTALL + + +# AC_LIBTOOL_PICMODE([MODE]) +# -------------------------- +# implement the --with-pic flag +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +AC_DEFUN([AC_LIBTOOL_PICMODE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +pic_mode=ifelse($#,1,$1,default) +])# AC_LIBTOOL_PICMODE + + +# AC_PROG_EGREP +# ------------- +# This is predefined starting with Autoconf 2.54, so this conditional +# definition can be removed once we require Autoconf 2.54 or later. +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], +[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], + [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi]) + EGREP=$ac_cv_prog_egrep + AC_SUBST([EGREP]) +])]) + + +# AC_PATH_TOOL_PREFIX +# ------------------- +# find a file program which can recognize shared library +AC_DEFUN([AC_PATH_TOOL_PREFIX], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="ifelse([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +])# AC_PATH_TOOL_PREFIX + + +# AC_PATH_MAGIC +# ------------- +# find a file program which can recognize a shared library +AC_DEFUN([AC_PATH_MAGIC], +[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# AC_PATH_MAGIC + + +# AC_PROG_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([AC_PROG_LD], +[AC_ARG_WITH([gnu-ld], + [AC_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no]) +AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +nto-qnx*) + lt_cv_deplibs_check_method=unknown + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown +])# AC_DEPLIBS_CHECK_METHOD + + +# AC_PROG_NM +# ---------- +# find the pathname to a BSD-compatible name lister +AC_DEFUN([AC_PROG_NM], +[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi]) +NM="$lt_cv_path_NM" +])# AC_PROG_NM + + +# AC_CHECK_LIBM +# ------------- +# check for math library +AC_DEFUN([AC_CHECK_LIBM], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +])# AC_CHECK_LIBM + + +# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl convenience library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-convenience to the configure arguments. Note that +# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, +# it is assumed to be `libltdl'. LIBLTDL will be prefixed with +# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/' +# (note the single quotes!). If your package is not flat and you're not +# using automake, define top_builddir and top_srcdir appropriately in +# the Makefiles. +AC_DEFUN([AC_LIBLTDL_CONVENIENCE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + case $enable_ltdl_convenience in + no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_CONVENIENCE + + +# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl installable library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-install to the configure arguments. Note that +# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, +# and an installed libltdl is not found, it is assumed to be `libltdl'. +# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with +# '${top_srcdir}/' (note the single quotes!). If your package is not +# flat and you're not using automake, define top_builddir and top_srcdir +# appropriately in the Makefiles. +# In the future, this macro may have to be called after AC_PROG_LIBTOOL. +AC_DEFUN([AC_LIBLTDL_INSTALLABLE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + AC_CHECK_LIB(ltdl, lt_dlinit, + [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], + [if test x"$enable_ltdl_install" = xno; then + AC_MSG_WARN([libltdl not installed, but installation disabled]) + else + enable_ltdl_install=yes + fi + ]) + if test x"$enable_ltdl_install" = x"yes"; then + ac_configure_args="$ac_configure_args --enable-ltdl-install" + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + else + ac_configure_args="$ac_configure_args --enable-ltdl-install=no" + LIBLTDL="-lltdl" + LTDLINCL= + fi + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_INSTALLABLE + + +# AC_LIBTOOL_CXX +# -------------- +# enable support for C++ libraries +AC_DEFUN([AC_LIBTOOL_CXX], +[AC_REQUIRE([_LT_AC_LANG_CXX]) +])# AC_LIBTOOL_CXX + + +# _LT_AC_LANG_CXX +# --------------- +AC_DEFUN([_LT_AC_LANG_CXX], +[AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([_LT_AC_PROG_CXXCPP]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) +])# _LT_AC_LANG_CXX + +# _LT_AC_PROG_CXXCPP +# ------------------ +AC_DEFUN([_LT_AC_PROG_CXXCPP], +[ +AC_REQUIRE([AC_PROG_CXX]) +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +fi +])# _LT_AC_PROG_CXXCPP + +# AC_LIBTOOL_F77 +# -------------- +# enable support for Fortran 77 libraries +AC_DEFUN([AC_LIBTOOL_F77], +[AC_REQUIRE([_LT_AC_LANG_F77]) +])# AC_LIBTOOL_F77 + + +# _LT_AC_LANG_F77 +# --------------- +AC_DEFUN([_LT_AC_LANG_F77], +[AC_REQUIRE([AC_PROG_F77]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) +])# _LT_AC_LANG_F77 + + +# AC_LIBTOOL_GCJ +# -------------- +# enable support for GCJ libraries +AC_DEFUN([AC_LIBTOOL_GCJ], +[AC_REQUIRE([_LT_AC_LANG_GCJ]) +])# AC_LIBTOOL_GCJ + + +# _LT_AC_LANG_GCJ +# --------------- +AC_DEFUN([_LT_AC_LANG_GCJ], +[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], + [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], + [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], + [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) +])# _LT_AC_LANG_GCJ + + +# AC_LIBTOOL_RC +# ------------- +# enable support for Windows resource files +AC_DEFUN([AC_LIBTOOL_RC], +[AC_REQUIRE([LT_AC_PROG_RC]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) +])# AC_LIBTOOL_RC + + +# AC_LIBTOOL_LANG_C_CONFIG +# ------------------------ +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) +AC_DEFUN([_LT_AC_LANG_C_CONFIG], +[lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_AC_SYS_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF + +# Report which library types will actually be built +AC_MSG_CHECKING([if libtool supports shared libraries]) +AC_MSG_RESULT([$can_build_shared]) + +AC_MSG_CHECKING([whether to build shared libraries]) +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case $host_os in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +AC_MSG_RESULT([$enable_shared]) + +AC_MSG_CHECKING([whether to build static libraries]) +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +AC_MSG_RESULT([$enable_static]) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_C_CONFIG + + +# AC_LIBTOOL_LANG_CXX_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) +AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], +[AC_LANG_PUSH(C++) +AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([_LT_AC_PROG_CXXCPP]) + +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(allow_undefined_flag, $1)= +_LT_AC_TAGVAR(always_export_symbols, $1)=no +_LT_AC_TAGVAR(archive_expsym_cmds, $1)= +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_direct, $1)=no +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no +_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_AC_TAGVAR(hardcode_automatic, $1)=no +_LT_AC_TAGVAR(module_cmds, $1)= +_LT_AC_TAGVAR(module_expsym_cmds, $1)= +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_AC_TAGVAR(no_undefined_flag, $1)= +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Dependencies to place before and after the object being linked: +_LT_AC_TAGVAR(predep_objects, $1)= +_LT_AC_TAGVAR(postdep_objects, $1)= +_LT_AC_TAGVAR(predeps, $1)= +_LT_AC_TAGVAR(postdeps, $1)= +_LT_AC_TAGVAR(compiler_lib_search_path, $1)= + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_LD=$LD +lt_save_GCC=$GCC +GCC=$GXX +lt_save_with_gnu_ld=$with_gnu_ld +lt_save_path_LD=$lt_cv_path_LD +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx +else + $as_unset lt_cv_prog_gnu_ld +fi +if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX +else + $as_unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' +else + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + AC_PROG_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +_LT_AC_TAGVAR(ld_shlibs, $1)=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GXX" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GXX" = yes ; then + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + freebsd[[12]]*) + # C++ shared libraries reported to be fairly broken before switch to ELF + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + freebsd-elf*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + ;; + gnu*) + ;; + hpux9*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) ;; + *) + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + interix[[3-9]]*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc*) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC*) + # Portland Group C++ compiler + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + m88k*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + openbsd2*) + # C++ shared libraries are fairly broken + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + osf3*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ + $rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + # So that behaviour is only enabled if SCOABSPATH is set to a + # non-empty value in the environment. Most likely only useful for + # creating official distributions of packages. + # This is a hack until libtool officially supports absolute path + # names for shared libraries. + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; +esac +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_AC_TAGVAR(GCC, $1)="$GXX" +_LT_AC_TAGVAR(LD, $1)="$LD" + +AC_LIBTOOL_POSTDEP_PREDEP($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +with_gnu_ld=$lt_save_with_gnu_ld +lt_cv_path_LDCXX=$lt_cv_path_LD +lt_cv_path_LD=$lt_save_path_LD +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +])# AC_LIBTOOL_LANG_CXX_CONFIG + +# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) +# ------------------------------------ +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_AC_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac +])# AC_LIBTOOL_POSTDEP_PREDEP + +# AC_LIBTOOL_LANG_F77_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)]) +AC_DEFUN([_LT_AC_LANG_F77_CONFIG], +[AC_REQUIRE([AC_PROG_F77]) +AC_LANG_PUSH(Fortran 77) + +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(allow_undefined_flag, $1)= +_LT_AC_TAGVAR(always_export_symbols, $1)=no +_LT_AC_TAGVAR(archive_expsym_cmds, $1)= +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_direct, $1)=no +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no +_LT_AC_TAGVAR(hardcode_automatic, $1)=no +_LT_AC_TAGVAR(module_cmds, $1)= +_LT_AC_TAGVAR(module_expsym_cmds, $1)= +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_AC_TAGVAR(no_undefined_flag, $1)= +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="\ + subroutine t + return + end +" + +# Code to be used in simple link tests +lt_simple_link_test_code="\ + program t + end +" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${F77-"f77"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) + +AC_MSG_CHECKING([if libtool supports shared libraries]) +AC_MSG_RESULT([$can_build_shared]) + +AC_MSG_CHECKING([whether to build shared libraries]) +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case $host_os in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +AC_MSG_RESULT([$enable_shared]) + +AC_MSG_CHECKING([whether to build static libraries]) +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +AC_MSG_RESULT([$enable_static]) + +_LT_AC_TAGVAR(GCC, $1)="$G77" +_LT_AC_TAGVAR(LD, $1)="$LD" + +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_F77_CONFIG + + +# AC_LIBTOOL_LANG_GCJ_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) +AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], +[AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${GCJ-"gcj"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds + +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_RESTORE +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_GCJ_CONFIG + + +# AC_LIBTOOL_LANG_RC_CONFIG +# ------------------------- +# Ensure that the configuration vars for the Windows resource compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) +AC_DEFUN([_LT_AC_LANG_RC_CONFIG], +[AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${RC-"windres"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_RESTORE +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_RC_CONFIG + + +# AC_LIBTOOL_CONFIG([TAGNAME]) +# ---------------------------- +# If TAGNAME is not passed, then create an initial libtool script +# with a default configuration from the untagged config vars. Otherwise +# add code to config.status for appending the configuration named by +# TAGNAME from the matching tagged config vars. +AC_DEFUN([AC_LIBTOOL_CONFIG], +[# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + _LT_AC_TAGVAR(compiler, $1) \ + _LT_AC_TAGVAR(CC, $1) \ + _LT_AC_TAGVAR(LD, $1) \ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ + _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ + _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ + _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ + _LT_AC_TAGVAR(old_archive_cmds, $1) \ + _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ + _LT_AC_TAGVAR(predep_objects, $1) \ + _LT_AC_TAGVAR(postdep_objects, $1) \ + _LT_AC_TAGVAR(predeps, $1) \ + _LT_AC_TAGVAR(postdeps, $1) \ + _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ + _LT_AC_TAGVAR(archive_cmds, $1) \ + _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ + _LT_AC_TAGVAR(postinstall_cmds, $1) \ + _LT_AC_TAGVAR(postuninstall_cmds, $1) \ + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ + _LT_AC_TAGVAR(allow_undefined_flag, $1) \ + _LT_AC_TAGVAR(no_undefined_flag, $1) \ + _LT_AC_TAGVAR(export_symbols_cmds, $1) \ + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ + _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ + _LT_AC_TAGVAR(hardcode_automatic, $1) \ + _LT_AC_TAGVAR(module_cmds, $1) \ + _LT_AC_TAGVAR(module_expsym_cmds, $1) \ + _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ + _LT_AC_TAGVAR(fix_srcfile_path, $1) \ + _LT_AC_TAGVAR(exclude_expsyms, $1) \ + _LT_AC_TAGVAR(include_expsyms, $1); do + + case $var in + _LT_AC_TAGVAR(old_archive_cmds, $1) | \ + _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ + _LT_AC_TAGVAR(archive_cmds, $1) | \ + _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ + _LT_AC_TAGVAR(module_cmds, $1) | \ + _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ + _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\[$]0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` + ;; + esac + +ifelse([$1], [], + [cfgfile="${ofile}T" + trap "$rm \"$cfgfile\"; exit 1" 1 2 15 + $rm -f "$cfgfile" + AC_MSG_NOTICE([creating $ofile])], + [cfgfile="$ofile"]) + + cat <<__EOF__ >> "$cfgfile" +ifelse([$1], [], +[#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e 1s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG], +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) + +# Is the compiler the GNU C compiler? +with_gcc=$_LT_AC_TAGVAR(GCC, $1) + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_[]_LT_AC_TAGVAR(LD, $1) + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) + +# Commands used to build and install a shared archive. +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) + +# The commands to list exported symbols. +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) + +# Symbols that must always be exported. +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) + +ifelse([$1],[], +[# ### END LIBTOOL CONFIG], +[# ### END LIBTOOL TAG CONFIG: $tagname]) + +__EOF__ + +ifelse([$1],[], [ + case $host_os in + aix3*) + cat <<\EOF >> "$cfgfile" + +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +EOF + ;; + esac + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || \ + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +]) +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi +])# AC_LIBTOOL_CONFIG + + +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl + +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + + AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI + + +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +# --------------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], +[AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([LT_AC_PROG_SED]) +AC_REQUIRE([AC_PROG_NM]) +AC_REQUIRE([AC_OBJEXT]) +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +linux* | k*bsd*-gnu) + if test "$host_cpu" = ia64; then + symcode='[[ABCDGIRSTW]]' + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if grep ' nm_test_var$' "$nlist" >/dev/null; then + if grep ' nm_test_func$' "$nlist" >/dev/null; then + cat < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[[]] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -f conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE + + +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) +# --------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], +[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) + ifelse([$1],[CXX],[ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + icpc* | ecpc*) + # Intel C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC*) + # Portland Group C++ compiler. + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + newsos6) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + esac + ;; + esac + ;; + + osf3* | osf4* | osf5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then + AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), + [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +# +# Check to make sure the static flag actually works. +# +wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) +]) + + +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) +# ------------------------------------ +# See if the linker supports building shared libraries. +AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +ifelse([$1],[CXX],[ + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + ;; + *) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +],[ + runpath_var= + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)= + _LT_AC_TAGVAR(archive_expsym_cmds, $1)= + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown + _LT_AC_TAGVAR(hardcode_automatic, $1)=no + _LT_AC_TAGVAR(module_cmds, $1)= + _LT_AC_TAGVAR(module_expsym_cmds, $1)= + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_AC_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + # Just being paranoid about ensuring that cc_basename is set. + _LT_CC_BASENAME([$compiler]) + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + interix[[3-9]]*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test $supports_anon_versioning = yes; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + # see comment about different semantics on the GNU ld section + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + bsdi[[45]]*) + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi + ;; + + dgux*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + wlarc='' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +# +# Do we need to explicitly link libc? +# +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_AC_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_MSG_CHECKING([whether -lc should be explicitly linked in]) + $rm conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) + then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + else + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) + ;; + esac + fi + ;; +esac +])# AC_LIBTOOL_PROG_LD_SHLIBS + + +# _LT_AC_FILE_LTDLL_C +# ------------------- +# Be careful that the start marker always follows a newline. +AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ +# /* ltdll.c starts here */ +# #define WIN32_LEAN_AND_MEAN +# #include +# #undef WIN32_LEAN_AND_MEAN +# #include +# +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# +# #ifdef __cplusplus +# extern "C" { +# #endif +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); +# #ifdef __cplusplus +# } +# #endif +# +# #ifdef __CYGWIN__ +# #include +# DECLARE_CYGWIN_DLL( DllMain ); +# #endif +# HINSTANCE __hDllInstance_base; +# +# BOOL APIENTRY +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) +# { +# __hDllInstance_base = hInst; +# return TRUE; +# } +# /* ltdll.c ends here */ +])# _LT_AC_FILE_LTDLL_C + + +# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) +# --------------------------------- +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) + + +# old names +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) +AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) + +# This is just to silence aclocal about the macro not being used +ifelse([AC_DISABLE_FAST_INSTALL]) + +AC_DEFUN([LT_AC_PROG_GCJ], +[AC_CHECK_TOOL(GCJ, gcj, no) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS) +]) + +AC_DEFUN([LT_AC_PROG_RC], +[AC_CHECK_TOOL(RC, windres, no) +]) + + +# Cheap backport of AS_EXECUTABLE_P and required macros +# from Autoconf 2.59; we should not use $as_executable_p directly. + +# _AS_TEST_PREPARE +# ---------------- +m4_ifndef([_AS_TEST_PREPARE], +[m4_defun([_AS_TEST_PREPARE], +[if test -x / >/dev/null 2>&1; then + as_executable_p='test -x' +else + as_executable_p='test -f' +fi +])])# _AS_TEST_PREPARE + +# AS_EXECUTABLE_P +# --------------- +# Check whether a file is executable. +m4_ifndef([AS_EXECUTABLE_P], +[m4_defun([AS_EXECUTABLE_P], +[AS_REQUIRE([_AS_TEST_PREPARE])dnl +$as_executable_p $1[]dnl +])])# AS_EXECUTABLE_P + +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +# LT_AC_PROG_SED +# -------------- +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +AC_DEFUN([LT_AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +]) + +# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.10])dnl +_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 3 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 12 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.60])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# 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 +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +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 " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# 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` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# 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. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([acinclude.m4]) diff --git a/ompi/contrib/vt/vt/extlib/otf/config.guess b/ompi/contrib/vt/vt/extlib/otf/config.guess new file mode 100755 index 0000000000..278f9e9e07 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/config.guess @@ -0,0 +1,1516 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. + +timestamp='2007-07-22' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa:Linux:*:*) + echo xtensa-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/config.h.in b/ompi/contrib/vt/vt/extlib/otf/config.h.in new file mode 100644 index 0000000000..004f9c23d1 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/config.h.in @@ -0,0 +1,82 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDDEF_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* */ +#undef HAVE_VTF3 + +/* */ +#undef HAVE_ZLIB + +/* */ +#undef OTF_DEBUG + +/* */ +#undef OTF_VERBOSE + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define to `unsigned int' if does not define. */ +#undef size_t diff --git a/ompi/contrib/vt/vt/extlib/otf/config.sub b/ompi/contrib/vt/vt/extlib/otf/config.sub new file mode 100755 index 0000000000..1761d8bdf6 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/config.sub @@ -0,0 +1,1626 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. + +timestamp='2007-06-28' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/configure b/ompi/contrib/vt/vt/extlib/otf/configure new file mode 100755 index 0000000000..af6a82e71d --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/configure @@ -0,0 +1,23140 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.61 for OTF 1.3.9. +# +# Report bugs to . +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + + +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` + ;; +esac + +echo=${ECHO-echo} +if test "X$1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X$1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then + # Yippee, $echo works! + : +else + # Restart under the correct shell. + exec $SHELL "$0" --no-reexec ${1+"$@"} +fi + +if test "X$1" = X--fallback-echo; then + # used as fallback echo + shift + cat </dev/null 2>&1 && unset CDPATH + +if test -z "$ECHO"; then +if test "X${echo_test_string+set}" != Xset; then +# find a string as large as possible, as long as the shell can cope with it + for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do + # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... + if (echo_test_string=`eval $cmd`) 2>/dev/null && + echo_test_string=`eval $cmd` && + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null + then + break + fi + done +fi + +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + : +else + # The Solaris, AIX, and Digital Unix default echo programs unquote + # backslashes. This makes it impossible to quote backslashes using + # echo "$something" | sed 's/\\/\\\\/g' + # + # So, first we look for a working echo in the user's PATH. + + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for dir in $PATH /usr/ucb; do + IFS="$lt_save_ifs" + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$dir/echo" + break + fi + done + IFS="$lt_save_ifs" + + if test "X$echo" = Xecho; then + # We didn't find a better echo, so look for alternatives. + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # This shell has a builtin print -r that does the trick. + echo='print -r' + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && + test "X$CONFIG_SHELL" != X/bin/ksh; then + # If we have ksh, try running configure again with it. + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} + export ORIGINAL_CONFIG_SHELL + CONFIG_SHELL=/bin/ksh + export CONFIG_SHELL + exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} + else + # Try using printf. + echo='printf %s\n' + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # Cool, printf works + : + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL + export CONFIG_SHELL + SHELL="$CONFIG_SHELL" + export SHELL + echo="$CONFIG_SHELL $0 --fallback-echo" + elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$CONFIG_SHELL $0 --fallback-echo" + else + # maybe with a smaller string... + prev=: + + for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null + then + break + fi + prev="$cmd" + done + + if test "$prev" != 'sed 50q "$0"'; then + echo_test_string=`eval $prev` + export echo_test_string + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} + else + # Oops. We lost completely, so just stick with echo. + echo=echo + fi + fi + fi + fi +fi +fi + +# Copy echo and quote the copy suitably for passing to libtool from +# the Makefile, instead of quoting the original, which is used later. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" +fi + + + + +tagnames=${tagnames+${tagnames},}CXX + +tagnames=${tagnames+${tagnames},}F77 + +exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME='OTF' +PACKAGE_TARNAME='otf' +PACKAGE_VERSION='1.3.9' +PACKAGE_STRING='OTF 1.3.9' +PACKAGE_BUGREPORT='andreas.knuepfer@tu-dresden.de ' + +ac_unique_file="config.h.in" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +build +build_cpu +build_vendor +build_os +host +host_cpu +host_vendor +host_os +target +target_cpu +target_vendor +target_os +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +am__isrc +CYGPATH_W +PACKAGE +VERSION +ACLOCAL +AUTOCONF +AUTOMAKE +AUTOHEADER +MAKEINFO +install_sh +STRIP +INSTALL_STRIP_PROGRAM +mkdir_p +AWK +SET_MAKE +am__leading_dot +AMTAR +am__tar +am__untar +CXX +CXXFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CXX +EXEEXT +OBJEXT +DEPDIR +am__include +am__quote +AMDEP_TRUE +AMDEP_FALSE +AMDEPBACKSLASH +CXXDEPMODE +am__fastdepCXX_TRUE +am__fastdepCXX_FALSE +CC +CFLAGS +ac_ct_CC +CCDEPMODE +am__fastdepCC_TRUE +am__fastdepCC_FALSE +SED +GREP +EGREP +LN_S +ECHO +AR +RANLIB +CPP +CXXCPP +F77 +FFLAGS +ac_ct_F77 +LIBTOOL +VTF3_LIB_DIR +VTF3_LIB_LINE +VTF3_INCLUDE_DIR +VTF3_INCLUDE_LINE +AMHAVEVTF3_TRUE +AMHAVEVTF3_FALSE +ZLIB_LIB_DIR +ZLIB_LIB_LINE +ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_LINE +AMHAVEZLIB_TRUE +AMHAVEZLIB_FALSE +AMDEPZLIB_TRUE +AMDEPZLIB_FALSE +SWIG +PYTHON_VERSION +PYTHON +PYTHON_CPPFLAGS +PYTHON_LDFLAGS +PYTHON_SITE_PKG +PYTHON_EXTRA_LIBS +PYTHON_EXTRA_LDFLAGS +pkgpythondir +pkgpyexecdir +SWIG_PYTHON_OPT +SWIG_PYTHON_CPPFLAGS +AMHAVEPYTHONSWIG_TRUE +AMHAVEPYTHONSWIG_FALSE +have_stdint_h +have_inttypes_h +sizeof_long +LIBOBJS +LTLIBOBJS' +ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CXX +CXXFLAGS +LDFLAGS +LIBS +CPPFLAGS +CCC +CC +CFLAGS +CPP +CXXCPP +F77 +FFLAGS +PYTHON_VERSION' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures OTF 1.3.9 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/otf] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] + --target=TARGET configure for building compilers for TARGET [HOST] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of OTF 1.3.9:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --enable-shared[=PKGS] build shared libraries [default=no] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --disable-libtool-lock avoid locking (might break parallel builds) + --enable-python-bindings + force generation of Python bindings + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-tags[=TAGS] include additional configurations [automatic] + --with-vtf3 use vtf3, default: yes if found by configure + --with-vtf3-dir give the path for vtf3, default: /usr + --with-vtf3-inc-dir give the path dir vtf3-include files, default: + VTF3DIR/include + --with-vtf3-lib-dir give the path for VTF3-libraries, default: + VTF3DIR/lib + --with-vtf3-lib use given vtf3, default: -lvtf3 + --with-zlib use zlib, default: yes if found by configure + --with-zlib-dir give the path for zlib, default: /usr + --with-zlib-inc-dir give the path dir zlib-include files, default: + ZLIBDIR/include + --with-zlib-lib-dir give the path for ZLIB-libraries, default: + ZLIBDIR/lib + --with-zlib-lib use given zlib, default: -lz + --with-python-version=VERSION + force a custom python version + --with-debug additonal debug checks + --with-verbose additonal verbose output + +Some influential environment variables: + CXX C++ compiler command + CXXFLAGS C++ compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CC C compiler command + CFLAGS C compiler flags + CPP C preprocessor + CXXCPP C++ preprocessor + F77 Fortran 77 compiler command + FFLAGS Fortran 77 compiler flags + PYTHON_VERSION + The installed Python version to use, for example '2.3'. This + string will be appended to the Python interpreter canonical + name. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +OTF configure 1.3.9 +generated by GNU Autoconf 2.61 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by OTF $as_me 1.3.9, which was +generated by GNU Autoconf 2.61. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" +fi +shift +for ac_site_file +do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { (exit 1); exit 1; }; } + +{ echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; } +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +echo "$as_me: error: invalid value of canonical build" >&2;} + { (exit 1); exit 1; }; };; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { (exit 1); exit 1; }; } +fi + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +echo "$as_me: error: invalid value of canonical host" >&2;} + { (exit 1); exit 1; }; };; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking target system type" >&5 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; } +if test "${ac_cv_target+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "x$target_alias" = x; then + ac_cv_target=$ac_cv_host +else + ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} + { (exit 1); exit 1; }; } +fi + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 +echo "${ECHO_T}$ac_cv_target" >&6; } +case $ac_cv_target in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 +echo "$as_me: error: invalid value of canonical target" >&2;} + { (exit 1); exit 1; }; };; +esac +target=$ac_cv_target +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_target +shift +target_cpu=$1 +target_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +target_os=$* +IFS=$ac_save_IFS +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac + + +# The aliases save the names the user supplied, while $host etc. +# will get canonicalized. +test -n "$target_alias" && + test "$program_prefix$program_suffix$program_transform_name" = \ + NONENONEs,x,x, && + program_prefix=${target_alias}- +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 +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done +IFS=$as_save_IFS + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# 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` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm -f conftest.sed + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +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 " +else + am_missing_run= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" + fi +fi +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +echo "${ECHO_T}$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # 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_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + SET_MAKE= +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE=OTF + VERSION=1.3.9 + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&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. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # 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_CXX="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { echo "$as_me:$LINENO: result: $CXX" >&5 +echo "${ECHO_T}$CXX" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # 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_CXX="$ac_prog" + 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_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +echo "${ECHO_T}$ac_ct_CXX" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C++ compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 +echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +ac_exeext=$ac_cv_exeext + +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 +echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; } +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C++ compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi + fi +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } +GXX=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cxx_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CXXFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# 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 +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +{ echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CXX" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # 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_CC="gcc" + 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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +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 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # 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_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # 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_CC="$ac_prog" + 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_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + 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=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $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 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 + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +# Check whether --enable-shared was given. +if test "${enable_shared+set}" = set; then + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=no +fi + + + +# Check whether --enable-static was given. +if test "${enable_static+set}" = set; then + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=yes +fi + + +# Check whether --enable-fast-install was given. +if test "${enable_fast_install+set}" = set; then + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi + + +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } +if test "${lt_cv_path_SED+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done + +fi + +SED=$lt_cv_path_SED + +{ echo "$as_me:$LINENO: result: $SED" >&5 +echo "${ECHO_T}$SED" >&6; } + +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } +else + { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +echo "${ECHO_T}$LD" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } +if test "${lt_cv_ld_reload_flag+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_ld_reload_flag='-r' +fi +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + darwin*) + if test "$GCC" = yes; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + +{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } +if test "${lt_cv_path_NM+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi +fi +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 +echo "${ECHO_T}$lt_cv_path_NM" >&6; } +NM="$lt_cv_path_NM" + +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else + { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +echo "${ECHO_T}no, using $LN_S" >&6; } +fi + +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } +if test "${lt_cv_deplibs_check_method+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix4* | aix5*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +nto-qnx*) + lt_cv_deplibs_check_method=unknown + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check whether --enable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then + enableval=$enable_libtool_lock; +fi + +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '#line 4895 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } +if test "${lt_cv_cc_needs_belf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + lt_cv_cc_needs_belf=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + lt_cv_cc_needs_belf=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +sparc*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) LD="${LD-ld} -64" ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + + +esac + +need_locks="$enable_libtool_lock" + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + +for ac_header in dlfcn.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 +echo "${ECHO_T}$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +fi + + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$F77"; then + ac_cv_prog_F77="$F77" # 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_F77="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +F77=$ac_cv_prog_F77 +if test -n "$F77"; then + { echo "$as_me:$LINENO: result: $F77" >&5 +echo "${ECHO_T}$F77" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$F77" && break + done +fi +if test -z "$F77"; then + ac_ct_F77=$F77 + for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_F77"; then + ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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_F77="$ac_prog" + 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_F77=$ac_cv_prog_ac_ct_F77 +if test -n "$ac_ct_F77"; then + { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +echo "${ECHO_T}$ac_ct_F77" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_F77" && break +done + + if test "x$ac_ct_F77" = x; then + F77="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + F77=$ac_ct_F77 + fi +fi + + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +rm -f a.out + +# If we don't use `.F' as extension, the preprocessor is not run on the +# input file. (Note that this only needs to work for GNU compilers.) +ac_save_ext=$ac_ext +ac_ext=F +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } +if test "${ac_cv_f77_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF + program main +#ifndef __GNUC__ + choke me +#endif + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_f77_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } +ac_ext=$ac_save_ext +ac_test_FFLAGS=${FFLAGS+set} +ac_save_FFLAGS=$FFLAGS +FFLAGS= +{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_f77_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + FFLAGS=-g +cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_f77_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_prog_f77_g=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } +if test "$ac_test_FFLAGS" = set; then + FFLAGS=$ac_save_FFLAGS +elif test $ac_cv_prog_f77_g = yes; then + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-g -O2" + else + FFLAGS="-g" + fi +else + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-O2" + else + FFLAGS= + fi +fi + +G77=`test $ac_compiler_gnu = yes && echo yes` +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! + +# find the maximum length of command line arguments +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } +if test "${lt_cv_sys_max_cmd_len+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } +else + { echo "$as_me:$LINENO: result: none" >&5 +echo "${ECHO_T}none" >&6; } +fi + + + + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32*) + symcode='[ABCDGISTW]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +linux* | k*bsd*-gnu) + if test "$host_cpu" = ia64; then + symcode='[ABCDGIRSTW]' + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 + (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if grep ' nm_test_var$' "$nlist" >/dev/null; then + if grep ' nm_test_func$' "$nlist" >/dev/null; then + cat < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -f conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { echo "$as_me:$LINENO: result: failed" >&5 +echo "${ECHO_T}failed" >&6; } +else + { echo "$as_me:$LINENO: result: ok" >&5 +echo "${ECHO_T}ok" >&6; } +fi + +{ echo "$as_me:$LINENO: checking for objdir" >&5 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } +if test "${lt_cv_objdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +echo "${ECHO_T}$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e 1s/^X//' +sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. +set dummy ${ac_tool_prefix}ar; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # 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_AR="${ac_tool_prefix}ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_AR"; then + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. +set dummy ar; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # 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_AR="ar" + 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_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +else + AR="$ac_cv_prog_AR" +fi + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_RANLIB="ranlib" + 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_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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" + 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 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { echo "$as_me:$LINENO: checking for file" >&5 +echo $ECHO_N "checking for file... $ECHO_C" >&6; } +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +enable_dlopen=no +enable_win32_dll=no + +# Check whether --enable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then + enableval=$enable_libtool_lock; +fi + +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + + +# Check whether --with-pic was given. +if test "${with_pic+set}" = set; then + withval=$with_pic; pic_mode="$withval" +else + pic_mode=default +fi + +test -z "$pic_mode" && pic_mode=default + +# Use C for the default configuration in the libtool script +tagname= +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* + + + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag=' -fno-builtin' + + +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:7165: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:7169: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + +lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + lt_prog_compiler_pic='-qnocommon' + lt_prog_compiler_wl='-Wl,' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + esac + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_pic_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:7455: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:7459: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_pic_works=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } + +if test x"$lt_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_static_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works=yes + fi + else + lt_prog_compiler_static_works=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } + +if test x"$lt_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_c_o+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:7559: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:7563: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6; } + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } + + runpath_var= + allow_undefined_flag= + enable_shared_with_static_runtimes=no + archive_cmds= + archive_expsym_cmds= + old_archive_From_new_cmds= + old_archive_from_expsyms_cmds= + export_dynamic_flag_spec= + whole_archive_flag_spec= + thread_safe_flag_spec= + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld= + hardcode_libdir_separator= + hardcode_direct=no + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + link_all_deplibs=unknown + hardcode_automatic=no + module_cmds= + module_expsym_cmds= + always_export_symbols=no + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + # Just being paranoid about ensuring that cc_basename is set. + for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test $supports_anon_versioning = yes; then + archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = no; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' ${wl}-bernotok' + allow_undefined_flag=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # see comment about different semantics on the GNU ld section + ld_shlibs=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes=yes + ;; + + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[012]) + allow_undefined_flag='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + whole_archive_flag_spec='' + link_all_deplibs=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + freebsd1*) + ld_shlibs=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + hardcode_direct=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_libdir_flag_spec_ld='+b $libdir' + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld='-rpath $libdir' + fi + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + link_all_deplibs=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z text' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + wlarc='' + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +echo "${ECHO_T}$ld_shlibs" >&6; } +test "$ld_shlibs" = no && can_build_shared=no + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + $rm conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc=no + else + archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 +echo "${ECHO_T}$archive_cmds_need_lc" >&6; } + ;; + esac + fi + ;; +esac + +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" + +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` + else + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[123]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +interix[3-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || \ + test -n "$runpath_var" || \ + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 +echo "${ECHO_T}$hardcode_action" >&6; } + +if test "$hardcode_action" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + +striplib= +old_striplib= +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + ;; + *) + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + ;; + esac +fi + +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_dl_dlopen=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + { echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define shl_load to an innocuous variant, in case declares shl_load. + For example, HP-UX 11i declares gettimeofday. */ +#define shl_load innocuous_shl_load + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char shl_load (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef shl_load + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_shl_load || defined __stub___shl_load +choke me +#endif + +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_shl_load=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_dld_shl_load=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + { echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define dlopen to an innocuous variant, in case declares dlopen. + For example, HP-UX 11i declares gettimeofday. */ +#define dlopen innocuous_dlopen + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char dlopen (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef dlopen + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_dlopen || defined __stub___dlopen +choke me +#endif + +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_dlopen=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_dl_dlopen=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_svld_dlopen=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dld_link (); +int +main () +{ +return dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_dld_dld_link=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + else + puts (dlerror ()); + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + else + puts (dlerror ()); + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + +# Report which library types will actually be built +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6; } + +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case $host_os in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +{ echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6; } + +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +{ echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6; } + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler \ + CC \ + LD \ + lt_prog_compiler_wl \ + lt_prog_compiler_pic \ + lt_prog_compiler_static \ + lt_prog_compiler_no_builtin_flag \ + export_dynamic_flag_spec \ + thread_safe_flag_spec \ + whole_archive_flag_spec \ + enable_shared_with_static_runtimes \ + old_archive_cmds \ + old_archive_from_new_cmds \ + predep_objects \ + postdep_objects \ + predeps \ + postdeps \ + compiler_lib_search_path \ + archive_cmds \ + archive_expsym_cmds \ + postinstall_cmds \ + postuninstall_cmds \ + old_archive_from_expsyms_cmds \ + allow_undefined_flag \ + no_undefined_flag \ + export_symbols_cmds \ + hardcode_libdir_flag_spec \ + hardcode_libdir_flag_spec_ld \ + hardcode_libdir_separator \ + hardcode_automatic \ + module_cmds \ + module_expsym_cmds \ + lt_cv_prog_compiler_c_o \ + fix_srcfile_path \ + exclude_expsyms \ + include_expsyms; do + + case $var in + old_archive_cmds | \ + old_archive_from_new_cmds | \ + archive_cmds | \ + archive_expsym_cmds | \ + module_cmds | \ + module_expsym_cmds | \ + old_archive_from_expsyms_cmds | \ + export_symbols_cmds | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="${ofile}T" + trap "$rm \"$cfgfile\"; exit 1" 1 2 15 + $rm -f "$cfgfile" + { echo "$as_me:$LINENO: creating $ofile" >&5 +echo "$as_me: creating $ofile" >&6;} + + cat <<__EOF__ >> "$cfgfile" +#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e 1s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU C compiler? +with_gcc=$GCC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# ### END LIBTOOL CONFIG + +__EOF__ + + + case $host_os in + aix3*) + cat <<\EOF >> "$cfgfile" + +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +EOF + ;; + esac + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || \ + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + +# Check whether --with-tags was given. +if test "${with_tags+set}" = set; then + withval=$with_tags; tagnames="$withval" +fi + + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} + else + { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} + fi + fi + if test -z "$LTCFLAGS"; then + eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in + "") ;; + *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 +echo "$as_me: error: invalid tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} + { (exit 1); exit 1; }; } + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_flag_spec_ld_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_shlibpath_var_CXX=unsupported +hardcode_automatic_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *[]) { return(0); }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* + + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_LD=$LD +lt_save_GCC=$GCC +GCC=$GXX +lt_save_with_gnu_ld=$with_gnu_ld +lt_save_path_LD=$lt_cv_path_LD +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx +else + $as_unset lt_cv_prog_gnu_ld +fi +if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX +else + $as_unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +compiler_CXX=$CC +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' +else + lt_prog_compiler_no_builtin_flag_CXX= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } +else + { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +echo "${ECHO_T}$LD" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_CXX= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +ld_shlibs_CXX=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + + archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_CXX="-z nodefs" + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_CXX=' ${wl}-bernotok' + allow_undefined_flag_CXX=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX='$convenience' + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_CXX=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_CXX=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=no + enable_shared_with_static_runtimes_CXX=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs_CXX=no + fi + ;; + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[012]) + allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + whole_archive_flag_spec_CXX='' + link_all_deplibs_CXX=yes + + if test "$GXX" = yes ; then + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + fi + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_CXX=no + ;; + esac + fi + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + freebsd[12]*) + # C++ shared libraries reported to be fairly broken before switch to ELF + ld_shlibs_CXX=no + ;; + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes + ;; + gnu*) + ;; + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + case $host_cpu in + hppa*64*|ia64*) ;; + *) + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + *) + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + interix[3-9]*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc*) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC*) + # Portland Group C++ compiler + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + ld_shlibs_CXX=no + fi + ;; + osf3*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx*) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx*) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ + $rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + archive_cmds_need_lc_CXX=yes + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_shlibpath_var_CXX=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' + ;; + esac + link_all_deplibs_CXX=yes + + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_CXX='${wl}-z,text' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + # So that behaviour is only enabled if SCOABSPATH is set to a + # non-empty value in the environment. Most likely only useful for + # creating official distributions of packages. + # This is a hack until libtool officially supports absolute path + # names for shared libraries. + no_undefined_flag_CXX='${wl}-z,text' + allow_undefined_flag_CXX='${wl}-z,nodefs' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + export_dynamic_flag_spec_CXX='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; +esac +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; } +test "$ld_shlibs_CXX" = no && can_build_shared=no + +GCC_CXX="$GXX" +LD_CXX="$LD" + + +cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + # The `*' in the case matches for architectures that use `case' in + # $output_verbose_cmd can trigger glob expansion during the loop + # eval without this substitution. + output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` + + for p in `eval $output_verbose_link_cmd`; do + case $p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" \ + || test $p = "-R"; then + prev=$p + continue + else + prev= + fi + + if test "$pre_test_object_deps_done" = no; then + case $p in + -L* | -R*) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$compiler_lib_search_path_CXX"; then + compiler_lib_search_path_CXX="${prev}${p}" + else + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$postdeps_CXX"; then + postdeps_CXX="${prev}${p}" + else + postdeps_CXX="${postdeps_CXX} ${prev}${p}" + fi + fi + ;; + + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$predep_objects_CXX"; then + predep_objects_CXX="$p" + else + predep_objects_CXX="$predep_objects_CXX $p" + fi + else + if test -z "$postdep_objects_CXX"; then + postdep_objects_CXX="$p" + else + postdep_objects_CXX="$postdep_objects_CXX $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling CXX test program" +fi + +$rm -f confest.$objext + +# PORTME: override above test on systems where it is broken +case $host_os in +interix[3-9]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + predep_objects_CXX= + postdep_objects_CXX= + postdeps_CXX= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac + + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + +lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + lt_prog_compiler_pic_CXX='-qnocommon' + lt_prog_compiler_wl_CXX='-Wl,' + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++*) + lt_prog_compiler_pic_CXX='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + lt_prog_compiler_pic_CXX='+Z' + fi + ;; + aCC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_CXX='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + icpc* | ecpc*) + # Intel C++ + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + pgCC*) + # Portland Group C++ compiler. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fpic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx*) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC*) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc*) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + esac + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:12428: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:12432: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_pic_works_CXX=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } + +if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_static_works_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works_CXX=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_CXX=yes + fi + else + lt_prog_compiler_static_works_CXX=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } + +if test x"$lt_prog_compiler_static_works_CXX" = xyes; then + : +else + lt_prog_compiler_static_CXX= +fi + + +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:12532: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:12536: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6; } + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw*) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; } +test "$ld_shlibs_CXX" = no && can_build_shared=no + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + $rm conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + pic_flag=$lt_prog_compiler_pic_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_CXX=no + else + archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } + ;; + esac + fi + ;; +esac + +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" + +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[123]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +interix[3-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || \ + test -n "$runpath_var_CXX" || \ + test "X$hardcode_automatic_CXX" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 +echo "${ECHO_T}$hardcode_action_CXX" >&6; } + +if test "$hardcode_action_CXX" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_CXX \ + CC_CXX \ + LD_CXX \ + lt_prog_compiler_wl_CXX \ + lt_prog_compiler_pic_CXX \ + lt_prog_compiler_static_CXX \ + lt_prog_compiler_no_builtin_flag_CXX \ + export_dynamic_flag_spec_CXX \ + thread_safe_flag_spec_CXX \ + whole_archive_flag_spec_CXX \ + enable_shared_with_static_runtimes_CXX \ + old_archive_cmds_CXX \ + old_archive_from_new_cmds_CXX \ + predep_objects_CXX \ + postdep_objects_CXX \ + predeps_CXX \ + postdeps_CXX \ + compiler_lib_search_path_CXX \ + archive_cmds_CXX \ + archive_expsym_cmds_CXX \ + postinstall_cmds_CXX \ + postuninstall_cmds_CXX \ + old_archive_from_expsyms_cmds_CXX \ + allow_undefined_flag_CXX \ + no_undefined_flag_CXX \ + export_symbols_cmds_CXX \ + hardcode_libdir_flag_spec_CXX \ + hardcode_libdir_flag_spec_ld_CXX \ + hardcode_libdir_separator_CXX \ + hardcode_automatic_CXX \ + module_cmds_CXX \ + module_expsym_cmds_CXX \ + lt_cv_prog_compiler_c_o_CXX \ + fix_srcfile_path_CXX \ + exclude_expsyms_CXX \ + include_expsyms_CXX; do + + case $var in + old_archive_cmds_CXX | \ + old_archive_from_new_cmds_CXX | \ + archive_cmds_CXX | \ + archive_expsym_cmds_CXX | \ + module_cmds_CXX | \ + module_expsym_cmds_CXX | \ + old_archive_from_expsyms_cmds_CXX | \ + export_symbols_cmds_CXX | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_CXX + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_CXX +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_CXX + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +with_gnu_ld=$lt_save_with_gnu_ld +lt_cv_path_LDCXX=$lt_cv_path_LD +lt_cv_path_LD=$lt_save_path_LD +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld + + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu + + +archive_cmds_need_lc_F77=no +allow_undefined_flag_F77= +always_export_symbols_F77=no +archive_expsym_cmds_F77= +export_dynamic_flag_spec_F77= +hardcode_direct_F77=no +hardcode_libdir_flag_spec_F77= +hardcode_libdir_flag_spec_ld_F77= +hardcode_libdir_separator_F77= +hardcode_minus_L_F77=no +hardcode_automatic_F77=no +module_cmds_F77= +module_expsym_cmds_F77= +link_all_deplibs_F77=unknown +old_archive_cmds_F77=$old_archive_cmds +no_undefined_flag_F77= +whole_archive_flag_spec_F77= +enable_shared_with_static_runtimes_F77=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +objext_F77=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="\ + subroutine t + return + end +" + +# Code to be used in simple link tests +lt_simple_link_test_code="\ + program t + end +" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${F77-"f77"} +compiler=$CC +compiler_F77=$CC +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6; } + +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case $host_os in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; +esac +{ echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6; } + +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +{ echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6; } + +GCC_F77="$G77" +LD_F77="$LD" + +lt_prog_compiler_wl_F77= +lt_prog_compiler_pic_F77= +lt_prog_compiler_static_F77= + +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } + + if test "$GCC" = yes; then + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_static_F77='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_F77='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_F77='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_F77='-fno-common' + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared_F77=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_F77=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_F77='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_F77='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_F77='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_F77='-Bstatic' + else + lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + lt_prog_compiler_pic_F77='-qnocommon' + lt_prog_compiler_wl_F77='-Wl,' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_F77='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_F77='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_F77='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_F77='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_F77='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_F77='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-fpic' + lt_prog_compiler_static_F77='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl_F77='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='' + ;; + esac + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_F77='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static_F77='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + case $cc_basename in + f77* | f90* | f95*) + lt_prog_compiler_wl_F77='-Qoption ld ';; + *) + lt_prog_compiler_wl_F77='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl_F77='-Qoption ld ' + lt_prog_compiler_pic_F77='-PIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_F77='-Kconform_pic' + lt_prog_compiler_static_F77='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_can_build_shared_F77=no + ;; + + uts4*) + lt_prog_compiler_pic_F77='-pic' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_F77=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_F77"; then + +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_pic_works_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_F77=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_F77" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:14094: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:14098: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_pic_works_F77=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } + +if test x"$lt_prog_compiler_pic_works_F77" = xyes; then + case $lt_prog_compiler_pic_F77 in + "" | " "*) ;; + *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; + esac +else + lt_prog_compiler_pic_F77= + lt_prog_compiler_can_build_shared_F77=no +fi + +fi +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_F77= + ;; + *) + lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" + ;; +esac + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_static_works_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works_F77=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_F77=yes + fi + else + lt_prog_compiler_static_works_F77=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } + +if test x"$lt_prog_compiler_static_works_F77" = xyes; then + : +else + lt_prog_compiler_static_F77= +fi + + +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_F77=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:14198: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:14202: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_F77=yes + fi + fi + chmod u+w . 2>&5 + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6; } + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } + + runpath_var= + allow_undefined_flag_F77= + enable_shared_with_static_runtimes_F77=no + archive_cmds_F77= + archive_expsym_cmds_F77= + old_archive_From_new_cmds_F77= + old_archive_from_expsyms_cmds_F77= + export_dynamic_flag_spec_F77= + whole_archive_flag_spec_F77= + thread_safe_flag_spec_F77= + hardcode_libdir_flag_spec_F77= + hardcode_libdir_flag_spec_ld_F77= + hardcode_libdir_separator_F77= + hardcode_direct_F77=no + hardcode_minus_L_F77=no + hardcode_shlibpath_var_F77=unsupported + link_all_deplibs_F77=unknown + hardcode_automatic_F77=no + module_cmds_F77= + module_expsym_cmds_F77= + always_export_symbols_F77=no + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_F77= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + # Just being paranoid about ensuring that cc_basename is set. + for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_F77=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_F77='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_F77= + fi + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_F77=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_F77=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_F77=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_F77='-L$libdir' + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=no + enable_shared_with_static_runtimes_F77=yes + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs_F77=no + fi + ;; + + interix[3-9]*) + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers + whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + else + ld_shlibs_F77=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_F77=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs_F77=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + esac + + if test "$ld_shlibs_F77" = no; then + runpath_var= + hardcode_libdir_flag_spec_F77= + export_dynamic_flag_spec_F77= + whole_archive_flag_spec_F77= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=yes + archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L_F77=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_F77=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_F77='' + hardcode_direct_F77=yes + hardcode_libdir_separator_F77=':' + link_all_deplibs_F77=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_F77=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_F77=yes + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_libdir_separator_F77= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_F77=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_F77='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_F77="-z nodefs" + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_f77_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_F77=' ${wl}-bernotok' + allow_undefined_flag_F77=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_F77='$convenience' + archive_cmds_need_lc_F77=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_F77=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec_F77=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_F77=' ' + allow_undefined_flag_F77=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_F77='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path_F77='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_F77=yes + ;; + + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[012]) + allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_F77=no + hardcode_direct_F77=no + hardcode_automatic_F77=yes + hardcode_shlibpath_var_F77=unsupported + whole_archive_flag_spec_F77='' + link_all_deplibs_F77=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_F77=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + freebsd1*) + ld_shlibs_F77=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + + hardcode_direct_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_libdir_flag_spec_ld_F77='+b $libdir' + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + ;; + *) + hardcode_direct_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + link_all_deplibs_F77=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + newsos6) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_shlibpath_var_F77=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + ;; + *) + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs_F77=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + allow_undefined_flag_F77=unsupported + archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_F77='-rpath $libdir' + fi + hardcode_libdir_separator_F77=: + ;; + + solaris*) + no_undefined_flag_F77=' -z text' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + wlarc='' + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_shlibpath_var_F77=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs_F77=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_F77='$CC -r -o $output$reload_objs' + hardcode_direct_F77=no + ;; + motorola) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_F77=no + ;; + + sysv4.3*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + export_dynamic_flag_spec_F77='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_F77=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_F77='${wl}-z,text' + archive_cmds_need_lc_F77=no + hardcode_shlibpath_var_F77=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_F77='${wl}-z,text' + allow_undefined_flag_F77='${wl}-z,nodefs' + archive_cmds_need_lc_F77=no + hardcode_shlibpath_var_F77=no + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_F77=':' + link_all_deplibs_F77=yes + export_dynamic_flag_spec_F77='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + *) + ld_shlibs_F77=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 +echo "${ECHO_T}$ld_shlibs_F77" >&6; } +test "$ld_shlibs_F77" = no && can_build_shared=no + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_F77" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_F77=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_F77 in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + $rm conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_F77 + pic_flag=$lt_prog_compiler_pic_F77 + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_F77 + allow_undefined_flag_F77= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_F77=no + else + archive_cmds_need_lc_F77=yes + fi + allow_undefined_flag_F77=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } + ;; + esac + fi + ;; +esac + +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" + +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[123]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +interix[3-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +hardcode_action_F77= +if test -n "$hardcode_libdir_flag_spec_F77" || \ + test -n "$runpath_var_F77" || \ + test "X$hardcode_automatic_F77" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_F77" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && + test "$hardcode_minus_L_F77" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_F77=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_F77=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_F77=unsupported +fi +{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 +echo "${ECHO_T}$hardcode_action_F77" >&6; } + +if test "$hardcode_action_F77" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_F77 \ + CC_F77 \ + LD_F77 \ + lt_prog_compiler_wl_F77 \ + lt_prog_compiler_pic_F77 \ + lt_prog_compiler_static_F77 \ + lt_prog_compiler_no_builtin_flag_F77 \ + export_dynamic_flag_spec_F77 \ + thread_safe_flag_spec_F77 \ + whole_archive_flag_spec_F77 \ + enable_shared_with_static_runtimes_F77 \ + old_archive_cmds_F77 \ + old_archive_from_new_cmds_F77 \ + predep_objects_F77 \ + postdep_objects_F77 \ + predeps_F77 \ + postdeps_F77 \ + compiler_lib_search_path_F77 \ + archive_cmds_F77 \ + archive_expsym_cmds_F77 \ + postinstall_cmds_F77 \ + postuninstall_cmds_F77 \ + old_archive_from_expsyms_cmds_F77 \ + allow_undefined_flag_F77 \ + no_undefined_flag_F77 \ + export_symbols_cmds_F77 \ + hardcode_libdir_flag_spec_F77 \ + hardcode_libdir_flag_spec_ld_F77 \ + hardcode_libdir_separator_F77 \ + hardcode_automatic_F77 \ + module_cmds_F77 \ + module_expsym_cmds_F77 \ + lt_cv_prog_compiler_c_o_F77 \ + fix_srcfile_path_F77 \ + exclude_expsyms_F77 \ + include_expsyms_F77; do + + case $var in + old_archive_cmds_F77 | \ + old_archive_from_new_cmds_F77 | \ + archive_cmds_F77 | \ + archive_expsym_cmds_F77 | \ + module_cmds_F77 | \ + module_expsym_cmds_F77 | \ + old_archive_from_expsyms_cmds_F77 | \ + export_symbols_cmds_F77 | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_F77 + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_compiler_F77 + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_F77 + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_F77 + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_F77 + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_F77 +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_F77 + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_F77 +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_F77 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77 +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_F77 +module_expsym_cmds=$lt_module_expsym_cmds_F77 + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_F77 + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_F77 + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_F77 + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_F77 + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_F77 + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_F77 + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_F77 + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_F77 + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_F77 + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_F77 + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_F77 + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_F77 + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_F77 + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_F77 + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +objext_GCJ=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${GCJ-"gcj"} +compiler=$CC +compiler_GCJ=$CC +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +archive_cmds_need_lc_GCJ=no + +old_archive_cmds_GCJ=$old_archive_cmds + + +lt_prog_compiler_no_builtin_flag_GCJ= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' + + +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:16385: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:16389: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" +else + : +fi + +fi + +lt_prog_compiler_wl_GCJ= +lt_prog_compiler_pic_GCJ= +lt_prog_compiler_static_GCJ= + +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } + + if test "$GCC" = yes; then + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_static_GCJ='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_GCJ='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_GCJ='-fno-common' + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared_GCJ=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_GCJ=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_GCJ='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_GCJ='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_GCJ='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_GCJ='-Bstatic' + else + lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' + fi + ;; + darwin*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + case $cc_basename in + xlc*) + lt_prog_compiler_pic_GCJ='-qnocommon' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_GCJ='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_GCJ='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_GCJ='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + linux* | k*bsd*-gnu) + case $cc_basename in + icc* | ecc*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-fpic' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='' + ;; + esac + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + case $cc_basename in + f77* | f90* | f95*) + lt_prog_compiler_wl_GCJ='-Qoption ld ';; + *) + lt_prog_compiler_wl_GCJ='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl_GCJ='-Qoption ld ' + lt_prog_compiler_pic_GCJ='-PIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_GCJ='-Kconform_pic' + lt_prog_compiler_static_GCJ='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_can_build_shared_GCJ=no + ;; + + uts4*) + lt_prog_compiler_pic_GCJ='-pic' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_GCJ=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_GCJ"; then + +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_GCJ=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_GCJ" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:16675: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:16679: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_pic_works_GCJ=yes + fi + fi + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } + +if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then + case $lt_prog_compiler_pic_GCJ in + "" | " "*) ;; + *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; + esac +else + lt_prog_compiler_pic_GCJ= + lt_prog_compiler_can_build_shared_GCJ=no +fi + +fi +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_GCJ= + ;; + *) + lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" + ;; +esac + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works_GCJ=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_prog_compiler_static_works_GCJ=yes + fi + else + lt_prog_compiler_static_works_GCJ=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } + +if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then + : +else + lt_prog_compiler_static_GCJ= +fi + + +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_GCJ=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:16779: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:16783: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_GCJ=yes + fi + fi + chmod u+w . 2>&5 + $rm conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files + $rm out/* && rmdir out + cd .. + rmdir conftest + $rm conftest* + +fi +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6; } + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } + + runpath_var= + allow_undefined_flag_GCJ= + enable_shared_with_static_runtimes_GCJ=no + archive_cmds_GCJ= + archive_expsym_cmds_GCJ= + old_archive_From_new_cmds_GCJ= + old_archive_from_expsyms_cmds_GCJ= + export_dynamic_flag_spec_GCJ= + whole_archive_flag_spec_GCJ= + thread_safe_flag_spec_GCJ= + hardcode_libdir_flag_spec_GCJ= + hardcode_libdir_flag_spec_ld_GCJ= + hardcode_libdir_separator_GCJ= + hardcode_direct_GCJ=no + hardcode_minus_L_GCJ=no + hardcode_shlibpath_var_GCJ=unsupported + link_all_deplibs_GCJ=unknown + hardcode_automatic_GCJ=no + module_cmds_GCJ= + module_expsym_cmds_GCJ= + always_export_symbols_GCJ=no + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_GCJ= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + # Just being paranoid about ensuring that cc_basename is set. + for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_GCJ=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_GCJ= + fi + supports_anon_versioning=no + case `$LD -v 2>/dev/null` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_GCJ=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_GCJ=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_GCJ=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_GCJ='-L$libdir' + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=no + enable_shared_with_static_runtimes_GCJ=yes + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + interix[3-9]*) + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | k*bsd*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_addflag= + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers + whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + $echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + else + ld_shlibs_GCJ=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_GCJ=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs_GCJ=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + esac + + if test "$ld_shlibs_GCJ" = no; then + runpath_var= + hardcode_libdir_flag_spec_GCJ= + export_dynamic_flag_spec_GCJ= + whole_archive_flag_spec_GCJ= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=yes + archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L_GCJ=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_GCJ=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_GCJ='' + hardcode_direct_GCJ=yes + hardcode_libdir_separator_GCJ=':' + link_all_deplibs_GCJ=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_GCJ=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_GCJ=yes + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_libdir_separator_GCJ= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_GCJ=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_GCJ='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_GCJ="-z nodefs" + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_GCJ=' ${wl}-bernotok' + allow_undefined_flag_GCJ=' ${wl}-berok' + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_GCJ='$convenience' + archive_cmds_need_lc_GCJ=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_GCJ=no + ;; + + bsdi[45]*) + export_dynamic_flag_spec_GCJ=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_GCJ=' ' + allow_undefined_flag_GCJ=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_GCJ='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_GCJ=yes + ;; + + darwin* | rhapsody*) + case $host_os in + rhapsody* | darwin1.[012]) + allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' + ;; + 10.*) + allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' + ;; + esac + fi + ;; + esac + archive_cmds_need_lc_GCJ=no + hardcode_direct_GCJ=no + hardcode_automatic_GCJ=yes + hardcode_shlibpath_var_GCJ=unsupported + whole_archive_flag_spec_GCJ='' + link_all_deplibs_GCJ=yes + if test "$GCC" = yes ; then + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + case $cc_basename in + xlc*) + output_verbose_link_cmd='echo' + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + ;; + *) + ld_shlibs_GCJ=no + ;; + esac + fi + ;; + + dgux*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + freebsd1*) + ld_shlibs_GCJ=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + + hardcode_direct_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + ;; + *) + hardcode_direct_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + link_all_deplibs_GCJ=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + newsos6) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_shlibpath_var_GCJ=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + ;; + *) + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs_GCJ=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + allow_undefined_flag_GCJ=unsupported + archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_GCJ='-rpath $libdir' + fi + hardcode_libdir_separator_GCJ=: + ;; + + solaris*) + no_undefined_flag_GCJ=' -z text' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + wlarc='' + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_shlibpath_var_GCJ=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs_GCJ=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_GCJ='$CC -r -o $output$reload_objs' + hardcode_direct_GCJ=no + ;; + motorola) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4.3*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + export_dynamic_flag_spec_GCJ='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_GCJ=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_GCJ='${wl}-z,text' + archive_cmds_need_lc_GCJ=no + hardcode_shlibpath_var_GCJ=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_GCJ='${wl}-z,text' + allow_undefined_flag_GCJ='${wl}-z,nodefs' + archive_cmds_need_lc_GCJ=no + hardcode_shlibpath_var_GCJ=no + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator_GCJ=':' + link_all_deplibs_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + *) + ld_shlibs_GCJ=no + ;; + esac + fi + +{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } +test "$ld_shlibs_GCJ" = no && can_build_shared=no + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_GCJ" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_GCJ=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_GCJ in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + $rm conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_GCJ + pic_flag=$lt_prog_compiler_pic_GCJ + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ + allow_undefined_flag_GCJ= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_GCJ=no + else + archive_cmds_need_lc_GCJ=yes + fi + allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } + ;; + esac + fi + ;; +esac + +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" + +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[123]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +interix[3-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + shlibpath_overrides_runpath=no + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + shlibpath_overrides_runpath=yes + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +hardcode_action_GCJ= +if test -n "$hardcode_libdir_flag_spec_GCJ" || \ + test -n "$runpath_var_GCJ" || \ + test "X$hardcode_automatic_GCJ" = "Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_GCJ" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && + test "$hardcode_minus_L_GCJ" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_GCJ=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_GCJ=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_GCJ=unsupported +fi +{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 +echo "${ECHO_T}$hardcode_action_GCJ" >&6; } + +if test "$hardcode_action_GCJ" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_GCJ \ + CC_GCJ \ + LD_GCJ \ + lt_prog_compiler_wl_GCJ \ + lt_prog_compiler_pic_GCJ \ + lt_prog_compiler_static_GCJ \ + lt_prog_compiler_no_builtin_flag_GCJ \ + export_dynamic_flag_spec_GCJ \ + thread_safe_flag_spec_GCJ \ + whole_archive_flag_spec_GCJ \ + enable_shared_with_static_runtimes_GCJ \ + old_archive_cmds_GCJ \ + old_archive_from_new_cmds_GCJ \ + predep_objects_GCJ \ + postdep_objects_GCJ \ + predeps_GCJ \ + postdeps_GCJ \ + compiler_lib_search_path_GCJ \ + archive_cmds_GCJ \ + archive_expsym_cmds_GCJ \ + postinstall_cmds_GCJ \ + postuninstall_cmds_GCJ \ + old_archive_from_expsyms_cmds_GCJ \ + allow_undefined_flag_GCJ \ + no_undefined_flag_GCJ \ + export_symbols_cmds_GCJ \ + hardcode_libdir_flag_spec_GCJ \ + hardcode_libdir_flag_spec_ld_GCJ \ + hardcode_libdir_separator_GCJ \ + hardcode_automatic_GCJ \ + module_cmds_GCJ \ + module_expsym_cmds_GCJ \ + lt_cv_prog_compiler_c_o_GCJ \ + fix_srcfile_path_GCJ \ + exclude_expsyms_GCJ \ + include_expsyms_GCJ; do + + case $var in + old_archive_cmds_GCJ | \ + old_archive_from_new_cmds_GCJ | \ + archive_cmds_GCJ | \ + archive_expsym_cmds_GCJ | \ + module_cmds_GCJ | \ + module_expsym_cmds_GCJ | \ + old_archive_from_expsyms_cmds_GCJ | \ + export_symbols_cmds_GCJ | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_GCJ + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_compiler_GCJ + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_GCJ + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_GCJ + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_GCJ + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_GCJ +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_GCJ + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_GCJ +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_GCJ +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_GCJ +module_expsym_cmds=$lt_module_expsym_cmds_GCJ + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_GCJ + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_GCJ + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_GCJ + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_GCJ + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_GCJ + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_GCJ + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_GCJ + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_GCJ + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_GCJ + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_GCJ + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_GCJ + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_GCJ + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_GCJ + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + RC) + + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +objext_RC=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$rm conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$rm conftest* + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${RC-"windres"} +compiler=$CC +compiler_RC=$CC +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` + +lt_cv_prog_compiler_c_o_RC=yes + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # See if we are running on zsh, and set the options which allow our commands through + # without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_RC \ + CC_RC \ + LD_RC \ + lt_prog_compiler_wl_RC \ + lt_prog_compiler_pic_RC \ + lt_prog_compiler_static_RC \ + lt_prog_compiler_no_builtin_flag_RC \ + export_dynamic_flag_spec_RC \ + thread_safe_flag_spec_RC \ + whole_archive_flag_spec_RC \ + enable_shared_with_static_runtimes_RC \ + old_archive_cmds_RC \ + old_archive_from_new_cmds_RC \ + predep_objects_RC \ + postdep_objects_RC \ + predeps_RC \ + postdeps_RC \ + compiler_lib_search_path_RC \ + archive_cmds_RC \ + archive_expsym_cmds_RC \ + postinstall_cmds_RC \ + postuninstall_cmds_RC \ + old_archive_from_expsyms_cmds_RC \ + allow_undefined_flag_RC \ + no_undefined_flag_RC \ + export_symbols_cmds_RC \ + hardcode_libdir_flag_spec_RC \ + hardcode_libdir_flag_spec_ld_RC \ + hardcode_libdir_separator_RC \ + hardcode_automatic_RC \ + module_cmds_RC \ + module_expsym_cmds_RC \ + lt_cv_prog_compiler_c_o_RC \ + fix_srcfile_path_RC \ + exclude_expsyms_RC \ + include_expsyms_RC; do + + case $var in + old_archive_cmds_RC | \ + old_archive_from_new_cmds_RC | \ + archive_cmds_RC | \ + archive_expsym_cmds_RC | \ + module_cmds_RC | \ + module_expsym_cmds_RC | \ + old_archive_from_expsyms_cmds_RC | \ + export_symbols_cmds_RC | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_RC + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + +# A language-specific compiler. +CC=$lt_compiler_RC + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_RC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_RC + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_RC + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_RC +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_RC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_RC +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_RC +archive_expsym_cmds=$lt_archive_expsym_cmds_RC +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_RC +module_expsym_cmds=$lt_module_expsym_cmds_RC + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_RC + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_RC + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_RC + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_RC + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_RC + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_RC + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_RC + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_RC + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_RC + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_RC + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_RC + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_RC + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_RC + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_RC + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + ;; + + *) + { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;} + { (exit 1); exit 1; }; } + fi +fi + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +# Prevent multiple expansion + + + + + + + + + + + + + + + + + + + + + +# Own stuff + + + vtf3_error="no" + check_vtf3="yes" + force_vtf3="no" + have_vtf3="no" + + + + + +# Check whether --with-vtf3 was given. +if test "${with_vtf3+set}" = set; then + withval=$with_vtf3; if test "$withval" = "yes"; then force_vtf3="yes"; else check_vtf3="no"; fi +fi + + + +# Check whether --with-vtf3-dir was given. +if test "${with_vtf3_dir+set}" = set; then + withval=$with_vtf3_dir; vtf3_dir="$withval/" +fi + + + +# Check whether --with-vtf3-inc-dir was given. +if test "${with_vtf3_inc_dir+set}" = set; then + withval=$with_vtf3_inc_dir; vtf3_inc_dir="$withval/" +else + if test x"$vtf3_dir" != x; then vtf3_inc_dir="$vtf3_dir"include/; fi +fi + + + +# Check whether --with-vtf3-lib-dir was given. +if test "${with_vtf3_lib_dir+set}" = set; then + withval=$with_vtf3_lib_dir; vtf3_lib_dir="$withval/" +else + if test x"$vtf3_dir" != x; then vtf3_lib_dir="$vtf3_dir"lib/; fi +fi + + + +# Check whether --with-vtf3-lib was given. +if test "${with_vtf3_lib+set}" = set; then + withval=$with_vtf3_lib; vtf3_lib="$withval" +fi + + + if test "$check_vtf3" = "yes"; then + sav_CPPFLAGS=$CPPFLAGS + if test x"$vtf3_inc_dir" != x; then + CPPFLAGS="$CPPFLAGS -I$vtf3_inc_dir" + fi + if test "${ac_cv_header_vtf3_h+set}" = set; then + { echo "$as_me:$LINENO: checking for vtf3.h" >&5 +echo $ECHO_N "checking for vtf3.h... $ECHO_C" >&6; } +if test "${ac_cv_header_vtf3_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_vtf3_h" >&5 +echo "${ECHO_T}$ac_cv_header_vtf3_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking vtf3.h usability" >&5 +echo $ECHO_N "checking vtf3.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking vtf3.h presence" >&5 +echo $ECHO_N "checking vtf3.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: vtf3.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: vtf3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: vtf3.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: vtf3.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: vtf3.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: vtf3.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: vtf3.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: vtf3.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: vtf3.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: vtf3.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: vtf3.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for vtf3.h" >&5 +echo $ECHO_N "checking for vtf3.h... $ECHO_C" >&6; } +if test "${ac_cv_header_vtf3_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_vtf3_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_vtf3_h" >&5 +echo "${ECHO_T}$ac_cv_header_vtf3_h" >&6; } + +fi +if test $ac_cv_header_vtf3_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no vtf3.h found; check path for VTF3 package first..." >&5 +echo "$as_me: error: no vtf3.h found; check path for VTF3 package first..." >&6;} + vtf3_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$vtf3_lib" = x -a "$vtf3_error" = "no"; then + sav_LIBS=$LIBS + cl="-lvtf3" + if test x"$vtf3_lib_dir" != x; then + cl="-L$vtf3_lib_dir $cl" + fi + LIBS="$LIBS $cl" + { echo "$as_me:$LINENO: checking whether linking with -lvtf3 works" >&5 +echo $ECHO_N "checking whether linking with -lvtf3 works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; vtf3_lib=-lvtf3 +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + fi + + if test x"$vtf3_lib" = x -a "$vtf3_error" = "no"; then + { echo "$as_me:$LINENO: error: no libvtf3 found; check path for VTF3 package first..." >&5 +echo "$as_me: error: no libvtf3 found; check path for VTF3 package first..." >&6;} + vtf3_error="yes" + fi + + if test $vtf3_error = "no"; then + cat >>confdefs.h <<\_ACEOF +#define HAVE_VTF3 1 +_ACEOF + + have_vtf3="yes" + fi + fi + + VTF3_LIB_DIR=$vtf3_lib_dir + VTF3_LIB_LINE=$vtf3_lib + if test x"$vtf3_lib_dir" != x; then + VTF3_LIB_LINE="-L$vtf3_lib_dir $VTF3_LIB_LINE" + fi + + VTF3_INCLUDE_DIR=$vtf3_inc_dir + VTF3_INCLUDE_LINE= + if test x"$vtf3_inc_dir" != x; then + VTF3_INCLUDE_LINE="-I$vtf3_inc_dir" + fi + + + + + + +if test x"$force_vtf3" = "xyes" -a x"$vtf3_error" = "xyes"; then exit 1; fi + if test x"$have_vtf3" = xyes; then + AMHAVEVTF3_TRUE= + AMHAVEVTF3_FALSE='#' +else + AMHAVEVTF3_TRUE='#' + AMHAVEVTF3_FALSE= +fi + + + + zlib_error="no" + check_zlib="yes" + force_zlib="no" + have_zlib="no" + + + + + +# Check whether --with-zlib was given. +if test "${with_zlib+set}" = set; then + withval=$with_zlib; if test "$withval" = "yes"; then force_zlib="yes"; else check_zlib="no"; fi +fi + + + +# Check whether --with-zlib-dir was given. +if test "${with_zlib_dir+set}" = set; then + withval=$with_zlib_dir; zlib_dir="$withval/" +fi + + + +# Check whether --with-zlib-inc-dir was given. +if test "${with_zlib_inc_dir+set}" = set; then + withval=$with_zlib_inc_dir; zlib_inc_dir="$withval/" +else + if test x"$zlib_dir" != x; then zlib_inc_dir="$zlib_dir"include/; fi +fi + + + +# Check whether --with-zlib-lib-dir was given. +if test "${with_zlib_lib_dir+set}" = set; then + withval=$with_zlib_lib_dir; zlib_lib_dir="$withval/" +else + if test x"$zlib_dir" != x; then zlib_lib_dir="$zlib_dir"lib/; fi +fi + + + +# Check whether --with-zlib-lib was given. +if test "${with_zlib_lib+set}" = set; then + withval=$with_zlib_lib; zlib_lib="$withval" +fi + + + if test "$check_zlib" = "yes"; then + sav_CPPFLAGS=$CPPFLAGS + if test x"$zlib_inc_dir" != x; then + CPPFLAGS="$CPPFLAGS -I$zlib_inc_dir" + fi + if test "${ac_cv_header_zlib_h+set}" = set; then + { echo "$as_me:$LINENO: checking for zlib.h" >&5 +echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } +if test "${ac_cv_header_zlib_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 +echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking zlib.h usability" >&5 +echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking zlib.h presence" >&5 +echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for zlib.h" >&5 +echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } +if test "${ac_cv_header_zlib_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_zlib_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 +echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } + +fi +if test $ac_cv_header_zlib_h = yes; then + : +else + + { echo "$as_me:$LINENO: error: no zlib.h found; check path for ZLIB package first..." >&5 +echo "$as_me: error: no zlib.h found; check path for ZLIB package first..." >&6;} + zlib_error="yes" + +fi + + + CPPFLAGS=$sav_CPPFLAGS + + if test x"$zlib_lib" = x -a "$zlib_error" = "no"; then + sav_LIBS=$LIBS + cl="-lz" + if test x"$zlib_lib_dir" != x; then + cl="-L$zlib_lib_dir $cl" + fi + LIBS="$LIBS $cl" + { echo "$as_me:$LINENO: checking whether linking with -lz works" >&5 +echo $ECHO_N "checking whether linking with -lz works... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }; zlib_lib=-lz +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS=$sav_LIBS + fi + + if test x"$zlib_lib" = x -a "$zlib_error" = "no"; then + { echo "$as_me:$LINENO: error: no libz found; check path for ZLIB package first..." >&5 +echo "$as_me: error: no libz found; check path for ZLIB package first..." >&6;} + zlib_error="yes" + fi + + if test $zlib_error = "no"; then + cat >>confdefs.h <<\_ACEOF +#define HAVE_ZLIB 1 +_ACEOF + + have_zlib="yes" + fi + fi + + ZLIB_LIB_DIR=$zlib_lib_dir + ZLIB_LIB_LINE=$zlib_lib + if test x"$zlib_lib_dir" != x; then + ZLIB_LIB_LINE="-L$zlib_lib_dir $ZLIB_LIB_LINE" + fi + + ZLIB_INCLUDE_DIR=$zlib_inc_dir + ZLIB_INCLUDE_LINE= + if test x"$zlib_inc_dir" != x; then + ZLIB_INCLUDE_LINE="-I$zlib_inc_dir" + fi + + + + + + +if test x"$force_zlib" = "xyes" -a x"$zlib_error" = "xyes"; then exit 1; fi + if test x"$have_zlib" = xyes; then + AMHAVEZLIB_TRUE= + AMHAVEZLIB_FALSE='#' +else + AMHAVEZLIB_TRUE='#' + AMHAVEZLIB_FALSE= +fi + + if test x"$have_zlib" = xyes -a x"$enable_shared" = xyes; then + AMDEPZLIB_TRUE= + AMDEPZLIB_FALSE='#' +else + AMDEPZLIB_TRUE='#' + AMDEPZLIB_FALSE= +fi + + +#checking for swig and python-dev + + + # + #enable python bindings + # + # Check whether --enable-python-bindings was given. +if test "${enable_python_bindings+set}" = set; then + enableval=$enable_python_bindings; enable_python_bindings="yes" +else + enable_python_bindings="" +fi + + + + # + #with python version + # + +# Check whether --with-python-version was given. +if test "${with_python_version+set}" = set; then + withval=$with_python_version; PYTHON_VERSION=$withval +fi + + + + # + #only check if the user did --enable-python-bindings + # + if test x"$enable_python_bindings" = xyes; then + + # + #test for swig >= 1.3 + # + + # Extract the first word of "swig", so it can be a program name with args. +set dummy swig; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_SWIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $SWIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_SWIG="$SWIG" # Let the user override the test with a path. + ;; + *) + 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_path_SWIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +SWIG=$ac_cv_path_SWIG +if test -n "$SWIG"; then + { echo "$as_me:$LINENO: result: $SWIG" >&5 +echo "${ECHO_T}$SWIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + if test -z "$SWIG" ; then + + { { echo "$as_me:$LINENO: error: Cannot find 'swig' program." >&5 +echo "$as_me: error: Cannot find 'swig' program." >&2;} + { (exit 1); exit 1; }; } + + elif test -n "1.3" ; then + { echo "$as_me:$LINENO: checking for swig version" >&5 +echo $ECHO_N "checking for swig version... $ECHO_C" >&6; } + swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'` + { echo "$as_me:$LINENO: result: $swig_version" >&5 +echo "${ECHO_T}$swig_version" >&6; } + if test -n "$swig_version" ; then + # Calculate the required version number components + required=1.3 + required_major=`echo $required | sed 's/[^0-9].*//'` + if test -z "$required_major" ; then + required_major=0 + fi + required=`echo $required | sed 's/[0-9]*[^0-9]//'` + required_minor=`echo $required | sed 's/[^0-9].*//'` + if test -z "$required_minor" ; then + required_minor=0 + fi + required=`echo $required | sed 's/[0-9]*[^0-9]//'` + required_patch=`echo $required | sed 's/[^0-9].*//'` + if test -z "$required_patch" ; then + required_patch=0 + fi + # Calculate the available version number components + available=$swig_version + available_major=`echo $available | sed 's/[^0-9].*//'` + if test -z "$available_major" ; then + available_major=0 + fi + available=`echo $available | sed 's/[0-9]*[^0-9]//'` + available_minor=`echo $available | sed 's/[^0-9].*//'` + if test -z "$available_minor" ; then + available_minor=0 + fi + available=`echo $available | sed 's/[0-9]*[^0-9]//'` + available_patch=`echo $available | sed 's/[^0-9].*//'` + if test -z "$available_patch" ; then + available_patch=0 + fi + if test $available_major -ne $required_major \ + -o $available_minor -ne $required_minor \ + -o $available_patch -lt $required_patch ; then + { { echo "$as_me:$LINENO: error: swig version >= 1.3 is required. You have $swig_version." >&5 +echo "$as_me: error: swig version >= 1.3 is required. You have $swig_version." >&2;} + { (exit 1); exit 1; }; } + else + swigexists=yes + fi + else + { { echo "$as_me:$LINENO: error: Cannot determine swig version" >&5 +echo "$as_me: error: Cannot determine swig version" >&2;} + { (exit 1); exit 1; }; } + fi + fi + + + + # + #test for python-dev + # + + + # + # Allow the use of a (user set) custom python version + # + + + # Extract the first word of "python[$PYTHON_VERSION]", so it can be a program name with args. +set dummy python$PYTHON_VERSION; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_PYTHON+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PYTHON in + [\\/]* | ?:[\\/]*) + ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path. + ;; + *) + 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_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +PYTHON=$ac_cv_path_PYTHON +if test -n "$PYTHON"; then + { echo "$as_me:$LINENO: result: $PYTHON" >&5 +echo "${ECHO_T}$PYTHON" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + if test -z "$PYTHON"; then + + { echo "$as_me:$LINENO: WARNING: Cannot find python$PYTHON_VERSION in your system path" >&5 +echo "$as_me: WARNING: Cannot find python$PYTHON_VERSION in your system path" >&2;} + PYTHON_VERSION="" + + else + + + # + # Check for Python include path + # + { echo "$as_me:$LINENO: checking for python include path" >&5 +echo $ECHO_N "checking for python include path... $ECHO_C" >&6; } + if test -z "$PYTHON_CPPFLAGS"; then + python_path=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_python_inc();" 2> /dev/null` + if test -n "${python_path}"; then + python_path="-I$python_path" + fi + PYTHON_CPPFLAGS=$python_path + fi + if test -n "$PYTHON_CPPFLAGS"; then + { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5 +echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + fi + + + # + # Check for Python library path + # + { echo "$as_me:$LINENO: checking for python library path" >&5 +echo $ECHO_N "checking for python library path... $ECHO_C" >&6; } + if test -z "$PYTHON_LDFLAGS"; then + # (makes two attempts to ensure we've got a version number + # from the interpreter) + py_version=`$PYTHON -c "from distutils.sysconfig import *; \ + from string import join; \ + print join(get_config_vars('VERSION'))" 2> /dev/null` + if test "$py_version" == "None" -o -z "$py_version"; then + if test -n "$PYTHON_VERSION"; then + py_version=$PYTHON_VERSION + else + py_version=`$PYTHON -c "import sys; \ + print sys.version[:3]"` + fi + fi + + PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ + from string import join; \ + print '-L' + get_python_lib(0,1), \ + '-lpython';" 2> /dev/null`$py_version + fi + if test ! "$PYTHON_LDFLAGS" == "$py_version"; then + { echo "$as_me:$LINENO: result: $PYTHON_LDFLAGS" >&5 +echo "${ECHO_T}$PYTHON_LDFLAGS" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + fi + + + # + # Check for site packages + # + { echo "$as_me:$LINENO: checking for python site-packages path" >&5 +echo $ECHO_N "checking for python site-packages path... $ECHO_C" >&6; } + if test -z "$PYTHON_SITE_PKG"; then + PYTHON_SITE_PKG=`$PYTHON -c "import distutils.sysconfig; \ + print distutils.sysconfig.get_python_lib(0,0);" 2> /dev/null` + fi + if test -n "$PYTHON_SITE_PKG"; then + { echo "$as_me:$LINENO: result: $PYTHON_SITE_PKG" >&5 +echo "${ECHO_T}$PYTHON_SITE_PKG" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + fi + + + # + # libraries which must be linked in when embedding + # + { echo "$as_me:$LINENO: checking python extra libraries" >&5 +echo $ECHO_N "checking python extra libraries... $ECHO_C" >&6; } + if test -z "$PYTHON_EXTRA_LIBS"; then + PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \ + conf = distutils.sysconfig.get_config_var; \ + print conf('LOCALMODLIBS'), conf('LIBS')" 2> /dev/null` + fi + if test -n "$PYTHON_EXTRA_LIBS"; then + { echo "$as_me:$LINENO: result: $PYTHON_EXTRA_LIBS" >&5 +echo "${ECHO_T}$PYTHON_EXTRA_LIBS" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + fi + + + # + # linking flags needed when embedding + # + { echo "$as_me:$LINENO: checking python extra linking flags" >&5 +echo $ECHO_N "checking python extra linking flags... $ECHO_C" >&6; } + if test -z "$PYTHON_EXTRA_LDFLAGS"; then + PYTHON_EXTRA_LDFLAGS=`$PYTHON -c "import distutils.sysconfig; \ + conf = distutils.sysconfig.get_config_var; \ + print conf('LINKFORSHARED')" 2> /dev/null` + fi + if test -n "$PYTHON_EXTRA_LDFLAGS"; then + { echo "$as_me:$LINENO: result: $PYTHON_EXTRA_LDFLAGS" >&5 +echo "${ECHO_T}$PYTHON_EXTRA_LDFLAGS" >&6; } + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + fi + + + # + # final check to see if everything compiles alright + # + { echo "$as_me:$LINENO: checking consistency of all components of python development environment" >&5 +echo $ECHO_N "checking consistency of all components of python development environment... $ECHO_C" >&6; } + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + # save current global flags + LIBS="$ac_save_LIBS $PYTHON_LDFLAGS" + CPPFLAGS="$ac_save_CPPFLAGS $PYTHON_CPPFLAGS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + #include + +int +main () +{ + + Py_Initialize(); + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + pythonexists=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + pythonexists=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + + { echo "$as_me:$LINENO: result: $pythonexists" >&5 +echo "${ECHO_T}$pythonexists" >&6; } + + if test ! "$pythonexists" = "yes"; then + { { echo "$as_me:$LINENO: error: Cannot find python development environment. You probably have to install the development version of the python package." >&5 +echo "$as_me: error: Cannot find python development environment. You probably have to install the development version of the python package." >&2;} + { (exit 1); exit 1; }; } + PYTHON_VERSION="" + fi + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + # turn back to default flags + CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + + + #get the paths where to install the package + pkgpythondir='${prefix}'/lib/python${py_version}/site-packages/otf + + + pkgpyexecdir='${exec_prefix}'/lib/python${py_version}/site-packages/otf + + + fi + + + + test "x" != "xno" || swig_shadow=" -noproxy" + + # + #set the swig options + # + SWIG_PYTHON_OPT=-python + + + # + #set the python compiler flags + # + SWIG_PYTHON_CPPFLAGS=$PYTHON_CPPFLAGS + + + fi + + + if test "$pythonexists" = yes -a "$swigexists" = yes ; then + AMHAVEPYTHONSWIG_TRUE= + AMHAVEPYTHONSWIG_FALSE='#' +else + AMHAVEPYTHONSWIG_TRUE='#' + AMHAVEPYTHONSWIG_FALSE= +fi + + + + + + + +# Check whether --with-debug was given. +if test "${with_debug+set}" = set; then + withval=$with_debug; debug=$withval +else + debug="" +fi + + + { echo "$as_me:$LINENO: checking debug" >&5 +echo $ECHO_N "checking debug... $ECHO_C" >&6; } +if test "${debug+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + debug= +fi +{ echo "$as_me:$LINENO: result: $debug" >&5 +echo "${ECHO_T}$debug" >&6; } + + if test "$debug" = yes; then + cat >>confdefs.h <<\_ACEOF +#define OTF_DEBUG 1 +_ACEOF + + fi + + + + + + +# Check whether --with-verbose was given. +if test "${with_verbose+set}" = set; then + withval=$with_verbose; verbose=$withval +else + verbose="" +fi + + + { echo "$as_me:$LINENO: checking verbose" >&5 +echo $ECHO_N "checking verbose... $ECHO_C" >&6; } +if test "${verbose+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + verbose= +fi +{ echo "$as_me:$LINENO: result: $verbose" >&5 +echo "${ECHO_T}$verbose" >&6; } + + if test "$verbose" = yes; then + cat >>confdefs.h <<\_ACEOF +#define OTF_VERBOSE 1 +_ACEOF + + fi + + + +# Checks for header files. +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + + + + + + +for ac_header in stddef.h stdlib.h string.h sys/time.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +if test "${ac_cv_header_stdint_h+set}" = set; then + { echo "$as_me:$LINENO: checking for stdint.h" >&5 +echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } +if test "${ac_cv_header_stdint_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 +echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking stdint.h usability" >&5 +echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking stdint.h presence" >&5 +echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: stdint.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for stdint.h" >&5 +echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } +if test "${ac_cv_header_stdint_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_stdint_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 +echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } + +fi +if test $ac_cv_header_stdint_h = yes; then + have_stdint_h=1 +else + have_stdint_h=0 +fi + + +if test "${ac_cv_header_inttypes_h+set}" = set; then + { echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } +if test "${ac_cv_header_inttypes_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking inttypes.h usability" >&5 +echo $ECHO_N "checking inttypes.h usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking inttypes.h presence" >&5 +echo $ECHO_N "checking inttypes.h presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: inttypes.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: inttypes.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: inttypes.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: inttypes.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: inttypes.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: inttypes.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: inttypes.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: inttypes.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------- ## +## Report this to andreas.knuepfer@tu-dresden.de ## +## ---------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } +if test "${ac_cv_header_inttypes_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_inttypes_h=$ac_header_preproc +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6; } + +fi +if test $ac_cv_header_inttypes_h = yes; then + have_inttypes_h=1 +else + have_inttypes_h=0 +fi + + + + + +# Checks for library functions. + +for ac_func in strdup +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + +# Checks for typedefs, structures, and compiler characteristics. +# AC_C_CONST ### do not use this if you want to do C++ programs because it might define 'const' +# to an empty string which produces a total mess later on!!! + +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef size_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_size_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + +#AC_HEADER_TIME + +# Checks for library functions. +# AC_FUNC_FSEEKO +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +#AC_FUNC_STAT +#AC_CHECK_FUNCS([gettimeofday memmove strdup]) + +# Checks for datatype sizes. +{ echo "$as_me:$LINENO: checking for long" >&5 +echo $ECHO_N "checking for long... $ECHO_C" >&6; } +if test "${ac_cv_type_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef long ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_long=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 +echo "${ECHO_T}$ac_cv_type_long" >&6; } + +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of long" >&5 +echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +if test "${ac_cv_sizeof_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +int +main () +{ +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_long=$ac_lo;; +'') if test "$ac_cv_type_long" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + typedef long ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if (((long int) (sizeof (ac__type_sizeof_))) < 0) + { + long int i = longval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != ((long int) (sizeof (ac__type_sizeof_)))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_long=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +if test "$ac_cv_type_long" = yes; then + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long) +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val +fi +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_LONG $ac_cv_sizeof_long +_ACEOF + + +sizeof_long=$ac_cv_sizeof_long + + +ac_config_files="$ac_config_files Makefile tools/Makefile tools/otfdump/Makefile tools/otfmerge/Makefile tools/vtf2otf/Makefile tools/otf2vtf/Makefile tools/otfaux/Makefile otflib/Makefile otflib_py/Makefile otflib/OTF_inttypes.h tools/otfcompress/Makefile tools/otfconfig/Makefile" + +# tools/otfdump/Makefile + +## workaround for stupid warning caused by newer autoconf versions + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEVTF3_TRUE}" && test -z "${AMHAVEVTF3_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEVTF3\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEVTF3\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEZLIB_TRUE}" && test -z "${AMHAVEZLIB_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEZLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEZLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMDEPZLIB_TRUE}" && test -z "${AMDEPZLIB_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEPZLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEPZLIB\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMHAVEPYTHONSWIG_TRUE}" && test -z "${AMHAVEPYTHONSWIG_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMHAVEPYTHONSWIG\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMHAVEPYTHONSWIG\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by OTF $as_me 1.3.9, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +OTF config.status 1.3.9 +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; + "tools/otfdump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otfdump/Makefile" ;; + "tools/otfmerge/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otfmerge/Makefile" ;; + "tools/vtf2otf/Makefile") CONFIG_FILES="$CONFIG_FILES tools/vtf2otf/Makefile" ;; + "tools/otf2vtf/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otf2vtf/Makefile" ;; + "tools/otfaux/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otfaux/Makefile" ;; + "otflib/Makefile") CONFIG_FILES="$CONFIG_FILES otflib/Makefile" ;; + "otflib_py/Makefile") CONFIG_FILES="$CONFIG_FILES otflib_py/Makefile" ;; + "otflib/OTF_inttypes.h") CONFIG_FILES="$CONFIG_FILES otflib/OTF_inttypes.h" ;; + "tools/otfcompress/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otfcompress/Makefile" ;; + "tools/otfconfig/Makefile") CONFIG_FILES="$CONFIG_FILES tools/otfconfig/Makefile" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +build!$build$ac_delim +build_cpu!$build_cpu$ac_delim +build_vendor!$build_vendor$ac_delim +build_os!$build_os$ac_delim +host!$host$ac_delim +host_cpu!$host_cpu$ac_delim +host_vendor!$host_vendor$ac_delim +host_os!$host_os$ac_delim +target!$target$ac_delim +target_cpu!$target_cpu$ac_delim +target_vendor!$target_vendor$ac_delim +target_os!$target_os$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +am__isrc!$am__isrc$ac_delim +CYGPATH_W!$CYGPATH_W$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +ACLOCAL!$ACLOCAL$ac_delim +AUTOCONF!$AUTOCONF$ac_delim +AUTOMAKE!$AUTOMAKE$ac_delim +AUTOHEADER!$AUTOHEADER$ac_delim +MAKEINFO!$MAKEINFO$ac_delim +install_sh!$install_sh$ac_delim +STRIP!$STRIP$ac_delim +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim +mkdir_p!$mkdir_p$ac_delim +AWK!$AWK$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +am__leading_dot!$am__leading_dot$ac_delim +AMTAR!$AMTAR$ac_delim +am__tar!$am__tar$ac_delim +am__untar!$am__untar$ac_delim +CXX!$CXX$ac_delim +CXXFLAGS!$CXXFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CXX!$ac_ct_CXX$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +DEPDIR!$DEPDIR$ac_delim +am__include!$am__include$ac_delim +am__quote!$am__quote$ac_delim +AMDEP_TRUE!$AMDEP_TRUE$ac_delim +AMDEP_FALSE!$AMDEP_FALSE$ac_delim +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim +CXXDEPMODE!$CXXDEPMODE$ac_delim +am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +CCDEPMODE!$CCDEPMODE$ac_delim +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +SED!$SED$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +LN_S!$LN_S$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +ECHO!$ECHO$ac_delim +AR!$AR$ac_delim +RANLIB!$RANLIB$ac_delim +CPP!$CPP$ac_delim +CXXCPP!$CXXCPP$ac_delim +F77!$F77$ac_delim +FFLAGS!$FFLAGS$ac_delim +ac_ct_F77!$ac_ct_F77$ac_delim +LIBTOOL!$LIBTOOL$ac_delim +VTF3_LIB_DIR!$VTF3_LIB_DIR$ac_delim +VTF3_LIB_LINE!$VTF3_LIB_LINE$ac_delim +VTF3_INCLUDE_DIR!$VTF3_INCLUDE_DIR$ac_delim +VTF3_INCLUDE_LINE!$VTF3_INCLUDE_LINE$ac_delim +AMHAVEVTF3_TRUE!$AMHAVEVTF3_TRUE$ac_delim +AMHAVEVTF3_FALSE!$AMHAVEVTF3_FALSE$ac_delim +ZLIB_LIB_DIR!$ZLIB_LIB_DIR$ac_delim +ZLIB_LIB_LINE!$ZLIB_LIB_LINE$ac_delim +ZLIB_INCLUDE_DIR!$ZLIB_INCLUDE_DIR$ac_delim +ZLIB_INCLUDE_LINE!$ZLIB_INCLUDE_LINE$ac_delim +AMHAVEZLIB_TRUE!$AMHAVEZLIB_TRUE$ac_delim +AMHAVEZLIB_FALSE!$AMHAVEZLIB_FALSE$ac_delim +AMDEPZLIB_TRUE!$AMDEPZLIB_TRUE$ac_delim +AMDEPZLIB_FALSE!$AMDEPZLIB_FALSE$ac_delim +SWIG!$SWIG$ac_delim +PYTHON_VERSION!$PYTHON_VERSION$ac_delim +PYTHON!$PYTHON$ac_delim +PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim +PYTHON_LDFLAGS!$PYTHON_LDFLAGS$ac_delim +PYTHON_SITE_PKG!$PYTHON_SITE_PKG$ac_delim +PYTHON_EXTRA_LIBS!$PYTHON_EXTRA_LIBS$ac_delim +PYTHON_EXTRA_LDFLAGS!$PYTHON_EXTRA_LDFLAGS$ac_delim +pkgpythondir!$pkgpythondir$ac_delim +pkgpyexecdir!$pkgpyexecdir$ac_delim +SWIG_PYTHON_OPT!$SWIG_PYTHON_OPT$ac_delim +SWIG_PYTHON_CPPFLAGS!$SWIG_PYTHON_CPPFLAGS$ac_delim +AMHAVEPYTHONSWIG_TRUE!$AMHAVEPYTHONSWIG_TRUE$ac_delim +AMHAVEPYTHONSWIG_FALSE!$AMHAVEPYTHONSWIG_FALSE$ac_delim +have_stdint_h!$have_stdint_h$ac_delim +have_inttypes_h!$have_inttypes_h$ac_delim +sizeof_long!$sizeof_long$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 42; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof +_ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS +cat >>$CONFIG_STATUS <<\_ACEOF + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + 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/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi + diff --git a/ompi/contrib/vt/vt/extlib/otf/configure.in b/ompi/contrib/vt/vt/extlib/otf/configure.in new file mode 100644 index 0000000000..3aef6f968d --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/configure.in @@ -0,0 +1,85 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + + +AC_PREREQ(2.57) +AC_INIT(OTF, 1.3.9, andreas.knuepfer@tu-dresden.de ) +AC_CANONICAL_SYSTEM +AM_INIT_AUTOMAKE(OTF, 1.3.9) +AC_CONFIG_SRCDIR([config.h.in]) +AM_CONFIG_HEADER(config.h) + +# Checks for programs. +AC_PROG_CXX +AC_PROG_CC +AC_DISABLE_SHARED +AC_PROG_LIBTOOL + +# Own stuff + +CHECK_VTF3 +if test x"$force_vtf3" = "xyes" -a x"$vtf3_error" = "xyes"; then exit 1; fi +AM_CONDITIONAL(AMHAVEVTF3, test x"$have_vtf3" = xyes) + +CHECK_ZLIB +if test x"$force_zlib" = "xyes" -a x"$zlib_error" = "xyes"; then exit 1; fi +AM_CONDITIONAL(AMHAVEZLIB, test x"$have_zlib" = xyes) +AM_CONDITIONAL(AMDEPZLIB, test x"$have_zlib" = xyes -a x"$enable_shared" = xyes) + +#checking for swig and python-dev +SWIG_PYTHON +AM_CONDITIONAL(AMHAVEPYTHONSWIG, [test "$pythonexists" = yes -a "$swigexists" = yes] ) + +WITH_DEBUG +WITH_VERBOSE + + +# Checks for header files. +AC_HEADER_STDC +AC_CHECK_HEADERS([stddef.h stdlib.h string.h sys/time.h unistd.h]) +AC_CHECK_HEADER([stdint.h], [have_stdint_h=1], [have_stdint_h=0]) +AC_CHECK_HEADER([inttypes.h], [have_inttypes_h=1], [have_inttypes_h=0]) +AC_SUBST([have_stdint_h]) +AC_SUBST([have_inttypes_h]) + +# Checks for library functions. +AC_CHECK_FUNCS([strdup]) + +# Checks for typedefs, structures, and compiler characteristics. +# AC_C_CONST ### do not use this if you want to do C++ programs because it might define 'const' +# to an empty string which produces a total mess later on!!! + +AC_TYPE_SIZE_T +#AC_HEADER_TIME + +# Checks for library functions. +# AC_FUNC_FSEEKO +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +#AC_FUNC_STAT +#AC_CHECK_FUNCS([gettimeofday memmove strdup]) + +# Checks for datatype sizes. +AC_CHECK_SIZEOF(long, 8) +sizeof_long=$ac_cv_sizeof_long +AC_SUBST([sizeof_long]) + +AC_CONFIG_FILES([Makefile + tools/Makefile + tools/otfdump/Makefile + tools/otfmerge/Makefile + tools/vtf2otf/Makefile + tools/otf2vtf/Makefile + tools/otfaux/Makefile + otflib/Makefile + otflib_py/Makefile + otflib/OTF_inttypes.h + tools/otfcompress/Makefile + tools/otfconfig/Makefile +]) +# tools/otfdump/Makefile + +## workaround for stupid warning caused by newer autoconf versions +AC_DEFUN([AC_DATAROOTDIR_CHECKED]) + +AC_OUTPUT diff --git a/ompi/contrib/vt/vt/extlib/otf/depcomp b/ompi/contrib/vt/vt/extlib/otf/depcomp new file mode 100755 index 0000000000..ca5ea4e1ef --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/depcomp @@ -0,0 +1,584 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2006-10-15.18 + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + if test -f "$tmpdepfile"; then + outname="$stripped.o" + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/docu/api/specification.pdf b/ompi/contrib/vt/vt/extlib/otf/docu/api/specification.pdf new file mode 100644 index 0000000000000000000000000000000000000000..44ab00e041ee2e930fedb28af990839e11adec8d GIT binary patch literal 180714 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 l=xS(Ur$ATgw;t1pqahtJVMj literal 0 HcmV?d00001 diff --git a/ompi/contrib/vt/vt/extlib/otf/docu/doxygen.conf b/ompi/contrib/vt/vt/extlib/otf/docu/doxygen.conf new file mode 100644 index 0000000000..b9d7d17ca5 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/docu/doxygen.conf @@ -0,0 +1,946 @@ +# Doxyfile 1.2.15 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project +# +# All text after a hash (#) is considered a comment and will be ignored +# The format is: +# TAG = value [value, ...] +# For lists items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (" ") + +#--------------------------------------------------------------------------- +# General configuration options +#--------------------------------------------------------------------------- + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded +# by quotes) that should identify the project. + +PROJECT_NAME = "Open Trace Format API" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or +# if some version control system is used. + +PROJECT_NUMBER = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location +# where doxygen was started. If left blank the current directory will be used. + +OUTPUT_DIRECTORY = doxygen + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Brazilian, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, +# German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, +# Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish. + +OUTPUT_LANGUAGE = English + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless +# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# will be included in the documentation. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_STATIC tag is set to YES all static members of a file +# will be included in the documentation. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. +# If set to NO only classes defined in header files are included. + +EXTRACT_LOCAL_CLASSES = YES + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. +# This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these class will be included in the various +# overviews. This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_CLASSES = NO + +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). +# Set to NO to disable this. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. + +REPEAT_BRIEF = YES + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief +# description. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited +# members of a class in the documentation of that class as if those members were +# ordinary class members. Constructors, destructors and assignment operators of +# the base classes will not be shown. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set +# to NO the shortest path that makes the file name unique will be used. + +FULL_PATH_NAMES = NO + +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. It is allowed to use relative paths in the argument list. + +STRIP_FROM_PATH = + +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. +# Set it to YES to include the internal documentation. + +INTERNAL_DOCS = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code +# fragments. Normal C and C++ comments will always remain visible. + +STRIP_CODE_COMMENTS = YES + +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file names in lower case letters. If set to YES upper case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# users are adviced to set this option to NO. + +CASE_SENSE_NAMES = YES + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful is your file systems +# doesn't support long names like on DOS, Mac, or CD-ROM. + +SHORT_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the +# documentation. If set to YES the scope will be hidden. + +HIDE_SCOPE_NAMES = NO + +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for +# which an include is specified. Set to NO to disable this. + +VERBATIM_HEADERS = YES + +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put list of the files that are included by a file in the documentation +# of that file. + +SHOW_INCLUDE_FILES = YES + +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like the Qt-style comments (thus requiring an +# explict @brief command for a brief description. + +JAVADOC_AUTOBRIEF = NO + +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it +# reimplements. + +INHERIT_DOCS = YES + +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# is inserted in the documentation for inline members. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in +# declaration order. + +SORT_MEMBER_DOCS = NO + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. + +DISTRIBUTE_GROUP_DOC = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# Doxygen uses this value to replace tabs by spaces in code fragments. + +TAB_SIZE = 4 + +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo +# commands in the documentation. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test +# commands in the documentation. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug +# commands in the documentation. + +GENERATE_BUGLIST = YES + +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user defined paragraph with heading "Side Effects:". +# You can put \n's in the value part of an alias to insert newlines. + +ALIASES = + +# The ENABLED_SECTIONS tag can be used to enable conditional +# documentation sections, marked by \if sectionname ... \endif. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or define consist of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and defines in the +# documentation can be controlled using \showinitializer or \hideinitializer +# command in the documentation regardless of this setting. + +MAX_INITIALIZER_LINES = 30 + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. +# For instance some of the names that are used will be different. The list +# of all members will be omitted, etc. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources +# only. Doxygen will then generate output that is more tailored for Java. +# For instance namespaces will be presented as packages, qualified scopes +# will look different, etc. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the +# list will mention the files that were used to generate the documentation. + +SHOW_USED_FILES = YES + +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated +# by doxygen. Possible values are YES and NO. If left blank NO is used. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank +# NO is used. + +WARNINGS = YES + +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# automatically be disabled. + +WARN_IF_UNDOCUMENTED = YES + +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written +# to stderr. + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. + +INPUT = ../otflib/OTF_Reader.h \ + ../otflib/OTF_RStream.h \ + ../otflib/OTF_Writer.h \ + ../otflib/OTF_WStream.h \ + ../otflib/OTF_HandlerArray.h \ + ../otflib/OTF_MasterControl.h \ + ../otflib/OTF_FileManager.h \ + ../otflib/otf.h \ + ../otflib/ + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp +# *.h++ *.idl *.odl + +FILE_PATTERNS = *.h + +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. +# If left blank NO is used. + +RECURSIVE = NO + +# The EXCLUDE tag can be used to specify files and/or directories that should +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories +# that are symbolic links (a Unix filesystem feature) are excluded from the input. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. + +EXCLUDE_PATTERNS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see +# the \include command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank all files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. +# Possible values are YES and NO. If left blank NO is used. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see +# the \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. + +INPUT_FILTER = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source +# files to browse. + +FILTER_SOURCE_FILES = NO + +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body +# of functions and classes directly in the documentation. + +INLINE_SOURCES = NO + +# If the REFERENCED_BY_RELATION tag is set to YES (the default) +# then for each documented function all documented +# functions referencing it will be listed. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES (the default) +# then for each documented function all documented entities +# called/used by that function will be listed. + +REFERENCES_RELATION = YES + +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project +# contains a lot of classes, structs, unions or interfaces. + +ALPHABETICAL_INDEX = NO + +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# in which this list will be split (can be a number in the range [1..20]) + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# should be ignored while generating the index headers. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# generate HTML output. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `html' will be used as the default path. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# doxygen will generate files with .html extension. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a +# standard footer. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If the tag is left blank doxygen +# will generate a default style sheet + +HTML_STYLESHEET = + +# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, +# files or namespaces will be aligned in HTML using tables. If set to +# NO a bullet list will be used. + +HTML_ALIGN_MEMBERS = YES + +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) +# of the generated HTML documentation. + +GENERATE_HTMLHELP = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag +# controls if a separate .chi index file is generated (YES) or that +# it should be included in the master .chm file (NO). + +GENERATE_CHI = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a +# normal table of contents (NO) in the .chm file. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members +# to the contents of the Html help documentation and to the tree view. + +TOC_EXPAND = NO + +# The DISABLE_INDEX tag can be used to turn on/off the condensed index at +# top of each HTML page. The value NO (the default) enables the index and +# the value YES disables it. + +DISABLE_INDEX = NO + +# This tag can be used to set the number of enum values (range [1..20]) +# that doxygen will group on one line in the generated HTML documentation. + +ENUM_VALUES_PER_LINE = 4 + +# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be +# generated containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript and frames is required (for instance Mozilla, Netscape 4.0+, +# or Internet explorer 4.0+). Note that for large projects the tree generation +# can take a very long time. In such cases it is better to disable this feature. +# Windows users are probably better off using the HTML help feature. + +GENERATE_TREEVIEW = NO + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree +# is shown. + +TREEVIEW_WIDTH = 250 + +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# generate Latex output. + +GENERATE_LATEX = YES + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `latex' will be used as the default path. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be invoked. If left blank `latex' will be used as the default command name. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the +# default command name. + +MAKEINDEX_CMD_NAME = makeindex + +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_LATEX = YES + +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, a4wide, letter, legal and +# executive. If left blank a4wide will be used. + +PAPER_TYPE = a4wide + +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# packages that should be included in the LaTeX output. + +EXTRA_PACKAGES = + +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a +# standard header. Notice: only use this tag if you know what you are doing! + +LATEX_HEADER = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references +# This makes the output suitable for online browsing using a pdf viewer. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a +# higher quality PDF documentation. + +USE_PDFLATEX = YES + +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. +# This option is also used when generating formulas in HTML. + +LATEX_BATCHMODE = NO + +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimised for Word 97 and may not look very pretty with +# other RTF readers or editors. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `rtf' will be used as the default path. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. +# Note: wordpad (write) and others do not support links. + +RTF_HYPERLINKS = YES + +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assigments. You only have to provide +# replacements, missing definitions are set to their default value. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an rtf document. +# Syntax is similar to doxygen's config file. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# generate man pages + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `man' will be used as the default path. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to +# the generated man pages (default is the subroutine's section .3) + +MAN_EXTENSION = .3 + +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command +# would be unable to find the correct page. The default is NO. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the +# moment. + +GENERATE_XML = NO + +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental +# and incomplete at the moment. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include +# files. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled +# way by setting EXPAND_ONLY_PREDEF to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the +# PREDEFINED and EXPAND_AS_PREDEFINED tags. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# in the INCLUDE_PATH (see below) will be search if a #include is found. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by +# the preprocessor. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will +# be used. + +INCLUDE_FILE_PATTERNS = + +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. + +PREDEFINED = + +# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then +# this tag can be used to specify a list of macro names that should be expanded. +# The macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all function-like macros that are alone +# on a line and do not end with a semicolon. Such function macros are typically +# used for boiler-plate code, and will confuse the parser if not removed. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES tag can be used to specify one or more tagfiles. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# a tag file that is based on the input files it reads. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes +# will be listed. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will +# be listed. + +EXTERNAL_GROUPS = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of `which perl'). + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or +# super classes. Setting the tag to NO turns the diagrams off. Note that this +# option is superceded by the HAVE_DOT option below. This is only a fallback. It is +# recommended to install and use dot, since it yield more powerful graphs. + +CLASS_DIAGRAMS = YES + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# have no effect if this option is set to NO (the default) + +HAVE_DOT = NO + +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the +# the CLASS_DIAGRAMS tag to NO. + +CLASS_GRAPH = YES + +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and +# class references variables) of the class with other documented classes. + +COLLABORATION_GRAPH = YES + +# If set to YES, the inheritance and collaboration graphs will show the +# relations between templates and their instances. + +TEMPLATE_RELATIONS = YES + +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented +# or is not a class. + +HIDE_UNDOC_RELATIONS = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with +# other documented files. + +INCLUDE_GRAPH = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or +# indirectly include this file. + +INCLUDED_BY_GRAPH = YES + +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# will graphical hierarchy of all classes instead of a textual one. + +GRAPHICAL_HIERARCHY = YES + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are png, jpg, or gif +# If left blank png will be used. + +DOT_IMAGE_FORMAT = png + +# The tag DOT_PATH can be used to specify the path where the dot tool can be +# found. If left blank, it is assumed the dot tool can be found on the path. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the +# \dotfile command). + +DOTFILE_DIRS = + +# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width +# (in pixels) of the graphs generated by dot. If a graph becomes larger than +# this value, doxygen will try to truncate the graph, so that it fits within +# the specified constraint. Beware that most browsers cannot cope with very +# large images. + +MAX_DOT_GRAPH_WIDTH = 1024 + +# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height +# (in pixels) of the graphs generated by dot. If a graph becomes larger than +# this value, doxygen will try to truncate the graph, so that it fits within +# the specified constraint. Beware that most browsers cannot cope with very +# large images. + +MAX_DOT_GRAPH_HEIGHT = 1024 + +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and +# arrows in the dot generated graphs. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermedate dot files that are used to generate +# the various graphs. + +DOT_CLEANUP = YES + +#--------------------------------------------------------------------------- +# Configuration::addtions related to the search engine +#--------------------------------------------------------------------------- + +# The SEARCHENGINE tag specifies whether or not a search engine should be +# used. If set to NO the values of all tags below this one will be ignored. + +SEARCHENGINE = NO + +# The CGI_NAME tag should be the name of the CGI script that +# starts the search engine (doxysearch) with the correct parameters. +# A script with this name will be generated by doxygen. + +CGI_NAME = search.cgi + +# The CGI_URL tag should be the absolute URL to the directory where the +# cgi binaries are located. See the documentation of your http daemon for +# details. + +CGI_URL = + +# The DOC_URL tag should be the absolute URL to the directory where the +# documentation is located. If left blank the absolute path to the +# documentation, with file:// prepended to it, will be used. + +DOC_URL = + +# The DOC_ABSPATH tag should be the absolute path to the directory where the +# documentation is located. If left blank the directory on the local machine +# will be used. + +DOC_ABSPATH = + +# The BIN_ABSPATH tag must point to the directory where the doxysearch binary +# is installed. + +BIN_ABSPATH = /usr/local/bin/ + +# The EXT_DOC_PATHS tag can be used to specify one or more paths to +# documentation generated for other projects. This allows doxysearch to search +# the documentation for these projects as well. + +EXT_DOC_PATHS = diff --git a/ompi/contrib/vt/vt/extlib/otf/docu/tools/otftools.pdf b/ompi/contrib/vt/vt/extlib/otf/docu/tools/otftools.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dd3cba2e4208ec98643ffa75977222604556ed75 GIT binary patch literal 73578 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 i$;8-Bfv^%#J;7C6l2}v%E+@^6j7$u&2 + exit 1;; + esac + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -s) stripcmd=$stripprog + shift + continue;; + + -t) dstarg=$2 + shift + shift + continue;; + + -T) no_target_directory=true + shift + continue;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac +done + +if test $# -ne 0 && test -z "$dir_arg$dstarg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dstarg" + shift # fnord + fi + shift # arg + dstarg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src ;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dstarg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dstarg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst ;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dstarg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix=/ ;; + -*) prefix=./ ;; + *) prefix= ;; + esac + + case $posix_glob in + '') + if (set -f) 2>/dev/null; then + posix_glob=true + else + posix_glob=false + fi ;; + esac + + oIFS=$IFS + IFS=/ + $posix_glob && set -f + set fnord $dstdir + shift + $posix_glob && set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ + && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ + && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ + && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # Now rename the file to the real destination. + { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ + || { + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + if test -f "$dst"; then + $doit $rmcmd -f "$dst" 2>/dev/null \ + || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ + && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ + || { + echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + else + : + fi + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + } || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/ltmain.sh b/ompi/contrib/vt/vt/extlib/otf/ltmain.sh new file mode 100644 index 0000000000..4598ec61cc --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/ltmain.sh @@ -0,0 +1,6930 @@ +# ltmain.sh - Provide generalized library-building support services. +# NOTE: Changing this file will not affect anything until you rerun configure. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007 Free Software Foundation, Inc. +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +basename="s,^.*/,,g" + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + +# The name of this program: +progname=`echo "$progpath" | $SED $basename` +modename="$progname" + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 + +PROGRAM=ltmain.sh +PACKAGE=libtool +VERSION=1.5.24 +TIMESTAMP=" (1.1220.2.455 2007/06/24 02:13:29)" + +# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# Check that we have a working $echo. +if test "X$1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X$1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then + # Yippee, $echo works! + : +else + # Restart under the correct shell, and then maybe $echo will work. + exec $SHELL "$progpath" --no-reexec ${1+"$@"} +fi + +if test "X$1" = X--fallback-echo; then + # used as fallback echo + shift + cat <&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE +fi + +# Global variables. +mode=$default_mode +nonopt= +prev= +prevopt= +run= +show="$echo" +show_help= +execute_dlfiles= +duplicate_deps=no +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +##################################### +# Shell function definitions: +# This seems to be the best place for them + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $mkdir "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || { + $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2 + exit $EXIT_FAILURE + } + fi + + $echo "X$my_tmpdir" | $Xsed +} + + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +func_win32_libid () +{ + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ + $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then + win32_nmres=`eval $NM -f posix -A $1 | \ + $SED -n -e '1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $echo $win32_libid_type +} + + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case "$@ " in + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + $echo "$modename: unable to infer tagged configuration" + $echo "$modename: specify a tag with \`--tag'" 1>&2 + exit $EXIT_FAILURE +# else +# $echo "$modename: using $tagname tagged configuration" + fi + ;; + esac + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + + $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" + $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $? + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2 + exit $EXIT_FAILURE + fi +} + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + my_status="" + + $show "${rm}r $my_gentop" + $run ${rm}r "$my_gentop" + $show "$mkdir $my_gentop" + $run $mkdir "$my_gentop" + my_status=$? + if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then + exit $my_status + fi + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + extracted_serial=`expr $extracted_serial + 1` + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + $show "${rm}r $my_xdir" + $run ${rm}r "$my_xdir" + $show "$mkdir $my_xdir" + $run $mkdir "$my_xdir" + exit_status=$? + if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then + exit $exit_status + fi + case $host in + *-darwin*) + $show "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + if test -z "$run"; then + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` + darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` + if test -n "$darwin_arches"; then + darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + $show "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we have a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + lipo -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + ${rm}r unfat-$$ + cd "$darwin_orig_dir" + else + cd "$darwin_orig_dir" + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + fi # $run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + done + func_extract_archives_result="$my_oldobjs" +} +# End of Shell function definitions +##################################### + +# Darwin sucks +eval std_shrext=\"$shrext_cmds\" + +disable_libs=no + +# Parse our command line options once, thoroughly. +while test "$#" -gt 0 +do + arg="$1" + shift + + case $arg in + -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; + *) optarg= ;; + esac + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + execute_dlfiles) + execute_dlfiles="$execute_dlfiles $arg" + ;; + tag) + tagname="$arg" + preserve_args="${preserve_args}=$arg" + + # Check whether tagname contains only valid characters + case $tagname in + *[!-_A-Za-z0-9,/]*) + $echo "$progname: invalid tag name: $tagname" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $tagname in + CC) + # Don't test for the "default" C tag, as we know, it's there, but + # not specially marked. + ;; + *) + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then + taglist="$taglist $tagname" + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" + else + $echo "$progname: ignoring unknown tag $tagname" 1>&2 + fi + ;; + esac + ;; + *) + eval "$prev=\$arg" + ;; + esac + + prev= + prevopt= + continue + fi + + # Have we seen a non-optional argument yet? + case $arg in + --help) + show_help=yes + ;; + + --version) + echo "\ +$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP + +Copyright (C) 2007 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + exit $? + ;; + + --config) + ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath + # Now print the configurations for the tags. + for tagname in $taglist; do + ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" + done + exit $? + ;; + + --debug) + $echo "$progname: enabling shell trace mode" + set -x + preserve_args="$preserve_args $arg" + ;; + + --dry-run | -n) + run=: + ;; + + --features) + $echo "host: $host" + if test "$build_libtool_libs" = yes; then + $echo "enable shared libraries" + else + $echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + $echo "enable static libraries" + else + $echo "disable static libraries" + fi + exit $? + ;; + + --finish) mode="finish" ;; + + --mode) prevopt="--mode" prev=mode ;; + --mode=*) mode="$optarg" ;; + + --preserve-dup-deps) duplicate_deps="yes" ;; + + --quiet | --silent) + show=: + preserve_args="$preserve_args $arg" + ;; + + --tag) + prevopt="--tag" + prev=tag + preserve_args="$preserve_args --tag" + ;; + --tag=*) + set tag "$optarg" ${1+"$@"} + shift + prev=tag + preserve_args="$preserve_args --tag" + ;; + + -dlopen) + prevopt="-dlopen" + prev=execute_dlfiles + ;; + + -*) + $echo "$modename: unrecognized option \`$arg'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + + *) + nonopt="$arg" + break + ;; + esac +done + +if test -n "$prevopt"; then + $echo "$modename: option \`$prevopt' requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE +fi + +case $disable_libs in +no) + ;; +shared) + build_libtool_libs=no + build_old_libs=yes + ;; +static) + build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` + ;; +esac + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +if test -z "$show_help"; then + + # Infer the operation mode. + if test -z "$mode"; then + $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 + $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2 + case $nonopt in + *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) + mode=link + for arg + do + case $arg in + -c) + mode=compile + break + ;; + esac + done + ;; + *db | *dbx | *strace | *truss) + mode=execute + ;; + *install*|cp|mv) + mode=install + ;; + *rm) + mode=uninstall + ;; + *) + # If we have no mode, but dlfiles were specified, then do execute mode. + test -n "$execute_dlfiles" && mode=execute + + # Just use the default operation mode. + if test -z "$mode"; then + if test -n "$nonopt"; then + $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 + else + $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 + fi + fi + ;; + esac + fi + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$execute_dlfiles" && test "$mode" != execute; then + $echo "$modename: unrecognized option \`-dlopen'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$modename --help --mode=$mode' for more information." + + # These modes are in order of execution frequency so that they run quickly. + case $mode in + # libtool compile mode + compile) + modename="$modename: compile" + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + if test -n "$libobj" ; then + $echo "$modename: you cannot specify \`-o' more than once" 1>&2 + exit $EXIT_FAILURE + fi + arg_mode=target + continue + ;; + + -static | -prefer-pic | -prefer-non-pic) + later="$later $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + lastarg="$lastarg $arg" + done + IFS="$save_ifs" + lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` + + # Add the arguments to base_compile. + base_compile="$base_compile $lastarg" + continue + ;; + + * ) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` + + case $lastarg in + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, and some SunOS ksh mistreat backslash-escaping + # in scan sets (worked around with variable expansion), + # and furthermore cannot handle '|' '&' '(' ')' in scan sets + # at all, so we specify them separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + lastarg="\"$lastarg\"" + ;; + esac + + base_compile="$base_compile $lastarg" + done # for arg + + case $arg_mode in + arg) + $echo "$modename: you must specify an argument for -Xcompile" + exit $EXIT_FAILURE + ;; + target) + $echo "$modename: you must specify a target with \`-o'" 1>&2 + exit $EXIT_FAILURE + ;; + *) + # Get the name of the library object. + [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + xform='[cCFSifmso]' + case $libobj in + *.ada) xform=ada ;; + *.adb) xform=adb ;; + *.ads) xform=ads ;; + *.asm) xform=asm ;; + *.c++) xform=c++ ;; + *.cc) xform=cc ;; + *.ii) xform=ii ;; + *.class) xform=class ;; + *.cpp) xform=cpp ;; + *.cxx) xform=cxx ;; + *.[fF][09]?) xform=[fF][09]. ;; + *.for) xform=for ;; + *.java) xform=java ;; + *.obj) xform=obj ;; + esac + + libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` + + case $libobj in + *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; + *) + $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -static) + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"` + case $qlibobj in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + qlibobj="\"$qlibobj\"" ;; + esac + test "X$libobj" != "X$qlibobj" \ + && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && $echo "$modename: libobj name \`$libobj' may not contain shell special characters." + objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` + xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$obj"; then + xdir= + else + xdir=$xdir/ + fi + lobj=${xdir}$objdir/$objname + + if test -z "$base_compile"; then + $echo "$modename: you must specify a compilation command" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + $run $rm $removelist + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + removelist="$removelist $output_obj $lockfile" + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $run ln "$progpath" "$lockfile" 2>/dev/null; do + $show "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $echo "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + $echo "$srcfile" > "$lockfile" + fi + + if test -n "$fix_srcfile_path"; then + eval srcfile=\"$fix_srcfile_path\" + fi + qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` + case $qsrcfile in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + qsrcfile="\"$qsrcfile\"" ;; + esac + + $run $rm "$libobj" "${libobj}T" + + # Create a libtool object file (analogous to a ".la" file), + # but don't create it if we're doing a dry run. + test -z "$run" && cat > ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + $show "$mv $output_obj $lobj" + if $run $mv $output_obj $lobj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the PIC object to the libtool object file. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + $show "$mv $output_obj $obj" + if $run $mv $output_obj $obj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the non-PIC object the libtool object file. + # Only append if the libtool object file exists. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T <&2 + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test + ;; + *) qarg=$arg ;; + esac + libtool_args="$libtool_args $qarg" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + compile_command="$compile_command @OUTPUT@" + finalize_command="$finalize_command @OUTPUT@" + ;; + esac + + case $prev in + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + compile_command="$compile_command @SYMFILE@" + finalize_command="$finalize_command @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + dlfiles="$dlfiles $arg" + else + dlprefiles="$dlprefiles $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + if test ! -f "$arg"; then + $echo "$modename: symbol file \`$arg' does not exist" + exit $EXIT_FAILURE + fi + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat $save_arg` + do +# moreargs="$moreargs $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + done + else + $echo "$modename: link input file \`$save_arg' does not exist" + exit $EXIT_FAILURE + fi + arg=$save_arg + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) rpath="$rpath $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) xrpath="$xrpath $arg" ;; + esac + fi + prev= + continue + ;; + xcompiler) + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + xlinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $wl$qarg" + prev= + compile_command="$compile_command $wl$qarg" + finalize_command="$finalize_command $wl$qarg" + continue + ;; + xcclinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + darwin_framework|darwin_framework_skip) + test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + prev= + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + compile_command="$compile_command $link_static_flag" + finalize_command="$finalize_command $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 + continue + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: more than one -exported-symbols argument is not allowed" + exit $EXIT_FAILURE + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework|-arch|-isysroot) + case " $CC " in + *" ${arg} ${1} "* | *" ${arg} ${1} "*) + prev=darwin_framework_skip ;; + *) compiler_flags="$compiler_flags $arg" + prev=darwin_framework ;; + esac + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + ;; + esac + continue + ;; + + -L*) + dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 + absdir="$dir" + notinst_path="$notinst_path $dir" + fi + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "*) ;; + *) + deplibs="$deplibs -L$dir" + lib_search_path="$lib_search_path $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + *) dllsearchpath="$dllsearchpath:$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + *) dllsearchpath="$dllsearchpath:$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + deplibs="$deplibs -framework System" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + deplibs="$deplibs $arg" + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + -model) + compile_command="$compile_command $arg" + compiler_flags="$compiler_flags $arg" + finalize_command="$finalize_command $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + compiler_flags="$compiler_flags $arg" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # -64, -mips[0-9] enable 64-bit mode on the SGI compiler + # -r[0-9][0-9]* specifies the processor on the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler + # +DA*, +DD* enable 64-bit mode on the HP compiler + # -q* pass through compiler args for the IBM compiler + # -m* pass through architecture-specific compiler args for GCC + # -m*, -t[45]*, -txscale* pass through architecture-specific + # compiler args for GCC + # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC + # -F/path gives path to uninstalled frameworks, gcc on darwin + # @file GCC response files + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) + + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + compiler_flags="$compiler_flags $arg" + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 + $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $wl$flag" + linker_flags="$linker_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # Some other compiler flag. + -* | +*) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + + *.$objext) + # A standard object. + objs="$objs $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + ;; + + *.$libext) + # An archive. + deplibs="$deplibs $arg" + old_deplibs="$old_deplibs $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + dlfiles="$dlfiles $arg" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + dlprefiles="$dlprefiles $arg" + prev= + else + deplibs="$deplibs $arg" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + done # argument parsing loop + + if test -n "$prev"; then + $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` + if test "X$output_objdir" = "X$output"; then + output_objdir="$objdir" + else + output_objdir="$output_objdir/$objdir" + fi + # Create the object directory. + if test ! -d "$output_objdir"; then + $show "$mkdir $output_objdir" + $run $mkdir $output_objdir + exit_status=$? + if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then + exit $exit_status + fi + fi + + # Determine the type of output + case $output in + "") + $echo "$modename: you must specify an output file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + case $host in + *cygwin* | *mingw* | *pw32*) + # don't eliminate duplications in $postdeps and $predeps + duplicate_compiler_generated_deps=yes + ;; + *) + duplicate_compiler_generated_deps=$duplicate_deps + ;; + esac + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if test "X$duplicate_deps" = "Xyes" ; then + case "$libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + libs="$libs $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; + esac + pre_post_deps="$pre_post_deps $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + case $linkmode in + lib) + passes="conv link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + for pass in $passes; do + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + esac + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + compiler_flags="$compiler_flags $deplib" + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 + continue + fi + name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` + for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if (${SED} -e '2q' $lib | + grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + library_names= + old_library= + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + *) + $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) lib="$deplib" ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method + match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` + if eval $echo \"$deplib\" 2>/dev/null \ + | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + $echo + $echo "*** Warning: Trying to link with static lib archive $deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because the file extensions .$libext of this argument makes me believe" + $echo "*** that it is just a static archive that I should not used here." + else + $echo + $echo "*** Warning: Linking the shared library $output against the" + $echo "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + newdlprefiles="$newdlprefiles $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + newdlfiles="$newdlfiles $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + if test "$found" = yes || test -f "$lib"; then : + else + $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2 + exit $EXIT_FAILURE + fi + + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && dlfiles="$dlfiles $dlopen" + test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + # It is a libtool convenience library, so add in its objects. + convenience="$convenience $ladir/$objdir/$old_library" + old_convenience="$old_convenience $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + $echo "$modename: \`$lib' is not a convenience library" 1>&2 + exit $EXIT_FAILURE + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + for l in $old_library $library_names; do + linklib="$l" + done + if test -z "$linklib"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + dlprefiles="$dlprefiles $lib $dependency_libs" + else + newdlfiles="$newdlfiles $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 + $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 + abs_ladir="$ladir" + fi + ;; + esac + laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + $echo "$modename: warning: library \`$lib' was moved." 1>&2 + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$libdir" + absdir="$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + fi + fi # $installed = yes + name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + newdlprefiles="$newdlprefiles $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + newdlprefiles="$newdlprefiles $dir/$dlname" + else + newdlprefiles="$newdlprefiles $dir/$linklib" + fi + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + newlib_search_path="$newlib_search_path $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath " in + *" $dir "*) ;; + *" $absdir "*) ;; + *) temp_rpath="$temp_rpath $absdir" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes ; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + if test "$installed" = no; then + notinst_deplibs="$notinst_deplibs $lib" + need_relink=yes + fi + # This is a shared library + + # Warn about portability, can't link against -module's on + # some systems (darwin) + if test "$shouldnotlink" = yes && test "$pass" = link ; then + $echo + if test "$linkmode" = prog; then + $echo "*** Warning: Linking the executable $output against the loadable module" + else + $echo "*** Warning: Linking the shared library $output against the loadable module" + fi + $echo "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + realname="$2" + shift; shift + libname=`eval \\$echo \"$libname_spec\"` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw*) + major=`expr $current - $age` + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + soname=`$echo $soroot | ${SED} -e 's/^.*\///'` + newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + $show "extracting exported symbol list from \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$extract_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + $show "generating import library for \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$old_archive_from_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a module then we can not link against + # it, someone is ignoring the new warnings I added + if /usr/bin/file -L $add 2> /dev/null | + $EGREP ": [^:]* bundle" >/dev/null ; then + $echo "** Warning, lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + $echo + $echo "** And there doesn't seem to be a static archive available" + $echo "** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$dir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + $echo "$modename: configuration error: unsupported hardcode properties" + exit $EXIT_FAILURE + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && \ + test "$hardcode_minus_L" != yes && \ + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + $echo + $echo "*** Warning: This system can not link to static lib archive $lib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + $echo "*** But as you try to build a module library, libtool will still create " + $echo "*** a static module, that should work as long as the dlopening application" + $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) xrpath="$xrpath $temp_xrpath";; + esac;; + *) temp_deplibs="$temp_deplibs $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + newlib_search_path="$newlib_search_path $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + case $deplib in + -L*) path="$deplib" ;; + *.la) + dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$deplib" && dir="." + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 + absdir="$dir" + fi + ;; + esac + if grep "^installed=no" $deplib > /dev/null; then + path="$absdir/$objdir" + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + if test "$absdir" != "$libdir"; then + $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 + fi + path="$absdir" + fi + depdepl= + case $host in + *-*-darwin*) + # we do not want to link against static libs, + # but need to link against shared + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$path/$depdepl" ; then + depdepl="$path/$depdepl" + fi + # do not add paths which are already there + case " $newlib_search_path " in + *" $path "*) ;; + *) newlib_search_path="$newlib_search_path $path";; + esac + fi + path="" + ;; + *) + path="-L$path" + ;; + esac + ;; + -l*) + case $host in + *-*-darwin*) + # Again, we only want to link against shared libraries + eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` + for tmp in $newlib_search_path ; do + if test -f "$tmp/lib$tmp_libs.dylib" ; then + eval depdepl="$tmp/lib$tmp_libs.dylib" + break + fi + done + path="" + ;; + *) continue ;; + esac + ;; + *) continue ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + case " $deplibs " in + *" $depdepl "*) ;; + *) deplibs="$depdepl $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) lib_search_path="$lib_search_path $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + tmp_libs="$tmp_libs $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 + fi + + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 + fi + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + objs="$objs$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + if test "$module" = no; then + $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 + exit $EXIT_FAILURE + else + $echo + $echo "*** Warning: Linking the shared library $output against the non-libtool" + $echo "*** objects $objs is not portable!" + libobjs="$libobjs $objs" + fi + fi + + if test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 + fi + + set dummy $rpath + if test "$#" -gt 2; then + $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 + fi + install_libdir="$2" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 + fi + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + IFS="$save_ifs" + + if test -n "$8"; then + $echo "$modename: too many parameters to \`-version-info'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$2" + number_minor="$3" + number_revision="$4" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + darwin|linux|osf|windows|none) + current=`expr $number_major + $number_minor` + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + current=`expr $number_major + $number_minor` + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + esac + ;; + no) + current="$2" + revision="$3" + age="$4" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test "$age" -gt "$current"; then + $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + minor_current=`expr $current + 1` + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current"; + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + major=`expr $current - $age` + else + major=`expr $current - $age + 1` + fi + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + iface=`expr $revision - $loop` + loop=`expr $loop - 1` + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + ;; + + osf) + major=.`expr $current - $age` + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + iface=`expr $current - $loop` + loop=`expr $loop - 1` + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + verstring="$verstring:${current}.0" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + major=`expr $current - $age` + versuffix="-$major" + ;; + + *) + $echo "$modename: unknown library version type \`$version_type'" 1>&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + fi + + if test "$mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$echo "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + removelist="$removelist $p" + ;; + *) ;; + esac + done + if test -n "$removelist"; then + $show "${rm}r $removelist" + $run ${rm}r $removelist + fi + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + oldlibs="$oldlibs $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` + # deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` + # dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + temp_xrpath="$temp_xrpath -R$libdir" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) dlfiles="$dlfiles $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) dlprefiles="$dlprefiles $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + deplibs="$deplibs -framework System" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + deplibs="$deplibs -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $rm conftest.c + cat > conftest.c </dev/null` + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null \ + | grep " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$file_magic_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for file magic test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a file magic. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method + match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` + for a_deplib in $deplibs; do + name=`expr $a_deplib : '-l\(.*\)'` + # If $name is empty we are operating on a -L argument. + if test -n "$name" && test "$name" != "0"; then + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval \\$echo \"$libname_spec\"` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval $echo \"$potent_lib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a regex pattern. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ + -e 's/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` + done + fi + if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ + | grep . >/dev/null; then + $echo + if test "X$deplibs_check_method" = "Xnone"; then + $echo "*** Warning: inter-library dependencies are not supported in this platform." + else + $echo "*** Warning: inter-library dependencies are not known to be supported." + fi + $echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + fi + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + $echo + $echo "*** Warning: libtool could not satisfy all declared inter-library" + $echo "*** dependencies of module $libname. Therefore, libtool will create" + $echo "*** a static module, that should work as long as the dlopening" + $echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + $echo "*** The inter-library dependencies that have been dropped here will be" + $echo "*** automatically added whenever a program is linked with this library" + $echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + $echo + $echo "*** Since this library must not contain undefined symbols," + $echo "*** because either the platform does not support them or" + $echo "*** it was explicitly requested with -no-undefined," + $echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + new_libs="$new_libs -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$new_libs $deplib" ;; + esac + ;; + *) new_libs="$new_libs $deplib" ;; + esac + done + deplibs="$new_libs" + + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + dep_rpath="$dep_rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + if test -n "$hardcode_libdir_flag_spec_ld"; then + case $archive_cmds in + *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;; + *) eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;; + esac + else + eval dep_rpath=\"$hardcode_libdir_flag_spec\" + fi + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + realname="$2" + shift; shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + linknames="$linknames $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + if len=`expr "X$cmd" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + $show "$cmd" + $run eval "$cmd" || exit $? + skipped_export=false + else + # The command line is too long to execute in one step. + $show "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex"; then + $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" + $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + $show "$mv \"${export_symbols}T\" \"$export_symbols\"" + $run eval '$mv "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + tmp_deplibs="$tmp_deplibs $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + else + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + libobjs="$libobjs $func_extract_archives_result" + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + linker_flags="$linker_flags $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + len=`expr "X$test_cmds" : ".*" 2>/dev/null` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise. + $echo "creating reloadable object files..." + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + output_la=`$echo "X$output" | $Xsed -e "$basename"` + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + delfiles= + last_robj= + k=1 + output=$output_objdir/$output_la-${k}.$objext + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + eval test_cmds=\"$reload_cmds $objlist $last_robj\" + if test "X$objlist" = X || + { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && + test "$len" -le "$max_cmd_len"; }; then + objlist="$objlist $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + else + # All subsequent reloadable object files will link in + # the last one created. + eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + k=`expr $k + 1` + output=$output_objdir/$output_la-${k}.$objext + objlist=$obj + len=1 + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" + + if ${skipped_export-false}; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + libobjs=$output + # Append the command to create the export file. + eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" + fi + + # Set up a command to remove the reloadable object files + # after they are used. + i=0 + while test "$i" -lt "$k" + do + i=`expr $i + 1` + delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" + done + + $echo "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + + # Append the command to remove the reloadable object files + # to the just-reset $cmds. + eval cmds=\"\$cmds~\$rm $delfiles\" + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + $show "${rm}r $gentop" + $run ${rm}r "$gentop" + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" + $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 + fi + + case $output in + *.lo) + if test -n "$objs$old_deplibs"; then + $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 + exit $EXIT_FAILURE + fi + libobj="$output" + obj=`$echo "X$output" | $Xsed -e "$lo2o"` + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $run $rm $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $run eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; + esac + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 + fi + + if test "$preload" = yes; then + if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && + test "$dlopen_self_static" = unknown; then + $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." + fi + fi + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` + finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + case $host in + *darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + if test "$tagname" = CXX ; then + compile_command="$compile_command ${wl}-bind_at_load" + finalize_command="$finalize_command ${wl}-bind_at_load" + fi + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + new_libs="$new_libs -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$new_libs $deplib" ;; + esac + ;; + *) new_libs="$new_libs $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + compile_command="$compile_command $compile_deplibs" + finalize_command="$finalize_command $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + *) dllsearchpath="$dllsearchpath:$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + *) dllsearchpath="$dllsearchpath:$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + fi + + dlsyms= + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + dlsyms="${outputname}S.c" + else + $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 + fi + fi + + if test -n "$dlsyms"; then + case $dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${outputname}.nm" + + $show "$rm $nlist ${nlist}S ${nlist}T" + $run $rm "$nlist" "${nlist}S" "${nlist}T" + + # Parse the name list into a source file. + $show "creating $output_objdir/$dlsyms" + + test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ +/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ +/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +/* Prevent the only kind of declaration conflicts we can make. */ +#define lt_preloaded_symbols some_other_symbol + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + $show "generating symbol list for \`$output'" + + test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + for arg in $progfiles; do + $show "extracting global C symbols from \`$arg'" + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + if test -n "$export_symbols_regex"; then + $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $run $rm $export_symbols + $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* ) + $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + else + $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + $run eval 'mv "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* ) + $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + fi + fi + + for arg in $dlprefiles; do + $show "extracting global C symbols from \`$arg'" + name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` + $run eval '$echo ": $name " >> "$nlist"' + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -z "$run"; then + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $mv "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if grep -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + grep -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' + else + $echo '/* NONE */' >> "$output_objdir/$dlsyms" + fi + + $echo >> "$output_objdir/$dlsyms" "\ + +#undef lt_preloaded_symbols + +#if defined (__STDC__) && __STDC__ +# define lt_ptr void * +#else +# define lt_ptr char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +" + + case $host in + *cygwin* | *mingw* ) + $echo >> "$output_objdir/$dlsyms" "\ +/* DATA imports from DLLs on WIN32 can't be const, because + runtime relocations are performed -- see ld's documentation + on pseudo-relocs */ +struct { +" + ;; + * ) + $echo >> "$output_objdir/$dlsyms" "\ +const struct { +" + ;; + esac + + + $echo >> "$output_objdir/$dlsyms" "\ + const char *name; + lt_ptr address; +} +lt_preloaded_symbols[] = +{\ +" + + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" + + $echo >> "$output_objdir/$dlsyms" "\ + {0, (lt_ptr) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + fi + + pic_flag_for_symtable= + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; + esac;; + *-*-hpux*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag";; + esac + esac + + # Now compile the dynamic symbol file. + $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" + $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? + + # Clean up the generated files. + $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" + $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" + + # Transform the symbol file into the correct name. + case $host in + *cygwin* | *mingw* ) + if test -f "$output_objdir/${outputname}.def" ; then + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` + else + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + fi + ;; + * ) + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + ;; + esac + ;; + *) + $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` + fi + + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + # Replace the output file specification. + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + $show "$link_command" + $run eval "$link_command" + exit_status=$? + + # Delete the generated files. + if test -n "$dlsyms"; then + $show "$rm $output_objdir/${outputname}S.${objext}" + $run $rm "$output_objdir/${outputname}S.${objext}" + fi + + exit $exit_status + fi + + if test -n "$shlibpath_var"; then + # We should set the shlibpath_var + rpath= + for dir in $temp_rpath; do + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) + # Absolute path. + rpath="$rpath$dir:" + ;; + *) + # Relative path: add a thisdir entry. + rpath="$rpath\$thisdir/$dir:" + ;; + esac + done + temp_rpath="$rpath" + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + rpath="$rpath$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $run $rm $output + # Link the executable and exit + $show "$link_command" + $run eval "$link_command" || exit $? + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname + + $show "$link_command" + $run eval "$link_command" || exit $? + + # Now create the wrapper script. + $show "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` + fi + + # Quote $echo for shipping. + if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then + case $progpath in + [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; + *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; + esac + qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` + else + qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` + fi + + # Only actually do things if our run command is non-null. + if test -z "$run"; then + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + output_name=`basename $output` + output_path=`dirname $output` + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $rm $cwrappersource $cwrapper + trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + cat > $cwrappersource <> $cwrappersource<<"EOF" +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +/* -DDEBUG is fairly common in CFLAGS. */ +#undef DEBUG +#if defined DEBUGWRAPPER +# define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__) +#else +# define DEBUG(format, ...) +#endif + +const char *program_name = NULL; + +void * xmalloc (size_t num); +char * xstrdup (const char *string); +const char * base_name (const char *name); +char * find_executable(const char *wrapper); +int check_executable(const char *path); +char * strendzap(char *str, const char *pat); +void lt_fatal (const char *message, ...); + +int +main (int argc, char *argv[]) +{ + char **newargz; + int i; + + program_name = (char *) xstrdup (base_name (argv[0])); + DEBUG("(main) argv[0] : %s\n",argv[0]); + DEBUG("(main) program_name : %s\n",program_name); + newargz = XMALLOC(char *, argc+2); +EOF + + cat >> $cwrappersource <> $cwrappersource <<"EOF" + newargz[1] = find_executable(argv[0]); + if (newargz[1] == NULL) + lt_fatal("Couldn't find %s", argv[0]); + DEBUG("(main) found exe at : %s\n",newargz[1]); + /* we know the script has the same name, without the .exe */ + /* so make sure newargz[1] doesn't end in .exe */ + strendzap(newargz[1],".exe"); + for (i = 1; i < argc; i++) + newargz[i+1] = xstrdup(argv[i]); + newargz[argc+1] = NULL; + + for (i=0; i> $cwrappersource <> $cwrappersource <> $cwrappersource <<"EOF" + return 127; +} + +void * +xmalloc (size_t num) +{ + void * p = (void *) malloc (num); + if (!p) + lt_fatal ("Memory exhausted"); + + return p; +} + +char * +xstrdup (const char *string) +{ + return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL +; +} + +const char * +base_name (const char *name) +{ + const char *base; + +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + /* Skip over the disk name in MSDOS pathnames. */ + if (isalpha ((unsigned char)name[0]) && name[1] == ':') + name += 2; +#endif + + for (base = name; *name; name++) + if (IS_DIR_SEPARATOR (*name)) + base = name + 1; + return base; +} + +int +check_executable(const char * path) +{ + struct stat st; + + DEBUG("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!"); + if ((!path) || (!*path)) + return 0; + + if ((stat (path, &st) >= 0) && + ( + /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */ +#if defined (S_IXOTH) + ((st.st_mode & S_IXOTH) == S_IXOTH) || +#endif +#if defined (S_IXGRP) + ((st.st_mode & S_IXGRP) == S_IXGRP) || +#endif + ((st.st_mode & S_IXUSR) == S_IXUSR)) + ) + return 1; + else + return 0; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise */ +char * +find_executable (const char* wrapper) +{ + int has_slash = 0; + const char* p; + const char* p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char* concat_name; + + DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable(concat_name)) + return concat_name; + XFREE(concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable(concat_name)) + return concat_name; + XFREE(concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char* path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char* q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR(*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal ("getcwd failed"); + tmp_len = strlen(tmp); + concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable(concat_name)) + return concat_name; + XFREE(concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal ("getcwd failed"); + tmp_len = strlen(tmp); + concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable(concat_name)) + return concat_name; + XFREE(concat_name); + return NULL; +} + +char * +strendzap(char *str, const char *pat) +{ + size_t len, patlen; + + assert(str != NULL); + assert(pat != NULL); + + len = strlen(str); + patlen = strlen(pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp(str, pat) == 0) + *str = '\0'; + } + return str; +} + +static void +lt_error_core (int exit_status, const char * mode, + const char * message, va_list ap) +{ + fprintf (stderr, "%s: %s: ", program_name, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + va_end (ap); +} +EOF + # we should really use a build-platform specific compiler + # here, but OTOH, the wrappers (shell script and this C one) + # are only useful if you want to execute the "real" binary. + # Since the "real" binary is built for $host, then this + # wrapper might as well be built for $host, too. + $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource + ;; + esac + $rm $output + trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 + + $echo > $output "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='${SED} -e 1s/^X//' +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variable: + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$echo are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + echo=\"$qecho\" + file=\"\$0\" + # Make sure echo works. + if test \"X\$1\" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift + elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then + # Yippee, \$echo works! + : + else + # Restart under the correct shell, and then maybe \$echo will work. + exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} + fi + fi\ +" + $echo >> $output "\ + + # Find the directory that this script lives in. + thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + done + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $echo >> $output "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || \\ + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $mkdir \"\$progdir\" + else + $rm \"\$progdir/\$file\" + fi" + + $echo >> $output "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $echo \"\$relink_command_output\" >&2 + $rm \"\$progdir/\$file\" + exit $EXIT_FAILURE + fi + fi + + $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $rm \"\$progdir/\$program\"; + $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $rm \"\$progdir/\$file\" + fi" + else + $echo >> $output "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $echo >> $output "\ + + if test -f \"\$progdir/\$program\"; then" + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $echo >> $output "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` + + export $shlibpath_var +" + fi + + # fixup the dll searchpath if we need to. + if test -n "$dllsearchpath"; then + $echo >> $output "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + $echo >> $output "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2*) + $echo >> $output "\ + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $echo >> $output "\ + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $echo >> $output "\ + \$echo \"\$0: cannot exec \$program \$*\" + exit $EXIT_FAILURE + fi + else + # The program doesn't exist. + \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$echo \"This script is just a wrapper for \$program.\" 1>&2 + $echo \"See the $PACKAGE documentation for more information.\" 1>&2 + exit $EXIT_FAILURE + fi +fi\ +" + chmod +x $output + fi + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $addlibs + oldobjs="$oldobjs $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + $echo "X$obj" | $Xsed -e 's%^.*/%%' + done | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "copying selected object files to avoid basename conflicts..." + + if test -z "$gentop"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + $show "${rm}r $gentop" + $run ${rm}r "$gentop" + $show "$mkdir $gentop" + $run $mkdir "$gentop" + exit_status=$? + if test "$exit_status" -ne 0 && test ! -d "$gentop"; then + exit $exit_status + fi + fi + + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + counter=`expr $counter + 1` + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + $run ln "$obj" "$gentop/$newobj" || + $run cp "$obj" "$gentop/$newobj" + oldobjs="$oldobjs $gentop/$newobj" + ;; + *) oldobjs="$oldobjs $obj" ;; + esac + done + fi + + eval cmds=\"$old_archive_cmds\" + + if len=`expr "X$cmds" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + $echo "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + for obj in $save_oldobjs + do + oldobjs="$objlist $obj" + objlist="$objlist $obj" + eval test_cmds=\"$old_archive_cmds\" + if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && + test "$len" -le "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + eval cmd=\"$cmd\" + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$generated"; then + $show "${rm}r$generated" + $run ${rm}r$generated + fi + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + $show "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + + # Only create the output if not a dry run. + if test -z "$run"; then + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdependency_libs="$newdependency_libs $libdir/$name" + ;; + *) newdependency_libs="$newdependency_libs $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + for lib in $dlfiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlfiles="$newdlfiles $libdir/$name" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlprefiles="$newdlprefiles $libdir/$name" + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlfiles="$newdlfiles $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlprefiles="$newdlprefiles $abs" + done + dlprefiles="$newdlprefiles" + fi + $rm $output + # place dlname in correct position for cygwin + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + esac + $echo > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $echo >> $output "\ +relink_command=\"$relink_command\"" + fi + done + fi + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" + $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? + ;; + esac + exit $EXIT_SUCCESS + ;; + + # libtool install mode + install) + modename="$modename: install" + + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + $echo "X$nonopt" | grep shtool > /dev/null; then + # Aesthetically quote it. + arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + install_prog="$arg " + arg="$1" + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog$arg" + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + for arg + do + if test -n "$dest"; then + files="$files $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + case " $install_prog " in + *[\\\ /]cp\ *) ;; + *) prev=$arg ;; + esac + ;; + -g | -m | -o) prev=$arg ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog $arg" + done + + if test -z "$install_prog"; then + $echo "$modename: you must specify an install program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$prev"; then + $echo "$modename: the \`$prev' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -z "$files"; then + if test -z "$dest"; then + $echo "$modename: no file or destination specified" 1>&2 + else + $echo "$modename: you must specify a destination" 1>&2 + fi + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Strip any trailing slash from the destination. + dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` + test "X$destdir" = "X$dest" && destdir=. + destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` + + # Not a directory, so check to see that there is only one file specified. + set dummy $files + if test "$#" -gt 2; then + $echo "$modename: \`$dest' is not a directory" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + staticlibs="$staticlibs $file" + ;; + + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + library_names= + old_library= + relink_command= + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) current_libdirs="$current_libdirs $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) future_libdirs="$future_libdirs $libdir" ;; + esac + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ + test "X$dir" = "X$file/" && dir= + dir="$dir$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + if test "$inst_prefix_dir" = "$destdir"; then + $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` + else + relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP` + fi + + $echo "$modename: warning: relinking \`$file'" 1>&2 + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + exit $EXIT_FAILURE + fi + fi + + # See the names of the shared library. + set dummy $library_names + if test -n "$2"; then + realname="$2" + shift + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + $show "$install_prog $dir/$srcname $destdir/$realname" + $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? + if test -n "$stripme" && test -n "$striplib"; then + $show "$striplib $destdir/$realname" + $run eval "$striplib $destdir/$realname" || exit $? + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + if test "$linkname" != "$realname"; then + $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" + $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" + fi + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + cmds=$postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + fi + + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Install the libtool object if requested. + if test -n "$destfile"; then + $show "$install_prog $file $destfile" + $run eval "$install_prog $file $destfile" || exit $? + fi + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` + + $show "$install_prog $staticobj $staticdest" + $run eval "$install_prog \$staticobj \$staticdest" || exit $? + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + file=`$echo $file|${SED} 's,.exe$,,'` + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin*|*mingw*) + wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` + ;; + *) + wrapper=$file + ;; + esac + if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then + notinst_deplibs= + relink_command= + + # Note that it is not necessary on cygwin/mingw to append a dot to + # foo even if both foo and FILE.exe exist: automatic-append-.exe + # behavior happens only for exec(3), not for open(2)! Also, sourcing + # `FILE.' does not work on cygwin managed mounts. + # + # If there is no directory component, then add one. + case $wrapper in + */* | *\\*) . ${wrapper} ;; + *) . ./${wrapper} ;; + esac + + # Check the variables that should have been set. + if test -z "$notinst_deplibs"; then + $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 + exit $EXIT_FAILURE + fi + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + # If there is no directory component, then add one. + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + fi + libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 + finalize=no + fi + done + + relink_command= + # Note that it is not necessary on cygwin/mingw to append a dot to + # foo even if both foo and FILE.exe exist: automatic-append-.exe + # behavior happens only for exec(3), not for open(2)! Also, sourcing + # `FILE.' does not work on cygwin managed mounts. + # + # If there is no directory component, then add one. + case $wrapper in + */* | *\\*) . ${wrapper} ;; + *) . ./${wrapper} ;; + esac + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + if test "$finalize" = yes && test -z "$run"; then + tmpdir=`func_mktempdir` + file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP` + + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + ${rm}r "$tmpdir" + continue + fi + file="$outputname" + else + $echo "$modename: warning: cannot relink \`$file'" 1>&2 + fi + else + # Install the binary that we compiled earlier. + file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` + ;; + esac + ;; + esac + $show "$install_prog$stripme $file $destfile" + $run eval "$install_prog\$stripme \$file \$destfile" || exit $? + test -n "$outputname" && ${rm}r "$tmpdir" + ;; + esac + done + + for file in $staticlibs; do + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + + $show "$install_prog $file $oldlib" + $run eval "$install_prog \$file \$oldlib" || exit $? + + if test -n "$stripme" && test -n "$old_striplib"; then + $show "$old_striplib $oldlib" + $run eval "$old_striplib $oldlib" || exit $? + fi + + # Do each command in the postinstall commands. + cmds=$old_postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$future_libdirs"; then + $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 + fi + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + test -n "$run" && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi + ;; + + # libtool finish mode + finish) + modename="$modename: finish" + libdirs="$nonopt" + admincmds= + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for dir + do + libdirs="$libdirs $dir" + done + + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + cmds=$finish_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || admincmds="$admincmds + $cmd" + done + IFS="$save_ifs" + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $run eval "$cmds" || admincmds="$admincmds + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + test "$show" = : && exit $EXIT_SUCCESS + + $echo "X----------------------------------------------------------------------" | $Xsed + $echo "Libraries have been installed in:" + for libdir in $libdirs; do + $echo " $libdir" + done + $echo + $echo "If you ever happen to want to link against installed libraries" + $echo "in a given directory, LIBDIR, you must either use libtool, and" + $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + $echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + $echo " during execution" + fi + if test -n "$runpath_var"; then + $echo " - add LIBDIR to the \`$runpath_var' environment variable" + $echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $echo " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $echo " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + $echo + $echo "See any operating system documentation about shared libraries for" + $echo "more information, such as the ld(1) and ld.so(8) manual pages." + $echo "X----------------------------------------------------------------------" | $Xsed + exit $EXIT_SUCCESS + ;; + + # libtool execute mode + execute) + modename="$modename: execute" + + # The first argument is the command name. + cmd="$nonopt" + if test -z "$cmd"; then + $echo "$modename: you must specify a COMMAND" 1>&2 + $echo "$help" + exit $EXIT_FAILURE + fi + + # Handle -dlopen flags immediately. + for file in $execute_dlfiles; do + if test ! -f "$file"; then + $echo "$modename: \`$file' is not a file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + dir= + case $file in + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Read the libtool library. + dlname= + library_names= + + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" + continue + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + + if test -f "$dir/$objdir/$dlname"; then + dir="$dir/$objdir" + else + if test ! -f "$dir/$dlname"; then + $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 + exit $EXIT_FAILURE + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + ;; + + *) + $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -*) ;; + *) + # Do a test to see if this is really a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` + args="$args \"$file\"" + done + + if test -z "$run"; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" + $echo "export $shlibpath_var" + fi + $echo "$cmd$args" + exit $EXIT_SUCCESS + fi + ;; + + # libtool clean and uninstall mode + clean | uninstall) + modename="$modename: $mode" + rm="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) rm="$rm $arg"; rmforce=yes ;; + -*) rm="$rm $arg" ;; + *) files="$files $arg" ;; + esac + done + + if test -z "$rm"; then + $echo "$modename: you must specify an RM program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + rmdirs= + + origobjdir="$objdir" + for file in $files; do + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + if test "X$dir" = "X$file"; then + dir=. + objdir="$origobjdir" + else + objdir="$dir/$origobjdir" + fi + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + test "$mode" = uninstall && objdir="$dir" + + # Remember objdir for removal later, being careful to avoid duplicates + if test "$mode" = clean; then + case " $rmdirs " in + *" $objdir "*) ;; + *) rmdirs="$rmdirs $objdir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if (test -L "$file") >/dev/null 2>&1 \ + || (test -h "$file") >/dev/null 2>&1 \ + || test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + . $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + rmfiles="$rmfiles $objdir/$n" + done + test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + + case "$mode" in + clean) + case " $library_names " in + # " " in the beginning catches empty $dlname + *" $dlname "*) ;; + *) rmfiles="$rmfiles $objdir/$dlname" ;; + esac + test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + cmds=$postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + cmds=$old_postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + + # Read the .lo file + . $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" \ + && test "$pic_object" != none; then + rmfiles="$rmfiles $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" \ + && test "$non_pic_object" != none; then + rmfiles="$rmfiles $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$mode" = clean ; then + noexename=$name + case $file in + *.exe) + file=`$echo $file|${SED} 's,.exe$,,'` + noexename=`$echo $name|${SED} 's,.exe$,,'` + # $file with .exe has already been added to rmfiles, + # add $file without .exe + rmfiles="$rmfiles $file" + ;; + esac + # Do a test to see if this is a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + relink_command= + . $dir/$noexename + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + rmfiles="$rmfiles $objdir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + rmfiles="$rmfiles $objdir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + $show "$rm $rmfiles" + $run $rm $rmfiles || exit_status=1 + done + objdir="$origobjdir" + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + $show "rmdir $dir" + $run rmdir $dir >/dev/null 2>&1 + fi + done + + exit $exit_status + ;; + + "") + $echo "$modename: you must specify a MODE" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test -z "$exec_cmd"; then + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + fi +fi # test -z "$show_help" + +if test -n "$exec_cmd"; then + eval exec $exec_cmd + exit $EXIT_FAILURE +fi + +# We need to display help for each of the modes. +case $mode in +"") $echo \ +"Usage: $modename [OPTION]... [MODE-ARG]... + +Provide generalized library-building support services. + + --config show all configuration variables + --debug enable verbose shell tracing +-n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --finish same as \`--mode=finish' + --help display this help message and exit + --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] + --quiet same as \`--silent' + --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + --version print version information + +MODE must be one of the following: + + clean remove files from the build directory + compile compile a source file into a libtool object + execute automatically set library path, then run a program + finish complete the installation of libtool libraries + install install libraries or executables + link create a library or an executable + uninstall remove libraries from an installed directory + +MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for +a more detailed description of MODE. + +Report bugs to ." + exit $EXIT_SUCCESS + ;; + +clean) + $echo \ +"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + +compile) + $echo \ +"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -prefer-pic try to building PIC objects only + -prefer-non-pic try to building non-PIC objects only + -static always build a \`.o' file suitable for static linking + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + +execute) + $echo \ +"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + +finish) + $echo \ +"Usage: $modename [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + +install) + $echo \ +"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + +link) + $echo \ +"Usage: $modename [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + +uninstall) + $echo \ +"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + +*) + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; +esac + +$echo +$echo "Try \`$modename --help' for more information about other modes." + +exit $? + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +disable_libs=shared +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +disable_libs=static +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/missing b/ompi/contrib/vt/vt/extlib/otf/missing new file mode 100755 index 0000000000..1c8ff7049d --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/missing @@ -0,0 +1,367 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2006-05-10.23 + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). +case $1 in + lex|yacc) + # Not GNU programs, they don't have --version. + ;; + + tar) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $1 in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/otf_vc05.sln b/ompi/contrib/vt/vt/extlib/otf/otf_vc05.sln new file mode 100644 index 0000000000..02cc2d0777 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otf_vc05.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libotf", "otflib\libotf_vs05.vcproj", "{6B9B49C9-75CD-400D-B736-5EACA04D0A82}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "otfaux", "tools\otfaux\otfaux_vs05.vcproj", "{24587836-ED5E-49DF-A7AD-419FDC208C08}" + ProjectSection(ProjectDependencies) = postProject + {6B9B49C9-75CD-400D-B736-5EACA04D0A82} = {6B9B49C9-75CD-400D-B736-5EACA04D0A82} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "otfcompress", "tools\otfcompress\otfcompress_vs05.vcproj", "{B6BBC220-1492-4BEA-A299-9D062133ABAA}" + ProjectSection(ProjectDependencies) = postProject + {6B9B49C9-75CD-400D-B736-5EACA04D0A82} = {6B9B49C9-75CD-400D-B736-5EACA04D0A82} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "otfdump", "tools\otfdump\otfdump_vs05.vcproj", "{508A823C-8EAB-4C56-9DFE-4D85B0D24491}" + ProjectSection(ProjectDependencies) = postProject + {6B9B49C9-75CD-400D-B736-5EACA04D0A82} = {6B9B49C9-75CD-400D-B736-5EACA04D0A82} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "otfmerge", "tools\otfmerge\otfmerge_vs05.vcproj", "{1B9223C8-DE20-4538-8214-776C6017D22B}" + ProjectSection(ProjectDependencies) = postProject + {6B9B49C9-75CD-400D-B736-5EACA04D0A82} = {6B9B49C9-75CD-400D-B736-5EACA04D0A82} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6B9B49C9-75CD-400D-B736-5EACA04D0A82}.Debug|Win32.ActiveCfg = Debug|Win32 + {6B9B49C9-75CD-400D-B736-5EACA04D0A82}.Debug|Win32.Build.0 = Debug|Win32 + {6B9B49C9-75CD-400D-B736-5EACA04D0A82}.Release|Win32.ActiveCfg = Release|Win32 + {6B9B49C9-75CD-400D-B736-5EACA04D0A82}.Release|Win32.Build.0 = Release|Win32 + {24587836-ED5E-49DF-A7AD-419FDC208C08}.Debug|Win32.ActiveCfg = Debug|Win32 + {24587836-ED5E-49DF-A7AD-419FDC208C08}.Debug|Win32.Build.0 = Debug|Win32 + {24587836-ED5E-49DF-A7AD-419FDC208C08}.Release|Win32.ActiveCfg = Release|Win32 + {24587836-ED5E-49DF-A7AD-419FDC208C08}.Release|Win32.Build.0 = Release|Win32 + {B6BBC220-1492-4BEA-A299-9D062133ABAA}.Debug|Win32.ActiveCfg = Debug|Win32 + {B6BBC220-1492-4BEA-A299-9D062133ABAA}.Debug|Win32.Build.0 = Debug|Win32 + {B6BBC220-1492-4BEA-A299-9D062133ABAA}.Release|Win32.ActiveCfg = Release|Win32 + {B6BBC220-1492-4BEA-A299-9D062133ABAA}.Release|Win32.Build.0 = Release|Win32 + {508A823C-8EAB-4C56-9DFE-4D85B0D24491}.Debug|Win32.ActiveCfg = Debug|Win32 + {508A823C-8EAB-4C56-9DFE-4D85B0D24491}.Debug|Win32.Build.0 = Debug|Win32 + {508A823C-8EAB-4C56-9DFE-4D85B0D24491}.Release|Win32.ActiveCfg = Release|Win32 + {508A823C-8EAB-4C56-9DFE-4D85B0D24491}.Release|Win32.Build.0 = Release|Win32 + {1B9223C8-DE20-4538-8214-776C6017D22B}.Debug|Win32.ActiveCfg = Debug|Win32 + {1B9223C8-DE20-4538-8214-776C6017D22B}.Debug|Win32.Build.0 = Debug|Win32 + {1B9223C8-DE20-4538-8214-776C6017D22B}.Release|Win32.ActiveCfg = Release|Win32 + {1B9223C8-DE20-4538-8214-776C6017D22B}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.am new file mode 100644 index 0000000000..a80ede24b9 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.am @@ -0,0 +1,53 @@ +INCLUDES = $(ZLIB_INCLUDE_LINE) + +if AMDEPZLIB +LIBS += $(ZLIB_LIB_LINE) +endif + +include_HEADERS = otf.h \ + OTF_CopyHandler.h \ + OTF_Definitions.h \ + OTF_File.h \ + OTF_FileManager.h \ + OTF_Filenames.h \ + OTF_HandlerArray.h \ + OTF_MasterControl.h \ + OTF_RBuffer.h \ + OTF_RStream.h \ + OTF_Reader.h \ + OTF_WBuffer.h \ + OTF_WStream.h \ + OTF_Writer.h + +nodist_include_HEADERS = OTF_inttypes.h + +noinst_HEADERS = OTF_Keywords.h \ + OTF_Parse.h \ + OTF_Platform.h + +lib_LTLIBRARIES = libotf.la + +libotf_la_SOURCES = \ + OTF_CopyHandler.c \ + OTF_File.c \ + OTF_FileManager.c \ + OTF_Filenames.c \ + OTF_HandlerArray.c \ + OTF_MasterControl.c \ + OTF_Parse.c \ + OTF_Platform.c \ + OTF_RBuffer.c \ + OTF_Reader.c \ + OTF_RStream.c \ + OTF_WBuffer.c \ + OTF_Writer.c \ + OTF_WStream.c \ + OTF_inttypes.c + +EXTRA_DIST = \ + libotf_vs05.vcproj + + +.PHONY: doc +doc: + doxygen diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.in new file mode 100644 index 0000000000..3b906b7186 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.in @@ -0,0 +1,600 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +@AMDEPZLIB_TRUE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = otflib +DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \ + $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/OTF_inttypes.h.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = OTF_inttypes.h +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \ + "$(DESTDIR)$(includedir)" +libLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(lib_LTLIBRARIES) +libotf_la_LIBADD = +am_libotf_la_OBJECTS = OTF_CopyHandler.lo OTF_File.lo \ + OTF_FileManager.lo OTF_Filenames.lo OTF_HandlerArray.lo \ + OTF_MasterControl.lo OTF_Parse.lo OTF_Platform.lo \ + OTF_RBuffer.lo OTF_Reader.lo OTF_RStream.lo OTF_WBuffer.lo \ + OTF_Writer.lo OTF_WStream.lo OTF_inttypes.lo +libotf_la_OBJECTS = $(am_libotf_la_OBJECTS) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(libotf_la_SOURCES) +DIST_SOURCES = $(libotf_la_SOURCES) +includeHEADERS_INSTALL = $(INSTALL_HEADER) +nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER) +HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) \ + $(noinst_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ $(am__append_1) +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = $(ZLIB_INCLUDE_LINE) +include_HEADERS = otf.h \ + OTF_CopyHandler.h \ + OTF_Definitions.h \ + OTF_File.h \ + OTF_FileManager.h \ + OTF_Filenames.h \ + OTF_HandlerArray.h \ + OTF_MasterControl.h \ + OTF_RBuffer.h \ + OTF_RStream.h \ + OTF_Reader.h \ + OTF_WBuffer.h \ + OTF_WStream.h \ + OTF_Writer.h + +nodist_include_HEADERS = OTF_inttypes.h +noinst_HEADERS = OTF_Keywords.h \ + OTF_Parse.h \ + OTF_Platform.h + +lib_LTLIBRARIES = libotf.la +libotf_la_SOURCES = \ + OTF_CopyHandler.c \ + OTF_File.c \ + OTF_FileManager.c \ + OTF_Filenames.c \ + OTF_HandlerArray.c \ + OTF_MasterControl.c \ + OTF_Parse.c \ + OTF_Platform.c \ + OTF_RBuffer.c \ + OTF_Reader.c \ + OTF_RStream.c \ + OTF_WBuffer.c \ + OTF_Writer.c \ + OTF_WStream.c \ + OTF_inttypes.c + +EXTRA_DIST = \ + libotf_vs05.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu otflib/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu otflib/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +OTF_inttypes.h: $(top_builddir)/config.status $(srcdir)/OTF_inttypes.h.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + else :; fi; \ + done + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +libotf.la: $(libotf_la_OBJECTS) $(libotf_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libotf_la_OBJECTS) $(libotf_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_CopyHandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_File.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_FileManager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_Filenames.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_HandlerArray.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_MasterControl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_Parse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_Platform.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_RBuffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_RStream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_Reader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_WBuffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_WStream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_Writer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OTF_inttypes.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" + @list='$(include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ + $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ + rm -f "$(DESTDIR)$(includedir)/$$f"; \ + done +install-nodist_includeHEADERS: $(nodist_include_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" + @list='$(nodist_include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ + $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ + done + +uninstall-nodist_includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(nodist_include_HEADERS)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ + rm -f "$(DESTDIR)$(includedir)/$$f"; \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-includeHEADERS install-nodist_includeHEADERS + +install-dvi: install-dvi-am + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ + uninstall-nodist_includeHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool ctags distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-includeHEADERS install-info \ + install-info-am install-libLTLIBRARIES install-man \ + install-nodist_includeHEADERS install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS + + +.PHONY: doc +doc: + doxygen +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.c new file mode 100644 index 0000000000..5caf217c98 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.c @@ -0,0 +1,364 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + +#include "OTF_Platform.h" +#include "OTF_CopyHandler.h" +#include "OTF_Writer.h" + + +/* *** Definition handlers *** ************************************* */ + +int OTF_CopyHandler_DefinitionComment( void* userData, uint32_t stream, + const char* comment ) { + + + return ( 0 == OTF_Writer_writeDefinitionComment( (OTF_Writer*)userData, stream, + comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefTimerResolution( void* userData, + uint32_t stream, uint64_t ticksPerSecond ) { + + + return ( 0 == OTF_Writer_writeDefTimerResolution( (OTF_Writer*)userData, stream, + ticksPerSecond ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefProcess( void* userData, uint32_t stream, + uint32_t deftoken, const char* name, uint32_t parent ) { + + + return ( 0 == OTF_Writer_writeDefProcess( (OTF_Writer*)userData, stream, + deftoken, name, parent ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefProcessGroup( void* userData, uint32_t stream, + uint32_t deftoken, const char* name, uint32_t n, const uint32_t* procs ) { + + + return ( 0 == OTF_Writer_writeDefProcessGroup( (OTF_Writer*)userData, stream, deftoken, + name, n, procs ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefFunction( void* userData, uint32_t stream, + uint32_t deftoken, const char* name, + uint32_t group, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeDefFunction( (OTF_Writer*)userData, stream, deftoken, + name, group, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefFunctionGroup( void* userData, uint32_t stream, + uint32_t deftoken, const char* name ) { + + + return ( 0 == OTF_Writer_writeDefFunctionGroup( (OTF_Writer*)userData, stream, + deftoken, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefCollectiveOperation( void* userData, uint32_t stream, + uint32_t collOp, const char* name, uint32_t type ) { + + + return ( 0 == OTF_Writer_writeDefCollectiveOperation( (OTF_Writer*)userData, stream, + collOp, name, type ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefCounter( void* userData, uint32_t stream, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ) { + + + return ( 0 == OTF_Writer_writeDefCounter( (OTF_Writer*)userData, stream, + deftoken, name, properties, countergroup, unit ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefCounterGroup( void* userData, uint32_t stream, + uint32_t deftoken, const char* name ) { + + + return ( 0 == OTF_Writer_writeDefCounterGroup( (OTF_Writer*)userData, stream, + deftoken, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefScl( void* userData, uint32_t stream, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ) { + + + return ( 0 == OTF_Writer_writeDefScl( (OTF_Writer*)userData, stream, deftoken, + sclfile, sclline ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefSclFile( void* userData, uint32_t stream, + uint32_t deftoken, const char* filename ) { + + + return ( 0 == OTF_Writer_writeDefSclFile( (OTF_Writer*)userData, stream, + deftoken, filename ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefVersion( void* userData, uint32_t stream, + uint8_t major, uint8_t minor, uint8_t sub, const char* string ) { + + + /* version is writen implicitly */ + + return OTF_RETURN_OK; /* success */ +} + + +int OTF_CopyHandler_DefCreator( void* userData, uint32_t stream, + const char* creator ) { + + + return ( 0 == OTF_Writer_writeDefCreator( (OTF_Writer*)userData, stream, creator ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefFile( void* userData, uint32_t stream, uint32_t token, + const char* name, uint32_t group ) { + + + return ( 0 == OTF_Writer_writeDefFile( (OTF_Writer*)userData, stream, token, + name, group ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_DefFileGroup( void* userData, uint32_t stream, + uint32_t token, const char* name ) { + + + return ( 0 == OTF_Writer_writeDefFileGroup( (OTF_Writer*)userData, stream, token, + name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +/* *** Event handlers *** ****************************************** */ + + +int OTF_CopyHandler_EventComment( void* userData, uint64_t time, uint32_t process, + const char* comment ) { + + + return ( 0 == OTF_Writer_writeEventComment( (OTF_Writer*)userData, time, + process, comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_Counter( void* userData, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ) { + + + return ( 0 == OTF_Writer_writeCounter( (OTF_Writer*)userData, time, + process, counter_token, value ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_Enter( void* userData, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeEnter( (OTF_Writer*)userData, time, + statetoken, cpuid, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_CollectiveOperation( void* userData, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeCollectiveOperation( (OTF_Writer*)userData, time, + process, functionToken, communicator, rootprocess, + sent, received, duration, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_RecvMsg( void* userData, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeRecvMsg( (OTF_Writer*)userData, time, receiver, + sender, communicator, msgtype, msglength, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_SendMsg( void* userData, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeSendMsg( (OTF_Writer*)userData, time, sender, + receiver, communicator, msgtype, msglength, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_Leave( void* userData, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeLeave( (OTF_Writer*)userData, time, statetoken, + cpuid, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_BeginProcess( void* userData, uint64_t time, + uint32_t process ) { + + + return ( 0 == OTF_Writer_writeBeginProcess( (OTF_Writer*)userData, time, + process ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_EndProcess( void* userData, uint64_t time, + uint32_t process ) { + + + return ( 0 == OTF_Writer_writeEndProcess( (OTF_Writer*)userData, time, + process ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_FileOperation( void* userData, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + return ( 0 == OTF_Writer_writeFileOperation( (OTF_Writer*)userData, time, fileid, + process, handleid, operation, bytes, duration, source ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +/* *** snapshot handlers ********************************************** */ + + +int OTF_CopyHandler_SnapshotComment( void* userData, uint64_t time, + uint32_t process, const char* comment ) { + + + return ( 0 == OTF_Writer_writeSnapshotComment( (OTF_Writer*)userData, + time, process, comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_EnterSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ) { + + + return ( 0 == OTF_Writer_writeEnterSnapshot( (OTF_Writer*)userData, + time, originaltime, function, process, source ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_SendSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ) { + + + return ( 0 == OTF_Writer_writeSendSnapshot( (OTF_Writer*)userData, + time, originaltime, sender, receiver, procGroup, tag, source ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_OpenFileSnapshot( void* userData, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ) { + + + return ( 0 == OTF_Writer_writeOpenFileSnapshot( (OTF_Writer*)userData, time, + originaltime, fileid, process, handleid, source ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} +/* *** summary handlers ********************************************** */ +int OTF_CopyHandler_SummaryComment( void * userData, uint64_t time, + uint32_t process, const char* comment ) { + + + return ( 0 == OTF_Writer_writeSummaryComment( (OTF_Writer*)userData, + time, process, comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_FunctionSummary( void* userData, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + return ( 0 == OTF_Writer_writeFunctionSummary( (OTF_Writer*)userData, + time, function, process, count, excltime, incltime ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_FunctionGroupSummary( void* userData, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + return ( 0 == OTF_Writer_writeFunctionGroupSummary( (OTF_Writer*)userData, + time, functiongroup, process, count, excltime, incltime ) + ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_MessageSummary( void* userData, uint64_t time, + uint32_t process, uint32_t peer, uint32_t comm, uint32_t type, + uint64_t sentNumber, uint64_t receivedNumber, uint64_t sentBytes, + uint64_t receivedBytes ) { + + + return ( 0 == OTF_Writer_writeMessageSummary((OTF_Writer*) userData, + time, process, peer, comm, type, sentNumber, receivedNumber, sentBytes, + receivedBytes ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_FileOperationSummary( void* userData, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + return ( 0 == OTF_Writer_writeFileOperationSummary( (OTF_Writer*) userData, + time, fileid, process, nopen, nclose, nread, nwrite, nseek, + bytesread, byteswrite ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int OTF_CopyHandler_FileGroupOperationSummary( void* userData, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + return ( 0 == OTF_Writer_writeFileOperationSummary( (OTF_Writer*) userData, + time, groupid, process, nopen, nclose, nread, nwrite, nseek, + bytesread, byteswrite ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.h new file mode 100644 index 0000000000..e22be9509b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_CopyHandler.h @@ -0,0 +1,148 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_CopyHandler.h + * + * @brief Provides handlers for copying a trace. + * + * \ingroup internal + */ + +#ifndef OTF_COPYOTF_CopyHandler_R_H +#define OTF_COPYOTF_CopyHandler_R_H + + +#include "OTF_inttypes.h" + + + +/* *** Definition OTF_CopyHandler_r *** ************************************* */ + +int OTF_CopyHandler_DefinitionComment( void* userData, uint32_t stream, + const char* comment ); + +int OTF_CopyHandler_DefTimerResolution( void* userData, uint32_t stream, + uint64_t ticksPerSecond ); + +int OTF_CopyHandler_DefProcess( void* userData, uint32_t stream, uint32_t process, + const char* name, uint32_t parent ); + +int OTF_CopyHandler_DefProcessGroup( void* userData, uint32_t stream, + uint32_t procGroup, const char* name, uint32_t numberOfProcs, + const uint32_t* procs ); + +int OTF_CopyHandler_DefFunction( void* userData, uint32_t stream, uint32_t func, + const char* name, uint32_t funcGroup, uint32_t source ); + +int OTF_CopyHandler_DefFunctionGroup( void* userData, uint32_t stream, + uint32_t funcGroup, const char* name ); + +int OTF_CopyHandler_DefCollectiveOperation( void* userData, uint32_t stream, + uint32_t collOp, const char* name, uint32_t type ); + +int OTF_CopyHandler_DefCounter( void* userData, uint32_t stream, uint32_t counter, + const char* name, uint32_t properties, uint32_t counterGroup, + const char* unit ); + +int OTF_CopyHandler_DefCounterGroup( void* userData, uint32_t stream, + uint32_t counterGroup, const char* name ); + +int OTF_CopyHandler_DefScl( void* userData, uint32_t stream, uint32_t source, + uint32_t sourceFile, uint32_t line ); + +int OTF_CopyHandler_DefSclFile( void* userData, uint32_t stream, + uint32_t sourceFile, const char* name ); + +int OTF_CopyHandler_DefVersion( void* userData, uint32_t stream, + uint8_t major, uint8_t minor, uint8_t sub, const char* string ); + +int OTF_CopyHandler_DefCreator( void* userData, uint32_t stream, + const char* creator ); + +int OTF_CopyHandler_DefFile( void* userData, uint32_t stream, uint32_t token, + const char* name, uint32_t group ); + +int OTF_CopyHandler_DefFileGroup( void* userData, uint32_t stream, + uint32_t token, const char* name ); + + +int OTF_CopyHandler_Enter( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int OTF_CopyHandler_Leave( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int OTF_CopyHandler_SendMsg( void* userData, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ); + +int OTF_CopyHandler_RecvMsg( void* userData, uint64_t time, uint32_t recvProc, + uint32_t sendProc, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ); + +int OTF_CopyHandler_Counter( void* userData, uint64_t time, uint32_t process, + uint32_t counter, uint64_t value ); + +int OTF_CopyHandler_CollectiveOperation( void* userData, uint64_t time, + uint32_t process, uint32_t collective, uint32_t procGroup, + uint32_t rootProc, uint32_t sent, uint32_t received, uint64_t duration, + uint32_t source ); + +int OTF_CopyHandler_EventComment( void* userData, uint64_t time, uint32_t process, + const char* comment ); + +int OTF_CopyHandler_BeginProcess( void* userData, uint64_t time, uint32_t process ); + +int OTF_CopyHandler_EndProcess( void* userData, uint64_t time, uint32_t process ); + +int OTF_CopyHandler_SnapshotComment( void* userData, uint64_t time, + uint32_t process, const char* comment ); + +int OTF_CopyHandler_FileOperation( void* userData, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ); + + +int OTF_CopyHandler_EnterSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ); + +int OTF_CopyHandler_SendSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ); + +int OTF_CopyHandler_OpenFileSnapshot( void* userData, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ); + + +int OTF_CopyHandler_SummaryComment( void * userData, uint64_t time, + uint32_t process, const char* comment ); + +int OTF_CopyHandler_FunctionSummary( void* userData, uint64_t time, + uint32_t function, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ); + +int OTF_CopyHandler_FunctionGroupSummary( void* userData, uint64_t time, + uint32_t funcGroup, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ); + +int OTF_CopyHandler_MessageSummary( void* userData, uint64_t time, uint32_t process, + uint32_t peer, uint32_t comm, uint32_t type, uint64_t sentNumber, + uint64_t receivedNumber, uint64_t sentBytes, uint64_t receivedBytes ); + +int OTF_CopyHandler_FileOperationSummary( void* userData, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + +int OTF_CopyHandler_FileGroupOperationSummary( void* userData, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + +#endif /* OTF_COPYOTF_CopyHandler_R_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Definitions.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Definitions.h new file mode 100644 index 0000000000..4809feccd9 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Definitions.h @@ -0,0 +1,173 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Definitions.h + * + * @brief Provides many many macros for different purposes. + * + * \ingroup misc + */ + + +#ifndef OTF_DEFINITIONS_H +#define OTF_DEFINITIONS_H + + +/* version information */ + +#define OTF_VERSION_MAYOR 1 +#define OTF_VERSION_MINOR 3 +#define OTF_VERSION_SUB 9 +#define OTF_VERSION_STRING "jellyfish" + +/* version history: + +0.2.1 "octopussy" +0.3.1 "starfish" +0.3.2 "starfish" +0.4.0 "starfish" +0.4.1 "starfish" +0.5.0 "starfish" +1.0.* "starfish" +1.1.* "starfish" +1.2.* "pufferfish" +1.3.* "jellyfish" + +*/ + + +/* definitions of record type identifiers */ + + +/* Event records*/ + +#define OTF_EVENTCOMMENT_RECORD 0 +#define OTF_COUNTER_RECORD 1 +#define OTF_ENTER_RECORD 2 + +#define OTF_COLLOP_RECORD 5 + +#define OTF_RECEIVE_RECORD 10 +#define OTF_SEND_RECORD 11 +#define OTF_LEAVE_RECORD 12 + +#define OTF_BEGINPROCESS_RECORD 35 +#define OTF_ENDPROCESS_RECORD 36 + +#define OTF_FILEOPERATION_RECORD 42 + +/* Definition records*/ + +#define OTF_DEFTIMERRESOLUTION_RECORD 13 +#define OTF_DEFPROCESS_RECORD 14 +#define OTF_DEFPROCESSGROUP_RECORD 15 +#define OTF_DEFFUNCTION_RECORD 16 +#define OTF_DEFFUNCTIONGROUP_RECORD 17 +#define OTF_DEFCOUNTER_RECORD 18 +#define OTF_DEFCOUNTERGROUP_RECORD 19 +#define OTF_DEFCOLLOP_RECORD 20 +#define OTF_DEFSCL_RECORD 21 +#define OTF_DEFSCLFILE_RECORD 22 +#define OTF_DEFVERSION_RECORD 23 +#define OTF_DEFCREATOR_RECORD 24 +#define OTF_DEFFILE_RECORD 25 +#define OTF_DEFFILEGROUP_RECORD 26 + + +#define OTF_FUNCTIONSUMMARY_RECORD 28 +#define OTF_FUNCTIONGROUPSUMMARY_RECORD 29 +#define OTF_MESSAGESUMMARY_RECORD 30 +#define OTF_FILEOPERATIONSUMMARY_RECORD 31 +#define OTF_FILEGROUPOPERATIONSUMMARY_RECORD 32 + +#define OTF_DEFINITIONCOMMENT_RECORD 34 + +#define OTF_ENTERSNAPSHOT_RECORD 37 +#define OTF_SENDSNAPSHOT_RECORD 38 + +#define OTF_SUMMARYCOMMENT_RECORD 39 +#define OTF_SNAPSHOTCOMMENT_RECORD 40 +#define OTF_OPENFILESNAPSHOT_RECORD 43 + +#define OTF_UNKNOWN_RECORD 41 + + +/* Number of records */ +#define OTF_NRECORDS 44 + +/* Stream format definition */ + +#define OTF_WSTREAM_FORMAT_SHORT 0 +#define OTF_WSTREAM_FORMAT_LONG 1 + + +/* Counter properties */ + +/* 1st-2nd bit */ +#define OTF_COUNTER_TYPE_BITS 3 +#define OTF_COUNTER_TYPE_ACC 0 +#define OTF_COUNTER_TYPE_ABS 1 + +/* 3rd-4th bit */ +#define OTF_COUNTER_SCOPE_BITS 12 +#define OTF_COUNTER_SCOPE_START 0 +#define OTF_COUNTER_SCOPE_POINT 4 +#define OTF_COUNTER_SCOPE_LAST 8 +#define OTF_COUNTER_SCOPE_NEXT 12 + +/* 6th-9th bit */ +#define OTF_COUNTER_VARTYPE_ISINTEGER(x) (x < 256) +#define OTF_COUNTER_VARTYPE_ISSIGNED(x) ((x&32) == 32) +#define OTF_COUNTER_VARTYPE_ISUNSIGNED(x) ((x&32) == 0) + +#define OTF_COUNTER_VARTYPE_BITS 480 /* 1111xxxxx */ +#define OTF_COUNTER_VARTYPE_UNSIGNED8 0 /* 0000 */ +#define OTF_COUNTER_VARTYPE_SIGNED8 32 /* 00001 */ +#define OTF_COUNTER_VARTYPE_UNSIGNED4 64 /* 0010 */ +#define OTF_COUNTER_VARTYPE_SIGNED4 96 /* 0011 */ +#define OTF_COUNTER_VARTYPE_UNSIGNED2 128 /* 0100 */ +#define OTF_COUNTER_VARTYPE_SIGNED2 160 /* 0101 */ +#define OTF_COUNTER_VARTYPE_FLOAT 256 /* 1000 */ +#define OTF_COUNTER_VARTYPE_DOUBLE 288 /* 1001 */ + + + +#define OTF_COUNTER_PROP_DEFAULT 0 + + +/* Types of collective operations */ + +#define OTF_COLLECTIVE_TYPE_UNKNOWN 0 +#define OTF_COLLECTIVE_TYPE_BARRIER 1 +#define OTF_COLLECTIVE_TYPE_ONE2ALL 2 +#define OTF_COLLECTIVE_TYPE_ALL2ONE 3 +#define OTF_COLLECTIVE_TYPE_ALL2ALL 4 + + +/* File Operations */ +#define OTF_FILEOP_OPEN 0 +#define OTF_FILEOP_CLOSE 1 +#define OTF_FILEOP_READ 2 +#define OTF_FILEOP_WRITE 3 +#define OTF_FILEOP_SEEK 4 + + +/* return values for handlers. they are not yet evaluated!!! */ + +/** When writing an own handler, use these macros to tell OTF, what to do. +if you return OTF_RETURN_OK OTF continues reading the trace and calling the +appropriate handlers. If you return OTF_RETURN_BREAK or OTF_RETURN_ABORT OTF +stops reading immediately */ +#define OTF_RETURN_OK 0 +/** @see OTF_RETURN_OK */ +#define OTF_RETURN_BREAK 1 +/** @see OTF_RETURN_OK */ +#define OTF_RETURN_ABORT 1 + +#define OTF_READ_ERROR (uint64_t)-1 +#define OTF_READ_MAXRECORDS (uint64_t)-2 + +#endif /* OTF_DEFINITIONS_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.c new file mode 100644 index 0000000000..9d0a4a7257 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.c @@ -0,0 +1,1241 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/* macros to enable 64 bit file access. make sure all std headers are +included AFTER this macro definitions */ + +/* config.h handles this now: #define _LARGEFILE_SOURCE */ + +#define _LARGEFILE_SOURCE +#define _LARGEFILE64_SOURCE +#define _LARGE_FILES + + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif /* HAVE_CONFIG_H */ + + +#include "OTF_Platform.h" +#include "OTF_inttypes.h" + + +#include +#include +#include +#include + +#include +#include + +#ifdef HAVE_UNISTD_H + #include +#endif + +#ifdef HAVE_IO_H + #include +#endif + + +/* vs does not know F_OK*/ +#ifndef F_OK + #define F_OK 00 +#endif + +#ifdef HAVE_ZLIB + +#include + + +#endif /* HAVE_ZLIB */ + +#include "OTF_File.h" +#include "OTF_Platform.h" +#include "OTF_Definitions.h" + + +struct struct_OTF_File { + + /** own copy of filename */ + char* filename; + + /** actual file handle, it is NULL if file is currently closed, + != NULL otherwise */ + FILE* file; + +#ifdef HAVE_ZLIB + + /** zlib object */ + z_stream* z; + + /** zlib entry buffer ... what a nice wordplay */ + unsigned char* zbuffer; + + unsigned char* ybuffer; + + uint32_t zbuffersize; + +#endif /* HAVE_ZLIB */ + + /** keep file pos when the real file is closed, + undefined while file is open, == 0 before opened for the first time */ + uint64_t pos; + + OTF_FileMode mode; + + OTF_FileManager* manager; +}; + + +void OTF_File_init( OTF_File* file ) { + + + file->filename= NULL; + file->file= NULL; +#ifdef HAVE_ZLIB + file->z= NULL; + file->zbuffer= NULL; + file->ybuffer= NULL; + file->zbuffersize= 1024*10; +#endif /* HAVE_ZLIB */ + file->pos= 0; + file->mode= OTF_FILEMODE_NOTHING; + file->manager= NULL; +} + + +void OTF_File_finalize( OTF_File* file ) { + + + file->filename= NULL; + file->file= NULL; +#ifdef HAVE_ZLIB + file->z= NULL; + file->zbuffer= NULL; + file->ybuffer= NULL; + file->zbuffersize= 0; +#endif /* HAVE_ZLIB */ + file->pos= 0; + file->mode= OTF_FILEMODE_NOTHING; + file->manager= NULL; +} + + +OTF_File* OTF_File_open( const char* filename, + OTF_FileManager* manager, OTF_FileMode mode ) { + + + return OTF_File_open_zlevel( filename, manager, mode, OTF_FILECOMPRESSION_COMPRESSED ); +} + + +size_t OTF_File_write( OTF_File* file, const void* ptr, size_t size ) { + + + size_t byteswritten; + +#ifdef HAVE_ZLIB + int len = 0; + int rest = (int) size; + int status; +#endif/* HAVE_ZLIB */ + + + if( OTF_FILEMODE_WRITE != file->mode ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current file->mode is not OTF_FILEMODE_WRITE. writing forbidden.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + /* + fprintf( stderr, "OTF_File_write: %u / %u file handles\n", + OTF_FileManager_getCount( file->manager ), + OTF_FileManager_getNumber( file->manager ) ); + */ + + if( 0 == OTF_File_revive( file, OTF_FILEMODE_WRITE ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_revive() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + +#ifdef HAVE_ZLIB + + if ( NULL != file->z ) { + + /* step 1 */ + /* is any data in the y-buffer */ + if ( 0 < file->z->avail_in ) { + + /* len of the piece to fill the y buffer (to 10Kbyte) */ + len = file->zbuffersize - file->z->avail_in; + + /* is enough data in the "*ptr" to fill the ybuffer fully */ + if ( len <= rest ) { + + memcpy( file->ybuffer + file->z->avail_in, ptr, len ); + file->z->avail_in = file->zbuffersize; + file->z->next_in = file->ybuffer; + file->z->avail_out = file->zbuffersize; + file->z->next_out = file->zbuffer; + + status = deflate( file->z, Z_FULL_FLUSH ); + if ( status != Z_OK ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in compressing, status %u.\n", + __FUNCTION__, __FILE__, __LINE__, status ); +# endif + + return 0; + } + + byteswritten= fwrite( file->zbuffer, 1, file->zbuffersize - file->z->avail_out, file->file ); + if( byteswritten < (file->zbuffersize - file->z->avail_out) ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "less bytes written than expected %u < %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) byteswritten, + (uint32_t) (file->zbuffersize - file->z->avail_out) ); +# endif + } + + /* test if avail_in really ran empty */ + if ( 0 < file->z->avail_in ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in compressing.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + rest -= len; + + } else { + + /* no, it is not */ + + /* only copy the new data into the ybuffer */ + memcpy( file->ybuffer + file->z->avail_in, ptr, rest ); + file->z->avail_in += rest; + rest = 0; + } + } + + + /* step 2 */ + /* if theres more than 10k in the "*ptr" */ + while( (uint32_t) rest >= file->zbuffersize ) { + + file->z->avail_in = file->zbuffersize; + file->z->next_in = ( ( ( unsigned char* ) ptr ) + len ); + file->z->avail_out = file->zbuffersize; + file->z->next_out = file->zbuffer; + + rest -= file->zbuffersize; + len += file->zbuffersize; + + status = deflate( file->z, Z_FULL_FLUSH ); + if ( status != Z_OK ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in compressing, status %u.\n", + __FUNCTION__, __FILE__, __LINE__, status ); +# endif + + return 0; + } + + byteswritten= fwrite( file->zbuffer, 1, file->zbuffersize - file->z->avail_out, + file->file ); + if( byteswritten < (file->zbuffersize - file->z->avail_out) ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "less bytes written than expected %u < %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) byteswritten, + (uint32_t) (file->zbuffersize - file->z->avail_out) ); +# endif + } + + /* test if avail_in really ran empty */ + if ( 0 < file->z->avail_in ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in compressing.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + } + + + /* step 3 */ + /* is there less than 10k data left ... throw it into the ybuffer */ + if ( rest > 0 ) { + + memcpy( file->ybuffer, ( ( unsigned char* ) ptr ) + len, rest ); + file->z->avail_in = rest; + } + + return size; + + } else { + +#endif /* HAVE_ZLIB */ + + /* + fprintf( stderr, "OTF_File_write(): buffer %p, size %u file %p\n", ptr, + (uint32_t) size, file->file ); + */ + + byteswritten= fwrite( ptr, 1, size, file->file ); + if( byteswritten < size ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "less bytes written than expected %u < %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) byteswritten, + (uint32_t) size ); +# endif + } + + return byteswritten; + +#ifdef HAVE_ZLIB + } +#endif /* HAVE_ZLIB */ + +} + + +size_t OTF_File_read( OTF_File* file, void* ptr, size_t size ) { + + +#ifdef HAVE_ZLIB + /* size_t read; */ + int status; +#endif /* HAVE_ZLIB */ + + + if( OTF_FILEMODE_WRITE == file->mode ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current file->mode is OTF_FILEMODE_WRITE. reading forbidden.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if( 0 == OTF_File_revive( file, OTF_FILEMODE_READ ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_revive() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + +#ifdef HAVE_ZLIB + + if ( NULL != file->z ) { + + file->z->next_out= ptr; + file->z->avail_out= (uInt) size; + + while ( 0 < file->z->avail_out ) { + + if ( 0 == file->z->avail_in ) { + + + file->z->avail_in= (uInt) fread( file->zbuffer, 1, file->zbuffersize, file->file ); + file->z->next_in= file->zbuffer; + } + + if ( 0 == file->z->avail_in ) { + + break; + } + + status = inflate( file->z, Z_SYNC_FLUSH ); + if ( status != Z_OK ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in uncompressing, status %u.\n", + __FUNCTION__, __FILE__, __LINE__, status ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return size - file->z->avail_out; + + } else { + + return fread( ptr, 1, size, file->file ); + } + +#else /* HAVE_ZLIB */ + + return fread( ptr, 1, size, file->file ); + +#endif /* HAVE_ZLIB */ +} + + +int OTF_File_seek( OTF_File* file, uint64_t pos ) { + + + int ret; + +#ifdef HAVE_ZLIB + int sync; + uint64_t read; +#endif /* HAVE_ZLIB */ + + if( OTF_FILEMODE_WRITE == file->mode ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current file->mode is OTF_FILEMODE_WRITE. seeking forbidden.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return -1; + } + + + if( 0 == OTF_File_revive( file, OTF_FILEMODE_SEEK ) ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_revive() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return -1; + } + + + ret= OTF_fseek( file->file, pos, SEEK_SET ); + +#ifdef HAVE_ZLIB + + if ( NULL != file->z && 0 == ret ) { + + do { + + /* + fprintf( stderr, "OTF_File_seek() with zlib: jump to %llu\n", + (unsigned long long) pos ); + */ + + read= fread( file->zbuffer, 1, file->zbuffersize, file->file ); + + /* + fprintf( stderr, "OTF_File_seek() with zlib: read %llu bytes\n", + (unsigned long long) read ); + */ + + file->z->next_in= file->zbuffer; + file->z->avail_in= (uInt) read; + file->z->total_in= 0; + + /* re-initialize z object */ + inflateEnd( file->z ); + inflateInit( file->z ); + + /* do not sync at very beginning of compressed stream because it + would skip the first block */ + sync= Z_OK; + if ( 0 != pos ) { + + sync= inflateSync( file->z ); + } + + if ( Z_OK == sync ) { + + return ret; + } + + if ( Z_BUF_ERROR == sync ) { + + continue; + } + + if ( Z_DATA_ERROR == sync ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Z_DATA_ERROR.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return -1; + } + + if ( Z_STREAM_ERROR == sync ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Z_STREAM_ERROR.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return -1; + } + + } while ( 1 ); + } + +#endif /* HAVE_ZLIB */ + + return ret; +} + + +uint64_t OTF_File_tell( OTF_File* file ) { + + + if ( NULL != file->file ) { + + file->pos= OTF_ftell( file->file ); + } + + return file->pos; +} + + +uint64_t OTF_File_size( OTF_File* file ) { + + + struct stat st; + + + stat( file->filename, &st ); + + return st.st_size; +} + + +int OTF_File_close( OTF_File* file ) { + + +#ifdef HAVE_ZLIB + size_t byteswritten; + int status; +#endif /* HAVE_ZLIB */ + + + if ( NULL == file ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "file has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + +#ifdef HAVE_ZLIB + + if ( NULL != file->z ) { + + if ( OTF_FILEMODE_WRITE != file->mode ) { + + inflateEnd( file->z ); + + } else { + + if ( file->z->avail_in > 0 ) { + + file->z->next_in = file->ybuffer; + file->z->next_out = file->zbuffer; + file->z->avail_out = file->zbuffersize; + + status = deflate( file->z, Z_FULL_FLUSH ); + if ( status != Z_OK ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "error in uncompressing, status %u.\n", + __FUNCTION__, __FILE__, __LINE__, status ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if( 0 == OTF_File_revive( file, OTF_FILEMODE_WRITE ) ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_revive() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + byteswritten= fwrite( file->zbuffer, 1, file->zbuffersize - + file->z->avail_out, file->file ); + if( byteswritten < (file->zbuffersize - file->z->avail_out) ) { +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "less bytes written than expected %u < %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) byteswritten, + (uint32_t) (file->zbuffersize - file->z->avail_out) ); +# endif + } + } + + deflateEnd( file->z ); + } + + free( file->z ); + + free( file->ybuffer ); + + free( file->zbuffer ); + } + +#endif /* HAVE_ZLIB */ + + if ( NULL != file->file ) { + + OTF_FileManager_suspendFile( file->manager, file ); + } + + free( file->filename ); + + OTF_File_finalize( file ); + + free( file ); + + return 1; +} + + +OTF_FileStatus OTF_File_status( OTF_File* file ) { + + + if ( NULL == file->file ) { + + if ( 0 == file->pos ) { + + return OTF_FILESTATUS_CLOSED; + + } else { + + return OTF_FILESTATUS_SUSPENDED; + } + } + + return OTF_FILESTATUS_ACTIVE; +} + + +void OTF_File_suspend( OTF_File* file ) { + + + /* get status and close OS file */ + + file->pos= OTF_ftell( file->file ); + fclose( file->file ); + file->file= NULL; +} + + +int OTF_File_revive( OTF_File* file, OTF_FileMode mode ) { + + + switch ( mode ) { + + case OTF_FILEMODE_READ : + + /* *** read *** */ + + if ( NULL == file->file ) { + + /* file currently closed */ + + /* + fprintf( stderr, "OTF_File_revive() READ: ask FileManager for free handle\n" ); + */ + if ( 0 == OTF_FileManager_guaranteeFile( file->manager ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_guaranteeFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( 0 != file->pos ) { + + /* re-open */ + + file->file= fopen( file->filename, "rb" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for reading. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + + OTF_fseek( file->file, file->pos, SEEK_SET ); + + } else { + + /* open first time */ + + file->file= fopen( file->filename, "rb" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for reading. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + } + + + if ( 0 == OTF_FileManager_registerFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_registerFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + } else { + + /* file already opened */ + /* + fprintf( stderr, "OTF_File_revive() READ: update FileManagers LRU list\n" ); + */ + if ( 0 == OTF_FileManager_touchFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_touchFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return 1; + + case OTF_FILEMODE_WRITE : + + /* *** write *** */ + + if ( NULL == file->file ) { + + /* file currently closed */ + + /* + fprintf( stderr, "OTF_File_revive() WRITE: ask FileManager for free handle\n" ); + */ + if ( 0 == OTF_FileManager_guaranteeFile( file->manager ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_guaranteeFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( 0 != file->pos ) { + + /* re-open */ + + file->file= fopen( file->filename, "ab" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for writing. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + + } else { + + /* open first time */ + + file->file= fopen( file->filename, "wb" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for writing. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + } + + /* + fprintf( stderr, "OTF_File_revive() WRITE: register opened file with FileManager\n" ); + */ + if ( 0 == OTF_FileManager_registerFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_registerFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + } else { + + /* file already opened */ + /* + fprintf( stderr, "OTF_File_revive() WRITE: update FileManagers LRU list\n" ); + */ + if ( 0 == OTF_FileManager_touchFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_touchFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return 1; + + case OTF_FILEMODE_SEEK : + + /* *** seek *** */ + + if ( NULL == file->file ) { + + /* file currently closed */ + + /* + fprintf( stderr, "OTF_File_revive() READ: ask FileManager for free handle\n" ); + */ + if ( 0 == OTF_FileManager_guaranteeFile( file->manager ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_guaranteeFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( 0 != file->pos ) { + + /* re-open */ + + file->file= fopen( file->filename, "rb" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for reading. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + + /* dont need to seek to the saved position because there + will be another seek anyway*/ + /* + OTF_fseek( file->file, file->pos, SEEK_SET ); + */ + + } else { + + /* open first time */ + + file->file= fopen( file->filename, "rb" ); + if( NULL == file->file ) { + + /* show this error every time */ + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open file %s for reading. Maybe the number of " + "opened filehandles exceeds your system's limit\n", + __FUNCTION__, __FILE__, __LINE__, file->filename ); + + return 0; + } + } + + /* + fprintf( stderr, "OTF_File_revive() SEEK: register opened file with FileManager\n" ); + */ + if ( 0 == OTF_FileManager_registerFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_registerFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + } else { + + /* file already opened */ + /* + fprintf( stderr, "OTF_File_revive() READ: update FileManagers LRU list\n" ); + */ + if ( 0 == OTF_FileManager_touchFile( file->manager, file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_touchFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return 1; + + + default: + + /* *** unknown mode *** */ + + return 0; + } +} + + +void OTF_File_setZBufferSize( OTF_File* file, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if( NULL != file->z ) { + + if ( 32 > size ) { + + # ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); + # endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + + # ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); + # endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + + # ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); + # endif /* OTF_VERBOSE */ + } + + file->zbuffersize= size; + + if( NULL != file->zbuffer ) { + free( file->zbuffer ); + } + file->zbuffer= malloc( size ); + assert( file->zbuffer ); + + if( NULL != file->ybuffer ) { + free( file->ybuffer ); + } + file->ybuffer= malloc( size ); + assert( file->ybuffer ); + + + } + +#endif /* HAVE_ZLIB */ +} + + +OTF_File* OTF_File_open_zlevel( const char* filename, OTF_FileManager* manager, + OTF_FileMode mode, OTF_FileCompression zlevel ) { + + + uint32_t len; + + + /* fprintf( stderr, "OTF_File_open_zlevel() zlevel: %u, filename: \"%s\"\n", zlevel, filename ); */ + + OTF_File* ret= (OTF_File*) malloc( sizeof(OTF_File) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_File_init( ret ); + + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no filename has been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + len= (uint32_t) strlen( filename ); + ret->filename= malloc( len +3 ); + if( NULL == ret->filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + strncpy( ret->filename, filename, len +1 ); + + ret->mode = mode; + + if ( OTF_FILEMODE_READ == mode || OTF_FILEMODE_SEEK == mode ) { + +#ifdef HAVE_ZLIB + + if ( 0 != access( ret->filename, F_OK ) ) { + + /* file not found, try '.z' suffix */ + + strncpy( ret->filename +len, ".z", 3 ); + + /* + fprintf( stderr, "try '%s'\n", ret->filename ); + */ + + if ( 0 != access( ret->filename, F_OK ) ) { + + /* file still not found, give up */ + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return ret; + } + + ret->z= malloc( sizeof(z_stream) ); + if( NULL == ret->z ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + + ret->z->next_in= NULL; + ret->z->avail_in= 0; + ret->z->zalloc= NULL; + ret->z->zfree= NULL; + ret->z->opaque= NULL; + + inflateInit( ret->z ); + + ret->zbuffer= malloc( ret->zbuffersize ); + ret->ybuffer= malloc( ret->zbuffersize ); + if( NULL == ret->zbuffer || NULL == ret->ybuffer) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret->z ); + ret->z= NULL; + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + } + +#else /* HAVE_ZLIB */ + + if ( 0 != access( ret->filename, F_OK ) ) { + + /* file still not found, give up */ + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return ret; + } + +#endif /* HAVE_ZLIB */ + + } else { + + /* filemode write */ + +#ifdef HAVE_ZLIB + + /* is a .z appended to the file name */ + if ( 0 == strcmp( ret->filename + strlen( ret->filename) - 2, ".z" ) ) { + + ret->z= malloc( sizeof(z_stream) ); + if( NULL == ret->z ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + + ret->z->next_in= NULL; + ret->z->avail_in= 0; + ret->z->zalloc= NULL; + ret->z->zfree= NULL; + ret->z->opaque= NULL; + + deflateInit( ret->z, zlevel ); + + ret->zbuffer= malloc( ret->zbuffersize ); + ret->ybuffer= malloc( ret->zbuffersize ); + if( NULL == ret->zbuffer || NULL == ret->ybuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret->z ); + ret->z= NULL; + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + } +#endif /* HAVE_ZLIB */ + + } + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + +# ifdef HAVE_ZLIB + free( ret->zbuffer ); + ret->zbuffer= NULL; + free( ret->ybuffer ); + ret->ybuffer= NULL; + free( ret->z ); + ret->z= NULL; +# endif /* HAVE_ZLIB */ + free( ret->filename ); + ret->filename= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + ret->manager= manager; + + return ret; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.h new file mode 100644 index 0000000000..9b3b434e04 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_File.h @@ -0,0 +1,88 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_File.h + * + * @brief Provides a low-level API for accessing files. + * + * \ingroup internal + */ + + +#ifndef OTF_FILE_H +#define OTF_FILE_H + + +#include "OTF_FileManager.h" +#include "OTF_Filenames.h" + + +/** mode determining what to do with a file */ +enum enum_OTF_FileMode { + + OTF_FILEMODE_NOTHING = 0, + OTF_FILEMODE_READ= 1, + OTF_FILEMODE_WRITE= 2, + OTF_FILEMODE_SEEK= 3 +}; +typedef enum enum_OTF_FileMode OTF_FileMode; + +/** status of a file */ +enum enum_OTF_FileStatus { + + OTF_FILESTATUS_ACTIVE= 1, + OTF_FILESTATUS_SUSPENDED= 2, + OTF_FILESTATUS_CLOSED= 3 +}; +typedef enum enum_OTF_FileStatus OTF_FileStatus; + +/** initialize a OTF_File object */ +void OTF_File_init( OTF_File* o ); + +/** finalize a OTF_File object */ +void OTF_File_finalize( OTF_File* o ); + +/** open an OTF_File */ +OTF_File* OTF_File_open( const char* filename, OTF_FileManager* manager, + OTF_FileMode mode ); + +/** OTF_File to an OTF_File */ +size_t OTF_File_write( OTF_File* file, const void* ptr, size_t size ); + +/** read from an OTF_File */ +size_t OTF_File_read( OTF_File* file, void* ptr, size_t size ); + +/** seek absolute position in an OTF_File */ +int OTF_File_seek( OTF_File* file, uint64_t pos ); + +/** get absolut position from an OTF_File */ +uint64_t OTF_File_tell( OTF_File* file ); + +/** return the file size in bytes*/ +uint64_t OTF_File_size( OTF_File* file ); + +/** close OTF_File */ +int OTF_File_close( OTF_File* file ); + +/** return OTF_File status */ +OTF_FileStatus OTF_File_status( OTF_File* file ); + + +/** suspend OTF_File - internal use only. */ +void OTF_File_suspend( OTF_File* file ); + +/** re-open the file when closed or suspended - internal use only. +return 1 on success, 0 otherwise */ +int OTF_File_revive( OTF_File* file, OTF_FileMode mode ); + +void OTF_File_setZBufferSize( OTF_File* file, uint32_t size ); + + +/** internal use */ +OTF_File* OTF_File_open_zlevel( const char* filename, OTF_FileManager* manager, + OTF_FileMode mode, OTF_FileCompression compression ); + +#endif /* OTF_FILE_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.c new file mode 100644 index 0000000000..702c6db4db --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.c @@ -0,0 +1,531 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include +#include +#include + + +#include "OTF_Platform.h" +#include "OTF_FileManager.h" +#include "OTF_File.h" + + +/* *** structs *** */ + + +/** entry of doubly linked list, used by struct struct_OTF_FileManager below. */ +struct struct_OTF_FileList { + + + OTF_File* file; + struct struct_OTF_FileList* prev; + struct struct_OTF_FileList* next; +}; +typedef struct struct_OTF_FileList OTF_FileList; + + +/** file handles management structure */ +struct struct_OTF_FileManager { + + /** number of files currently opened */ + uint32_t count; + + /** number of files allow to be opened simultaneously */ + uint32_t number; + + /** list of objects of type OTF_RBuffer or OTF_WBuffer */ + OTF_FileList* list; +}; + + +/* *** headers *** */ + +void OTF_FileManager_init( OTF_FileManager* fh ); +void OTF_FileManager_finalize( OTF_FileManager* fh ); + +int OTF_FileManager_listInsertAtHead( OTF_FileList** list, OTF_File* entry ); +int OTF_FileManager_listUnlinkAtHead( OTF_FileList** list, OTF_File* entry ); +int OTF_FileManager_listUnlinkAtTail( OTF_FileList** list, OTF_File* entry ); +void OTF_FileManager_listPrint( OTF_FileList** list ); + + +/* *** implementation *** */ + + +void OTF_FileManager_init( OTF_FileManager* fh ) { + + + fh->count= 0; + fh->number= 10; + + fh->list= NULL; +} + + +void OTF_FileManager_finalize( OTF_FileManager* manager ) { + + + OTF_FileList* pos; + + +# ifdef OTF_DEBUG + if ( 0 < manager->count ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "open file remaining.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif /* OTF_DEBUG */ + + if ( NULL != manager->list ) { + + pos= manager->list; + + pos->prev->next= NULL; + + while ( NULL != pos ) { + + pos= pos->next; + + free( pos ); + } + } + + manager->list= NULL; +} + + +OTF_FileManager* OTF_FileManager_open( uint32_t number ) { + + + OTF_FileManager* ret= (OTF_FileManager*) malloc( sizeof(OTF_FileManager) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + OTF_FileManager_init( ret ); + + OTF_FileManager_setNumber( ret, number ); + + return ret; +} + + +void OTF_FileManager_close( OTF_FileManager* fh ) { + + + OTF_FileManager_finalize( fh ); + + free( fh ); +} + + +uint32_t OTF_FileManager_getCount( OTF_FileManager* fh ) { + + + return fh->count; +} + + +uint32_t OTF_FileManager_getNumber( OTF_FileManager* fh ) { + + + return fh->number; +} + + +uint32_t OTF_FileManager_setNumber( OTF_FileManager* fh, uint32_t number ) { + + + if ( 0 == number ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "illegal value 0 ignored.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return fh->number; + } + + fh->number= number; + + return fh->number; +} + + +/** ensure there is a free file handle available after this call. +return 1 on success, 0 otherwise (which is not supposed to happen) */ +int OTF_FileManager_guaranteeFile( OTF_FileManager* m ) { + + + /* + fprintf( stderr, "OTF_FileManager_guaranteeFile()\n" ); + */ + + if ( m->count < m->number ) { + + /* free file handles available */ + + /* + fprintf( stderr, " OTF_FileManager_guaranteeFile() free handles left\n" ); + */ + + return 1; + } + + /* + fprintf( stderr, " OTF_FileManager_guaranteeFile() need new handles\n" ); + */ + + /* suspend last entry in list */ + if ( 0 == OTF_FileManager_suspendFile( m, m->list->file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_FileManager_suspendFile() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + /* + fprintf( stderr, "post suspend %u / %u\n", m->count, m->number ); + */ + + return 1; +} + + +/** registers the 'file' as open. return 1 on success, 0 otherwise. */ +int OTF_FileManager_registerFile( OTF_FileManager* m, OTF_File* file ) { + + + /* + fprintf( stderr, "OTF_FileManager_registerFile()\n" ); + */ + + if ( OTF_FILESTATUS_ACTIVE != OTF_File_status( file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "file not open.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( m->count >= m->number ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot register new file because limit %u exceeded, call " + "'OTF_FileManager_guaranteeFile()' before.\n", + __FUNCTION__, __FILE__, __LINE__, m->number ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + OTF_FileManager_listInsertAtHead( &(m->list), file ); + + /* + fprintf( stderr, " c++ %u -> %u\n", m->count, m->count+1 ); + */ + m->count++; + + return 1; +} + + +/** marks currently opened 'file' as used which is important for the +scheduling strategy, i.e. the internal decision which file to suspend next. +return 1 on success or 0 for an suspended file. */ +int OTF_FileManager_touchFile( OTF_FileManager* m, OTF_File* file ) { + + + /* + fprintf( stderr, "OTF_FileManager_touchFile()\n" ); + */ + + if ( OTF_FILESTATUS_ACTIVE != OTF_File_status( file ) ) { + + return 0; + } + + /* unlink 'file' from somewhere in the list and put it to head */ + + OTF_FileManager_listUnlinkAtHead( &(m->list), file ); + OTF_FileManager_listInsertAtHead( &(m->list), file ); + + return 1; +} + + +/** suspend an open file explicitly. this may be called externaly or +internally. return 1 on success, 0 otherwise. */ +int OTF_FileManager_suspendFile( OTF_FileManager* m, OTF_File* file ) { + + + /* + fprintf( stderr, "OTF_FileManager_suspendFile()\n" ); + */ + + if ( OTF_FILESTATUS_ACTIVE != OTF_File_status( file ) ) { + + /* file not open, so cannot be suspended */ + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "file to be suspended is not open.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( 0 == OTF_FileManager_listUnlinkAtTail( &(m->list), file ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "could not unlink this entry.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + }; + + /* + fprintf( stderr, " c-- %u -> %u\n", m->count, m->count-1 ); + */ + m->count--; + + OTF_File_suspend( file ); + + return 1; +} + + +int OTF_FileManager_listInsertAtHead( OTF_FileList** list, OTF_File* entry ) { + + + OTF_FileList* newentry= (OTF_FileList*) malloc( sizeof(OTF_FileList) ); + if( NULL == newentry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( NULL != (*list) ) { + + /* + fprintf( stderr, "pre insert : %p --> %p (%p)\n", + *list, (*list)->next, (*list)->file ); + */ + + newentry->file= entry; + newentry->prev= (*list)->prev; + newentry->next= (*list); + + /* + fprintf( stderr, "new entry : %p --> %p (%p)\n", + newentry, newentry->next, newentry->file ); + */ + + (*list)->prev->next= newentry; + (*list)->prev= newentry; + + *list= newentry; + + /* + fprintf( stderr, "post insert: %p --> %p (%p)\n", + *list, (*list)->next, (*list)->file ); + */ + + } else { + + /* empty list */ + + newentry->file= entry; + newentry->prev= newentry; + newentry->next= newentry; + + *list= newentry; + } + + /* + fprintf( stderr, "after OTF_FileManager_listInsertAtHead():\n" ); + */ + /* + OTF_FileManager_listPrint( list ); + */ + + return 0; +} + + +int OTF_FileManager_listUnlinkAtHead( OTF_FileList** list, OTF_File* file ) { + + + OTF_FileList* pos; + + + if ( NULL == *list ) { + + return 0; + } + + pos= *list; + while ( ( pos != (*list)->prev ) && ( pos->file != file ) ) { + + pos= pos->next; + } + + if ( pos->file == file ) { + + /* found, unlink here */ + + pos->prev->next= pos->next; + pos->next->prev= pos->prev; + + if ( pos->next == pos ) { + + /* list gets empty! */ + *list= NULL; + + } else if ( (*list) == pos ) { + + /* removed current head */ + *list= (*list)->next; + } + + free( pos ); + + /* + fprintf( stderr, "after OTF_FileManager_listUnlinkAtHead() %p found:\n", file ); + */ + /* + OTF_FileManager_listPrint( listHead, listTail ); + */ + + return 1; + } + + /* not found */ + /* + fprintf( stderr, "after OTF_FileManager_listUnlinkAtHead() %p not found:\n", file ); + */ + /* + OTF_FileManager_listPrint( listHead, listTail ); + */ + + return 0; +} + + +int OTF_FileManager_listUnlinkAtTail( OTF_FileList** list, OTF_File* file ) { + + + OTF_FileList* pos; + + + if ( NULL == *list ) { + + return 0; + } + + pos= (*list)->prev; + while ( ( pos != (*list) ) && ( pos->file != file ) ) { + + pos= pos->prev; + } + + if ( pos->file == file ) { + + /* found, unlink here */ + + pos->prev->next= pos->next; + pos->next->prev= pos->prev; + + if ( pos->next == pos ) { + + /* list gets empty! */ + *list= NULL; + + } else if ( (*list) == pos ) { + + /* removed current head */ + *list= (*list)->next; + } + + free( pos ); + + /* + fprintf( stderr, "after OTF_FileManager_listUnlinkAtHead() %p found:\n", file ); + */ + /* + OTF_FileManager_listPrint( listHead, listTail ); + */ + + return 1; + } + + /* not found */ + /* + fprintf( stderr, "after OTF_FileManager_listUnlinkAtTail():\n" ); + */ + /* + OTF_FileManager_listPrint( listHead, listTail ); + */ + + return 0; +} + + +void OTF_FileManager_listPrint( OTF_FileList** list ) { + + + OTF_FileList* pos; + + + if ( NULL == *list ) { + + fprintf( stderr, "empty list\n ----- \n" ); + + return; + } + + pos= *list; + + fprintf( stderr, "head: %p --> %p (%p %u)\n", (void*)pos, + (void*)pos->next, (void*)pos->file, + OTF_File_status( pos->file ) ); + while ( pos != (*list)->prev ) { + + pos= pos->next; + + fprintf( stderr, " %p --> %p (%p %u)\n", (void*)pos, + (void*)pos->next, (void*)pos->file, + OTF_File_status( pos->file ) ); + } + + fprintf( stderr, " ----- \n" ); +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.h new file mode 100644 index 0000000000..6f3eee8711 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_FileManager.h @@ -0,0 +1,78 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_FileManager.h + * + * @brief Manages file handles. + * + * i.e. Opens, closes and suspends files, if there are not enough + * filehandles available. + * + * \ingroup fm + */ + +/** + * \defgroup fm File Manager Interface + * + * The file manager schedules an unlimited number OTF_Files to a limited + * number of actual open OS files. Therefore all open are registered with + * this manager. When a file is requested while no more OS files are + * available any of the other files are suspended, i.i. the OS file is + * closed. + */ + + +#ifndef OTF_FILEMANAGER_H +#define OTF_FILEMANAGER_H + + +#include "OTF_inttypes.h" + + +struct struct_OTF_File; +typedef struct struct_OTF_File OTF_File; + + +struct struct_OTF_FileManager; +/** file manager object \ingroup fm */ +typedef struct struct_OTF_FileManager OTF_FileManager; + + +/** Generates a new file manager with a maximum number of files that are allowed +to be open simultaneously. \ingroup fm */ +OTF_FileManager* OTF_FileManager_open( uint32_t number ); + +/** Closes the file manager \ingroup fm */ +void OTF_FileManager_close( OTF_FileManager* m ); + +/** Returns the number of files currently open. */ +uint32_t OTF_FileManager_getCount( OTF_FileManager* m ); + +/** Returns the numbner of files allowed to be open simultaneously. */ +uint32_t OTF_FileManager_getNumber( OTF_FileManager* m ); + +/** Sets the number of files allowed to be open simultaneously. */ +uint32_t OTF_FileManager_setNumber( OTF_FileManager* m, uint32_t number ); + +/** Ensure there is a free file handle available after this call. +return 1 on success, 0 otherwise (which is not supposed to happen) */ +int OTF_FileManager_guaranteeFile( OTF_FileManager* m ); + +/** Registers the 'file' as open. Return 1 on success, 0 otherwise. */ +int OTF_FileManager_registerFile( OTF_FileManager* m, OTF_File* file ); + +/** Marks currently opened 'file' as used which is important for the +scheduling strategy, i.e. the internal decision which file to suspend next. +return 1 on success or 0 for an suspended file. */ +int OTF_FileManager_touchFile( OTF_FileManager* m, OTF_File* file ); + +/** Suspend an open file explicitly. this may be called externaly or +internally. Return 1 on success, 0 otherwise. */ +int OTF_FileManager_suspendFile( OTF_FileManager* m, OTF_File* file ); + + +#endif /* OTF_FILEMANAGER_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.c new file mode 100644 index 0000000000..6c3359b3a3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.c @@ -0,0 +1,145 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#include "OTF_Platform.h" + +#include +#include +#include + +#ifdef HAVE_UNISTD_H + #include +#endif + +#ifdef HAVE_IO_H + #include +#endif + + +/* vs does not know F_OK*/ +#ifndef F_OK + #define F_OK 00 +#endif + + +#include "OTF_Filenames.h" + + + +#define OTF_FILENAMESUFFIX_MAIN "otf" +#define OTF_FILENAMESUFFIX_DEF "def" +#define OTF_FILENAMESUFFIX_EVENTS "events" +#define OTF_FILENAMESUFFIX_SNAPS "snaps" +#define OTF_FILENAMESUFFIX_STATS "stats" + + +char* OTF_getFilename( const char* namestub, uint32_t id, OTF_FileType type, + unsigned int l, char* ret ) { + + + if ( ( NULL == ret ) || ( 0 == l ) ) { + + l= (unsigned int) strlen( namestub ) + 1 + 1 + 10 + 1 + 10 + 2; /* is this right ??? - at least it´s more than enough */ + ret= (char*) malloc( l * sizeof(char) ); + } + + + switch ( type&OTF_FILETYPE_BITS ) { + + case OTF_FILETYPE_MASTER: + + /* mastercontrol file stays uncompressed even with compression */ + OTF_snprintf( ret, l, "%s.%s", namestub, OTF_FILENAMESUFFIX_MAIN ); + break; + + case OTF_FILETYPE_GLOBAL_DEF: + + OTF_snprintf( ret, l, "%s.%s%s", namestub, OTF_FILENAMESUFFIX_DEF, + ((type&OTF_FILECOMPRESSION_BITS) > 0 && (type&OTF_FILECOMPRESSION_BITS) <= 9 ) ? ".z" : "" ); + break; + + case OTF_FILETYPE_DEF: + + OTF_snprintf( ret, l, "%s.%x.%s%s", namestub, id, OTF_FILENAMESUFFIX_DEF, + ((type&OTF_FILECOMPRESSION_BITS) > 0 && (type&OTF_FILECOMPRESSION_BITS) <= 9 ) ? ".z" : "" ); + break; + + case OTF_FILETYPE_EVENT: + + OTF_snprintf( ret, l, "%s.%x.%s%s", namestub, id, OTF_FILENAMESUFFIX_EVENTS, + ((type&OTF_FILECOMPRESSION_BITS) > 0 && (type&OTF_FILECOMPRESSION_BITS) <= 9 ) ? ".z" : "" ); + break; + + case OTF_FILETYPE_SNAPS: + + OTF_snprintf( ret, l, "%s.%x.%s%s", namestub, id, OTF_FILENAMESUFFIX_SNAPS, + ((type&OTF_FILECOMPRESSION_BITS) > 0 && (type&OTF_FILECOMPRESSION_BITS) <= 9 ) ? ".z" : "" ); + break; + + case OTF_FILETYPE_STATS: + + OTF_snprintf( ret, l, "%s.%x.%s%s", namestub, id, OTF_FILENAMESUFFIX_STATS, + ((type&OTF_FILECOMPRESSION_BITS) > 0 && (type&OTF_FILECOMPRESSION_BITS) <= 9 ) ? ".z" : "" ); + break; + + default: + + return NULL; + } + + return ret; +} + + +/** strip the a filename from the ".otf" suffix if present */ +char* OTF_stripFilename( const char* filename ) { + + + char* ret= OTF_strdup( filename ); + char* p= ret; + + if( NULL == p ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + while ( '\0' != *p ) { + + p++; + } + + p -= 4; + + if ( 0 == strcmp( p, "."OTF_FILENAMESUFFIX_MAIN ) ) { + + *p= '\0'; + } + + return ret; +} + + +int OTF_fileExists( const char* filename ) { + + if ( 0 == access( filename, F_OK ) ) { + + return 1; + + } else { + + return 0; + } +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.h new file mode 100644 index 0000000000..de45d49458 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Filenames.h @@ -0,0 +1,62 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Filenames.h + * + * @brief Handles file naming issues. + * + * \ingroup internal + */ + + +#ifndef OTF_FILENAMES +#define OTF_FILENAMES + + +#include "OTF_inttypes.h" +#include "OTF_Definitions.h" + + +/*#define OTF_FILETYPE_MASTER 0 +#define OTF_FILETYPE_GLOBAL_DEF 1 +#define OTF_FILETYPE_DEF 2 +#define OTF_FILETYPE_EVENT 3 +#define OTF_FILETYPE_SNAPS 4 +#define OTF_FILETYPE_STATS 5*/ +#define OTF_FILETYPE_MASTER 16 +#define OTF_FILETYPE_GLOBAL_DEF 32 +#define OTF_FILETYPE_DEF 64 +#define OTF_FILETYPE_EVENT 128 +#define OTF_FILETYPE_SNAPS 256 +#define OTF_FILETYPE_STATS 512 +#define OTF_FILETYPE_BITS (16+32+64+128+256+512) +typedef uint32_t OTF_FileType; + +/* zlevel has to be 0-9 */ +#define OTF_FILECOMPRESSION_UNCOMPRESSED 0 +/* default compression level */ +#define OTF_FILECOMPRESSION_COMPRESSED 4 +#define OTF_FILECOMPRESSION_BITS (1+2+4+8) +typedef uint32_t OTF_FileCompression; + + +/** provide a name stub, a stream id and the type of file. +the function will create the proper filename in 'ret'. ret may be +pre-allocated with length 'l' or NULL with 'l=0'. in the latter case +memory is allocated via malloc internally but has to be freed later on. +on success the resulting string is returned, return NULL indicates an error. */ +char* OTF_getFilename( const char* namestub, uint32_t id, OTF_FileType type, + unsigned int l, char* ret ); + + +/** strip the a filename from the ".otf" suffix if present */ +char* OTF_stripFilename( const char* filename ); + + +/** DEPRICATED Check whether a file exists or not. Return 1 on success. */ +int OTF_fileExists( const char* filename ); + +#endif /* OTF_FILENAMES */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.c new file mode 100644 index 0000000000..8f11d6e307 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.c @@ -0,0 +1,395 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "OTF_Platform.h" +#include "OTF_HandlerArray.h" +#include "OTF_Definitions.h" +#include "OTF_CopyHandler.h" + + +/** Constructor - internal use only */ +int OTF_HandlerArray_init( OTF_HandlerArray* handlers ); + +/** Destructor - internal use only */ +int OTF_HandlerArray_finish( OTF_HandlerArray* handlers ); + + +/*********************************************************************/ + + +int OTF_HandlerArray_init( OTF_HandlerArray* handlers ) { + + + uint32_t i; + + + for ( i = 0; i < OTF_NRECORDS; ++i ) { + + handlers->pointer[i] = NULL; + handlers->firsthandlerarg[i] = NULL; + } + + return 1; +} + + +int OTF_HandlerArray_finish( OTF_HandlerArray* handlers ) { + + + free( handlers->pointer ); + free( handlers->firsthandlerarg ); + + handlers->pointer = NULL; + handlers->firsthandlerarg = NULL; + + return 1; +} + + +OTF_HandlerArray* OTF_HandlerArray_open() { + + + OTF_HandlerArray* ret; + + ret = (OTF_HandlerArray*) malloc( sizeof( OTF_HandlerArray ) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + ret->pointer = (OTF_FunctionPointer**) malloc( + OTF_NRECORDS * sizeof( OTF_FunctionPointer* ) ); + if( NULL == ret->pointer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + free( ret ); + ret= NULL; + + return NULL; + } + + ret->firsthandlerarg = (void**) malloc( OTF_NRECORDS * sizeof( void* ) ); + if( NULL == ret->firsthandlerarg ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + free( ret->pointer ); + ret->pointer= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + + OTF_HandlerArray_init( ret ); + + return ret; +} + + +int OTF_HandlerArray_close( OTF_HandlerArray* handlers ) { + + + if( NULL == handlers ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "handlers have not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + OTF_HandlerArray_finish( handlers ); + + free( handlers ); + handlers = NULL; + + return 1; +} + + +int OTF_HandlerArray_setHandler( OTF_HandlerArray* handlers, + OTF_FunctionPointer* pointer, uint32_t recordtype ) { + + + if( recordtype >= OTF_NRECORDS ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unknown record type %u.\n", + __FUNCTION__, __FILE__, __LINE__, recordtype ); +# endif /* OTF_VERBOSE */ + + return 0; + } + handlers->pointer[recordtype] = pointer; + + return 1; +} + + +int OTF_HandlerArray_setFirstHandlerArg( OTF_HandlerArray* handlers, + void* firsthandlerarg, uint32_t recordtype ) { + + + if( recordtype >= OTF_NRECORDS ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unknown record type %u.\n", + __FUNCTION__, __FILE__, __LINE__, recordtype ); +# endif /* OTF_VERBOSE */ + + return 0; + } + handlers->firsthandlerarg[recordtype] = firsthandlerarg; + + return 1; +} + + +int OTF_HandlerArray_getCopyHandler( OTF_HandlerArray* handlers, + OTF_Writer* writer ) { + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefTimerResolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFTIMERRESOLUTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefProcess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefProcessGroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFPROCESSGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefFunctionGroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFFUNCTIONGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefCollectiveOperation, + OTF_DEFCOLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFCOLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefCounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFCOUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefCounterGroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFCOUNTERGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefScl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFSCL_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefSclFile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFSCLFILE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefCreator, + OTF_DEFCREATOR_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFCREATOR_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFFILE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_DefFileGroup, + OTF_DEFFILEGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_DEFFILEGROUP_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_Enter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_Leave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_SendMsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_RecvMsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_Counter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_CollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_EventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_BeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_EndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_ENDPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_FileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_FILEOPERATION_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_SnapshotComment, + OTF_SNAPSHOTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_SNAPSHOTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_EnterSnapshot, + OTF_ENTERSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_ENTERSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_SendSnapshot, + OTF_SENDSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_SENDSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_OpenFileSnapshot, + OTF_OPENFILESNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_OPENFILESNAPSHOT_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_SummaryComment, + OTF_SUMMARYCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_SUMMARYCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_FunctionSummary, + OTF_FUNCTIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_FUNCTIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_FunctionGroupSummary, + OTF_FUNCTIONGROUPSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_FUNCTIONGROUPSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_MessageSummary, + OTF_MESSAGESUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_MESSAGESUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_FileOperationSummary, + OTF_FILEOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_FILEOPERATIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) OTF_CopyHandler_FileGroupOperationSummary, + OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, + OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + + + return 1; +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.h new file mode 100644 index 0000000000..c6e5b116a6 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_HandlerArray.h @@ -0,0 +1,1062 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_HandlerArray.h + * + * @brief Provides read access to OTF traces which consist of multiple + * streams. + * + * \ingroup handler + * \ingroup ha + */ + +/** \defgroup handler Handler Interface + * + * In the following, the handler interfaces for all record types are + * specified. The signature of callback handler functions is equal to the + * signature of corresponding record write functions except for the first + * argument. The first argument common to all callback handler functions is + * \em userData -- a generic pointer to custom user data. The second common + * argument to all callback hander functions is \em stream which identifies the + * stream where the definition occurred. A stream parameter = 0 indicates a + * global definition which is the default. + */ + +/** + * \defgroup ha Handler Array Interface + * + * Using this interface you can setup a handler array for reading traces. + * + */ + + +#ifndef OTF_HANDLERARRAY_H +#define OTF_HANDLERARRAY_H + + +#include "OTF_Writer.h" + + +/** Generic function pointer for OTF record handlers. \ingroup ha*/ +typedef int (OTF_FunctionPointer) ( void *userData, ... ); + + +/** Object structure which holds OTF record handlers. */ +struct struct_OTF_HandlerArray { + + /** Array of function pointer. */ + OTF_FunctionPointer** pointer; + + /** Array of first handler arguments. */ + void** firsthandlerarg; +}; + +/** Object type which holds OTF record handlers. \ingroup ha */ +typedef struct struct_OTF_HandlerArray OTF_HandlerArray; + + +/** Open a new array of handlers. \ingroup ha */ +OTF_HandlerArray* OTF_HandlerArray_open( void ); + +/** Close and delete a OTF_HandlerArray object. \ingroup ha */ +int OTF_HandlerArray_close( OTF_HandlerArray* handlers ); + +/** Assign the function pointer to your own handler of the given record + type. \ingroup ha */ +int OTF_HandlerArray_setHandler( OTF_HandlerArray* handlers, + OTF_FunctionPointer* pointer, uint32_t recordtype ); + +/** Assign the first argument to your own handler of the given record type. +\ingroup ha */ +int OTF_HandlerArray_setFirstHandlerArg( OTF_HandlerArray* handlers, + void* firsthandlerarg, uint32_t recordtype ); + +/** Provide copy handlers to every record type. \ingroup ha */ +int OTF_HandlerArray_getCopyHandler( OTF_HandlerArray* handlers, + OTF_Writer* writer ); + + +/* Handlers for OTF definition records *****+++***************************** */ + + +/** + * Provides a comment record. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param comment Arbitrary comment string. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefinitionComment( void* userData, + uint32_t stream, + const char* comment ); + + +/** + * Provides the timer resolution. All timed event records need to be + * interpreted according to this definition. By default, a timer resolution of + * 1 us i.e. 1,000,000 clock ticks is assumed. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param ticksPerSecond Clock ticks per second of the timer. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefTimerResolution( void* userData, + uint32_t stream, + uint64_t ticksPerSecond ); + + +/** + * Provides a process definition. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param process Arbitrary but unique process identifier > 0. + * @param name Name of the process e.g. "Process X". + * @param parent Previously declared parent process identifier or 0 if + * process has no parent. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefProcess( void* userData, + uint32_t stream, + uint32_t process, + const char* name, + uint32_t parent ); + + +/** + * Provides a process group definition. + * + * OTF supports groups of processes. Their main objective is to classify + * processes depending on arbitrary characteristics. Processes can reside + * in multiple groups. This record type is optional. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param procGroup Arbitrary but unique process group identifier > 0. + * @param name Name of the process group e.g. "Well Balanced". + * @param numberOfProcs The number of processes in the process group. + * @param procs Vector of process identifiers as provided by + * OTF_Handler_DefProcess(). + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefProcessGroup( void* userData, + uint32_t stream, + uint32_t procGroup, + const char* name, + uint32_t numberOfProcs, + const uint32_t* procs ); + + +/** + * Provides a function definition. + * + * Defines a function of the given name. Functions can optionally belong to a + * certain function group provided by the + * OTF_Handler_DefFunctionGroup() handler. A source code reference can + * be provided aswell. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param func Arbitrary but unique function identifier > 0. + * @param name Name of the function e.g. "DoSomething". + * @param funcGroup A function group identifier preliminary provided by + * OTF_Handler_DefFunctionGroup() or 0 for no + * function group assignment. + * @param source Reference to the function's source code location + * preliminary provided by OTF_Handler_DefScl() or + * 0 for no source code location assignment. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefFunction( void* userData, + uint32_t stream, + uint32_t func, + const char* name, + uint32_t funcGroup, + uint32_t source ); + + +/** + * Provides a function group definition. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param funcGroup An arbitrary but unique function group identifier > 0. + * @param name Name of the function group e.g. "Computation". + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefFunctionGroup( void* userData, + uint32_t stream, + uint32_t funcGroup, + const char* name ); + + +/** + * Provides a collective operation definition. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param collOp An arbitrary but unique collective op. identifier > 0. + * @param name Name of the collective operation e.g. "MPI_Bcast". + * @param type One of the five supported collective classes: + * OTF_COLLECTIVE_TYPE_UNKNOWN (default), + * OTF_COLLECTIVE_TYPE_BARRIER, + * OTF_COLLECTIVE_TYPE_ONE2ALL, + * OTF_COLLECTIVE_TYPE_ALL2ONE, + * OTF_COLLECTIVE_TYPE_ALL2ALL. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefCollectiveOperation( void* userData, + uint32_t stream, + uint32_t collOp, + const char* name, + uint32_t type ); + + +/** + * Provides a counter definition. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param counter An arbitrary but unique counter identifier. + * @param name Name of the counter e.g. "Cache Misses". + * @param properties A combination of a type, scope and vartype counter property. + * OTF_COUNTER_TYPE_ACC (default) represents a counter + * with monotonously increasing values e.g. a FLOP + * counter. OTF_COUNTER_TYPE_ABS on the other hand + * defines a counter with alternating absolute values e.g. + * the memory usage of a process. The following counter + * measurement scopes are supported: + * OTF_COUNTER_SCOPE_START (default) always refers to the + * start of the process, OTF_COUNTER_SCOPE_POINT refers + * to exactly this moment in time, OTF_COUNTER_SCOPE_LAST + * relates to the previous measurement, and + * OTF_COUNTER_SCOPE_NEXT to the next measurement. + * Examples: OTF_COUNTER_TYPE_ACC + + * OTF_COUNTER_SCOPE_START should be used for most + * standard hardware (PAPI) counters. + * OTF_COUNTER_TYPE_ABS + OTF_COUNTER_SCOPE_POINT could + * be used to record information 'spikes'. + * OTF_COUNTER_TYPE_ABS + OTF_COUNTER_SCOPE_NEXT works + * for memory allocation recording. + * The data type can be one of the following: + * COUNTER_VARTYPE_{UNSIGNED8,SIGNED8,UNSIGNED4,SIGNED4, + * UNSIGNED2,SIGNED2,DOUBLE,FLOAT} + * You may also use COUNTER_VARTYPE_IS{INTEGER,SIGNED, + * UNSIGNED}(property) to a get a clue about the data type. + * @param counterGroup A previously defined counter group identifier or 0 for + * no group. + * @param unit Unit of the counter e.g. "#" for "number of..." or 0 + * for no unit. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefCounter( void* userData, + uint32_t stream, + uint32_t counter, + const char* name, + uint32_t properties, + uint32_t counterGroup, + const char* unit ); + + +/** + * Provides a counter group definition. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param counterGroup An arbitrary but unique counter group identifier > 0. + * @param name Counter group name. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefCounterGroup( void* userData, + uint32_t stream, + uint32_t counterGroup, + const char* name ); + + +/** + * Provides a source code location (SCL). + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param source Arbitrary but unique source code location + * identifier > 0. + * @param sourceFile Previously defined source file identifier. See + * OTW_Handler_DefSclFile(). + * @param line Line number. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefScl( void* userData, + uint32_t stream, + uint32_t source, + uint32_t sourceFile, + uint32_t line ); + + +/** + * Provides a source code location (SCL) file. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param sourceFile Arbitrary but unique source code location + * identifier != 0. + * @param name File name. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefSclFile( void* userData, + uint32_t stream, + uint32_t sourceFile, + const char* name ); + + +/** + * Provides file creator information. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param creator String which identifies the creator of the + * file e.g. "TAU Version x.y.z". + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefCreator( void* userData, + uint32_t stream, + const char* creator ); + + +/** + * Provides information on the trace´s otf-version. This record can only be read + * and not be written. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * @param major major version number + * @param minor minor version number + * @param sub sub version number + * @param string string identifing the version + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_DefVersion( void* userData, + uint32_t stream, + uint8_t major, + uint8_t minor, + uint8_t sub, + const char* string ); + + +/** + * Provides a file definition + * NOTE: this is experimental + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * + * @param token Arbitrary, unique identifier of the file. + * Has to be > 0. + * + * @param name name of the file + * + * @param group A previously defined file group identifier or 0 for + * no group. + * + * \ingroup handler + */ +int OTF_Handler_DefFile( void* userData, + uint32_t stream, + uint32_t token, + const char *name, + uint32_t group ); + + +/** + * Provides a file group definition + * NOTE: this is experimental + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param stream Identifies the stream to which this definition + * belongs to. stream = 0 represents a global + * definition. + * + * @param token Arbitrary, unique identifier of the file group + * Has to be > 0. + * + * @param name Name of the file group + * + * \ingroup handler + */ +int OTF_Handler_DefFileGroup( void* userData, + uint32_t stream, + uint32_t token, + const char *name ); + +/* Handlers for OTF event records ****************************************** */ + + +/** + * Provides a function entry event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time The time when the function entry took place. + * @param function Function which has been entered as defined with + * OTF_Writer_defFunction. + * @param process Process where action took place. + * @param source Explicit source code location identifier > 0 or 0 if + * no source information available. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_Enter( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + + +/** + * Provides a function leave event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time The time when the function leave took place. + * @param function Function which was left or 0 if stack integrety checking + * is not available. + * @param process Process where action took place. + * @param source Explicit source code location identifier > 0 or 0 if + * no source information available. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_Leave( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + + +/** + * Provides a message send event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time The time when the message was send. + * @param sender Sender of the message. + * @param receiver Receiver of the message. + * @param group Process-group to which sender and receiver belong to or + * 0 for no group assignment. + * @param type Message type information > 0 or 0 for no information. + * @param length Optional message length information. + * @param source Explicit source code location identifier > 0 or 0 if + * no source information available. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_SendMsg( void* userData, + uint64_t time, + uint32_t sender, + uint32_t receiver, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ); + + +/** + * Provides a message retrieval event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time The time when the message was received. + * @param recvProc Identifier of receiving process. + * @param sendProc Identifier of sending process. + * @param group Process-group to which sender and receiver belong to or + * 0 for no group assignment. + * @param type Message type information > 0 or 0 for no information. + * @param length Optional message length information. + * @param source Explicit source code location identifier > 0 or 0 if + * no source information available. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_RecvMsg( void* userData, + uint64_t time, + uint32_t recvProc, + uint32_t sendProc, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ); + + +/** + * Provides a counter measurement. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when counter was measured. + * @param process Process where counter measurment took place. + * @param counter Counter which was measured. + * @param value Counter value. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_Counter( void* userData, + uint64_t time, + uint32_t process, + uint32_t counter, + uint64_t value ); + + +/** + * Provides a collective operation member event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when collective operation was entered by member. + * @param process Process identifier i.e. collective member. + * @param collective Collective identifier as defined with + * OTF_Handler_eDefCollectiveOperation(). + * @param procGroup Group of processes participating in this collective. + * @param rootProc Root process if != 0. + * @param sent Data volume sent by member or 0. + * @param received Data volume received by member or 0. + * @param duration Time spent in collective operation. + * @param source Explicit source code location or 0. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_CollectiveOperation( void* userData, + uint64_t time, + uint32_t process, + uint32_t collective, + uint32_t procGroup, + uint32_t rootProc, + uint32_t sent, + uint32_t received, + uint64_t duration, + uint32_t source ); + + +/** + * Provide a comment record. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_EventComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** + * Provides a process creation event. + * + * Marks the explicit begin of a process. This event precedes the very first + * event of the respective process and should carry the same time stamp. This + * is especially useful with on-line analysis. It tells whether there will be + * additional records for the given process or not. Without this record type, + * it could only be guessed that there might not follow more events after a + * process has reached the bottom of the call stack. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when process was referenced for the first time. + * @param process Process identifier > 0. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_BeginProcess( void* userData, + uint64_t time, + uint32_t process ); + + +/** + * Provides a process destruction event. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when process is referenced for the last time. + * Process identifiers must not be recycled! + * @param process Process identifier > 0. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_EndProcess( void* userData, + uint64_t time, + uint32_t process ); + + +/** + * Provides a file operation event + * NOTE: this is experimental + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when process is referenced for the last time. + * Process identifiers must not be recycled! + * @param process Process identifier > 0. + * + * @param handleid Unique identifier. This parameter is important + * for files that are opened multiple times at the same time, + * to match the close to the correct open. + * This number has to be unique for every opened file ( + * Files with the same id must have different handleid !!! ). + * Recommendation: use the timestamp of the openfile record, + * or an increasing(with every fileopen record) variable for + * this. + * + * @param operation kind of operation done on the file. + * has to be OTF_FILEOP_{OPEN,CLOSE,READ,WRITE,SEEK} + * + * @param bytes Should be 0 for open and close. + * Number of read/written bytes for read/write operations. + * New position in the file after a seek operation. + * + * @param duration Time spent in the file operation. + * + * @param source Explicit source code location or 0. + * + * \ingroup handler + */ +int OTF_Handler_FileOperation( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t operation, + uint64_t bytes, + uint64_t duration, + uint32_t source ); + + +/* Handlers for OTF snapshot records *************************************** */ + + +/** + * Provides a snapshot comment. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ + +int OTF_Handler_SnapshotComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** provides information about a past function call at the time 'originaltime'. +Parameters 'time', 'function', 'process' ,'source' and the return value have the +same meaning as in OTF_Handler_Enter(). +\ingroup handler */ +int OTF_Handler_EnterSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t function, + uint32_t process, + uint32_t source ); + + +/** provides information about a past message send operation at the time +'originaltime'. Parameters 'time', 'sender', 'receiver', 'procGroup', 'tag', +'source' and the return value have the same meaning as in OTF_Handler_SendMsg(). +\ingroup handler */ +int OTF_Handler_SendSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t sender, + uint32_t receiver, + uint32_t procGroup, + uint32_t tag, + uint32_t source ); + + +/** + * Provides a snapshot record for opened(and not yet closed) files + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Current timestamp. + * @param originaltime Timestamp when the file has been opened. + * @param process Process identifier. + * @param handleid Unique file open identifier. @see OTF_Handler_FileOperation() + * @param source Optional reference to source code. + * + * \ingroup handler + */ +int OTF_Handler_OpenFileSnapshot( void* userData, + uint64_t time, + uint64_t originaltime, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t source ); + + +/* Handlers for OTF summary records **************************************** */ + + +/** Provides a summary comment. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ + +int OTF_Handler_SummaryComment( void * userData, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** + * Provides summarized information for a given function. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param function Function as defined with + * OTF_Handler_DefFunction. + * @param process Process of the given function. + * @param invocations Number of invocations. + * @param exclTime Time spent exclusively in the given function. + * @param inclTime Time spent in the given function including all + * sub-routine calls. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_FunctionSummary( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ); + + +/** + * Provides summarized information for a given group of functiongroups. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param funcGroup Function group as defined with + * OTF_Handler_DefFunctionGroup. + * @param process Process of the given function group. + * @param invocations Number of invocations. + * @param exclTime Time spent exclusively in the given function group. + * @param inclTime Time spent in the given function group including all + * sub-routine calls. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_FunctionGroupSummary( void* userData, + uint64_t time, + uint32_t funcGroup, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ); + + +/** + * Provides summarized information for a given message type. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param process Process where messages originated. + * @param peer Process where the message is sent to + * @param comm Communicator of message summary + * @param type Message type/tag. + * @param sentNumber The number of messages sent. + * @param receivedNumber The number of messages received. + * @param sentBytes The number of bytes sent via messages of the given + * type. + * @param receivedBytes The number of bytes received through messages of the + * given type. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_MessageSummary( void* userData, + uint64_t time, + uint32_t process, + uint32_t peer, + uint32_t comm, + uint32_t type, + uint64_t sentNumber, + uint64_t receivedNumber, + uint64_t sentBytes, + uint64_t receivedBytes ); + + +/** + * Provides summarized information about file operations. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param fileid File identifier or 0 for all files. + * @param process Process where file operations occured. + * @param nopen Number of open events. + * @param nclose Number of close events. + * @param nread Number of read events. + * @param nwrite Number of write events. + * @param nseek Number of seek events. + * @param bytesread Number of bytes read. + * @param byteswrite Number of bytes written. + * + * \ingroup handler + */ +int OTF_Handler_FileOperationSummary( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ); + + +/** + * Provides summarized information about file operations in a file group. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param groupid Group identifier or 0 for all files. + * @param process Process where file operations occured. + * @param nopen Number of open events. + * @param nclose Number of close events. + * @param nread Number of read events. + * @param nwrite Number of write events. + * @param nseek Number of seek events. + * @param bytesread Number of bytes read. + * @param byteswrite Number of bytes written. + * + * \ingroup handler + */ +int OTF_Handler_FileGroupOperationSummary( void* userData, + uint64_t time, + uint32_t groupid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ); + + +/** + * Can be used to handle records which cannot be read. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param process If 'time' equals (uin64_t) -1, the unknown record + * is a definiton record and 'process' + * represents the streamid of the record. + * If 'time' has a valid value ( not (uint64)-1 ) the + * unknown record is an event-, statistics- or + * snapshotrecord and 'process' represents + * the processid of the record. + * @param record string which contains the record. + * + * @return OTF_RETURN_ABORT for aborting the reading process immediately + * OTF_RETURN_OK for continue reading + * + * \ingroup handler + */ +int OTF_Handler_UnknownRecord( void *userData, + uint64_t time, + uint32_t process, + const char *record ); + + +/* + * Provides summarized information about a counter. + * + * @param userData Pointer to user data which can be set with + * OTF_HandlerArray_setFirstHandlerArg(). + * @param time Time when summary was computed. + * @param process Process where messages originated. + * @param peer Token of counter. + * @param value Counter Value at current time. + * + * \ingroup handler + */ +/*int OTF_Handler_CounterSummary( void* userData, + uint64_t time, + uint32_t process, + uint32_t counterid, + uint64_t value ); +*/ + +#endif /* OTF_HANDLERARRAY_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Keywords.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Keywords.h new file mode 100644 index 0000000000..ecd9ee7153 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Keywords.h @@ -0,0 +1,332 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Keywords.h + * + * @brief All record format keywords are located in this file. + * + * \ingroup internal + */ + + +#ifndef OTF_KEYWORDS_H +#define OTF_KEYWORDS_H + +/* + +define all record format keywords here in order to have a single +spot for them. + +the keywords identifying record types must follow some special rules: + +1) all keywords are UPPER CASE + +2) no keyword must be equal to another keyword, prefixes are allowed though + +3) all definition records and only them have the prefix "DEF" or "D" + +4) all summary records and only them have the prefix "SUM" or "S" + +5) all status records and only them have the prefix "T" (better ideas?) + +7) the prefixes for definition, summary resp. status record types are + extra, the don't go into the specific definitions - see below + +8) there is always a long and a short version for every keyword marked with + _L_ and _S_. both versions might be equal, but always they have the + same first letter given by an additional macro marked with _F_ + +- white spaces after the keyword should be included in the keyword + +*/ + + +/* *** general keywords *** */ + + +#define OTF_KEYWORD_PROCESS_CHAR '*' + + +/* *** definition record keywords *** */ + +#define OTF_KEYWORD_L_DEF_PREFIX "DEF" +#define OTF_KEYWORD_S_DEF_PREFIX "D" + +#define OTF_KEYWORD_L_DEFTIMERRESOLUTION "TIMERRESOLUTION" +#define OTF_KEYWORD_S_DEFTIMERRESOLUTION "TR" +#define OTF_KEYWORD_F_DEFTIMERRESOLUTION 'T' + +#define OTF_KEYWORD_L_DEFPROCESS "PROCESS" +#define OTF_KEYWORD_S_DEFPROCESS "P" +#define OTF_KEYWORD_F_DEFPROCESS 'P' + +#define OTF_KEYWORD_L_DEFPROCESSGROUP "PROCESSGROUP" +#define OTF_KEYWORD_S_DEFPROCESSGROUP "PG" +#define OTF_KEYWORD_F_DEFPROCESSGROUP 'P' + +#define OTF_KEYWORD_L_DEFFUNCTION "FUNCTION" +#define OTF_KEYWORD_S_DEFFUNCTION "F" +#define OTF_KEYWORD_F_DEFFUNCTION 'F' + +#define OTF_KEYWORD_L_DEFFUNCTIONGROUP "FUNCTIONGROUP" +#define OTF_KEYWORD_S_DEFFUNCTIONGROUP "FG" +#define OTF_KEYWORD_F_DEFFUNCTIONGROUP 'F' + +#define OTF_KEYWORD_L_DEFCOLLOP "COLLOP" +#define OTF_KEYWORD_S_DEFCOLLOP "CO" +#define OTF_KEYWORD_F_DEFCOLLOP 'C' + +#define OTF_KEYWORD_L_DEFCOUNTER "COUNTER" +#define OTF_KEYWORD_S_DEFCOUNTER "CNT" +#define OTF_KEYWORD_F_DEFCOUNTER 'C' + +#define OTF_KEYWORD_L_DEFCOUNTERGROUP "COUNTERGROUP" +#define OTF_KEYWORD_S_DEFCOUNTERGROUP "CG" +#define OTF_KEYWORD_F_DEFCOUNTERGROUP 'C' + +#define OTF_KEYWORD_L_DEFINITIONCOMMENT "COMMENT" +#define OTF_KEYWORD_S_DEFINITIONCOMMENT "CMT" +#define OTF_KEYWORD_F_DEFINITIONCOMMENT 'C' + +#define OTF_KEYWORD_L_DEFSCL "SCL" +#define OTF_KEYWORD_S_DEFSCL "S" +#define OTF_KEYWORD_F_DEFSCL 'S' + +#define OTF_KEYWORD_L_DEFSCLFILE "SCLFILE" +#define OTF_KEYWORD_S_DEFSCLFILE "SF" +#define OTF_KEYWORD_F_DEFSCLFILE 'S' + +#define OTF_KEYWORD_L_DEFVERSION "VERSION" +#define OTF_KEYWORD_S_DEFVERSION "V" +#define OTF_KEYWORD_F_DEFVERSION 'V' + +#define OTF_KEYWORD_L_DEFCREATOR "CREATOR" +#define OTF_KEYWORD_S_DEFCREATOR "CR" +#define OTF_KEYWORD_F_DEFCREATOR 'C' + +#define OTF_KEYWORD_L_DEFFILE "FILE" +#define OTF_KEYWORD_S_DEFFILE "FL" +#define OTF_KEYWORD_F_DEFFILE 'F' + +#define OTF_KEYWORD_L_DEFFILEGROUP "FILEGROUP" +#define OTF_KEYWORD_S_DEFFILEGROUP "FLG" +#define OTF_KEYWORD_F_DEFFILEGROUP 'F' + + +/* *** event record keywords *** */ + + +#define OTF_KEYWORD_L_ENTER "ENTER" +#define OTF_KEYWORD_S_ENTER "E" +#define OTF_KEYWORD_F_ENTER 'E' + +#define OTF_KEYWORD_L_LEAVE "LEAVE" +#define OTF_KEYWORD_S_LEAVE "L" +#define OTF_KEYWORD_F_LEAVE 'L' + +#define OTF_KEYWORD_L_RECEIVE "RECEIVE" +#define OTF_KEYWORD_S_RECEIVE "R" +#define OTF_KEYWORD_F_RECEIVE 'R' + +#define OTF_KEYWORD_L_SEND "SEND" +#define OTF_KEYWORD_S_SEND "S" +#define OTF_KEYWORD_F_SEND 'S' + +#define OTF_KEYWORD_L_COUNTER "COUNTER" +#define OTF_KEYWORD_S_COUNTER "CNT" +#define OTF_KEYWORD_F_COUNTER 'C' + +#define OTF_KEYWORD_L_COLLECTIVEOPERATION "COLLOP" +#define OTF_KEYWORD_S_COLLECTIVEOPERATION "COP" +#define OTF_KEYWORD_F_COLLECTIVEOPERATION 'C' + +#define OTF_KEYWORD_L_EVENTCOMMENT "#EVTCOMMENT" +#define OTF_KEYWORD_S_EVENTCOMMENT "#" +#define OTF_KEYWORD_F_EVENTCOMMENT '#' + +#define OTF_KEYWORD_L_BEGINPROCESS "PROCESSBEGIN" +#define OTF_KEYWORD_S_BEGINPROCESS "PB" +#define OTF_KEYWORD_F_BEGINPROCESS 'P' + +#define OTF_KEYWORD_L_ENDPROCESS "PROCESSEND" +#define OTF_KEYWORD_S_ENDPROCESS "PE" +#define OTF_KEYWORD_F_ENDPROCESS 'P' + +#define OTF_KEYWORD_L_FILEOPERATION "FILEOP" +#define OTF_KEYWORD_S_FILEOPERATION "F" +#define OTF_KEYWORD_F_FILEOPERATION 'F' + + +/* *** summary record keywords *** */ + + +#define OTF_KEYWORD_L_SUM_PREFIX "SUM" +#define OTF_KEYWORD_S_SUM_PREFIX "S" +#define OTF_KEYWORD_F_SUM_PREFIX 'S' + +#define OTF_KEYWORD_L_SUMFUNCTION "FUNCTION" +#define OTF_KEYWORD_S_SUMFUNCTION "F" +#define OTF_KEYWORD_F_SUMFUNCTION 'F' + +#define OTF_KEYWORD_L_SUMFUNCTIONGROUP "FUNCTIONGROUP" +#define OTF_KEYWORD_S_SUMFUNCTIONGROUP "G" +#define OTF_KEYWORD_F_SUMFUNCTIONGROUP 'G' + +#define OTF_KEYWORD_L_SUMMESSAGE "MESSAGE" +#define OTF_KEYWORD_S_SUMMESSAGE "M" +#define OTF_KEYWORD_F_SUMMESSAGE 'M' + +#define OTF_KEYWORD_L_SUMCOMMENT "COMMENT" +#define OTF_KEYWORD_S_SUMCOMMENT "C" +#define OTF_KEYWORD_F_SUMCOMMENT 'C' + +#define OTF_KEYWORD_L_SUMFILEOPERATION "FILEOPERATION" +#define OTF_KEYWORD_S_SUMFILEOPERATION "FL" +#define OTF_KEYWORD_F_SUMFILEOPERATION 'F' + +#define OTF_KEYWORD_L_SUMFILEGROUPOPERATION "FILEGROUPOPERATION" +#define OTF_KEYWORD_S_SUMFILEGROUPOPERATION "FLG" +#define OTF_KEYWORD_F_SUMFILEGROUPOPERATION 'F' + +/* *** status record keywords *** */ + + +#define OTF_KEYWORD_L_STATUS_PREFIX "T" +#define OTF_KEYWORD_S_STATUS_PREFIX "T" + + +/* *** snapshot keywords */ + + +#define OTF_KEYWORD_L_SNAPSHOT_PREFIX "T" +#define OTF_KEYWORD_S_SNAPSHOT_PREFIX "T" +#define OTF_KEYWORD_F_SNAPSHOT_PREFIX 'T' + +#define OTF_KEYWORD_L_SNAPSHOT_ENTER "ENTER" +#define OTF_KEYWORD_S_SNAPSHOT_ENTER "E" +#define OTF_KEYWORD_F_SNAPSHOT_ENTER 'E' + +#define OTF_KEYWORD_L_SNAPSHOT_SEND "SEND" +#define OTF_KEYWORD_S_SNAPSHOT_SEND "S" +#define OTF_KEYWORD_F_SNAPSHOT_SEND 'S' + +#define OTF_KEYWORD_L_SNAPSHOT_COMMENT "COMMENT" +#define OTF_KEYWORD_S_SNAPSHOT_COMMENT "C" +#define OTF_KEYWORD_F_SNAPSHOT_COMMENT 'C' + +#define OTF_KEYWORD_L_SNAPSHOT_OPENFILE "OPENFILE" +#define OTF_KEYWORD_S_SNAPSHOT_OPENFILE "OF" +#define OTF_KEYWORD_F_SNAPSHOT_OPENFILE 'O' + + +/* *** local keywords *** */ + + +#define OTF_KEYWORD_L_LOCAL_BYTES "BYTES" +#define OTF_KEYWORD_S_LOCAL_BYTES "B" + +#define OTF_KEYWORD_L_LOCAL_BYTESREAD "BYTESREAD" +#define OTF_KEYWORD_S_LOCAL_BYTESREAD "BR" + +#define OTF_KEYWORD_L_LOCAL_BYTESWRITE "BYTESWRITE" +#define OTF_KEYWORD_S_LOCAL_BYTESWRITE "BW" + +#define OTF_KEYWORD_L_LOCAL_COMMUNICATOR "COMM" +#define OTF_KEYWORD_S_LOCAL_COMMUNICATOR "C" + +#define OTF_KEYWORD_L_LOCAL_COUNT "COUNT" +#define OTF_KEYWORD_S_LOCAL_COUNT "N" + +#define OTF_KEYWORD_L_LOCAL_DURATION "DUR" +#define OTF_KEYWORD_S_LOCAL_DURATION "D" + +#define OTF_KEYWORD_L_LOCAL_EXCLTIME "EXCL" +#define OTF_KEYWORD_S_LOCAL_EXCLTIME "E" + +#define OTF_KEYWORD_L_LOCAL_FILE "FILE" +#define OTF_KEYWORD_S_LOCAL_FILE "F" + +#define OTF_KEYWORD_L_LOCAL_GROUP "GROUP" +#define OTF_KEYWORD_S_LOCAL_GROUP "G" + +#define OTF_KEYWORD_L_LOCAL_HANDLEID "HANDLEID" +#define OTF_KEYWORD_S_LOCAL_HANDLEID "H" + +#define OTF_KEYWORD_L_LOCAL_INCLTIME "INCL" +#define OTF_KEYWORD_S_LOCAL_INCLTIME "I" + +#define OTF_KEYWORD_L_LOCAL_LENGTH "LEN" +#define OTF_KEYWORD_S_LOCAL_LENGTH "L" + +#define OTF_KEYWORD_L_LOCAL_LINE "LINE" +#define OTF_KEYWORD_S_LOCAL_LINE "LN" + +#define OTF_KEYWORD_L_LOCAL_MEMBERS "MEMBERS" +#define OTF_KEYWORD_S_LOCAL_MEMBERS "M" + +#define OTF_KEYWORD_L_LOCAL_NAME "NAME" +#define OTF_KEYWORD_S_LOCAL_NAME "NM" + +#define OTF_KEYWORD_L_LOCAL_NUMBERSENT "NUMSENT" +#define OTF_KEYWORD_S_LOCAL_NUMBERSENT "NS" + +#define OTF_KEYWORD_L_LOCAL_NUMBERCLOSE "NUMCLOSE" +#define OTF_KEYWORD_S_LOCAL_NUMBERCLOSE "NC" + +#define OTF_KEYWORD_L_LOCAL_NUMBERREAD "NUMREAD" +#define OTF_KEYWORD_S_LOCAL_NUMBERREAD "NRD" + +#define OTF_KEYWORD_L_LOCAL_NUMBERRECVD "NUMRECVD" +#define OTF_KEYWORD_S_LOCAL_NUMBERRECVD "NR" + +#define OTF_KEYWORD_L_LOCAL_NUMBERSEEK "NUMSEEK" +#define OTF_KEYWORD_S_LOCAL_NUMBERSEEK "NSK" + +#define OTF_KEYWORD_L_LOCAL_NUMBEROPEN "NUMOPEN" +#define OTF_KEYWORD_S_LOCAL_NUMBEROPEN "NO" + +#define OTF_KEYWORD_L_LOCAL_NUMBERWRITE "NUMWRITTEN" +#define OTF_KEYWORD_S_LOCAL_NUMBERWRITE "NW" + +#define OTF_KEYWORD_L_LOCAL_OPERATION "OPERATION" +#define OTF_KEYWORD_S_LOCAL_OPERATION "OP" + +#define OTF_KEYWORD_L_LOCAL_OTIME "OTIME" +#define OTF_KEYWORD_S_LOCAL_OTIME "O" + +#define OTF_KEYWORD_L_LOCAL_PARENT "PARENT" +#define OTF_KEYWORD_S_LOCAL_PARENT "PT" + +#define OTF_KEYWORD_L_LOCAL_PROPERTIES "PROPERTIES" +#define OTF_KEYWORD_S_LOCAL_PROPERTIES "P" + +#define OTF_KEYWORD_L_LOCAL_RECVD "RECVD" +#define OTF_KEYWORD_S_LOCAL_RECVD "R" + +#define OTF_KEYWORD_L_LOCAL_ROOT "ROOT" +#define OTF_KEYWORD_S_LOCAL_ROOT "RT" + +#define OTF_KEYWORD_L_LOCAL_SCL "SCL" +#define OTF_KEYWORD_S_LOCAL_SCL "X" + +#define OTF_KEYWORD_L_LOCAL_SENT "SENT" +#define OTF_KEYWORD_S_LOCAL_SENT "S" + +#define OTF_KEYWORD_L_LOCAL_TAG "TAG" +#define OTF_KEYWORD_S_LOCAL_TAG "T" + +#define OTF_KEYWORD_L_LOCAL_TYPE "TYPE" +#define OTF_KEYWORD_S_LOCAL_TYPE "Y" + +#define OTF_KEYWORD_L_LOCAL_UNIT "UNIT" +#define OTF_KEYWORD_S_LOCAL_UNIT "U" + +#define OTF_KEYWORD_L_LOCAL_VALUE "VALUE" +#define OTF_KEYWORD_S_LOCAL_VALUE "V" + + + +#endif /* OTF_KEYWORDS_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.c new file mode 100644 index 0000000000..8b8005efa0 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.c @@ -0,0 +1,1012 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + +#include "OTF_Platform.h" +#include "OTF_MasterControl.h" + + +/** constructor - internal use only */ +int OTF_MasterControl_init( OTF_MasterControl* mc ); + +/** destructor - internal use only */ +void OTF_MasterControl_finalize( OTF_MasterControl* mc ); + +/** reset mapping to empty, keep file manager manager reference */ +void OTF_MasterControl_reset( OTF_MasterControl* mc ); + + +/** Get the map entry with the given argument. If not yet there, create it - + internal use only */ +OTF_MapEntry* OTF_MasterControl_getMapEntry( OTF_MasterControl* mc, + uint32_t argument ); + +/** Insert a new map entry with given argument at specified pos - + internal use only, called by OTF_MasterControl_getMapEntry() */ +OTF_MapEntry* OTF_MasterControl_insertMapEntry( OTF_MasterControl* mc, + uint32_t argument, uint32_t pos ); + +/** Insert the value into the map entry. */ +int OTF_MapEntry_insertValue( OTF_MapEntry* mc, uint32_t value ); + + +/** Insert a new reverse map entry value -> argument + the given mapping _must_not_ be included so far + return 1 on success, 0 if duplicate + - internal use only */ +int OTF_MasterControl_insertRMapEntry( OTF_MasterControl* mc, + uint32_t value, uint32_t argument ); + + +/* ************************************************************************** */ + + +int OTF_MasterControl_init( OTF_MasterControl* mc ) { + + + mc->n= 0; + mc->s= 0; + mc->map= NULL; + + mc->rn= 0; + mc->rs= 0; + mc->rmap= NULL; + + mc->manager= NULL; + + return 1; +} + + +void OTF_MasterControl_finalize( OTF_MasterControl* mc ) { + + + uint32_t i; + + + for ( i= 0; i < mc->n; i++ ) { + + free( mc->map[i].values ); + } + + free( mc->map ); + mc->map= NULL; + free( mc->rmap ); + mc->rmap= NULL; +} + + +void OTF_MasterControl_reset( OTF_MasterControl* mc ) { + + + uint32_t i; + + + for ( i= 0; i < mc->n; i++ ) { + + free( mc->map[i].values ); + } + + free( mc->map ); + mc->n= 0; + mc->s= 0; + mc->map= NULL; + + free( mc->rmap ); + mc->rn= 0; + mc->rs= 0; + mc->rmap= NULL; +} + + +void OTF_MasterControl_finish( OTF_MasterControl* mc ) { + + + OTF_MasterControl_close( mc ); + +# ifdef OTF_VERBOSE + fprintf( stderr, "OTF_MasterControl_finish() deprecated, " + "use OTF_MasterControl_close() instead\n" ); +# endif /* OTF_VERBOSE */ +} + + +void OTF_MasterControl_close( OTF_MasterControl* mc ) { + + + OTF_MasterControl_finalize( mc ); + + free( mc ); +} + + +int OTF_MasterControl_read( OTF_MasterControl* mc, const char* namestub ) { + + + char* filename; + OTF_RBuffer* buffer; + + uint32_t argument; + uint32_t value; + + int r; + + + /* fprintf( stderr, "OTF_MasterControl_read()\n" ); */ + + if( NULL == mc ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "master control has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + /* finalize + init == reset */ + OTF_MasterControl_reset( mc ); + + filename = OTF_getFilename( namestub, + 0 /* id */, + OTF_FILETYPE_MASTER /* type */, + 0, NULL ); + + if ( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + +/* + if ( ! OTF_fileExists( filename ) ) { + + fprintf( stderr, "ERROR in '%s'.c: " + "Invalid input file '%s'\n", __FUNCTION__, filename ); + return 0; + } +*/ + + buffer = OTF_RBuffer_open( filename, mc->manager ); + if( NULL == buffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "could not open file \"%s\" for reading.\n", + __FUNCTION__, __FILE__, __LINE__, filename ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + OTF_RBuffer_setSize( buffer, 1024 ); + + /* fprintf( stderr, "filename=%s\n", filename ); */ + + free( filename ); + + /* must not use getRecord here! */ + while ( OTF_RBuffer_guaranteeRecord( buffer ) ) { + + /* + OTF_RBuffer_printRecord( buffer ); + */ + + /* read argument */ + argument= OTF_RBuffer_readUint32( buffer ); + if ( ! OTF_RBuffer_testChar( buffer, ':' ) ) { + + OTF_RBuffer_readNewline( buffer ); + continue; + } + + /* fprintf( stderr ,"arg= %x\n", argument ); */ + + do { + + value= OTF_RBuffer_readUint32( buffer ); + + /* fprintf( stderr ," v= %x\n", value ); */ + + r= OTF_MasterControl_append( mc, argument, value ); + if ( 0 == r ) { + + fprintf( stderr ,"OTF_MasterControl_read() " + "ERROR: appending (%u,%u)\n", + argument, value ); + } + + } while ( OTF_RBuffer_testChar( buffer, ',' ) ); + + + OTF_RBuffer_readNewline( buffer ); + } + + OTF_RBuffer_close( buffer ); + + return 1; +} + + +OTF_MasterControl* OTF_MasterControl_new( OTF_FileManager* manager ) { + + + OTF_MasterControl* ret; + + + ret= (OTF_MasterControl*) malloc( sizeof(OTF_MasterControl) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + OTF_MasterControl_init( ret ); + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + free( ret ); + ret= NULL; + + return NULL; + } + ret->manager= manager; + + return ret; +} + + +OTF_MapEntry* OTF_MasterControl_insertMapEntry( OTF_MasterControl* mc, + uint32_t argument, uint32_t pos ) { + + + unsigned int i; + + + /* realloc ? */ + if ( mc->n >= mc->s ) { + + mc->s= ( mc->s > 0 ) ? ( 2* mc->s ) : 10; + mc->map= (OTF_MapEntry*) realloc( mc->map, + mc->s * sizeof(OTF_MapEntry) ); + if( NULL == mc->map ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + } + + /* move all entries at >= pos one up */ + for ( i= mc->n; i > pos; i-- ) { + + memcpy( &(mc->map[i]), &(mc->map[i-1]), sizeof(OTF_MapEntry) ); + } + + /* insert new entry */ + mc->map[pos].argument= argument; + mc->map[pos].n= 0; + mc->map[pos].s= 0; + mc->map[pos].values= NULL; + + mc->n++; + + return &(mc->map[pos]); +} + + +OTF_MapEntry* OTF_MasterControl_getMapEntry( OTF_MasterControl* mc, + uint32_t argument ) { + + + unsigned int a= 0; + unsigned int b= mc->n; + unsigned int c; + + + if ( 0 == mc->n ) { + + /* empty list, insert at 0 */ + + return OTF_MasterControl_insertMapEntry( mc, argument, 0 ); + } + + + if ( mc->map[a].argument > argument ) { + + /* insert at very beginning */ + + return OTF_MasterControl_insertMapEntry( mc, argument, 0 ); + } + + if ( mc->map[b-1].argument < argument ) { + + /* insert at very end */ + + return OTF_MasterControl_insertMapEntry( mc, argument, b ); + } + + + if ( mc->map[a].argument == argument ) { + + /* found at a */ + + return &( mc->map[a] ); + } + + if ( mc->map[b-1].argument == argument ) { + + /* found at b */ + + return &( mc->map[b-1] ); + } + + + /* some where in [a,b), do binary search */ + + + while ( 1 ) { + + if ( b-1 == a ) { + + /* not found, insert at a+1 == b */ + return OTF_MasterControl_insertMapEntry( mc, argument, b ); + } + + c= ( a + b ) / 2; + + if ( mc->map[c].argument == argument ) { + + /* found at c */ + + return &( mc->map[c] ); + } + + if ( mc->map[c].argument < argument ) { + + a= c; + + } else /* if ( mc->map[c].argument > argument ) */ { + + b= c; + } + } +} + + +int OTF_MapEntry_insertValue( OTF_MapEntry* mc, uint32_t value ) { + + + unsigned int i; + unsigned int j; + unsigned int last; + unsigned int middle; + + + /* realloc ? */ + if ( mc->n >= mc->s ) { + + mc->s= ( mc->s > 0 ) ? ( 2* mc->s ) : 10; + mc->values= (uint32_t*) realloc( mc->values, + mc->s * sizeof(uint32_t) ); + if( NULL == mc->values ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + + /* first entry */ + if ( mc->n == 0 ) { + + mc->values[0] = value; + mc->n++; + return 1; + } + + /* search sorted list binary, + move remaining entries, insert*/ + + i = 0; + last = mc->n-1; + + while ( i < last+1 ) { + + middle = ( i + last ) / 2; + + if( mc->values[middle] < value ) { + + i = middle + 1; + + } else if( mc->values[middle] > value ) { + + last = middle - 1; + + } else { + + /* ERROR: value already there */ + return 0; + } + } + + /* move al entries at > i one up */ + for ( j= mc->n; j > i; j-- ) { + + mc->values[j]= mc->values[j-1]; + } + + mc->values[i]= value; + + mc->n++; + + return 1; +} + + +int OTF_MasterControl_insertRMapEntry( OTF_MasterControl* mc, + uint32_t rargument, uint32_t rvalue ) { + + + unsigned int i; + unsigned int j; + unsigned int last; + unsigned int middle; + + + /* realloc ? */ + if ( mc->rn >= mc->rs ) { + + mc->rs= ( mc->rs > 0 ) ? ( 2* mc->rs ) : 10; + mc->rmap= (OTF_Pair*) realloc( mc->rmap, + mc->rs * sizeof(OTF_Pair) ); + if( NULL == mc->rmap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + /* search sorted list binary, move remaining entries, insert*/ + + i = 0; + last = mc->rn-1; + + while ( i < last+1 ) { + + middle = ( i + last ) / 2; + + if ( mc->rmap[middle].argument < rargument ) { + + i = middle + 1; + + } else if( mc->rmap[middle].argument > rargument ) { + + last = middle - 1; + + } else { + + /* ERROR: value already there */ + return 0; + } + } + + /* move al entries at > i one up */ + for ( j= mc->rn; j > i; j-- ) { + + mc->rmap[j].argument= mc->rmap[j-1].argument; + mc->rmap[j].value= mc->rmap[j-1].value; + } + + mc->rmap[i].argument= rargument; + mc->rmap[i].value= rvalue; + + mc->rn++; + + return 1; +} + + +int OTF_MasterControl_append( OTF_MasterControl* mc, + uint32_t argument, uint32_t value ) { + + + int ret; + OTF_MapEntry* entry; + + + if ( 0 == argument || ((uint32_t) -1) == argument ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "invalid argument value %x.\n", + __FUNCTION__, __FILE__, __LINE__, argument ); + +# endif /* OTF_VERBOSE */ + + return 0; + } + + /* insert into reverse mapping first, abort if value is + already there in rmap. it is important to check rmap first! */ + ret= OTF_MasterControl_insertRMapEntry( mc, value, argument ); + + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_insertRMapEntry() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + +# endif /* OTF_VERBOSE */ + + return 0; + } + + + entry = OTF_MasterControl_getMapEntry( mc, argument ); + if( NULL == entry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getMapEntry() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + return OTF_MapEntry_insertValue( entry, value ); +} + + +int OTF_MasterControl_appendList( OTF_MasterControl* mc, uint32_t argument, + uint32_t l, uint32_t* values ) { + + + uint32_t i; + int ret= 1; + + + for ( i= 0; i < l; i++ ) { + + ret&= OTF_MasterControl_append( mc, argument, values[i] ); + } + + return ret; +} + + +uint32_t OTF_MasterControl_mapReverse( OTF_MasterControl* mc, + uint32_t value ) { + + + /* find value in reverse list */ + + unsigned int a; + unsigned int b; + unsigned int c; + + a= 0; + b= mc->rn; + + /* + fprintf( stderr, "OTF_MasterControl_mapReverse\n" ); + for ( c= a; c < b; ++c ) { + + fprintf( stderr, " %u: %u\n", + mc->rmap[c].argument, + mc->rmap[c].value ); + } + */ + + if ( 0 >= mc->rn ) { + + return 0; + } + + if ( value == mc->rmap[a].argument ) { + + return mc->rmap[a].value; + } + + if ( value == mc->rmap[b-1].argument ) { + + return mc->rmap[b-1].value; + } + + while ( a < b ) { + + c= ( a + b ) / 2; + + if ( value == mc->rmap[c].argument ) { + + /* found */ + return mc->rmap[c].value; + } + + if ( value < mc->rmap[c].argument ) { + + /* [a,c) */ + b= c; + + } else { + + /* [c+1,b) */ + a= c+1; + } + } + + return 0; +} + + + +int OTF_MasterControl_write( OTF_MasterControl* mc, const char* namestub ) { + + + char* filename= NULL; + + unsigned int i; + unsigned int j; + OTF_MapEntry* e; + OTF_WBuffer* buffer; + + + filename= OTF_getFilename( namestub, + 0 /* id */, OTF_FILETYPE_MASTER /* type */, + 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + buffer = OTF_WBuffer_open( filename, mc->manager ); + if ( NULL == buffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_open( %s ) failed.\n", + __FUNCTION__, __FILE__, __LINE__, filename ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + OTF_WBuffer_setSize( buffer, 1024 ); + + free( filename ); + + + for ( i= 0; i < mc->n; i++ ) { + + e= &(mc->map[i]); + + OTF_WBuffer_writeUint32( buffer, e->argument ); + OTF_WBuffer_writeChar( buffer, ':' ); + + if ( 0 < e->n ) { + + OTF_WBuffer_writeUint32( buffer, e->values[0] ); + } + + for ( j= 1; j < e->n; j++ ) { + + OTF_WBuffer_writeChar( buffer, ',' ); + OTF_WBuffer_writeUint32( buffer, e->values[j] ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + OTF_WBuffer_close( buffer ); + + return 1; +} + + +int OTF_MasterControl_check( OTF_MasterControl* mc ) { + + + unsigned int i; + unsigned int j; + OTF_MapEntry* e; + + + /* check if everything is properly sorted */ + + /* map sorted? */ + for ( i= 1; i < mc->n; i++ ) { + + if ( mc->map[i].argument <= mc->map[i-1].argument ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "map not sorted at %u.\n", + __FUNCTION__, __FILE__, __LINE__, i ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + + /* map[x] sorted? */ + for ( i= 0; i < mc->n; i++ ) { + + e= &(mc->map[i]); + + for ( j= 1; j < e->n; j++ ) { + + if ( e->values[j] <= e->values[j-1] ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "map[%u] not sorted at %u.\n", + __FUNCTION__, __FILE__, __LINE__, i, j ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + } + + /* rmap sorted */ + for ( i= 1; i < mc->rn; i++ ) { + + if ( mc->rmap[i].argument <= mc->rmap[i-1].argument ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "rmap not sorted at %u.\n", + __FUNCTION__, __FILE__, __LINE__, i ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return 1; +} + + +void OTF_MasterControl_print( OTF_MasterControl* mc ) { + + + unsigned int i; + unsigned int j; + OTF_MapEntry* e; + + + fprintf( stderr, "map:\n" ); + for ( i= 0; i < mc->n; i++ ) { + + e= &(mc->map[i]); + + fprintf( stderr, "%x: ", e->argument ); + + for ( j= 0; j < e->n; j++ ) { + + fprintf( stderr, "%x ", e->values[j] ); + } + + fprintf( stderr, "\n" ); + } + + fprintf( stderr, "rmap:\n" ); + for ( i= 0; i < mc->rn; i++ ) { + + fprintf( stderr, "%x: %x\n", + mc->rmap[i].argument, mc->rmap[i].value ); + } +} + + +OTF_MapEntry* OTF_MasterControl_getEntry( OTF_MasterControl* mc, + uint32_t argument ) { + + + uint32_t i; + uint32_t last; + uint32_t middle; + + + if ( mc->n == 0 ) { + + return NULL; + } + + i = 0; + last = mc->n-1; + + while ( i < last+1 ) { + + middle = ( i + last ) / 2; + + if ( mc->map[middle].argument < argument ) { + + i = middle + 1; + + } else if ( mc->map[middle].argument > argument ) { + + last = middle - 1; + + } else { + + /* argument already there */ + return &( mc->map[middle] ); + } + } + + /* argument not found */ + + return NULL; +} + + +OTF_MapEntry* OTF_MasterControl_getEntryByIndex( OTF_MasterControl* mc, + uint32_t index ) { + + + if ( index < mc->n ) { + + return &( mc->map[index] ); + } + + return NULL; +} + + + +OTF_Pair* OTF_MasterControl_getREntryByIndex( OTF_MasterControl* mc, + uint32_t index ) { + + + if ( index < mc->rn ) { + + return &( mc->rmap[index] ); + } + + return NULL; +} + + +uint32_t OTF_MasterControl_getCount( OTF_MasterControl* mc ) { + + + return mc->n; +} + +uint32_t OTF_MasterControl_getrCount( OTF_MasterControl* mc ) { + + + return mc->rn; +} + + +uint32_t OTF_MasterControl_getValueCount( OTF_MasterControl* mc, + uint32_t argument ) { + + + OTF_MapEntry* entry= OTF_MasterControl_getEntry( mc, argument ); + + if ( NULL != entry ) { + + return entry->n; + } + + return 0; +} + + +uint32_t* OTF_MasterControl_getValues( OTF_MasterControl* mc, + uint32_t argument ) { + + + uint32_t i; + uint32_t last; + uint32_t middle; + + + if ( mc->n == 0 ) { + + return NULL; + } + + i = 0; + last = mc->n-1; + + while ( i < last+1 ) { + + middle = ( i + last ) / 2; + + if( mc->map[middle].argument < argument ) { + + i = middle + 1; + + } else if ( mc->map[middle].argument > argument ) { + + last = middle - 1; + + } else { + + return mc->map[middle].values; + } + } + + /* argument not found */ + + return NULL; +} + + +uint32_t OTF_MasterControl_getNewStreamId( OTF_MasterControl* mc ) { + + + uint32_t n= mc->n; + + /* return smallest possible stream id by default, 0 is reserved */ + uint32_t ret= 1; + + + if ( 0 < n ) { + + /* increment the current maximum argument by 1 */ + ret= mc->map[n-1].argument +1; + + /* catch the worst case where the 0 and (-1) are + already taken */ + + while ( NULL != OTF_MasterControl_getEntry(mc, ret ) || + 0 == ret || ((uint32_t) -1) == ret ) { + + ++ret; + } + } + + return ret; +} + + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.h new file mode 100644 index 0000000000..c47281d29f --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_MasterControl.h @@ -0,0 +1,455 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_MasterControl.h + * + * @brief Provides access to process-stream-mapping, which are located in + * .otf files. + * + * \ingroup mc + */ + +/** \defgroup mc Master Control Interface + * + * This interface is dedicated to managing master control files ( *.otf ) + * A master control file contains a mapping from process streams + * to processes and vice versa. + * + * \section mc_example A simple Example + * + * This is example will create a simple mapping and read it again to + * show how reading and writing works with the master control file. + * + * The need for creating your own master control file arises when you are not + * using the highlevel reader/writer, but the stream reader/writer. + * + * + * \code + * #include + * #include + * #include + * + * int main( int argc, char** argv ) { + * \endcode + * + * Declare a couple of variables. + * \code + * uint32_t streamcount; + * uint32_t a; + * uint32_t i; + * OTF_MapEntry* entry; + * OTF_FileManager* manager; + * OTF_MasterControl* mc; + * \endcode + * + * Initialize the file manager and the mastercontrol. + * \code + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * + * mc = OTF_MasterControl_new( manager ); + * \endcode + * + * Add four processes (100,101,102,103) to two streams (1,2) + * \code + * OTF_MasterControl_append( mc, 1, 100 ); + * OTF_MasterControl_append( mc, 1, 101 ); + * OTF_MasterControl_append( mc, 2, 102 ); + * OTF_MasterControl_append( mc, 2, 103 ); + * \endcode + * + * Write everything to the file "mytrace.otf" + * and close the master control. + * \code + * OTF_MasterControl_write( mc, "mytrace" ); + * OTF_MasterControl_close( mc ); + * \endcode + * + * Now initialize the master control structure and read the + * newly written master control file. + * \code + * mc = OTF_MasterControl_new( manager ); + * OTF_MasterControl_read( mc, "mytrace" ); + * \endcode + * + * Visit all stream-process pairs and print them out + * \code + * streamcount = OTF_MasterControl_getCount( mc ); + * + * for( i = 0; i < streamcount; ++i ) { + * entry = OTF_MasterControl_getEntryByIndex( mc, i ); + * for( a = 0; a < entry->n; ++a ) { + * printf( " stream %u contains process %u\n", entry->argument, + * entry->values[a] ); + * } + * } + * \endcode + * + * Clean everything up before exiting the program + * \code + * OTF_MasterControl_close( mc ); + * + * + * return 0; + * } + * \endcode + * + * Compile this using $ gcc -o test test.c `otfconfig --libs`. + * + * The program will show this output: + * \verbatim + * stream 1 contains process 100 + * stream 1 contains process 101 + * stream 2 contains process 102 + * stream 2 contains process 103 \endverbatim + * + * */ + +#ifndef OTF_MASTERCONTROL_H +#define OTF_MASTERCONTROL_H + + +#include +#include +#include + + +#include "OTF_inttypes.h" + + +#include "OTF_File.h" +#include "OTF_Filenames.h" +#include "OTF_WBuffer.h" +#include "OTF_RBuffer.h" + + +/** entry for 1:n mapping */ +struct struct_OTF_MapEntry { + + /** Unique argument ids. (stream ids) */ + uint32_t argument; + + /** Current number of entries in 'values'. */ + uint32_t n; + + /** Current size of array 'values'. */ + uint32_t s; + + /** List of size 's' containing 'n' sorted entries of unique value ids + (process ids). */ + uint32_t* values; +}; +/** entry for 1:n mapping \ingroup mc */ +typedef struct struct_OTF_MapEntry OTF_MapEntry; + + +/** entry for 1:1 mapping */ +struct struct_OTF_Pair { + + uint32_t argument; + uint32_t value; +}; +/** entry for 1:1 mapping \ingroup mc */ +typedef struct struct_OTF_Pair OTF_Pair; + + +/** Data structure that collects the information about which stream contains + which parts of a multi-file trace. This is supposed to be an 1:1 copy of + the information in the master control file. */ +struct struct_OTF_MasterControl { + + + /** Current number of entries in 'map'. */ + uint32_t n; + + /** Current size of array 'map'. */ + uint32_t s; + + /** Mapping from stream ids (argument) to process ids (values). + 1:n mapping since a stream can contain multiple processes. + This mapping is the authoritative source as listed in the master + control file. */ + OTF_MapEntry* map; + + + /** Current number of entries in 'rmap'. */ + uint32_t rn; + + /** Current size of array 'rmap'. */ + uint32_t rs; + + /** Reverse mapping to 'map'. this is an 1:1 mapping since every + process belongs to exactly one stream. + This recursive mapping is to be derived from the authoritative source + in 'map'. */ + OTF_Pair* rmap; + + /** file handle manager */ + OTF_FileManager* manager; +}; +/** master control object. This object contains all information of the master + * control file. \ingroup mc */ +typedef struct struct_OTF_MasterControl OTF_MasterControl; + + +/** + * Creates an empty OTF_MasterControl object. + * The returned object must be freed by OTF_MasterControl_close(). + * + * @param manager File handle manager. + * + * @return newly created master control object + * + * \ingroup mc + */ +OTF_MasterControl* OTF_MasterControl_new( OTF_FileManager* manager ); + + +/** + * INTERFACE CHANGED! + * Read a master control file according to namestub, reset the _existing_ + * OTF_MasterControl structure and fill it according to the file. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * @return 1 on success, 0 if an error occurs + * + * \ingroup mc + */ +int OTF_MasterControl_read(OTF_MasterControl* mc, const char* namestub ); + + +/** Destructor, delete OTF_MasterControl object. DEPRECATED \ingroup mc*/ +void OTF_MasterControl_finish( OTF_MasterControl* mc ); + +/** + * Deletes a OTF_MasterControl object. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * \ingroup mc + */ +void OTF_MasterControl_close( OTF_MasterControl* mc ); + +/** + * Append the mapping argument -> value to the master control structure, + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param argument Represents the stream identifier. + * @param value Represents the process identifier. + * + * @return 1 on sucess, 0 if an error occurs (e.g. the new pair + * conflicts with the current mapping). + * + * \ingroup mc + */ +int OTF_MasterControl_append( OTF_MasterControl* mc, + uint32_t argument, uint32_t value ); + + +/** + * Append the mapping argument -> ( list of l values ) to the master control + * structure. This is equal to calling 'OTF_MasterControl_append()' with every + * value in list separately. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param argument Represents the stream identifier. + * @param l Number of elements in the value array. + * @param values Array of process identifiers belonging to the stream. + * + * @return 1 on success, 0 if an error occurs (e.g. the new entries + * conflict with the current mapping). + * + * + * + * \ingroup mc + */ +int OTF_MasterControl_appendList( OTF_MasterControl* mc, uint32_t argument, + uint32_t l, uint32_t* values ); + + +/** + * Returns the argument to the given value. If no mapping was defined + * make up a new one. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param value Represents the process identifier. + * + * @return Argument to which the value belongs to. + * + * \ingroup mc + */ +uint32_t OTF_MasterControl_mapReverse( OTF_MasterControl* mc, uint32_t value ); + + +/** + * Writes a master control file with the current contents of the given + * object. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param namestub File name prefix which. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup mc + */ +int OTF_MasterControl_write( OTF_MasterControl* mc, const char* namestub ); + + +/** + * Checks if the current mapping is consistent in itself. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * @return 1 on success, 0 if the mapping is not consistent in itself. + * + * \ingroup mc + */ +int OTF_MasterControl_check( OTF_MasterControl* mc ); + + +/** + * Prints the mapping to stderr. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * \ingroup mc + */ +void OTF_MasterControl_print( OTF_MasterControl* mc ); + + +/** + * Returns the entry for the given argument. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param argument Represents the stream identifier. + * + * @return The map entry belonging to the argument, or NULL if an error + * occurs. + * + * \ingroup mc + */ +OTF_MapEntry* OTF_MasterControl_getEntry( OTF_MasterControl* mc, + uint32_t argument ); + + +/** + * Returns the entry for the given index. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param index Index of the entry to return. + * + * @return The map entry belonging to the index, or NULL if the index + * exceeds the mapping. + * + * \ingroup mc + */ +OTF_MapEntry* OTF_MasterControl_getEntryByIndex( OTF_MasterControl* mc, + uint32_t index ); + + +/** + * Returns a pair of value and argument for the given index. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param index Index of the pair in the reverse mapping. + * + * @return Pair of value and argument belonging + * to the index, or NULL if the index exceeds the reverse + * mapping. + * + * \ingroup mc + */ +OTF_Pair* OTF_MasterControl_getREntryByIndex( OTF_MasterControl* mc, + uint32_t index ); + + +/** + * Returns the number of arguments in the current list. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * @return Number of entrys in the current list. + * (equals the number of streams) + * + * \ingroup mc + */ +uint32_t OTF_MasterControl_getCount( OTF_MasterControl* mc ); + +/** + * Returns the number of arguments in current reverse list. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * @return Number of entrys in the current reverse list. + * (equals the number of processes) + * + * \ingroup mc + */ +uint32_t OTF_MasterControl_getrCount( OTF_MasterControl* mc ); + +/** + * Returns the number of values for the given argument. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param argument Represents the stream identifier. + * + * @return Number of values for the given argument, or + * 0 if the argument is unknown. + * + * \ingroup mc + */ +uint32_t OTF_MasterControl_getValueCount( OTF_MasterControl* mc, + uint32_t argument ); + + +/** + * Returns a pointer to the value array for 'argument'. Get size of list with + * 'OTF_MasterControl_getValueCount()'. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * @param argument Represents the stream identifier. + * + * @return Pointer to the value array for 'argument', or NULL if an + * error occurs. + * + * \ingroup mc + */ +uint32_t* OTF_MasterControl_getValues( OTF_MasterControl* mc, + uint32_t argument ); + + +/** + * Returns a previously unused argument. Of course, one cannot avoid + * collisions with arguments explicitly defined later on. + * + * @param mc Pointer to an initialized OTF_Mastercontrol object. See also + * OTF_MasterControl_new(). + * + * @return Unused argument. + * + * \ingroup mc + */ +uint32_t OTF_MasterControl_getNewStreamId( OTF_MasterControl* mc ); + + +#endif /* OTF_MASTERCONTROL_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.c new file mode 100644 index 0000000000..edb96c5e74 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.c @@ -0,0 +1,3169 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "OTF_Platform.h" +#include "OTF_Parse.h" +#include "OTF_Keywords.h" + + +/* *** some macros *** ****************************************** */ + +#define PARSE_ERROR( buffer ) \ + fprintf( stderr, "parse error in %s() %s:%u : ", \ + __FUNCTION__, __FILE__, __LINE__ ); \ + OTF_RBuffer_printRecord( buffer ) + + +/* *** local headers *** **************************************************** */ + +/* *** Definition records *** ************************************* */ + + +/** This function reads a COMMENT record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefinitionComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFTIMERRESOLUTION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefTimerResolution( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFPROCESS record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFPROCESSGROUP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefProcessGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFFUNCTION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefFunction( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFFUNCTIONGROUP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefFunctionGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFCOLLOP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefCollectiveOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFCOUNTER record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefCounter( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFCOUNTERGROUP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefCounterGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFSCL record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefScl( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFSCLFILE record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefSclFile( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFVERSION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefVersion( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFCREATOR record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefCreator( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFFILE record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefFile( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** This function reads a DEFFILEGROUP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readDefFileGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + + +/* *** Event records *** ****************************************** */ + + +/** This function reads a COMMENT record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readEventComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a COUNTER record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readCounter( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads an ENTER record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readEnter( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a LEAVE record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readLeave( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a COLLECTIVEOPERATION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readCollectiveOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a RECVMSG record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readRecvMsg( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SENDMSG record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readSendMsg( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a PROCESSBEGIN record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ + +int OTF_Reader_readBeginProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a PROCESSEND record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readEndProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a FILEOPERATION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readFileOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + + +/* *** Snapshot records *** ****************************************** */ + + +/** This function reads a COMMENT record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readSnapshotComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a TENTER record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readEnterSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a TSEND record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readSendSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a TOPENFILE record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readOpenFileSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + + +/* *** Summary records *** ****************************************** */ + + +/** This function reads a COMMENT record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readSummaryComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SUMFUNCTION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readFunctionSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SUMFUNCTIONGROUP record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readFunctionGroupSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SUMMESSAGE record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readMessageSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SUMFILEOPERATION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readFileOperationSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** This function reads a SUMFILEGROUPOPERATION record from buffer, + parse the parameter of the record and call the + appropriate handler.*/ +int OTF_Reader_readFileGroupOperationSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + + +/* ************************************************************************* */ + + + +/* *** public function bodies *** ********************************* */ + + +int OTF_Reader_parseEventRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + /* + look at this code very carfully until you understand it!!! + + the order of cases depends on the first characters of the + 'OTF_KEYWORD_' macros - so changes there requires changes here! + + see comments in 'OTF_Keywords.h' also! + */ + + /* accept empty lines */ + OTF_RBuffer_skipSpaces( buffer ); + + switch( buffer->buffer[buffer->pos] ) { + + + case OTF_KEYWORD_F_EVENTCOMMENT /*'#'*/ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_EVENTCOMMENT ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_EVENTCOMMENT ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readEventComment( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_ENTER /* 'E' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_ENTER ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_ENTER ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readEnter( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_LEAVE /* 'U' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LEAVE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LEAVE ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readLeave( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SEND /* 'S' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_SEND ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_SEND ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readSendMsg( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_RECEIVE /* 'R' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_RECEIVE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_RECEIVE ) ) { + + return OTF_Reader_readRecvMsg( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_COUNTER /* 'C' */ : + /* case OTF_KEYWORD_F_COLLECTIVEOPERATION / * C * / : */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_COUNTER ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_COUNTER ) ) { + + return OTF_Reader_readCounter( buffer, handlers ); + } + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_COLLECTIVEOPERATION ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_COLLECTIVEOPERATION ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readCollectiveOperation( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_FILEOPERATION /* F */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_FILEOPERATION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_FILEOPERATION ) ) { + + return OTF_Reader_readFileOperation( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_BEGINPROCESS /* 'P' */ : + /* case OTF_KEYWORD_F_ENDPROCESS / * 'P' * / : */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_BEGINPROCESS ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_BEGINPROCESS ) ) { + + return OTF_Reader_readBeginProcess( buffer, handlers ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_ENDPROCESS ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_ENDPROCESS ) ) { + + return OTF_Reader_readEndProcess( buffer, handlers ); + } + + break; + + case '\n': + + /* accept empty lines */ + return OTF_RBuffer_readNewline( buffer ); + } + + + return OTF_Reader_readUnknownRecord( buffer, handlers ); +} + + +int OTF_Reader_parseDefRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + /* check prefix */ + if ( OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_S_DEF_PREFIX ) || + OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_L_DEF_PREFIX ) ) { + + /* fine */ + + } else if ( buffer->buffer[buffer->pos] == '\n' ) { + + return OTF_RBuffer_readNewline( buffer ); + + } else { + + return OTF_Reader_readUnknownDefRecord( buffer, handlers, streamid ); + } + + switch( buffer->buffer[buffer->pos] ) { + + /* case OTF_KEYWORD_F_DEFINITIONCOMMENT 'C' :*/ + /* case OTF_KEYWORD_F_DEFCOUNTER 'C' : */ + /* case OTF_KEYWORD_F_DEFCOUNTERGROUP 'C' : */ + /* case OTF_KEYWORD_F_DEFCOLLOP 'C' : */ + case OTF_KEYWORD_F_DEFCREATOR /* 'C' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFINITIONCOMMENT ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFINITIONCOMMENT ) ) { + + OTF_RBuffer_skipKeyword( buffer ); + return OTF_Reader_readDefinitionComment( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_DEFCOUNTERGROUP ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_DEFCOUNTERGROUP ) ) { + + return OTF_Reader_readDefCounterGroup( buffer, handlers, streamid ); + + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFCREATOR ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFCREATOR ) ) { + + return OTF_Reader_readDefCreator( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFCOLLOP ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFCOLLOP ) ) { + + return OTF_Reader_readDefCollectiveOperation( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFCOUNTER ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFCOUNTER ) ) { + + return OTF_Reader_readDefCounter( buffer, handlers, streamid ); + } + + break; + + /* case OTF_KEYWORD_F_DEFFUNCTION 'F' : */ + /* case OTF_KEYWORD_F_DEFFFILE 'F' : */ + /* case OTF_KEYWORD_F_DEFFFILEGROUP 'F' : */ + case OTF_KEYWORD_F_DEFFUNCTIONGROUP /* 'F' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_DEFFUNCTIONGROUP ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_DEFFUNCTIONGROUP ) ) { + + return OTF_Reader_readDefFunctionGroup( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFFUNCTION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFFUNCTION ) ) { + + return OTF_Reader_readDefFunction( buffer, handlers, streamid ); + } + + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_DEFFILEGROUP ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_DEFFILEGROUP ) ) { + + return OTF_Reader_readDefFileGroup( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFFILE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFFILE ) ) { + + return OTF_Reader_readDefFile( buffer, handlers, streamid ); + } + + + + + break; + + /* case OTF_KEYWORD_F_DEFPROCESS 'P' : */ + case OTF_KEYWORD_F_DEFPROCESSGROUP /* 'P' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_DEFPROCESSGROUP ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_DEFPROCESSGROUP ) ) { + + return OTF_Reader_readDefProcessGroup( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFPROCESS ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFPROCESS ) ) { + + return OTF_Reader_readDefProcess( buffer, handlers, streamid ); + } + + break; + + /* case OTF_KEYWORD_F_DEFSCL 'S' : */ + case OTF_KEYWORD_F_DEFSCLFILE /* 'S' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFSCLFILE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFSCLFILE ) ) { + + return OTF_Reader_readDefSclFile( buffer, handlers, streamid ); + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFSCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFSCL ) ) { + + return OTF_Reader_readDefScl( buffer, handlers, streamid ); + } + + break; + + case OTF_KEYWORD_F_DEFTIMERRESOLUTION /* 'T' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_DEFTIMERRESOLUTION ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_DEFTIMERRESOLUTION ) ) { + + return OTF_Reader_readDefTimerResolution( buffer, handlers, streamid ); + } + + break; + + case OTF_KEYWORD_F_DEFVERSION /* 'V' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_DEFVERSION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_DEFVERSION ) ) { + + return OTF_Reader_readDefVersion( buffer, handlers, streamid ); + } + + break; + } + + + return OTF_Reader_readUnknownDefRecord( buffer, handlers, streamid ); +} + + +int OTF_Reader_parseStatisticsRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + /* check prefix */ + if ( OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_S_SUM_PREFIX ) || + OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_L_SUM_PREFIX ) ) { + + /* fine */ + + } else if ( buffer->buffer[buffer->pos] == '\n' ) { + + return OTF_RBuffer_readNewline( buffer ); + + } else { + + return OTF_Reader_readUnknownRecord( buffer, handlers ); + } + + + switch( buffer->buffer[buffer->pos] ) { + + /* case OTF_KEYWORD_F_SUMFILEOPERATION 'F' : */ + /* case OTF_KEYWORD_F_SUMFILEGROUPOPERATION 'F' : */ + case OTF_KEYWORD_F_SUMFUNCTION /* 'F' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SUMFUNCTION ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SUMFUNCTION ) ) { + + return OTF_Reader_readFunctionSummary( buffer, handlers ); + } + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SUMFILEGROUPOPERATION ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SUMFILEGROUPOPERATION ) ) { + + return OTF_Reader_readFileGroupOperationSummary( buffer, handlers ); + } + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SUMFILEOPERATION ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SUMFILEOPERATION ) ) { + + return OTF_Reader_readFileOperationSummary( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SUMFUNCTIONGROUP /* 'G' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SUMFUNCTIONGROUP ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SUMFUNCTIONGROUP ) ) { + + return OTF_Reader_readFunctionGroupSummary( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SUMMESSAGE /* 'M' */ : + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_SUMMESSAGE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_SUMMESSAGE ) ) { + + return OTF_Reader_readMessageSummary( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SUMCOMMENT /* 'C' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SUMCOMMENT ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SUMCOMMENT ) ) { + + return OTF_Reader_readSummaryComment( buffer, handlers ); + } + + break; + } + + + return OTF_Reader_readUnknownRecord( buffer, handlers ); +} + + +int OTF_Reader_parseSnapshotsRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + /* check prefix */ + if ( OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_S_SNAPSHOT_PREFIX ) || + OTF_RBuffer_testPrefix( buffer, OTF_KEYWORD_L_SNAPSHOT_PREFIX ) ) { + + /* fine */ + + } else if ( buffer->buffer[buffer->pos] == '\n' ) { + + return OTF_RBuffer_readNewline( buffer ); + + } else { + + return OTF_Reader_readUnknownRecord( buffer, handlers ); + } + + + switch( buffer->buffer[buffer->pos] ) { + + case OTF_KEYWORD_F_SNAPSHOT_ENTER /* 'E' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_ENTER ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_ENTER ) ) { + + return OTF_Reader_readEnterSnapshot( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SNAPSHOT_SEND /* 'S' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_SEND ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_SEND ) ) { + + return OTF_Reader_readSendSnapshot( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SNAPSHOT_OPENFILE /* 'O' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_OPENFILE ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_OPENFILE ) ) { + + return OTF_Reader_readOpenFileSnapshot( buffer, handlers ); + } + + break; + + case OTF_KEYWORD_F_SNAPSHOT_COMMENT /* 'C' */ : + + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_COMMENT ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_COMMENT ) ) { + + return OTF_Reader_readSnapshotComment( buffer, handlers ); + } + + break; + } + + + return OTF_Reader_readUnknownRecord( buffer, handlers ); +} + + + +/* *** local function bodies *** ********************************** */ + + +/* *** Definition records *** ************************************* */ + + +int OTF_Reader_readDefinitionComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + const char* comment; + + + if ( handlers->pointer[OTF_DEFINITIONCOMMENT_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + comment = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFINITIONCOMMENT_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFINITIONCOMMENT_RECORD], + streamid, comment ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + +int OTF_Reader_readDefTimerResolution( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint64_t ticksPerSecond; + + + if ( handlers->pointer[OTF_DEFTIMERRESOLUTION_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + ticksPerSecond = OTF_RBuffer_readUint64( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFTIMERRESOLUTION_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFTIMERRESOLUTION_RECORD], + streamid, ticksPerSecond ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + uint32_t parent = 0; + const char* name; + + if ( handlers->pointer[OTF_DEFPROCESS_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + name = NULL; + parent = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + parent = 0; + + } else { + + /** check if the token matchs with the format + of the record */ + if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_LOCAL_PARENT ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_LOCAL_PARENT ) || + OTF_RBuffer_testKeyword( buffer, "P") + /*deprecated keyword*/) { + + parent = OTF_RBuffer_readUint32( buffer ); + } + } + + } else if ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_LOCAL_PARENT ) || + OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_L_LOCAL_PARENT ) || + OTF_RBuffer_testKeyword( buffer, "P") + /*deprecated keyword*/) { + + + parent = OTF_RBuffer_readUint32( buffer ); + name = NULL; + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFPROCESS_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFPROCESS_RECORD], + streamid, deftoken, name, parent ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefProcessGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + int ret; + uint32_t n; + uint32_t deftoken; + uint32_t* array= NULL; + const char* name; + + + if ( handlers->pointer[OTF_DEFPROCESSGROUP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_MEMBERS ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_MEMBERS ) ) { + + n= OTF_RBuffer_readArray( buffer, &array ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + ret= ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFPROCESSGROUP_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFPROCESSGROUP_RECORD], + streamid, deftoken, name, n, array ) ) ); + + free( array ); + array= NULL; + + return ret; + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefFunction( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + uint32_t group; + uint32_t scltoken; + const char* name; + + + if ( handlers->pointer[OTF_DEFFUNCTION_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken= OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_GROUP ) ) { + + group= OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + name= OTF_RBuffer_readString( buffer ); + + if ( NULL == name ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken= 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) + || OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/ + ) { + + scltoken= OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFFUNCTION_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFFUNCTION_RECORD], + streamid, deftoken, name, group, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefFunctionGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + const char* name; + + + if ( handlers->pointer[OTF_DEFFUNCTIONGROUP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFFUNCTIONGROUP_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFFUNCTIONGROUP_RECORD], + streamid, deftoken, name ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefCollectiveOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t collOp; + const char* name; + uint32_t type; + + + if ( handlers->pointer[OTF_DEFCOLLOP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + collOp = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matches with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_TYPE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_TYPE ) || + OTF_RBuffer_testKeyword( buffer, "T")/*deprecated keyword*/) { + + type = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFCOLLOP_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFCOLLOP_RECORD], + streamid, collOp, name, type ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefCounter( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + uint32_t properties; + uint32_t countergroup; + const char* unit; + const char* name; + + + if ( handlers->pointer[OTF_DEFCOUNTER_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_GROUP ) ) { + + countergroup = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_PROPERTIES ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_PROPERTIES ) + ) { + + properties = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** WARNING: double reading is intentionally, because in former versions of otf + it wrote the group twice(bug) ... if it doesnt find this second group, it is simply + skipped */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_GROUP ) + ) { + + countergroup = OTF_RBuffer_readUint32( buffer ); + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_UNIT) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_UNIT ) ) { + + unit = OTF_RBuffer_readString( buffer ); + + if ( unit == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFCOUNTER_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFCOUNTER_RECORD], + streamid, deftoken, name, properties, countergroup, unit ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefCounterGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + const char* name; + + + if ( handlers->pointer[OTF_DEFCOUNTERGROUP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + + name = OTF_RBuffer_readString( buffer ); + + if ( name == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFCOUNTERGROUP_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFCOUNTERGROUP_RECORD], + streamid, deftoken, name ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefScl( OTF_RBuffer* buffer, OTF_HandlerArray* handlers, + uint32_t streamid ) { + + + uint32_t deftoken; + uint32_t sclfile; + uint32_t sclline; + + + if ( handlers->pointer[OTF_DEFSCL_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_FILE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_FILE ) ) { + + sclfile = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_LINE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_LINE ) || + OTF_RBuffer_testKeyword( buffer, "L" )/*deprecated keyword*/ ) { + + sclline = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFSCL_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFSCL_RECORD], + streamid, deftoken, sclfile, sclline ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefSclFile( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t deftoken; + const char* filename; + + + if ( handlers->pointer[OTF_DEFSCLFILE_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + deftoken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, "N" )/*deprecated keyword*/) { + + + filename = OTF_RBuffer_readString( buffer ); + + if ( filename == NULL ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFSCLFILE_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFSCLFILE_RECORD], + streamid, deftoken, filename ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefVersion( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint8_t major; + uint8_t minor; + uint8_t sub; + const char* string; + + + if ( handlers->pointer[OTF_DEFVERSION_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + major = (uint8_t) OTF_RBuffer_readUint32( buffer ); + + if ( ! OTF_RBuffer_testChar( buffer, '.' ) ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + minor = (uint8_t) OTF_RBuffer_readUint32( buffer ); + + if ( ! OTF_RBuffer_testChar( buffer, '.' ) ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + sub = (uint8_t) OTF_RBuffer_readUint32( buffer ); + + string = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFVERSION_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFVERSION_RECORD], + streamid, major, minor, sub, string ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefCreator( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + const char* creator; + + + if ( handlers->pointer[OTF_DEFCREATOR_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + creator = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFCREATOR_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFCREATOR_RECORD], + streamid, creator ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readDefFile( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t token; + const char* name; + uint32_t group; + + + if ( handlers->pointer[OTF_DEFFILE_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + + token= OTF_RBuffer_readUint32( buffer ); + + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) ) { + + name= OTF_RBuffer_readString( buffer ); + + if ( NULL == name ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_GROUP ) ) { + + group= OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFFILE_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFFILE_RECORD], + streamid, token, name, group ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + +int OTF_Reader_readDefFileGroup( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + + uint32_t token; + const char* name; + + + if ( handlers->pointer[OTF_DEFFILEGROUP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + + token= OTF_RBuffer_readUint32( buffer ); + + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NAME ) ) { + + name= OTF_RBuffer_readString( buffer ); + + if ( NULL == name ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_DEFFILEGROUP_RECORD] ) + ( handlers->firsthandlerarg[OTF_DEFFILEGROUP_RECORD], + streamid, token, name ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + + +} + + +/* *** Event records *** ****************************************** */ + + +int OTF_Reader_readEventComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + const char* comment; + + + if ( handlers->pointer[OTF_EVENTCOMMENT_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + comment = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_EVENTCOMMENT_RECORD] ) + ( handlers->firsthandlerarg[OTF_EVENTCOMMENT_RECORD], + buffer->time, buffer->process, comment ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readCounter( OTF_RBuffer* buffer, OTF_HandlerArray* handlers ) { + + + int ret= 1; + + int32_t counter_token; + uint64_t value; + + + if ( handlers->pointer[OTF_COUNTER_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + counter_token = OTF_RBuffer_readUint32( buffer ); + + ret= ret && + ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_VALUE ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_VALUE ) ); + + value = OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_COUNTER_RECORD] ) + ( handlers->firsthandlerarg[OTF_COUNTER_RECORD], + buffer->time, buffer->process, counter_token, value ) ) ); + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readEnter( OTF_RBuffer* buffer, OTF_HandlerArray* handlers ) { + + + uint32_t statetoken; + uint32_t scltoken; + + + if ( handlers->pointer[OTF_ENTER_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + statetoken = OTF_RBuffer_readUint32( buffer ); + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + scltoken = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_ENTER_RECORD] ) + ( handlers->firsthandlerarg[OTF_ENTER_RECORD], + buffer->time, statetoken, buffer->process, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readCollectiveOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint32_t functionToken; + uint32_t communicator; + uint32_t rootprocess; + uint32_t sent; + uint32_t received; + uint32_t scltoken; + uint64_t duration; + + + if ( handlers->pointer[OTF_COLLOP_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + functionToken = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COMMUNICATOR ) + ) { + + communicator = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_ROOT ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_ROOT ) ) { + + rootprocess = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SENT ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SENT ) ) { + + sent = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_RECVD ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_RECVD ) ) { + + received = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_DURATION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_DURATION ) ) { + + duration = OTF_RBuffer_readUint64( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + scltoken = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_COLLOP_RECORD] ) + ( handlers->firsthandlerarg[OTF_COLLOP_RECORD], + buffer->time, buffer->process, functionToken, communicator, + rootprocess, sent, received, duration, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readRecvMsg( OTF_RBuffer* buffer, OTF_HandlerArray* handlers ) { + + + uint32_t sender; + uint32_t communicator; + uint32_t msgtype; + uint32_t msglength; + uint32_t scltoken; + + + if ( handlers->pointer[OTF_RECEIVE_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + sender = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_LENGTH ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_LENGTH ) ) { + + msglength = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_TAG ) ) { + + msgtype = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COMMUNICATOR ) + ) { + + communicator = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + scltoken = OTF_RBuffer_readUint32( buffer ); + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_RECEIVE_RECORD] ) + ( handlers->firsthandlerarg[OTF_RECEIVE_RECORD], + buffer->time, buffer->process, sender, communicator, + msgtype, msglength, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readSendMsg( OTF_RBuffer* buffer, OTF_HandlerArray* handlers ) { + + + uint32_t receiver; + uint32_t communicator; + uint32_t msgtype; + uint32_t msglength; + uint32_t scltoken; + + + if ( handlers->pointer[OTF_SEND_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + receiver = OTF_RBuffer_readUint32( buffer ); + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_LENGTH ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_LENGTH ) ) { + + msglength = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_TAG ) ) { + + msgtype = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COMMUNICATOR ) + ) { + + communicator = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + scltoken = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_SEND_RECORD] ) + ( handlers->firsthandlerarg[OTF_SEND_RECORD], + buffer->time, buffer->process, receiver, communicator, + msgtype, msglength, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readLeave( OTF_RBuffer* buffer, OTF_HandlerArray* handlers ) { + + + uint32_t statetoken; + uint32_t scltoken; + + + if ( handlers->pointer[OTF_LEAVE_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + statetoken = 0; + scltoken = 0; + + } else { + + statetoken = OTF_RBuffer_readUint32( buffer ); + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + scltoken = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + scltoken = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_LEAVE_RECORD] ) + ( handlers->firsthandlerarg[OTF_LEAVE_RECORD], + buffer->time, statetoken, buffer->process, scltoken ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readBeginProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + if ( handlers->pointer[OTF_BEGINPROCESS_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( 0 == ( ( handlers->pointer[OTF_BEGINPROCESS_RECORD] ) + ( handlers->firsthandlerarg[OTF_BEGINPROCESS_RECORD], + buffer->time, buffer->process ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readEndProcess( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + if ( handlers->pointer[OTF_ENDPROCESS_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_ENDPROCESS_RECORD] ) + ( handlers->firsthandlerarg[OTF_ENDPROCESS_RECORD], + buffer->time, buffer->process ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readFileOperation( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint32_t ret= 1; + + uint32_t fileid; + uint64_t handleid; + uint32_t operation; + uint64_t bytes; + uint64_t duration; + uint32_t source; + + if ( handlers->pointer[OTF_FILEOPERATION_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + + + fileid = OTF_RBuffer_readUint32( buffer ); + + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_HANDLEID ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_HANDLEID ) ); + handleid = OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_OPERATION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_OPERATION ) ); + operation = OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTES ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_BYTES ) ); + bytes = OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_DURATION ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_DURATION ) ); + duration = OTF_RBuffer_readUint64( buffer ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + source = 0; + + } else { + + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) ) { + + source = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == + ( ( handlers->pointer[OTF_FILEOPERATION_RECORD] ) + ( handlers->firsthandlerarg[OTF_FILEOPERATION_RECORD], + buffer->time, fileid, buffer->process, handleid, operation, bytes, + duration, source ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} +/* *** Snapshot records *** ****************************************** */ + + +int OTF_Reader_readSnapshotComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + const char* comment; + + + if ( handlers->pointer[OTF_SNAPSHOTCOMMENT_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + comment = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_SNAPSHOTCOMMENT_RECORD] ) + ( handlers->firsthandlerarg[OTF_SNAPSHOTCOMMENT_RECORD], + buffer->time, buffer->process, comment ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readEnterSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint64_t originaltime; + uint32_t function; + uint32_t source; + + if ( NULL == handlers->pointer[OTF_ENTERSNAPSHOT_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + function= OTF_RBuffer_readUint32( buffer ); + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_OTIME) ) { + + originaltime= OTF_RBuffer_readUint64( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + source = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + source = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_ENTERSNAPSHOT_RECORD])( + handlers->firsthandlerarg[OTF_ENTERSNAPSHOT_RECORD], + buffer->time, originaltime, function, buffer->process, source ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + +int OTF_Reader_readSendSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + int ret= 1; + + uint64_t originaltime; + uint32_t receiver; + uint32_t procGroup; + uint32_t tag; + uint32_t source; + + if ( NULL == handlers->pointer[OTF_SENDSNAPSHOT_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + receiver= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_OTIME) ); + originaltime= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_GROUP) ); + procGroup= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_TAG) ); + tag= OTF_RBuffer_readUint32( buffer ); + + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + source = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + source = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_SENDSNAPSHOT_RECORD])( + handlers->firsthandlerarg[OTF_SENDSNAPSHOT_RECORD], + buffer->time, originaltime, buffer->process, receiver, procGroup, + tag, source ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readOpenFileSnapshot( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint64_t originaltime; + uint32_t fileid; + uint64_t handleid; + uint32_t source; + + + if ( NULL == handlers->pointer[OTF_OPENFILESNAPSHOT_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + + fileid= OTF_RBuffer_readUint32( buffer ); + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_OTIME) ) { + + originaltime= OTF_RBuffer_readUint64( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_HANDLEID) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_HANDLEID) ) { + + handleid= OTF_RBuffer_readUint64( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + + if ( buffer->buffer[buffer->pos] == '\n' ) { + + source = 0; + + } else { + + /** check if the token matchs with the format of the record */ + if ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SCL ) || + OTF_RBuffer_testKeyword( buffer, "S" )/*deprecated keyword*/) { + + source = OTF_RBuffer_readUint32( buffer ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + } + + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_OPENFILESNAPSHOT_RECORD])( + handlers->firsthandlerarg[OTF_OPENFILESNAPSHOT_RECORD], + buffer->time, originaltime, fileid, buffer->process, handleid, + source ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } + +} + + + +/* *** Summary records *** ****************************************** */ + + +int OTF_Reader_readSummaryComment( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + const char* comment; + + + if ( handlers->pointer[OTF_SUMMARYCOMMENT_RECORD] == NULL ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + comment = OTF_RBuffer_readString( buffer ); + + if ( OTF_RBuffer_readNewline( buffer ) ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( ( handlers->pointer[OTF_SUMMARYCOMMENT_RECORD] ) + ( handlers->firsthandlerarg[OTF_SUMMARYCOMMENT_RECORD], + buffer->time, buffer->process, comment ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readFunctionSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + int ret= 1; + + uint32_t function; + uint64_t count; + uint64_t excltime; + uint64_t incltime; + + + if ( NULL == handlers->pointer[OTF_FUNCTIONSUMMARY_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + /* read data items */ + + /* tested outside: + ret= ret && OTF_RBuffer_testKeyword( buffer, "SUMF" ); */ + + function= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_COUNT ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COUNT ) + || OTF_RBuffer_testKeyword( buffer, "C" )/*deprecated keyword*/); + count= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_EXCLTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_EXCLTIME) ); + excltime= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_INCLTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_INCLTIME) ); + incltime= OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_FUNCTIONSUMMARY_RECORD])( + handlers->firsthandlerarg[OTF_FUNCTIONSUMMARY_RECORD], + buffer->time, function, buffer->process, + count, excltime, incltime ) ) ); + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readFunctionGroupSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + int ret= 1; + + uint32_t functiongroup; + uint64_t count; + uint64_t excltime; + uint64_t incltime; + + + if ( NULL == handlers->pointer[OTF_FUNCTIONGROUPSUMMARY_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + /* read data items */ + + /* tested outside: + ret= ret && OTF_RBuffer_testKeyword( buffer, "SUMG" ); */ + + functiongroup= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_COUNT ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COUNT ) + || OTF_RBuffer_testKeyword( buffer, "C" )/*deprecated keyword*/); + count= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_EXCLTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_EXCLTIME) ); + excltime= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_INCLTIME) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_INCLTIME) ); + incltime= OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_FUNCTIONGROUPSUMMARY_RECORD])( + handlers->firsthandlerarg[OTF_FUNCTIONGROUPSUMMARY_RECORD], + buffer->time, functiongroup, buffer->process, + count, excltime, incltime ) ) ); + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readMessageSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + int ret= 1; + + uint32_t peer; + uint32_t comm; + uint32_t tag; + uint64_t number_sent; + uint64_t number_recvd; + uint64_t bytes_sent; + uint64_t bytes_recved; + + + if ( NULL == handlers->pointer[OTF_MESSAGESUMMARY_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + /* read data items */ + + /* tested outside: + OTF_RBuffer_testKeyword( buffer, "SUMM" ); */ + + peer= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, + OTF_KEYWORD_S_LOCAL_COMMUNICATOR ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_COMMUNICATOR)); + comm= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_TAG ) || + OTF_RBuffer_testKeyword( buffer, "A" ) ); + tag= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSENT ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERSENT ) ); + number_sent= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERRECVD ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERRECVD ) ); + number_recvd= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_SENT ) || + OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_SENT ) ); + bytes_sent= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_RECVD ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_RECVD ) ); + bytes_recved= OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_MESSAGESUMMARY_RECORD])( + handlers->firsthandlerarg[OTF_MESSAGESUMMARY_RECORD], + buffer->time, buffer->process, peer, comm, tag, + number_sent, number_recvd, bytes_sent, bytes_recved ) ) ); + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + +int OTF_Reader_readFileOperationSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint32_t ret= 1; + + uint32_t fileid; + uint64_t nopen; + uint64_t nclose; + uint64_t nread; + uint64_t nwrite; + uint64_t nseek; + uint64_t bytesread; + uint64_t byteswrite; + + + if ( NULL == handlers->pointer[OTF_FILEOPERATIONSUMMARY_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + /* read data items */ + + fileid= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBEROPEN ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBEROPEN ) ); + nopen= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERCLOSE ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERCLOSE ) ); + nclose= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERREAD) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERREAD) ); + nread= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERWRITE) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERWRITE) ); + nwrite= OTF_RBuffer_readUint64( buffer ); + + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSEEK ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERSEEK ) ); + nseek= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESREAD) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_BYTESREAD) ); + bytesread= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESWRITE) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_BYTESWRITE) ); + byteswrite= OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_FILEOPERATIONSUMMARY_RECORD])( + handlers->firsthandlerarg[OTF_FILEOPERATIONSUMMARY_RECORD], + buffer->time, fileid, buffer->process, nopen, nclose, nread, + nwrite, nseek, bytesread, byteswrite ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + + +int OTF_Reader_readFileGroupOperationSummary( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + + uint32_t ret= 1; + + uint32_t groupid; + uint64_t nopen; + uint64_t nclose; + uint64_t nread; + uint64_t nwrite; + uint64_t nseek; + uint64_t bytesread; + uint64_t byteswrite; + + + if ( NULL == handlers->pointer[OTF_FILEGROUPOPERATIONSUMMARY_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + /* read data items */ + + groupid= OTF_RBuffer_readUint32( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBEROPEN ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBEROPEN ) ); + nopen= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERCLOSE ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERCLOSE ) ); + nclose= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERREAD) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERREAD) ); + nread= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERWRITE) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERWRITE) ); + nwrite= OTF_RBuffer_readUint64( buffer ); + + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSEEK ) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_NUMBERSEEK ) ); + nseek= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESREAD) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_BYTESREAD) ); + bytesread= OTF_RBuffer_readUint64( buffer ); + + ret= ret && ( OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESWRITE) + || OTF_RBuffer_testKeyword( buffer, OTF_KEYWORD_L_LOCAL_BYTESWRITE) ); + byteswrite= OTF_RBuffer_readUint64( buffer ); + + ret= ret && OTF_RBuffer_readNewline( buffer ); + + if ( ret ) { + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + return ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_FILEGROUPOPERATIONSUMMARY_RECORD])( + handlers->firsthandlerarg[OTF_FILEGROUPOPERATIONSUMMARY_RECORD], + buffer->time, groupid, buffer->process, nopen, nclose, nread, + nwrite, nseek, bytesread, byteswrite ) ) ); + + } else { + +# ifdef OTF_VERBOSE + PARSE_ERROR( buffer ); +# endif + + return 0; + } +} + + + +int OTF_Reader_readUnknownRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ) { + + int ret; + char *string; + + if ( NULL == handlers->pointer[OTF_UNKNOWN_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + string= OTF_RBuffer_printRecord( buffer ); + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + ret= ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_UNKNOWN_RECORD])( + handlers->firsthandlerarg[OTF_UNKNOWN_RECORD], + buffer->time, buffer->process, string ) ) ); + + free( string ); + string= NULL; + + /* don't check if newline is actually there + because this could be the very parse error */ + OTF_RBuffer_readNewline( buffer ); + + return ret; +} + + +int OTF_Reader_readUnknownDefRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ) { + + int ret; + char *string; + + if ( NULL == handlers->pointer[OTF_UNKNOWN_RECORD] ) { + + return OTF_RBuffer_readNewline( buffer ); + } + + string= OTF_RBuffer_printRecord( buffer ); + + /* 0 is considered as the non-error return value of call-back handlers, + but the current function returns 0 on errors! */ + ret= ( OTF_RETURN_OK /*0*/ == ( (handlers->pointer[OTF_UNKNOWN_RECORD])( + handlers->firsthandlerarg[OTF_UNKNOWN_RECORD], + (uint64_t) -1, streamid, string ) ) ); + + free( string ); + string= NULL; + + /* don't check if newline is actually there + because this could be the very parse error */ + OTF_RBuffer_readNewline( buffer ); + + return ret; +} + + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.h new file mode 100644 index 0000000000..dace093ffa --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Parse.h @@ -0,0 +1,53 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Parse.h + * + * @brief All record parsing is located here. + * + * \ingroup internal + */ + +#ifndef OTF_PARSE_H +#define OTF_PARSE_H + + +#include "OTF_RStream.h" +#include "OTF_HandlerArray.h" + + +/** Parse one event record from buffer and call the appropriate + function - internal use only. */ +int OTF_Reader_parseEventRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** Parse one definition record from buffer and call the appropriate + function - internal use only. */ +int OTF_Reader_parseDefRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + +/** Parse one statisitc summary record from buffer and call the + appropriate function - internal use only. */ +int OTF_Reader_parseStatisticsRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +/** Parse one snapshot record from buffer and call the + appropriate function - internal use only. */ +int OTF_Reader_parseSnapshotsRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + + +/* *** handle unknown records or parts of it - internal use only! ****** *** */ + +/* These functions are external because OTF_Reader uses them */ +int OTF_Reader_readUnknownRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers ); + +int OTF_Reader_readUnknownDefRecord( OTF_RBuffer* buffer, + OTF_HandlerArray* handlers, uint32_t streamid ); + + +#endif /* OTF_PARSE_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.c new file mode 100644 index 0000000000..30acacd6cd --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.c @@ -0,0 +1,20 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "OTF_Platform.h" + +#include +#include + +char *OTF_strdup(const char *s) { + char *c; + + if( s == NULL || ( c = ( char* )malloc( strlen(s)+1 ) ) == NULL ) + return NULL; + + strcpy( c, s ); + + return c; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.h new file mode 100644 index 0000000000..905cb4a458 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Platform.h @@ -0,0 +1,89 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Platform.h + * + * @brief Deals with platform dependend issues. + * + * \ingroup internal + */ + + +/* THIS HEADER SHOULD NEVER BE INCLUDED INTO OTHER HEADERS OF THE OTF LIBRARY + AND HAS TO BE INCLUDED INTO ALL .C-FILES OF THE OTF LIBARY */ + + +#ifndef OTF_PLATFORM_H +#define OTF_PLATFORM_H + +#ifdef __cplusplus +#define EXTERN extern "C" +#else +#define EXTERN extern +#endif /* __cplusplus */ + +/* if you know (for sure) of more compilers supporting __FUNCTION__, + then add them here */ +#if defined __GNUC__ /* gnu */ +#elif defined _MSC_VER /* ms vs */ +#elif defined __xlC__ /* ibm xlc */ +#else + + /* set __FUNCTION__ to a dummy for compilers not supporting this macro */ + #define __FUNCTION__ "" + +#endif + + +#ifndef __FILE__ + #define __FILE__ "" +#endif + +#ifndef __LINE__ + #define __LINE__ 0 +#endif + + + +#if defined __linux + + #define OTF_fseek fseeko + #define OTF_ftell ftello + + #define OTF_snprintf snprintf + +#elif defined WIN32 /* windows */ + + + #if defined _MSC_VER /* vs */ + + #define HAVE_IO_H + + #define OTF_ftell (uint64_t) _ftelli64 + #define OTF_fseek(f,off,orig) _fseeki64(f,(__int64)off,orig) + + #define OTF_snprintf _snprintf + + #pragma warning (disable : 4996) /* disable insecurity/deprication warnings */ + + #else + + #error "You are using an unsupported compiler on windows." + + #endif + +#else /* don't know what to put here */ + + #define OTF_fseek fseek + #define OTF_ftell ftell + + #define OTF_snprintf snprintf + +#endif + +EXTERN char *OTF_strdup( const char*s ); + +#endif /* OTF_PLATFORM_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.c new file mode 100644 index 0000000000..e9a8b979b3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.c @@ -0,0 +1,1296 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include +#include +#include +#include + +#include "OTF_Platform.h" +#include "OTF_RBuffer.h" +#include "OTF_Platform.h" + + + +/** constructor - internal use only */ +int OTF_RBuffer_init( OTF_RBuffer* rbuffer ); + +/** destructor - internal use only */ +int OTF_RBuffer_finish( OTF_RBuffer* rbuffer ); + +/** Fetch the next chunk from the file to buffer. Beforehand, move the +part [pos,end) to the beginning of the buffer in order to lose no record +fragments. Thus, read 'size-(end-pos)' bytes at most. +Return the number of bytes actually read. - internal use only */ +size_t OTF_RBuffer_advance( OTF_RBuffer* rbuffer ); + + +/** Check if there is a time stamp record at current buffer position. If so +read it and update the buffers time and go to the next record. +Return 1 in rbuffer case. Otherwise keep the buffer unchanged and return 0. */ +char OTF_RBuffer_checkTimeRecord( OTF_RBuffer* rbuffer ); + + +/** Check if there is a process record at current buffer position. If so +read it and update the buffers process and go to the next record. +Return 1 in rbuffer case. Otherwise keep the buffer unchanged and return 0. */ +char OTF_RBuffer_checkProcessRecord( OTF_RBuffer* rbuffer ); + + + +/* *** internal functions which may be inlined ***************************** */ + + +char OTF_RBuffer_checkTimeRecord( OTF_RBuffer* rbuffer ) { + + + uint32_t p; + char c; + + + /* identify record type, assume we are at the begining of a record */ + /* tolerate leading spaces */ + /* do not change buffer or position until we are sure that rbuffer is a + time record */ + + p= rbuffer->pos; + c= rbuffer->buffer[ p ]; + while ( ( ' ' == c ) || ( '\t' == c ) ) { + + if ( '\n' == c ) { + + /* not a time record */ + return 0; + } + + ++p; + c= rbuffer->buffer[ p ]; + } + + /* check first real character c */ + if ( ( '0' <= c && c <= '9' ) || ( 'a' <= c && c <= 'f' ) ) { + + /* time stamp record affirmed */ + + rbuffer->pos= p; + rbuffer->time= OTF_RBuffer_readUint64( rbuffer ); + OTF_RBuffer_readNewline( rbuffer ); + return 1; + } + + /* not a time record */ + return 0; +} + + +char OTF_RBuffer_checkProcessRecord( OTF_RBuffer* rbuffer ) { + + + uint32_t p; + char c; + + + /* identify record type, assume we are at the begining of a record */ + /* tolerate leading spaces */ + /* do not change buffer or position until we are sure that rbuffer is a + time record */ + + p= rbuffer->pos; + c= rbuffer->buffer[ p ]; + while ( ( ' ' == c ) || ( '\t' == c ) ) { + + if ( '\n' == c ) { + + /* not a process record */ + return 0; + } + + ++p; + c= rbuffer->buffer[ p ]; + } + + /* check first real character c */ + c= rbuffer->buffer[ p ]; + if ( '*' == c ) { + + ++p; + c= rbuffer->buffer[ p ]; + + /* skip spaces again */ + while ( ( ' ' == c ) || ( '\t' == c ) ) { + + if ( '\n' == c ) { + + /* not a process record */ + return 0; + } + + ++p; + c= rbuffer->buffer[ p ]; + } + + c= rbuffer->buffer[ p ]; + if ( ( '0' <= c && c <= '9' ) || + ( 'a' <= c && c <= 'f' ) ) { + + /* process specification record affirmed */ + rbuffer->pos= p; + rbuffer->process= OTF_RBuffer_readUint32( rbuffer ); + OTF_RBuffer_readNewline( rbuffer ); + return 1; + } + } + + return 0; +} + + +/* *** public functions **************************************************** */ + + +int OTF_RBuffer_init( OTF_RBuffer* rbuffer ) { + + + rbuffer->file = NULL; + + /* buffer is allocated on demand */ + rbuffer->buffer = NULL; + rbuffer->pos= 0; + rbuffer->lastnewline= 0; + rbuffer->end= 0; + rbuffer->size= 0; + rbuffer->jumpsize = 1024; + + rbuffer->time = (uint64_t) -1; + rbuffer->process = (uint32_t) -1; + + rbuffer->filesize= (uint64_t) -1; + rbuffer->firstTime= (uint64_t) -1; + rbuffer->lastTime= (uint64_t) -1; + +#ifdef HAVE_ZLIB + rbuffer->zbuffersize= 1024*10; +#endif /* HAVE_ZLIB */ + + return 1; +} + + +int OTF_RBuffer_finish( OTF_RBuffer* rbuffer ) { + + + free( rbuffer->buffer ); + rbuffer->buffer= NULL; + + return 1; +} + + +OTF_RBuffer* OTF_RBuffer_open( const char* filename, OTF_FileManager* manager ) { + + + OTF_RBuffer* ret= (OTF_RBuffer*) malloc( sizeof(OTF_RBuffer) ); + if ( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_RBuffer_init( ret ); + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been defined.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + + ret->file= OTF_File_open( filename, manager, OTF_FILEMODE_READ ); + + if ( NULL == ret->file ) { + +# ifdef OTF_VERBOSE +/* *** commented because it can happen when defstream cannot be loaded + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_open() failed. filename '%s'\n", + __FUNCTION__, __FILE__, __LINE__, filename ); +*/ +# endif /* OTF_VERBOSE */ + + free( ret ); + ret= NULL; + + return ret; + } + +#ifdef HAVE_ZLIB + OTF_File_setZBufferSize( ret->file, ret->zbuffersize ); +#endif /* HAVE_ZLIB */ + + return ret; +} + + +int OTF_RBuffer_close( OTF_RBuffer* rbuffer ) { + + + int ret= 1; + + ret &= OTF_File_close( rbuffer->file ); + + rbuffer->file= NULL; + + OTF_RBuffer_finish( rbuffer ); + + free( rbuffer ); + + return ret; +} + + +int OTF_RBuffer_setSize( OTF_RBuffer* rbuffer, size_t size ) { + + + if ( size < 100 ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) size ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( size < rbuffer->size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot shrink buffer from %u to %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) rbuffer->size, + (uint32_t) size ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + rbuffer->size= (uint32_t) size; + rbuffer->buffer= (char*) realloc( rbuffer->buffer, + rbuffer->size * sizeof(char) ); + if( NULL == rbuffer->buffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( rbuffer->jumpsize > size ) { + + rbuffer->jumpsize= (uint32_t) size; + } + + return 1; +} + + +void OTF_RBuffer_setZBufferSize( OTF_RBuffer* rbuffer, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + rbuffer->zbuffersize= size; + + if( NULL != rbuffer->file ) { + OTF_File_setZBufferSize( rbuffer->file, rbuffer->zbuffersize ); + } +#endif /* HAVE_ZLIB */ + +} + + +int OTF_RBuffer_setJumpSize( OTF_RBuffer* rbuffer, size_t size ) { + + + if ( size < 100 ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "jump buffer size %u too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) size ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + if ( size > rbuffer->size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size is smaller than jump size %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) size ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + rbuffer->jumpsize = (uint32_t) size; + + return 1; +} + + +/** make the next record availabe from the buffer. return the pointer to the +record string which is terminated by '\n' not '\0' ! +rbuffer funktion must be called before any record access. it ensures the record +is available completely in the buffer. furthermore, time and process +information is kept track of. +It is recommended to use the 'OTF_RBuffer_readXXX()' functions below to read +record components instead of parsing manually. In any case, after reading +'OTF_RBuffer_readNewline()' needs to be called which proceeds to the next +record begin no matter if there are still characters from the current record +present or not. */ +char* OTF_RBuffer_getRecord( OTF_RBuffer* rbuffer ) { + + + /* make sure there is a complete record in the buffer but + steal silently away time and process records */ + + while ( OTF_RBuffer_guaranteeRecord( rbuffer ) ) { + + if ( OTF_RBuffer_checkTimeRecord( rbuffer ) ) { + + continue; + } + + if ( OTF_RBuffer_checkProcessRecord( rbuffer ) ) { + + continue; + } + + return rbuffer->buffer + rbuffer->pos; + } + + + /* error, could not read enough from file to buffer. + probably file is exceeded. test elsewhere */ + return NULL; +} + + +int OTF_RBuffer_guaranteeRecord( OTF_RBuffer* rbuffer ) { + + + size_t add; + int ret; + + + /* check if there is at least one '\n' in the buffer */ + if ( rbuffer->pos < rbuffer->lastnewline ) { + + return 1; + } + + add= OTF_RBuffer_advance( rbuffer ); + if ( 0 == add ) { + + /* no complete record available! end of file. */ + + /* + fprintf( stderr, "OTF_RBuffer_guaranteeRecord() " + "cannot read, file exceeded\n" ); + */ + + return 0; + } + + /* after advancing the buffer, check if now there is a + complete record available */ + /* check if there is at least one '\n' in the buffer */ + if ( rbuffer->pos < rbuffer->lastnewline ) { + + /* success */ + return 1; + } + + /* if not try to double buffer size until a complete record fits */ + + /* hard bound for maximum buffer size */ + while ( 1024*1024*100 > rbuffer->size ) { + + + /* + fprintf( stderr, "OTF_RBuffer_guaranteeRecord() double buffer size " + "%u -> %u!\n", rbuffer->size, 2* rbuffer->size ); + */ + + ret= OTF_RBuffer_setSize( rbuffer, 2* rbuffer->size ); + + if ( 1 != ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot double buffer size.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + add= OTF_RBuffer_advance( rbuffer ); + if ( 0 == add ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "file exceeded.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + /* rbuffer->pos and rbuffer->end have changed */ + if ( rbuffer->pos < rbuffer->lastnewline ) { + + return 1; + } + } + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer is too small. Extending buffer has finally failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; +} + +#define REALLOCSIZE 128 +char *OTF_RBuffer_printRecord( OTF_RBuffer* rbuffer ) { + + + char *ret= NULL; + uint32_t pos= 0; + uint32_t size= 0; + uint32_t c= rbuffer->pos; + + + while ( ( '\n' != rbuffer->buffer[c] ) && ( c < rbuffer->end ) ) { + + while( (pos+1) >= size ) { + + ret= (char*) realloc( ret, size + REALLOCSIZE ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + size+= REALLOCSIZE; + } + + ret[pos]= rbuffer->buffer[c]; + ++pos; + ++c; + } + + ret[pos]= '\0'; + + + return ret; +} +#undef REALLOCSIZE + +size_t OTF_RBuffer_advance( OTF_RBuffer* rbuffer ) { + + + uint32_t i; + uint32_t d; + size_t ret; + + + if( rbuffer->pos > rbuffer->end ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current position exceeds the file length.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + d= rbuffer->end - rbuffer->pos; + + /* move trailing buffer contents to the begining */ + for ( i= 0; i < d; ++i ) { + + rbuffer->buffer[i]= rbuffer->buffer[ rbuffer->pos + i ]; + } + rbuffer->pos= 0; + + ret= OTF_File_read( rbuffer->file, rbuffer->buffer + d, rbuffer->size - d ); + + rbuffer->end= d + ret; + + i= rbuffer->end; + rbuffer->lastnewline= 0; + + while ( i > 0 ) { + + --i; + + if ( '\n' == rbuffer->buffer[i] ) { + + rbuffer->lastnewline= i; + break; + } + } + + return ret; +} + + +/** Jump to the given file position and restore buffer and references as if +the buffer had reached the position by advancing through the file linearly. +In particular, find the next record start, then find next timestamp and +process specification in order to set 'time' and 'process' to true values. +Return 1 on success. Otherwise, when 0 is returned the file is not that large +or there are no appropriate time and process specifications on the tail of +the file. Then the buffer contents is undefined! */ +int OTF_RBuffer_jump( OTF_RBuffer* rbuffer, uint64_t filepos ) { + + + int ret; + size_t read; + /* uint64_t currentPos; */ + uint32_t i; + + /* fprintf( stderr, "\tjump to %llu\n", (unsigned long long) filepos ); */ + + ret= OTF_File_seek( rbuffer->file, filepos ); + + if ( 0 != ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_seek() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + rbuffer->pos= 0; + read= OTF_File_read( rbuffer->file, rbuffer->buffer, rbuffer->jumpsize ); + + rbuffer->end= (uint32_t) read; + + i= rbuffer->end; + rbuffer->lastnewline= 0; + + while ( i > 0 ) { + + --i; + + if ( '\n' == rbuffer->buffer[i] ) { + + rbuffer->lastnewline= i; + break; + } + } + + /* now we are somewhere in the middle of a record. read until next + newline and take the next record which is complete */ + if ( 0 == OTF_RBuffer_guaranteeRecord( rbuffer ) ) { + + /* + fprintf( stderr, "OTF_RBuffer_jump() " + "ERROR: could not read far enough\n" ); + */ + + return 0; + } + + /* with filepos == 0 we are sure to be already at the beginning of a record */ + if ( 0 != filepos ) { + + /* skip the incomplete record */ + OTF_RBuffer_readNewline( rbuffer ); + } + + /* make sure the next record is complete */ + if ( 0 == OTF_RBuffer_guaranteeRecord( rbuffer ) ) { + + /* + fprintf( stderr, "OTF_RBuffer_jump() " + "ERROR: could not read far enough\n" ); + */ + + return 0; + } + + /* now we are at the begining of a record */ + + rbuffer->time= (uint64_t) -1; + rbuffer->process= (uint32_t) -1; + + /* search time stamp */ + + while ( ((uint64_t) -1) == rbuffer->time ) { + + /* go on reading while time is undefined */ + + if ( 0 == OTF_RBuffer_guaranteeRecord( rbuffer ) ) { + + /* + fprintf( stderr, "OTF_RBuffer_jump() " + "ERROR: could not read far enough\n" ); + */ + return 0; + } + + if ( OTF_RBuffer_checkTimeRecord( rbuffer ) ) { + + continue; + } + + /* if no time record found, skip the current record */ + OTF_RBuffer_readNewline( rbuffer ); + } + + + /* search process spec. */ + + while ( ((uint32_t) -1) == rbuffer->process ) { + + /* go on reading while process is undefined */ + + if ( 0 == OTF_RBuffer_guaranteeRecord( rbuffer ) ) { + + /* + fprintf( stderr, "OTF_RBuffer_jump() " + "ERROR: could not read far enough\n" ); + */ + + return 0; + } + + if ( OTF_RBuffer_checkProcessRecord( rbuffer ) ) { + + continue; + } + + /* if no time record found, skip the current record */ + OTF_RBuffer_readNewline( rbuffer ); + } + + return 1; +} + + +int OTF_RBuffer_readNewline( OTF_RBuffer* rbuffer ) { + + + /* skip all non-newline characters */ + while ( '\n' != rbuffer->buffer[ rbuffer->pos ] ) { + + ++(rbuffer->pos); + + if ( rbuffer->pos >= rbuffer->end ) { + + return 0; + } + } + + /* read newline */ + ++(rbuffer->pos); + + /* dont need to catch ( rbuffer->pos >= rbuffer->end ) since rbuffer is + its own error condition */ + + return 1; +} + + +void OTF_RBuffer_skipSpaces( OTF_RBuffer* rbuffer ) { + + /* skip spaces */ + while ( ( ( ' ' == rbuffer->buffer[ rbuffer->pos ] ) || + ( '\t' == rbuffer->buffer[ rbuffer->pos ] ) ) && + ( rbuffer->pos < rbuffer->end ) ) { + + ++(rbuffer->pos); + } +} + + +uint64_t OTF_RBuffer_getCurrentTime( OTF_RBuffer* rbuffer ) { + + + if ( rbuffer->time == (uint64_t) -1 ) { + fprintf( stderr, "Warning: Invalid time\n" ); + } + + return rbuffer->time; +} + + +void OTF_RBuffer_setCurrentTime( OTF_RBuffer* rbuffer, uint64_t time ) { + + + rbuffer->time= time; +} + + +uint32_t OTF_RBuffer_getCurrentProcess( OTF_RBuffer* rbuffer ) { + + + return rbuffer->process; +} + + +void OTF_RBuffer_setCurrentProcess( OTF_RBuffer* rbuffer, uint32_t process ) { + + + rbuffer->process= process; +} + + +uint64_t OTF_RBuffer_readUint64( OTF_RBuffer* rbuffer ) { + + + char c; + uint64_t ret = 0; + + + OTF_RBuffer_skipSpaces( rbuffer ); + + while( 1 ) { + + c= rbuffer->buffer[rbuffer->pos]; + + if ( '0' <= c && c <= '9' ) { + + ret = (ret << 4) | ( c - '0' ); + ++(rbuffer->pos); + + } else if ( 'a' <= c && c <= 'f' ) { + + ret = (ret << 4) | ( c - ( 'a' - 10 ) ); + ++(rbuffer->pos); + + } else { + + return ret; + } + } +} + + +uint32_t OTF_RBuffer_readUint32( OTF_RBuffer* rbuffer ) { + + + char c; + uint32_t ret = 0; + + + OTF_RBuffer_skipSpaces( rbuffer ); + + while( 1 ) { + + c= rbuffer->buffer[rbuffer->pos]; + + if ( '0' <= c && c <= '9' ) { + + ret = (ret << 4) | ( c - '0' ); + ++(rbuffer->pos); + + } else if ( 'a' <= c && c <= 'f' ) { + + ret = (ret << 4) | ( c - ( 'a' - 10 ) ); + ++(rbuffer->pos); + + } else { + + return ret; + } + } +} + + +int OTF_RBuffer_testChar( OTF_RBuffer* rbuffer, char c ) { + + + OTF_RBuffer_skipSpaces( rbuffer ); + + /* only advance the buffer position if the right character is found */ + if ( ( rbuffer->pos < rbuffer->end ) && + ( c == rbuffer->buffer[rbuffer->pos] ) ) { + + ++(rbuffer->pos); + return 1; + } + + return 0; +} + + +int OTF_RBuffer_testKeyword( OTF_RBuffer* rbuffer, const char* string ) { + + + uint32_t i = 0; + uint32_t j = rbuffer->pos; + + + OTF_RBuffer_skipSpaces( rbuffer ); + + /* only advance the buffer position if the right string is found */ + while ( string[i] ) { + + if ( string[i] != rbuffer->buffer[j] ) { + + return 0; + + } else { + + ++i; + ++j; + } + } + + /* if the next character in buffer after the keyword is \in [A,Z] + then the actual keyword is continued ==> not matching! */ + if ( ( 'A' <= rbuffer->buffer[j] ) && ( 'Z' >= rbuffer->buffer[j] ) ) { + + return 0; + } + + rbuffer->pos = j; + + return 1; +} + + +int OTF_RBuffer_testPrefix( OTF_RBuffer* rbuffer, const char* string ) { + + + uint32_t i = 0; + uint32_t j = rbuffer->pos; + + + OTF_RBuffer_skipSpaces( rbuffer ); + + /* only advance the buffer position if the right string is found */ + while ( string[i] ) { + + if ( string[i] != rbuffer->buffer[j] ) { + + return 0; + + } else { + + ++i; + ++j; + } + } + + rbuffer->pos = j; + + return 1; +} + + +/** Determine buffers firstTime and lastTime if not already set. +Return 1 on success, 0 on error. */ +int OTF_RBuffer_getFileProperties( OTF_RBuffer* rbuffer ) { + + +/* range where the last timestamp is searched */ +#define SEARCH_RANGE 1024 + + + uint64_t pos; + uint32_t searchRange; + + + /** if both are != -1 we assume everything is fine and return + successful. otherwise we go fetching both. */ + if ( ( ((uint64_t) -1) != rbuffer->filesize ) || + ( ((uint64_t) -1) != rbuffer->firstTime ) || + ( ((uint64_t) -1) != rbuffer->lastTime ) ) { + + return 1; + } + + rbuffer->filesize= OTF_File_size( rbuffer->file ); + + + /* jump to very beginning of file */ + if ( !OTF_RBuffer_jump( rbuffer, 0 ) ) { + + return 0; + } + + + /* + fprintf( stderr, "search min/max time\n" ); + */ + + /* get very first timestamp easily */ + rbuffer->firstTime= rbuffer->time; + + /* now get the last one - rbuffer is a bit more tricky */ + + /* search range must be smaller than buffer size */ + searchRange= ( SEARCH_RANGE < rbuffer->size ) ? SEARCH_RANGE : rbuffer->size; + if( 0 >= searchRange ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "the search range is not allowed to be '0'.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + /* file position to jump to: a little bit before file end */ + pos= ( rbuffer->filesize > searchRange ) ? ( rbuffer->filesize - searchRange ) : 0; + + /* while unsuccessful jump */ + rbuffer->time= (uint64_t) -1; + /*while ( ( !OTF_RBuffer_jump( rbuffer, pos ) ) && !!!!!!!!!!!!!!!!!!!!!!!!! + ( pos > searchRange ) ) { + + pos= pos - searchRange; + fprintf( stderr, " jumppos: %llu\n", (long long unsigned) pos ); + }*/ + while ( ( !OTF_RBuffer_jump( rbuffer, pos ) ) && + ( pos > 0 ) ) { + + pos= (searchRange < pos) ? pos - searchRange : 0; + } + + if ( ((uint64_t) -1) == rbuffer->time ) { + + /* found no time stamp -> give up */ + return 0; + } + + /* we found a time stamp but maybe not the last one. + so traverse to the end of the file */ + while ( OTF_RBuffer_getRecord(rbuffer) ) { + + OTF_RBuffer_readNewline( rbuffer ); + } + + rbuffer->lastTime= rbuffer->time; + + +#undef SEARCH_RANGE + + return 1; +} + + +int OTF_RBuffer_searchTime( OTF_RBuffer* rbuffer, uint64_t time ) { + + + uint64_t posA; + uint64_t posB; + uint64_t posC; + + uint64_t timeA; + uint64_t timeB; + uint64_t timeC; + + int ret; + char* ret2; + + +#define mindist 1024 + + if ( 0 == OTF_RBuffer_getFileProperties( rbuffer ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "could not determine file size (%llu) or first/last time" + " (%llx/%llx)\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) rbuffer->filesize, + (unsigned long long) rbuffer->firstTime, + (unsigned long long) rbuffer->lastTime ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + posA = 0; + posB = rbuffer->filesize; + + timeA= rbuffer->firstTime; + timeB= rbuffer->lastTime; + + /* catch cases where search time lies outside + the file's time interval */ + if ( time <= timeA ) { + + ret= OTF_RBuffer_jump( rbuffer, posA ); + if ( 1 != ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unsuccessful jump to begin pos= %llu.\n", + __FUNCTION__, __FILE__, __LINE__, (unsigned long long) posA ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + return 1; + } + + if ( time > timeB ) { + + time= timeB; + } + + + /* do while the distance from 'posA' to 'posB' is big. + this works with plain or compressed file positions. */ + while ( posB - posA > mindist ) { + + /* strict half splitting. robust version, + maybe add proportional splitting later */ + posC= ( posA + posB ) / 2; + + ret= OTF_RBuffer_jump( rbuffer, posC ); + if (1!=ret){ + + posB= posC; + continue; + } + + timeC= rbuffer->time; + + if ( time == timeC ) { + + /* hit exactly */ + return 1; + } + + if ( time < timeC ) { + + posB= posC; + timeB= timeC; + /* continue; */ + + } else /* if ( time > timeC ) */ { + + posA= posC; + timeA= timeC; + /* continue; */ + } + } + + /* target is nearly found, search linearly now */ + + ret= OTF_RBuffer_jump( rbuffer, posA ); + if ( 1 != ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unsuccessful jump to begin pos= %llu.\n", + __FUNCTION__, __FILE__, __LINE__, (unsigned long long) posA ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + while ( rbuffer->time < time ) { + + OTF_RBuffer_readNewline( rbuffer ); + ret2= OTF_RBuffer_getRecord( rbuffer ); + if( NULL == ret2 ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_getRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + } + + return 1; + +#undef mindist +} + + +const char* OTF_RBuffer_readString( OTF_RBuffer* rbuffer ) { + + + char* str; + + + OTF_RBuffer_skipSpaces( rbuffer ); + + if ( !OTF_RBuffer_testChar( rbuffer, '"' ) ) { + + return NULL; + } + + str= &(rbuffer->buffer[rbuffer->pos]); + + while ( rbuffer->buffer[rbuffer->pos] != '"' ) { + + if ( rbuffer->pos < rbuffer->end ) { + + ++(rbuffer->pos); + + } else { + + return NULL; + } + } + + rbuffer->buffer[rbuffer->pos] = '\0'; + ++(rbuffer->pos); + + return str; +} + + +uint32_t OTF_RBuffer_readArray( OTF_RBuffer* rbuffer, uint32_t** array ) { + + + uint32_t i= 0; + uint32_t n= 0; + + const char* p= &( rbuffer->buffer[ rbuffer->pos ] ); + + while ( ( ( '0' <= *p ) && ( '9' >= *p ) ) || + ( ( 'a' <= *p ) && ( 'f' >= *p ) ) || + ( ' ' == *p ) || + ( '\t' == *p ) || + ( ',' == *p ) ) { + + if ( ',' == *p ) { + + ++n; + } + + ++p; + } + + (*array)= (uint32_t*) malloc( n * sizeof(uint32_t) ); + assert( NULL != (*array) ); + + for ( i= 0; i < n; ++i ) { + + OTF_RBuffer_skipSpaces( rbuffer ); + (*array)[i] = OTF_RBuffer_readUint32( rbuffer ); + OTF_RBuffer_testChar( rbuffer, ',' ); + } + +/* + OTF_RBuffer_skipSpaces( rbuffer ); + + while ( ( '0' <= (char) rbuffer->buffer[rbuffer->pos] && + (char) rbuffer->buffer[rbuffer->pos] <= '9' ) || + ( 'a' <= (char) rbuffer->buffer[rbuffer->pos] && + (char) rbuffer->buffer[rbuffer->pos] <= 'f' ) ) { + + array[n] = OTF_RBuffer_readUint32( rbuffer ); + ++n; + OTF_RBuffer_testChar( rbuffer, ',' ); + OTF_RBuffer_skipSpaces( rbuffer ); + } +*/ + + return n; +} + + +void OTF_RBuffer_skipKeyword( OTF_RBuffer* rbuffer ) { + + + while ( ( (char) rbuffer->buffer[rbuffer->pos] >= 'A' && + (char) rbuffer->buffer[rbuffer->pos] <= 'Z' ) || + (char) rbuffer->buffer[rbuffer->pos] == '#') { + + + ++(rbuffer->pos); + } +} + + +uint64_t OTF_RBuffer_getFileSize( OTF_RBuffer* rbuffer ) { + + + return OTF_File_size( rbuffer->file ); +} + + +uint64_t OTF_RBuffer_getFilePos( OTF_RBuffer* rbuffer ) { + + + return OTF_File_tell( rbuffer->file ); +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.h new file mode 100644 index 0000000000..ec06c14323 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RBuffer.h @@ -0,0 +1,210 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_RBuffer.h + * + * @brief Provides read access to trace buffers. + * + * \ingroup internal + */ + + +#ifndef OTF_RBUFFER_H +#define OTF_RBUFFER_H + + +#include +#include + + +#include "OTF_inttypes.h" + + +#include "OTF_File.h" + + +struct struct_OTF_RBuffer { + + + OTF_File* file; + + + /** actual buffer */ + char* buffer; + + /** Current read position in buffer. + 'end <= pos' indicates an invalid state! */ + uint32_t pos; + + /** Current end of data in buffer in case it is not full. + 'end <= pos' indicates an invalid state! */ + uint32_t end; + + /** Last '\n' in the buffer. */ + uint32_t lastnewline; + + /** Current size of buffer. */ + uint32_t size; + + /** If 'OTF_RBuffer_jump()' is called only 'jumpsize' bytes are + read into buffer. */ + uint32_t jumpsize; + + /** Current time inside this stream, necessary for state machine, + (-1) means unknown. */ + uint64_t time; + + /** Current process inside this stream, necessary for state machine, + (-1) means unknown. */ + uint32_t process; + + /** Total size of the file in bytes. This is used in + searchTime(). A value of (-1) means unknown. + Determined by internal function OTF_RBuffer_getFileProperties(). */ + uint64_t filesize; + + /** The very first timestamp of that stream. This is used in + searchTime(). A value of (-1) means unknown. + Determined by internal function OTF_RBuffer_getFileProperties(). */ + uint64_t firstTime; + + /** The very last timestamp of that stream. This is used in + searchTime(). A value of (-1) means unknown. + Determined by internal function OTF_RBuffer_getFileProperties(). */ + uint64_t lastTime; + +#ifdef HAVE_ZLIB + /** Default size of zbuffers managed by this buffer. */ + uint32_t zbuffersize; +#endif /* HAVE_ZLIB */ +}; +typedef struct struct_OTF_RBuffer OTF_RBuffer; + + +/** constructor - internal use only */ +OTF_RBuffer* OTF_RBuffer_open( const char* filename, OTF_FileManager* manager ); + +/** destructor - internal use only */ +int OTF_RBuffer_close( OTF_RBuffer* rbuffer ); + +/** Set buffer size. Cannot shrink buffer but only extend. */ +int OTF_RBuffer_setSize( OTF_RBuffer* rbuffer, size_t size ); + +/** Set zbuffer size. */ +void OTF_RBuffer_setZBufferSize( OTF_RBuffer* rbuffer, uint32_t size ); + +/** Set 'jumpsize'. Return 0 if 'size' is greater than the + buffer size. */ +int OTF_RBuffer_setJumpSize( OTF_RBuffer* rbuffer, size_t size ); + +/** Make the next record availabe from the buffer. Return the pointer to the + record string which is terminated by '\n' not '\0' ! + This funktion must be called before any record access. It ensures the + record is available completely in the buffer. Furthermore, time and process + information is kept track of. + It is recommended to use the 'OTF_RBuffer_readXXX()' functions below to + read record components instead of parsing manually. In any case, after + reading 'OTF_RBuffer_readNewline()' needs to be called which proceeds to + the next record begin no matter if there are still characters from the + current record present or not. */ +char* OTF_RBuffer_getRecord( OTF_RBuffer* rbuffer ); + + +/** Ask the buffer to guarantee at least one complete record at the current + read position inside the buffer. This means one line, e.g. '\n' character. + If no complete record is found the buffer has to be advanced by reading new + contents from file. Return 1 on success, 0 means the file is exceeded. */ +int OTF_RBuffer_guaranteeRecord( OTF_RBuffer* rbuffer ); + + +/** Print the record at the current buffer position, i.e. until the next + newline character. This is for debugging purposes only and won't modify the + buffer in any way. */ +char *OTF_RBuffer_printRecord( OTF_RBuffer* rbuffer ); + + +/** Jump to the given file position and restore buffer and references as if + the buffer had reached the position by advancing through the file linearly. + In particular, find the next record start, then find next timestamp and + process specification in order to set 'time' and 'process' to true values. + Return error code 1 on success. Otherwise the file is not that large or + there are no appropriate time and process specifications on the tail of + the file. Then the buffer contents is undefined */ +int OTF_RBuffer_jump( OTF_RBuffer* rbuffer, uint64_t filepos ); + +/** Read an 64bit unsigned integer in hex format from buffer and return it. */ +uint64_t OTF_RBuffer_readUint64( OTF_RBuffer* rbuffer ); + +/** Read an unsigned integer in hex format from buffer and return it. */ +uint32_t OTF_RBuffer_readUint32( OTF_RBuffer* rbuffer ); + +/** Read a string from buffer and return it. */ +const char* OTF_RBuffer_readString( OTF_RBuffer* rbuffer ); + +/** Read a array from buffer and return the number of elements. + malloc memory for *array internally, needs to be freed by caller */ +uint32_t OTF_RBuffer_readArray( OTF_RBuffer* rbuffer, uint32_t** array ); + +/** Test if the next character equals the given one (leading spaces are + ignored). If the right character is found return 1, and advance by 1 step. + If the character was not found, keep the buffer position such that the test + can be repeated with another character. */ +int OTF_RBuffer_testChar( OTF_RBuffer* rbuffer, char c ); + +/** Test if the next string equals the given one (leading spaces are + ignored). The next character must not be an uppercase letter as used in + keywords. If the right string is found return 1, and advance the buffer + position. If the string was not found, keep the buffer position such + that the test can be repeated with another string. */ +int OTF_RBuffer_testKeyword( OTF_RBuffer* rbuffer, const char* string ); + +/** Test if the next string equals the given one (leading spaces are + ignored). This version is similar to the above function but does not test + the following character, i.e. it can be used to test for prefixes. + If the right string is found return 1, and advance the buffer + position. If the string was not found, keep the buffer position such + that the test can be repeated with another string. */ +int OTF_RBuffer_testPrefix( OTF_RBuffer* rbuffer, const char* string ); + +/** Read a newline such that the buffer pos is at the next record beginning. + Skip all characters found, assume they are to be ignored. + Return 1 on success, 0 on error. */ +int OTF_RBuffer_readNewline( OTF_RBuffer* rbuffer ); + +/** Advance the buffer position while there are spaces. */ +void OTF_RBuffer_skipSpaces( OTF_RBuffer* rbuffer ); + +/** Advance the buffer position while there are capital letters. */ +void OTF_RBuffer_skipKeyword( OTF_RBuffer* rbuffer ); + +/** Return the current time of the buffer. */ +uint64_t OTF_RBuffer_getCurrentTime( OTF_RBuffer* rbuffer ); + +/** Set the current time of the buffer to the given one. */ +void OTF_RBuffer_setCurrentTime( OTF_RBuffer* rbuffer, uint64_t time ); + +/** Return the current process of the buffer. */ +uint32_t OTF_RBuffer_getCurrentProcess( OTF_RBuffer* rbuffer ); + +/** Set the current process of the buffer to the given one. */ +void OTF_RBuffer_setCurrentProcess( OTF_RBuffer* rbuffer, uint32_t process ); + +/** Search the buffer for the given time and set the buffer position to + the next record after that time. Return 1 on success, 0 on error. */ +int OTF_RBuffer_searchTime( OTF_RBuffer* rbuffer, uint64_t time ); + +/** Determine buffers filesize, firstTime and lastTime if not already set. + Return 1 on success, 0 on error. */ +int OTF_RBuffer_getFileProperties( OTF_RBuffer* rbuffer ); + +/** Returns the filesize of the file attached to this buffer */ +uint64_t OTF_RBuffer_getFileSize( OTF_RBuffer* rbuffer ); + +/** Returns the fileposition of the file attached to this buffer */ +uint64_t OTF_RBuffer_getFilePos( OTF_RBuffer* rbuffer ); + +#endif /* OTF_RBUFFER_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.c new file mode 100644 index 0000000000..df8c9c5787 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.c @@ -0,0 +1,981 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + +#include "OTF_Platform.h" +#include "OTF_RStream.h" +#include "OTF_Platform.h" +#include "OTF_Reader.h" +#include "OTF_Parse.h" + + +/** constructor - internal use only */ +int OTF_RStream_init( OTF_RStream* rstream ); + +/** destructor - internal use only */ +int OTF_RStream_finish( OTF_RStream* rstream ); + + +/* ************************************************************************** */ + + +int OTF_RStream_init( OTF_RStream* rstream ) { + + + rstream->namestub= NULL; + rstream->id= (uint32_t) -1; + + rstream->defBuffer= NULL; + rstream->eventBuffer= NULL; + rstream->snapsBuffer= NULL; + rstream->statsBuffer= NULL; + + rstream->buffersizes= 1024*1024; + +#ifdef HAVE_ZLIB + rstream->zbuffersizes= 1024*10; +#endif /* HAVE_ZLIB */ + + rstream->manager= NULL; + + rstream->recordLimit= OTF_READ_MAXRECORDS; + + return 1; +} + + +int OTF_RStream_finish( OTF_RStream* rstream ) { + + + int ret=1; + int tmpret; + + free( rstream->namestub ); + rstream->namestub= NULL; + + rstream->id= (uint32_t) -1; + + if ( NULL != rstream->defBuffer ) { + + tmpret= OTF_RBuffer_close( rstream->defBuffer ); + ret &= tmpret; + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot close defbuffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->defBuffer= NULL; + } + + if ( NULL != rstream->eventBuffer ) { + + tmpret= OTF_RBuffer_close( rstream->eventBuffer ); + ret &= tmpret; + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot close event buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->eventBuffer= NULL; + } + + if ( NULL != rstream->snapsBuffer ) { + + tmpret= OTF_RBuffer_close( rstream->snapsBuffer ); + ret &= tmpret; + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot close snapshots buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->snapsBuffer= NULL; + } + + if ( NULL != rstream->statsBuffer ) { + + tmpret= OTF_RBuffer_close( rstream->statsBuffer ); + ret &= tmpret; + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot close statistics buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->statsBuffer= NULL; + } + + return ret; +} + + +OTF_RStream* OTF_RStream_open( const char* namestub, uint32_t id, OTF_FileManager* manager ) { + + + OTF_RStream* ret= (OTF_RStream*) malloc( sizeof(OTF_RStream) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + OTF_RStream_init( ret ); + + ret->namestub= OTF_strdup( namestub ); + ret->id= id; + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + free( ret ); + ret= NULL; + + return NULL; + } + ret->manager= manager; + + /* leave buffers alone, they are allocated on demand */ + + return ret; +} + + +int OTF_RStream_close( OTF_RStream* rstream ) { + + + int ret= 1; + + if( NULL == rstream ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "rstream has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return 0; + } + + ret &= OTF_RStream_finish( rstream ); + + free( rstream ); + + return ret; +} + + +OTF_RBuffer* OTF_RStream_getDefBuffer( OTF_RStream* rstream ) { + + + char* filename; + + + if ( NULL == rstream->defBuffer ) { + + filename= OTF_getFilename( rstream->namestub, + rstream->id, OTF_FILETYPE_DEF, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + rstream->defBuffer= OTF_RBuffer_open( filename, rstream->manager ); + free( filename ); + + if ( NULL == rstream->defBuffer ) { + + return NULL; + } + + OTF_RBuffer_setSize( rstream->defBuffer, rstream->buffersizes ); +#ifdef HAVE_ZLIB + OTF_RBuffer_setZBufferSize( rstream->defBuffer, rstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + } + + return rstream->defBuffer; +} + + +int OTF_RStream_closeDefBuffer( OTF_RStream* rstream ) { + + + int ret= 1; + + if ( NULL != rstream->defBuffer ) { + + ret&= OTF_RBuffer_close( rstream->defBuffer ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "closing defbuffer failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + } + + rstream->defBuffer= NULL; + } + + return ret; +} + + +OTF_RBuffer* OTF_RStream_getEventBuffer( OTF_RStream* rstream ) { + + + char* filename; + + + if ( NULL == rstream->eventBuffer ) { + + filename = OTF_getFilename( rstream->namestub, + rstream->id, OTF_FILETYPE_EVENT, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + rstream->eventBuffer= OTF_RBuffer_open( filename, rstream->manager ); + free( filename ); + + if ( NULL == rstream->eventBuffer ) { + + return NULL; + } + + OTF_RBuffer_setSize( rstream->eventBuffer, rstream->buffersizes ); +#ifdef HAVE_ZLIB + OTF_RBuffer_setZBufferSize( rstream->eventBuffer, rstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + } + + return rstream->eventBuffer; +} + + +int OTF_RStream_closeEventBuffer( OTF_RStream* rstream ) { + + + int ret= 1; + + if ( NULL != rstream->eventBuffer ) { + + ret&= OTF_RBuffer_close( rstream->eventBuffer ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "closing event buffer failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->eventBuffer= NULL; + } + + return ret; +} + + +OTF_RBuffer* OTF_RStream_getSnapsBuffer( OTF_RStream* rstream ) { + + + char* filename; + + + if ( NULL == rstream->snapsBuffer ) { + + filename= OTF_getFilename( rstream->namestub, + rstream->id, OTF_FILETYPE_SNAPS, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + rstream->snapsBuffer= OTF_RBuffer_open( filename, rstream->manager ); + free( filename ); + + if ( NULL == rstream->snapsBuffer ) { + + return NULL; + } + + OTF_RBuffer_setSize( rstream->snapsBuffer, rstream->buffersizes ); +#ifdef HAVE_ZLIB + OTF_RBuffer_setZBufferSize( rstream->snapsBuffer, rstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + } + + return rstream->snapsBuffer; +} + + +int OTF_RStream_closeSnapsBuffer( OTF_RStream* rstream ) { + + + int ret= 1; + + if ( NULL != rstream->snapsBuffer ) { + + ret&= OTF_RBuffer_close( rstream->snapsBuffer ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "closing snapshots buffer failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->snapsBuffer= NULL; + } + + return ret; +} + + +OTF_RBuffer* OTF_RStream_getStatsBuffer( OTF_RStream* rstream ) { + + + char* filename; + + + if ( NULL == rstream->statsBuffer ) { + + filename= OTF_getFilename( rstream->namestub, + rstream->id, OTF_FILETYPE_STATS, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + + rstream->statsBuffer= OTF_RBuffer_open( filename, rstream->manager ); + free( filename ); + + if ( NULL == rstream->statsBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + OTF_RBuffer_setSize( rstream->statsBuffer, rstream->buffersizes ); +#ifdef HAVE_ZLIB + OTF_RBuffer_setZBufferSize( rstream->statsBuffer, rstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + } + + return rstream->statsBuffer; +} + + +int OTF_RStream_closeStatsBuffer( OTF_RStream* rstream ) { + + + int ret= 1; + + if ( NULL != rstream->statsBuffer ) { + + ret&= OTF_RBuffer_close( rstream->statsBuffer ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "closing statistics buffer failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + } + rstream->statsBuffer= NULL; + } + + return ret; +} + + +void OTF_RStream_setBufferSizes( OTF_RStream* rstream, uint32_t size ) { + + + if ( 50 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended buffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 500 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + rstream->buffersizes= size; +} + + +uint32_t OTF_RStream_getBufferSizes(OTF_RStream* rstream) { + + + return rstream->buffersizes; +} + + +void OTF_RStream_setZBufferSizes( OTF_RStream* rstream, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + rstream->zbuffersizes= size; + +#endif /* HAVE_ZLIB */ +} + + +uint32_t OTF_RStream_getZBufferSizes(OTF_RStream* rstream) { + + +#ifdef HAVE_ZLIB + return rstream->zbuffersizes; +#else /* HAVE_ZLIB */ + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_RStream_setRecordLimit( OTF_RStream* rstream, uint64_t limit ) { + + + if( limit == OTF_READ_ERROR ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "limit cannot be set to %llu. Reset to OTF_READ_MAXRECORDS.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) limit ); +# endif /* OTF_VERBOSE */ + + limit= OTF_READ_MAXRECORDS; + } + + rstream->recordLimit= limit; +} + + +uint64_t OTF_RStream_getRecordLimit( OTF_RStream* rstream ) { + + + return rstream->recordLimit; +} + + + +uint64_t OTF_RStream_readDefinitions( OTF_RStream* rstream, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + + + /* initialized? */ + if ( NULL == rstream->defBuffer ) { + + + /* init */ + + rstream->defBuffer= OTF_RStream_getDefBuffer( rstream ); + + if ( NULL == rstream->defBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "the stream has no def buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + /* there is no def buffer available for this stream */ + return OTF_READ_ERROR; + } + } + + + while ( NULL != OTF_RBuffer_getRecord( rstream->defBuffer ) ) { + + if ( recordcount >= rstream->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + ret= OTF_Reader_parseDefRecord( rstream->defBuffer, handlers, rstream->id ); + if ( 0 == ret ) { + + /* maybe later an errorhandler gives the record to the user */ + return OTF_READ_ERROR; + } + + recordcount++; + } + + return recordcount; +} + + +uint64_t OTF_RStream_readEvents( OTF_RStream* rstream, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + +# ifdef OTF_DEBUG + uint64_t currenttime= 0; + uint64_t oldtime= 0; +# endif + + + /* initialized? */ + if ( NULL == rstream->eventBuffer ) { + + + /* init */ + + rstream->eventBuffer= OTF_RStream_getEventBuffer( rstream ); + if( NULL == rstream->eventBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "the stream has no event buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + + /* jump to start time - update buffer-firstTime, lastTime, curTime */ + OTF_RBuffer_searchTime( rstream->eventBuffer, 0 ); + } + + + while ( NULL != OTF_RBuffer_getRecord( rstream->eventBuffer ) ) { + + if ( recordcount >= rstream->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* debug check */ +# ifdef OTF_DEBUG + oldtime= currenttime; + /* inlined OTF_RBuffer_getCurrentTime() */ + currenttime= rstream->eventBuffer->time; + + if ( oldtime > currenttime ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time does decrease!!! %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) currenttime, + (unsigned long long) oldtime ); + + return OTF_READ_ERROR; + } +# endif + + ret= OTF_Reader_parseEventRecord( rstream->eventBuffer, handlers ); + if ( 0 == ret ) { + + /* maybe later an errorhandler gives the record to the user */ + return OTF_READ_ERROR; + } + + recordcount++; + } + + return recordcount; +} + + +uint64_t OTF_RStream_readSnapshots( OTF_RStream* rstream, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + +# ifdef OTF_DEBUG + uint64_t currenttime= 0; + uint64_t oldtime= 0; +# endif + + + /* initialized? */ + if ( NULL == rstream->snapsBuffer ) { + + + /* init */ + + rstream->snapsBuffer= OTF_RStream_getSnapsBuffer( rstream ); + if( NULL == rstream->snapsBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "the stream has no snapshots buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + + /* jump to start time - update buffer-firstTime, lastTime, curTime */ + OTF_RBuffer_searchTime( rstream->snapsBuffer, 0 ); + } + + + while ( NULL != OTF_RBuffer_getRecord( rstream->snapsBuffer ) ) { + + if ( recordcount >= rstream->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* debug check */ +# ifdef OTF_DEBUG + oldtime= currenttime; + /* inlined OTF_RBuffer_getCurrentTime() */ + currenttime= rstream->snapsBuffer->time; + + if ( oldtime > currenttime ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time does decrease!!! %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) currenttime, + (unsigned long long) oldtime ); + + return OTF_READ_ERROR; + } +# endif + + + ret= OTF_Reader_parseSnapshotsRecord( rstream->snapsBuffer, handlers ); + if ( 0 == ret ) { + + /* maybe later an errorhandler gives the record to the user */ + return OTF_READ_ERROR; + } + + recordcount++; + } + + + return recordcount; +} + + +uint64_t OTF_RStream_readStatistics( OTF_RStream* rstream, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + +# ifdef OTF_DEBUG + uint64_t currenttime= 0; + uint64_t oldtime= 0; +# endif + + + /* initialized? */ + if ( NULL == rstream->statsBuffer ) { + + + /* init */ + + rstream->statsBuffer= OTF_RStream_getStatsBuffer( rstream ); + if( NULL == rstream->statsBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "the stream has no statistics buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + + /* jump to start time - update buffer-firstTime, lastTime, curTime */ + OTF_RBuffer_searchTime( rstream->statsBuffer, 0 ); + } + + + while ( NULL != OTF_RBuffer_getRecord( rstream->statsBuffer ) ) { + + if ( recordcount >= rstream->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* debug check */ +# ifdef OTF_DEBUG + oldtime= currenttime; + /* inlined OTF_RBuffer_getCurrentTime() */ + currenttime= rstream->statsBuffer->time; + + if ( oldtime > currenttime ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time does decrease!!! %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) currenttime, + (unsigned long long) oldtime ); + + return OTF_READ_ERROR; + } +# endif + + + ret= OTF_Reader_parseStatisticsRecord( rstream->statsBuffer, handlers ); + if ( 0 == ret ) { + + + /* maybe later an errorhandler gives the record to the user */ + return OTF_READ_ERROR; + } + + recordcount++; + } + + + return recordcount; +} + + +uint8_t OTF_RStream_eventProgress( OTF_RStream* rstream, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ) { + + + return OTF_RStream_eventTimeProgress( rstream, minimum, current, maximum ); +} + + +uint8_t OTF_RStream_snapshotProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + return OTF_RStream_snapshotTimeProgress( rstream, minimum, current, maximum ); +} + + +uint8_t OTF_RStream_statisticProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + return OTF_RStream_statisticTimeProgress( rstream, minimum, current, maximum ); +} + + +uint8_t OTF_RStream_eventTimeProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == rstream->eventBuffer || + rstream->eventBuffer->time < rstream->eventBuffer->firstTime || + rstream->eventBuffer->time > rstream->eventBuffer->lastTime ) { + + return 0; + } + + *minimum= rstream->eventBuffer->firstTime; + *current= rstream->eventBuffer->time; + *maximum= rstream->eventBuffer->lastTime; + + return 1; +} + + +uint8_t OTF_RStream_snapshotTimeProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == rstream->snapsBuffer || + rstream->snapsBuffer->time < rstream->snapsBuffer->firstTime || + rstream->snapsBuffer->time > rstream->snapsBuffer->lastTime ) { + + return 0; + } + + *minimum= rstream->snapsBuffer->firstTime; + *current= rstream->snapsBuffer->time; + *maximum= rstream->snapsBuffer->lastTime; + + return 1; +} + + +uint8_t OTF_RStream_statisticTimeProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == rstream->statsBuffer || + rstream->statsBuffer->time < rstream->statsBuffer->firstTime || + rstream->statsBuffer->time > rstream->statsBuffer->lastTime ) { + + return 0; + } + + *minimum= rstream->statsBuffer->firstTime; + *current= rstream->statsBuffer->time; + *maximum= rstream->statsBuffer->lastTime; + + return 1; +} + + +uint8_t OTF_RStream_eventBytesProgress( OTF_RStream* rstream, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ) { + + + *minimum= 0; + *maximum= OTF_RBuffer_getFileSize( rstream->eventBuffer ); + *current= OTF_RBuffer_getFilePos( rstream->eventBuffer ); + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} + + +uint8_t OTF_RStream_snapshotBytesProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + *minimum= 0; + *maximum= OTF_RBuffer_getFileSize( rstream->snapsBuffer ); + *current= OTF_RBuffer_getFilePos( rstream->snapsBuffer ); + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} + + +uint8_t OTF_RStream_statisticBytesProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + *minimum= 0; + *maximum= OTF_RBuffer_getFileSize( rstream->statsBuffer ); + *current= OTF_RBuffer_getFilePos( rstream->statsBuffer ); + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.h new file mode 100644 index 0000000000..aa505c7238 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_RStream.h @@ -0,0 +1,617 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/* NOTE +the OTF_RStream interface is not able to perform jumps to random timestamps, +and cannot quit at a certain maximum time stamp. +Maybe in future versions we add this. +It is not in, because the OTF_Reader interface uses the buffer-methodes directly +to set the timestamps, so saving it in the stream too will be worthless in this +case. */ + +/** + * @file OTF_RStream.h + * + * @brief Provides read access to trace streams, which consist of multiple + * buffers. + * + * \ingroup rstream + */ + +/** \defgroup rstream Stream Reader Interface + * + * rstream provides an interface for dealing with a single stream of a trace. + * A stream consists of up to four different buffers (event buffer, + * definition buffer, snapshots buffer, statistics buffer). + * + * rstream is structured similarly to the reader, but it is not + * able to perform jumps to random timestamps, and cannot quit at a certain + * maximum time stamp. + * + * \section rstream_example A simple Example + * + * Common includes + * \code + * #include + * #include + * #include + * \endcode + * + * + * Define the Handler(s). + * We just want to process the def process event and print out all appearing processes. + * \code + * int handleDefProcess (void *userData, uint32_t stream, uint32_t process, const char *name, uint32_t parent) { + * + * printf( "process %u is named \"%s\"\n", process, name ); + * + * return OTF_RETURN_OK; + * } + * \endcode + * + * \code + * int main( int argc, char** argv ) { + * \endcode + * + * Declare a file manager, a reader, and a handler array + * \code + * OTF_RStream* rstream; + * OTF_FileManager* manager; + * OTF_HandlerArray* handlers; + * \endcode + * + * Initialize the file manager. Do not open more than 100 files. + * \code + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * \endcode + * + * Initialize the handler array. + * \code + * handlers = OTF_HandlerArray_open(); + * assert( handlers ); + * \endcode + * + * Initialize the rstream object. + * \code + + * rstream = OTF_RStream_open( "mytrace", 0, manager ); + * assert( rstream ); + * \endcode + * + * Register your callback functions to the handler array. + * \code + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefProcess, OTF_DEFPROCESS_RECORD ); + * \endcode + * + * + * Do the actual reading. + * \code + * OTF_RStream_readDefinitions( rstream, handlers ); + * \endcode + * + * + * Clean everything up before exiting the program. + * \code + * OTF_RStream_close( rstream ); + * OTF_HandlerArray_close( handlers ); + * OTF_FileManager_close( manager ); + * + * return 0; + * } + * \endcode + * + * Compile and link this using $ gcc -o test test.c `otfconfig --libs`. + * + */ + + +#ifndef OTF_RSTREAM_H +#define OTF_RSTREAM_H + + +#include +#include +#include + + +#include "OTF_inttypes.h" + + +struct struct_OTF_Reader; + + +#include "OTF_FileManager.h" +#include "OTF_RBuffer.h" +#include "OTF_Filenames.h" +#include "OTF_HandlerArray.h" + + +struct struct_OTF_RStream { + + + /** name stub: all files will begin with this name */ + char* namestub; + + /** Unique id for the current stream */ + uint32_t id; + + /** Definitions buffer. Definitions buffer carries definition + records */ + OTF_RBuffer* defBuffer; + + /** Event buffer. The event buffer carries records for actual + events, i.e. records with a time stamp */ + OTF_RBuffer* eventBuffer; + + /** Snaps (snapshots) buffer. The snapshots buffer carries + snapshots of the whole state at a point in time - as oppossed to + events which only show changes in the state. This can be used to + start from such a snapshot instead of from the very begining. */ + OTF_RBuffer* snapsBuffer; + + /** Statistics buffer. Statistics buffer carries statistical + information about a certain time interval resp. data at + points of time that allow to derive statistics without + reading through all events of that interval. */ + OTF_RBuffer* statsBuffer; + + /** Default size of buffers managed by this RStream. */ + uint32_t buffersizes; + +#ifdef HAVE_ZLIB + /** Default size of zbuffers managed by this RStream. */ + uint32_t zbuffersizes; +#endif /* HAVE_ZLIB */ + + /** file handle manager */ + OTF_FileManager* manager; + + /** maximum number of records delivered by a single call to OTF_Reader_readXYZ() + defaults to OTF_READ_MAXRECORDS == \infty */ + uint64_t recordLimit; +}; +/** rstream object \ingroup rstream */ +typedef struct struct_OTF_RStream OTF_RStream; + + +/** + * Create a new OTF_RStream instance. + * + * @param nameStub File name prefix which is going to be used by + * all sub-files which belong to the reader stream. + * @param id Abitrary but unique identifier of the reader stream. + * Cannot be '0'. + * @param manager File handle manager. + * + * @return Initialized OTF_RStream instance or 0 if an error + * occurred. + * + * \ingroup rstream + */ +OTF_RStream* OTF_RStream_open( const char* nameStub, uint32_t id, OTF_FileManager* manager ); + + +/** + * Close an OTF_RStream instance and all its related files. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return 1 if instance was closed successfully and 0 otherwise. + * + * \ingroup rstream + */ +int OTF_RStream_close( OTF_RStream* rstream ); + + +/** + * Returns the definition buffer of the according reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Initialized OTF_RBuffer instance or 0 if an error occured. + * + * \ingroup rstream + */ +OTF_RBuffer* OTF_RStream_getDefBuffer( OTF_RStream* rstream ); + + +/** + * Closes the stream defefinition buffer. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return 1 on success, 0 if an error occurs + * + * \ingroup rstream + */ +int OTF_RStream_closeDefBuffer( OTF_RStream* rstream ); + + +/** + * Returns the event buffer of the according reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Initialized OTF_RBuffer instance or 0 if an error occured. + * + * \ingroup rstream + */ +OTF_RBuffer* OTF_RStream_getEventBuffer( OTF_RStream* rstream ); + + +/** + * Closes the stream event buffer. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return 1 on success, 0 if an error occurs + * + * \ingroup rstream + */ +int OTF_RStream_closeEventBuffer( OTF_RStream* rstream ); + + +/** + * Returns the snapshots buffer of the according reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Initialized OTF_RBuffer instance or 0 if an error occured. + * + * \ingroup rstream + */ +OTF_RBuffer* OTF_RStream_getSnapsBuffer( OTF_RStream* rstream ); + + +/** + * Closes the stream snapshots buffer. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return 1 on success, 0 if an error occurs + * + * \ingroup rstream + */ +int OTF_RStream_closeSnapsBuffer( OTF_RStream* rstream ); + + +/** + * Returns the statistics buffer of the according reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Initialized OTF_RBuffer instance or 0 if an error occured. + * + * \ingroup rstream + */ +OTF_RBuffer* OTF_RStream_getStatsBuffer( OTF_RStream* rstream ); + +/** + * Closes the stream statistics buffer. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return 1 on success, 0 if an error occurs + * + * \ingroup rstream + */ +int OTF_RStream_closeStatsBuffer( OTF_RStream* rstream ); + + +/** + * Set the default buffer size for all buffers managed by this reader stream. + * This is only effective for future buffers and will not change already + * allocated buffers. Those can be changed with the buffers directly. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @param size Intended buffer size. + * + * \ingroup rstream + */ +void OTF_RStream_setBufferSizes( OTF_RStream* rstream, uint32_t size ); + + +/** + * Get the default buffer size for all buffers managed by this reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Default buffer size for all buffers managed by this reader + * stream. + * + * \ingroup rstream + */ +uint32_t OTF_RStream_getBufferSizes( OTF_RStream* rstream ); + + +/** + * Set the default zbuffer size for all files managed by this reader stream. + * This is only effective for future files and will not change already + * allocated buffers. Those can be changed with the files directly. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @param size Intended buffer size. + * + * \ingroup rstream + */ +void OTF_RStream_setZBufferSizes( OTF_RStream* rstream, uint32_t size ); + + +/** + * Get the default zbuffer size for all files managed by this reader stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Default buffer size for all buffers managed by this reader + * stream. + * + * \ingroup rstream + */ +uint32_t OTF_RStream_getZBufferSizes( OTF_RStream* rstream ); + + +/** + * Sets the maximum number of records delivered by a single call to + * OTF_RStream_readXYZ(). Defaults to OTF_READ_MAXRECORDS == \infty. + * 'OTF_Reader_readXYZ()' returns with the number of records processed. + * Successive calls to 'OTF_Reader_readXYZ()' will deliver the remaining + * records. + * + * This function will NOT destroy a pending read operation, i.e. a read + * operation currently interrupted CAN be continued! + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param limit new record limit. has to be smaller than or equal to + * OTF_READ_MAXRECORDS + * + * \ingroup rstream + */ +void OTF_RStream_setRecordLimit( OTF_RStream* rstream, uint64_t limit ); + + +/** + * Returns the current record limit. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * + * @return Current record limit. + * + * \ingroup rstream + */ +uint64_t OTF_RStream_getRecordLimit( OTF_RStream* rstream ); + + + +/** + * Reads all definitions from the stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param handlers Pointer to the handler array. + * + * @return Number of records read or OTF_READ_MAXRECORDS + * + * \ingroup rstream + */ +uint64_t OTF_RStream_readDefinitions( OTF_RStream* rstream, + OTF_HandlerArray* handlers ); + + +/** + * Reads all events from the stream and calls the appropriated handler sorted + * by time. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param handlers Pointer to the handler array. + * + * @return Number of records read or OTF_READ_MAXRECORDS + * + * \ingroup rstream + */ +uint64_t OTF_RStream_readEvents( OTF_RStream* rstream, OTF_HandlerArray* handlers ); + + +/** + * Reads all snapshots from the stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param handlers Pointer to the handler array. + * + * @return Number of records read or OTF_READ_MAXRECORDS + * + * \ingroup rstream + */ +uint64_t OTF_RStream_readSnapshots( OTF_RStream* rstream, OTF_HandlerArray* handlers ); + + +/** + * Reads all statistics from the stream. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param handlers Pointer to the handler array. + * + * @return Number of records read or OTF_READ_MAXRECORDS + * + * \ingroup rstream + */ +uint64_t OTF_RStream_readStatistics( OTF_RStream* rstream, OTF_HandlerArray* handlers ); + + + +/** depricated. @see OTF_RStream_eventTimeProgress() \ingroup rstream */ +uint8_t OTF_RStream_eventProgress( OTF_RStream* rstream, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + +/** depricated. @see OTF_RStream_snapshotTimeProgress() \ingroup rstream */ +uint8_t OTF_RStream_snapshotProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + +/** depricated. @see OTF_RStream_statisticTimeProgress() \ingroup rstream */ +uint8_t OTF_RStream_statisticProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading events. Progress is given in terms + * of time stamps. A percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! This would not + * be possible when referring to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readEvents()'.In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_eventTimeProgress( OTF_RStream* rstream, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading snapshots. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! this would + * not be possible when refering to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readSnapshots()'. In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_snapshotTimeProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading statistics. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! this would + * not be possible when refering to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readStatistics()'. In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_statisticTimeProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading events. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_eventBytesProgress( OTF_RStream* rstream, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading snapshots. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_snapshotBytesProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + +/** + * Delivers a progress report for reading statistics. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param rstream Pointer to an initialized OTF_RStream object. See + * also OTF_RStream_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup rstream + */ +uint8_t OTF_RStream_statisticBytesProgress( OTF_RStream* rstream, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +#endif /* OTF_RSTREAM_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.c new file mode 100644 index 0000000000..634463a5a0 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.c @@ -0,0 +1,3696 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include + +#include "OTF_Platform.h" +#include "OTF_Reader.h" +#include "OTF_RStream.h" +#include "OTF_Parse.h" + +/* #include "OTF_Keywords.h" */ + +#define HEAP_CHILDRENCOUNT 2 + + +/* *** OTF_ProcessList headers *** ********************** */ + + +struct struct_OTF_ProcessList { + + /** number of processes == dimension of arrays below */ + uint32_t n; + + /** sorted array of process ids */ + uint32_t* processes; + + /** array of process status values accociated to the process at same index + in array 'processes'. + status values: 0 - unknown or disabled, 1 - enabled */ + uint8_t* status; +}; +typedef struct struct_OTF_ProcessList OTF_ProcessList; + + +/** OTF_ProcessList constructor */ +int OTF_ProcessList_init( OTF_ProcessList* list, OTF_MasterControl* mc ); + +/** OTF_ProcessList destructor */ +void OTF_ProcessList_finalize( OTF_ProcessList* list ); + + +uint32_t OTF_ProcessList_getIndex( OTF_ProcessList* list, uint32_t pid ); + +int OTF_ProcessList_setStatus( OTF_ProcessList* list, uint32_t pid, uint8_t status ); + +int OTF_ProcessList_setStatusAll( OTF_ProcessList* list, uint8_t status ); + +uint8_t OTF_ProcessList_getStatus( OTF_ProcessList* list, uint32_t pid ); + + +/* *** OTF_Heap headers *** ***************************** */ + + +/** struct managing a sorted heap (a la heap sort) of OTF_RBuffers that belong +to a common query */ +struct struct_OTF_Heap { + + /** number of current entries */ + uint32_t n; + + /** array dimension s <= n */ + uint32_t s; + + /** array of OTF_RBuffers, during querying they are sorted according to + each buffers next time stamp */ + OTF_RBuffer** buffers; + + /** experimental. minimim, maximum and current progress value(*) of all buffers + in that heap, cut by the readers global setting(*). + (*) progress value are time stamps or bytes */ + uint64_t progressMin; + uint64_t progressMax; + uint64_t progressCurrent; + + uint64_t bytesMax; + uint64_t bytesMin; + uint64_t bytesCurrent; + uint64_t bytesDone; +}; +typedef struct struct_OTF_Heap OTF_Heap; + + +/** initialize heap. taking RBuffers from the given master control object, keep only +that streams that have at least one process enabled. 'which' decides whether to take +definition buffer, event buffer, etc. from every stream */ +int OTF_Heap_initEventHeap( OTF_Heap* heap, OTF_Reader* reader ); +int OTF_Heap_initDefHeap( OTF_Heap* heap, OTF_Reader* reader ); +int OTF_Heap_initStatisticsHeap( OTF_Heap* heap, OTF_Reader* reader ); +int OTF_Heap_initSnapshotsHeap( OTF_Heap* heap, OTF_Reader* reader ); + +void OTF_Heap_finalize( OTF_Heap* heap ); + +/** initial (full) sort operation */ +int OTF_Heap_sort( OTF_Heap* heap ); + +/** do a fast re-sort after only the first entrie's sort key changed */ +int OTF_Heap_resort( OTF_Heap* heap ); + +int OTF_Heap_checksorted( OTF_Heap* heap ); + + +/* *** OTF_Reader headers ******************************* */ + + +struct struct_OTF_Reader { + + /** name stub: all files will begin with this name */ + char* namestub; + + /** Number of streams. */ + uint32_t n; + + /** List of stream sorted by stream id. */ + OTF_RStream** stream; + + OTF_ProcessList* processList; + + OTF_Heap* definitionHeap; + OTF_Heap* eventHeap; + OTF_Heap* snapshotsHeap; + OTF_Heap* statisticsHeap; + + /** Master control structure. */ + OTF_MasterControl* mc; + + /** Contain the minimum time stamp where to start reading. */ + uint64_t minTime; + + /** Contain the maximum time stamp where to stop reading. */ + uint64_t maxTime; + + /** maximum number of records delivered by a single call to OTF_Reader_readXYZ() + defaults to OTF_READ_MAXRECORDS == \infty */ + uint64_t recordLimit; + + /** Default size of buffers managed by this Reader. */ + uint32_t buffersizes; + +#ifdef HAVE_ZLIB + /** Default size of zbuffers managed by this reader. */ + uint32_t zbuffersizes; +#endif /* HAVE_ZLIB */ + + /** file handle manager */ + OTF_FileManager* manager; +}; + + +/* *** reader functions macros *** *************************************** */ + +/** constructor - internal use only */ +int OTF_Reader_init( OTF_Reader* reader ); + +/** destructor - internal use only */ +int OTF_Reader_finish( OTF_Reader* reader ); + +/** dump existing OTF_Heap members. this is necessary after +changing time interval or process selection */ +void OTF_Reader_resetHeaps( OTF_Reader* reader ); + + + +/* *** ProcessList functions ****************** */ + + +int OTF_ProcessList_init( OTF_ProcessList* list, OTF_MasterControl* mc ) { + + + uint32_t i; + uint32_t n; + OTF_Pair* pair; + +# ifdef OTF_DEBUG + uint8_t test; +# endif + + n= OTF_MasterControl_getrCount( mc ); + if ( 0 >= n ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no process has been defined in the master control.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + list->n= n; + + list->processes= (uint32_t*) malloc( n * sizeof(uint32_t) ); + if( NULL == list->processes ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + list->status= (uint8_t*) malloc( n * sizeof(uint8_t) ); + if( NULL == list->status ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( list->processes ); + list->processes= NULL; + + return 0; + } + + /* put process entries to 'processes' sorted. */ + for ( i= 0; i < n; i++ ) { + + pair= OTF_MasterControl_getREntryByIndex( mc, i ); + if( NULL == pair ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getREntryByIndex() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( list->processes ); + list->processes= NULL; + free( list->status ); + list->status= NULL; + + return 0; + } + + list->processes[i]= pair->argument; + + /* set to enabled status by default */ + list->status[i]= 1; + } + +# ifdef OTF_DEBUG + /* check if list->processes[i] is sorted like it is suppossed to be */ + test= 1; + for ( i= 1; i < n; i++ ) { + + if ( list->processes[i] < list->processes[i-1] ) { + + test= 0; + } + } + + if ( 1 != test ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "process list from MasterControl is not sorted.\n", + __FUNCTION__, __FILE__, __LINE__ ); + + free( list->processes ); + list->processes= NULL; + free( list->status ); + list->status= NULL; + + return 0; + } +# endif + + return 1; +} + + +void OTF_ProcessList_finalize( OTF_ProcessList* list ) { + + + list->n= 0; + + free( list->processes ); + free( list->status ); + + list->processes= NULL; + list->status= NULL; +} + + +uint32_t OTF_ProcessList_getIndex( OTF_ProcessList* list, uint32_t pid ) { + + + uint32_t a= 0; + uint32_t b= list->n -1; + uint32_t c; + + + if ( pid < list->processes[a] ) { + + /* not found */ + return (uint32_t) -1; + } + + if ( pid > list->processes[b] ) { + + /* not found */ + return (uint32_t) -1; + } + + if ( pid == list->processes[a] ) { + + return a; + } + + if ( pid == list->processes[b] ) { + + return b; + } + + while ( a +1 < b ) { + + c= ( a + b ) / 2; + + if ( pid == list->processes[c] ) { + + return c; + } + + if ( pid < list->processes[c] ) { + + b= c; + + } else { + + a= c; + } + } + + /* not found */ + return (uint32_t) -1; +} + + +int OTF_ProcessList_setStatus( OTF_ProcessList* list, uint32_t pid, uint8_t status ) { + + + uint32_t index= OTF_ProcessList_getIndex( list, pid ); + + + if ( index < list->n ) { + + list->status[index]= status; + + /* success */ + return 1; + + } else { + + /* pid not found, error */ + return 0; + } +} + + +int OTF_ProcessList_setStatusAll( OTF_ProcessList* list, uint8_t status ) { + + + uint32_t i; + + + for ( i= 0; i < list->n; i++ ) { + + list->status[i]= status; + } + + return 1; +} + + +uint8_t OTF_ProcessList_getStatus( OTF_ProcessList* list, uint32_t pid ) { + + + uint32_t index= OTF_ProcessList_getIndex( list, pid ); + + + if ( index < list->n ) { + + /* success */ + return list->status[index]; + + } + + /* pid not found, error */ + return 0; +} + + +/* *** OTF_Heap functions *** ***************** */ + + +/** initialize heap. taking RBuffers from the given master control object, keep only +that streams that have at least one process enabled. 'which' decides whether to take +definition buffer, event buffer, etc. from every stream */ +int OTF_Heap_initEventHeap( OTF_Heap* heap, OTF_Reader* reader ) { + + + uint32_t i; + uint32_t j; + uint8_t enabled; + OTF_MapEntry* entry; + OTF_RStream* stream; + OTF_RBuffer* buffer; + + + heap->n= 0; + heap->s= OTF_MasterControl_getCount( reader->mc ); + + heap->buffers= (OTF_RBuffer**) malloc( heap->s * sizeof(OTF_RBuffer) ); + if( NULL == heap->buffers ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + for ( i= 0; i < heap->s; i++ ) { + + entry= OTF_MasterControl_getEntryByIndex( reader->mc, i ); + if( NULL == entry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getEntryByIndex() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + enabled= 0; + j= 0; + while ( ( j < entry->n ) && ( 0 == enabled ) ) { + + enabled= enabled || OTF_ProcessList_getStatus( reader->processList, + entry->values[j] ); + j++; + } + + if ( enabled ) { + + stream= OTF_Reader_getStream( reader, entry->argument ); + + buffer= OTF_RStream_getEventBuffer( stream ); + if ( NULL != buffer ) { + + heap->buffers[ heap->n ]= buffer; + (heap->n)++; + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot open event buffer of stream %u.\n", + __FUNCTION__, __FILE__, __LINE__, entry->argument ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + } + } + + heap->progressMin= 0; + heap->progressMax= (uint64_t) -1; + heap->progressCurrent= 0; + + return 1; +} + + +/** initialize heap. taking RBuffers from the given master control object, keep only +that streams that have at least one process enabled. 'which' decides whether to take +definition buffer, event buffer, etc. from every stream */ +int OTF_Heap_initDefHeap( OTF_Heap* heap, OTF_Reader* reader ) { + + + uint32_t i; + uint32_t j; + uint8_t enabled; + OTF_MapEntry* entry; + OTF_RStream* stream; + OTF_RBuffer* buffer; + + + heap->n= 0; + heap->s= 1 + OTF_MasterControl_getCount( reader->mc ); + + heap->buffers= (OTF_RBuffer**) malloc( heap->s * sizeof(OTF_RBuffer) ); + if( NULL == heap->buffers ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + /* stream 0 */ + stream= OTF_Reader_getStream( reader, 0 ); + if( NULL != stream ) { + + buffer= OTF_RStream_getDefBuffer( stream ); + if( NULL != buffer ) { + + /* buffer == NULL allowed! */ + heap->buffers[ heap->n ]= buffer; + (heap->n)++; + } + } + + /* remaining streams */ + + for ( i= 0; i < heap->s -1; i++ ) { + + entry= OTF_MasterControl_getEntryByIndex( reader->mc, i ); + if( NULL == entry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getEntryByIndex() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + enabled= 0; + j= 0; + while ( ( j < entry->n ) && ( 0 == enabled ) ) { + + enabled= enabled || OTF_ProcessList_getStatus( reader->processList, entry->values[j] ); + j++; + } + + if ( enabled ) { + + stream= OTF_Reader_getStream( reader, entry->argument ); + if( NULL == stream ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot get stream '%llu'\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) entry->argument ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + buffer= OTF_RStream_getDefBuffer( stream ); + + /* buffer == NULL allowed! */ + heap->buffers[ heap->n ]= buffer; + (heap->n)++; + } + } + + return 1; +} + + +/** initialize heap. taking RBuffers from the given master control object, keep only +that streams that have at least one process enabled. 'which' decides whether to take +definition buffer, event buffer, etc. from every stream */ +int OTF_Heap_initStatisticsHeap( OTF_Heap* heap, OTF_Reader* reader ) { + + + uint32_t i; + uint32_t j; + uint8_t enabled; + OTF_MapEntry* entry; + OTF_RStream* stream; + OTF_RBuffer* buffer; + + + heap->n= 0; + heap->s= OTF_MasterControl_getCount( reader->mc ); + + heap->buffers= (OTF_RBuffer**) malloc( heap->s * sizeof(OTF_RBuffer) ); + if( NULL == heap->buffers ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + for ( i= 0; i < heap->s; i++ ) { + + entry= OTF_MasterControl_getEntryByIndex( reader->mc, i ); + if( NULL == entry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getEntryByIndex() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + enabled= 0; + j= 0; + while ( ( j < entry->n ) && ( 0 == enabled ) ) { + + enabled= enabled || OTF_ProcessList_getStatus( reader->processList, + entry->values[j] ); + j++; + } + + if ( enabled ) { + + stream= OTF_Reader_getStream( reader, entry->argument ); + if( NULL == stream ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot get stream '%llu'\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) entry->argument ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + buffer= OTF_RStream_getStatsBuffer( stream ); + if ( NULL != buffer ) { + + heap->buffers[ heap->n ]= buffer; + (heap->n)++; + + } + } + } + + heap->progressMin= 0; + heap->progressMax= (uint64_t) -1; + heap->progressCurrent= 0; + + return 1; +} + + +/** initialize heap. taking RBuffers from the given master control object, keep only +that streams that have at least one process enabled. 'which' decides whether to take +definition buffer, event buffer, etc. from every stream */ +int OTF_Heap_initSnapshotsHeap( OTF_Heap* heap, OTF_Reader* reader ) { + + + uint32_t i; + uint32_t j; + uint8_t enabled; + OTF_MapEntry* entry; + OTF_RStream* stream; + OTF_RBuffer* buffer; + + + heap->n= 0; + heap->s= OTF_MasterControl_getCount( reader->mc ); + + heap->buffers= (OTF_RBuffer**) malloc( heap->s * sizeof(OTF_RBuffer) ); + if( NULL == heap->buffers ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + for ( i= 0; i < heap->s; i++ ) { + + entry= OTF_MasterControl_getEntryByIndex( reader->mc, i ); + if( NULL == entry ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_getEntryByIndex() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( heap->buffers ); + heap->buffers= NULL; + + return 0; + } + + enabled= 0; + j= 0; + while ( ( j < entry->n ) && ( 0 == enabled ) ) { + + enabled= enabled || OTF_ProcessList_getStatus( reader->processList, + entry->values[j] ); + j++; + } + + if ( enabled ) { + + stream= OTF_Reader_getStream( reader, entry->argument ); + + buffer= OTF_RStream_getSnapsBuffer( stream ); + if ( NULL != buffer ) { + + heap->buffers[ heap->n ]= buffer; + (heap->n)++; + + } + } + } + + heap->progressMin= 0; + heap->progressMax= (uint64_t) -1; + heap->progressCurrent= 0; + + return 1; +} + + +void OTF_Heap_finalize( OTF_Heap* heap ) { + + + heap->n= 0; + heap->s= 0; + + free( heap->buffers ); + heap->buffers= NULL; +} + + +int OTF_Heap_sort( OTF_Heap* heap ) { + + + int32_t i; + int32_t j; + int32_t v; + int32_t w; + int32_t k; + OTF_RBuffer* tmp; + + if( 0 == heap->n ) { + + return 1; + } + + /* calculate the first node to begin with */ + i= ( heap->n - 1 ) / HEAP_CHILDRENCOUNT; + + + /* establish a sorted heap ;) */ + for ( ; i >= 0; i-- ) { + + /* first descendant of v */ + v = i; + w = HEAP_CHILDRENCOUNT * v + 1; + + while ( w < (int32_t) heap->n ) { + + /* pick the lowest descendant */ + for( j= 1, k= 0; j < HEAP_CHILDRENCOUNT; j++ ) { + + if ( w + j >= (int32_t) heap->n ) { + break; + } + + if ( heap->buffers[w+j]->time < heap->buffers[w+k]->time ) { + + k= j; + } + } + w = w+k; + + if ( heap->buffers[v]->time < heap->buffers[w]->time ) { + + /* v has heap property, exit loop */ + break; + } + + /* swap entries */ + tmp = heap->buffers[v]; + heap->buffers[v] = heap->buffers[w]; + heap->buffers[w] = tmp; + + /* continue further down the heap */ + v = w; + w = HEAP_CHILDRENCOUNT * v + 1; + } + } + + return 1; +} + + +int OTF_Heap_resort( OTF_Heap* heap ) { + + + uint32_t v; + uint32_t w; + uint32_t j; + uint32_t k; + OTF_RBuffer* tmp; + + + /* assume a sorted heap except for the top element */ + + /* follow the first item down the heap */ + v = 0; + w = 1; + + while ( w < heap->n ) { + + /* pick the lowest descendant */ + for( j= 1, k= 0; j < HEAP_CHILDRENCOUNT; j++ ) { + + if ( w + j >= heap->n ) { + break; + } + + if ( heap->buffers[w+j]->time < heap->buffers[w+k]->time ) { + + k= j; + } + } + w = w+k; + + + + if ( heap->buffers[v]->time < heap->buffers[w]->time ) { + + /* v has heap property */ + break; + } + + /* swap entries */ + tmp = heap->buffers[v]; + heap->buffers[v] = heap->buffers[w]; + heap->buffers[w] = tmp; + + /* continue */ + v = w; + w = HEAP_CHILDRENCOUNT * v + 1; + } + + return 1; +} + + +int OTF_Heap_checksorted( OTF_Heap* heap ) { + + + int ret= 1; + uint32_t i; + int j; + + + /* + fprintf( stderr, "%u-heap with %u entries:\n", HEAP_CHILDRENCOUNT, heap->n ); + for ( i= 0; i < heap->n; i++ ) { + + fprintf( stderr, "%i: %llu\n", i, heap->buffers[i]->time ); + } + */ + + + /* all but the top entry need to be >= their parent entry */ + for ( i= 1; i < heap->n; i++ ) { + + j= ( i -1 ) / HEAP_CHILDRENCOUNT; + + ret = ret && ( heap->buffers[j]->time <= heap->buffers[i]->time ); + } + + assert( 1 == ret ); + + return ret; +} + + +/* *** Reader functions *********************** */ + + +int OTF_Reader_init( OTF_Reader* reader ) { + + + reader->namestub= NULL; + + reader->n= 0; + reader->stream= NULL; + + reader->processList= NULL; + + reader->definitionHeap= NULL; + reader->eventHeap= NULL; + reader->snapshotsHeap= NULL; + reader->statisticsHeap= NULL; + + reader->minTime= 0; + reader->maxTime= (uint64_t) -1; + + reader->recordLimit= OTF_READ_MAXRECORDS; + + reader->buffersizes= 1024*1024; + +#ifdef HAVE_ZLIB + reader->zbuffersizes= 1024 *10; +#endif /* HAVE_ZLIB */ + + reader->manager= NULL; + return 1; +} + + +int OTF_Reader_finish( OTF_Reader* reader ) { + + + int ret= 1; + + free( reader->namestub ); + reader->namestub= NULL; + + ret&= OTF_Reader_closeAllStreams( reader ); + + free( reader->stream ); + reader->stream = NULL; + + + if ( NULL != reader->processList ) { + + OTF_ProcessList_finalize( reader->processList ); + free( reader->processList ); + reader->processList= NULL; + } + + if ( NULL != reader->definitionHeap ) { + + OTF_Heap_finalize( reader->definitionHeap ); + free( reader->definitionHeap ); + reader->definitionHeap= NULL; + } + if ( NULL != reader->eventHeap ) { + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + } + if ( NULL != reader->snapshotsHeap ) { + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + } + if ( NULL != reader->statisticsHeap ) { + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + } + + OTF_MasterControl_close( reader->mc ); + reader->mc = NULL; + + return ret; +} + + +void OTF_Reader_resetHeaps( OTF_Reader* reader ) { + + + if ( NULL != reader->definitionHeap ) { + + OTF_Heap_finalize( reader->definitionHeap ); + free( reader->definitionHeap ); + reader->definitionHeap= NULL; + } + if ( NULL != reader->eventHeap ) { + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + } + if ( NULL != reader->snapshotsHeap ) { + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + } + if ( NULL != reader->statisticsHeap ) { + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + } +} + + +OTF_Reader* OTF_Reader_open( const char* namestub, OTF_FileManager* manager ) { + + + OTF_Reader* ret; + int read; + + + ret = (OTF_Reader*) malloc( sizeof( OTF_Reader ) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_Reader_init( ret ); + + ret->namestub = OTF_stripFilename( namestub ); + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + ret->manager=manager; + + ret->mc= OTF_MasterControl_new( manager ); + if( NULL == ret->mc ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_new() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + + read= OTF_MasterControl_read( ret->mc, ret->namestub ); + if( 0 == read ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_read() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + ret->processList= (OTF_ProcessList*) malloc( sizeof(OTF_ProcessList) ); + if( NULL == ret->processList ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + + if( 0 == OTF_ProcessList_init( ret->processList, ret->mc ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_ProcessList_init() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + + free( ret->processList ); + ret->processList= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + + return ret; +} + + +int OTF_Reader_close( OTF_Reader* reader ) { + + + int ret=1; + if( NULL == reader ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no reader has been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + ret&= OTF_Reader_finish( reader ); + + free( reader ); + + return ret; +} + +int OTF_Reader_setBufferSizes( OTF_Reader* reader, uint32_t size ) { + + + if ( 50 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended buffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return 0; + + } else if ( 500 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } + + reader->buffersizes= size; + + return 1; +} + + +uint32_t OTF_Reader_getBufferSizes( OTF_Reader* reader ) { + + + return reader->buffersizes; +} + + +void OTF_Reader_setZBufferSizes( OTF_Reader* reader, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + reader->zbuffersizes= size; + +#endif /* HAVE_ZLIB */ +} + + +uint32_t OTF_Reader_getZBufferSizes( OTF_Reader* reader ) { + + +#ifdef HAVE_ZLIB + return reader->zbuffersizes; +#else /* HAVE_ZLIB */ + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_Reader_reset( OTF_Reader* reader ) { + + + OTF_Reader_resetHeaps( reader ); + + /* reset time interval */ + OTF_Reader_setTimeInterval( reader, 0, (uint64_t) -1 ); + + /* reset all processes to enabled */ + OTF_Reader_setProcessStatusAll( reader, 1 ); + + /* reset record count limit to \infty */ + OTF_Reader_setRecordLimit( reader, OTF_READ_MAXRECORDS ); +} + + +OTF_RStream* OTF_Reader_getStream( OTF_Reader* reader, uint32_t id ) { + + + uint32_t i; + uint32_t begin; + uint32_t middle; + uint32_t end; + + + /* search list of stream for the given + stream id - binary search */ + + begin = 0; + end = reader->n-1; + + while ( begin < end+1 ) { + + middle = ( begin + end ) / 2; + + if ( reader->stream[middle]->id < id ) { + + begin = middle + 1; + + } else if ( reader->stream[middle]->id > id ) { + + end = middle - 1; + + } else { + + /* stream already there */ + return reader->stream[middle]; + } + } + + /* add a new stream */ + ++(reader->n); + + /* allocate memory */ + reader->stream = (OTF_RStream**) realloc( reader->stream , + reader->n * sizeof( OTF_RStream* ) ); + if( NULL == reader->stream ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return NULL; + } + + /* move all stream > i one up */ + for ( i = reader->n-1; i > begin; --i ) { + + reader->stream[i] = reader->stream[i-1]; + } + + reader->stream[i] = OTF_RStream_open( reader->namestub, id, reader->manager ); + + OTF_RStream_setBufferSizes( reader->stream[i], reader->buffersizes ); + +#ifdef HAVE_ZLIB + OTF_RStream_setZBufferSizes( reader->stream[i], reader->zbuffersizes ); +#endif /* HAVE_ZLIB */ + + return reader->stream[i]; +} + + +int OTF_Reader_disableProcess( OTF_Reader* reader, uint32_t processId ) { + + + return OTF_ProcessList_setStatus( reader->processList, processId, 0 ); +} + + +int OTF_Reader_enableProcess( OTF_Reader* reader, uint32_t processId ) { + + + return OTF_ProcessList_setStatus( reader->processList, processId, 1 ); +} + + +/** get process status, '1' for enabled, '0' for disabled or unknown */ +uint8_t OTF_Reader_getProcessStatus( OTF_Reader* reader, uint32_t processId ) { + + + return OTF_ProcessList_getStatus( reader->processList, processId ); +} + +/** nicer equivalent to 'OTF_Reader_disableProcess()' and 'OTF_Reader_enableProcess()'. +status is '0' for disabled and '1' for enabled */ +int OTF_Reader_setProcessStatus( OTF_Reader* reader, uint32_t processId, uint8_t status ) { + + + OTF_Reader_resetHeaps( reader ); + + return OTF_ProcessList_setStatus( reader->processList, processId, status ); +} + + +int OTF_Reader_setProcessStatusAll( OTF_Reader* reader, uint8_t status ) { + + + OTF_Reader_resetHeaps( reader ); + + return OTF_ProcessList_setStatusAll( reader->processList, status ); +} + + +uint64_t OTF_Reader_readDefinitions( OTF_Reader* reader, + OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + char* pos; + uint32_t i; + + OTF_MapEntry* entry; + uint32_t streamId; + + + /* initialized? */ + if ( NULL == reader->definitionHeap ) { + + + /* init */ + + reader->definitionHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->definitionHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initDefHeap( reader->definitionHeap, reader ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initDefHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->definitionHeap ); + free( reader->definitionHeap ); + reader->definitionHeap= NULL; + + return OTF_READ_ERROR; + } + + for ( i= 0; i < reader->definitionHeap->n; i++ ) { + + + if ( NULL != reader->definitionHeap->buffers[i] ) { + + pos= OTF_RBuffer_getRecord( reader->definitionHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + /* keep original order */ + reader->definitionHeap->buffers[i]= NULL; + } + } + } + } + + + /* read streams */ + for ( i= 0; i < reader->definitionHeap->n; i ++ ) { + + + if ( NULL == reader->definitionHeap->buffers[i] ) { + + continue; + } + + streamId= 0; + if ( i > 0 ) { + + entry= OTF_MasterControl_getEntryByIndex( reader->mc, i -1 ); + streamId= entry->argument; + } + + pos= (char*) 0x2; + while ( NULL != pos ) { + + if ( recordcount >= reader->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + ret= OTF_Reader_parseDefRecord( reader->definitionHeap->buffers[i], + handlers, streamId ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseDefRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->definitionHeap ); + free( reader->definitionHeap ); + reader->definitionHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->definitionHeap->buffers[i] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->definitionHeap->buffers[i]->pos < reader->definitionHeap->buffers[i]->end ) { + + ret= OTF_Reader_readUnknownDefRecord( reader->definitionHeap->buffers[i], + handlers, streamId ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownDefRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->definitionHeap ); + free( reader->definitionHeap ); + reader->definitionHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* stream is empty -> remove from heap */ + reader->definitionHeap->buffers[i]= NULL; + } + } + } + + return recordcount; +} + + +OTF_MasterControl* OTF_Reader_getMasterControl( OTF_Reader* reader ) { + + + return reader->mc; +} + + +uint64_t OTF_Reader_readEvents( OTF_Reader* reader, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + char* pos; + uint32_t i; + + uint32_t currentprocess= 0; + +# ifdef OTF_DEBUG + uint64_t oldtime= 0; +# endif + + uint64_t p; + + + /* initialized? */ + if ( NULL == reader->eventHeap ) { + + + /* init */ + reader->eventHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->eventHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initEventHeap( reader->eventHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initEventHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report */ + reader->eventHeap->progressMin= (uint64_t) -1; + reader->eventHeap->progressMax= 0; + + reader->eventHeap->bytesMax= 0; + reader->eventHeap->bytesMin= 0; + reader->eventHeap->bytesCurrent= 0; + reader->eventHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->eventHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->eventHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->eventHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->eventHeap->buffers[i], reader->maxTime ); + + while( reader->maxTime >= reader->eventHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->eventHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->eventHeap->buffers[i] ); + } + + reader->eventHeap->bytesMax+= OTF_RBuffer_getFilePos( reader->eventHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->eventHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->eventHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->eventHeap->buffers[i], reader->minTime ); + reader->eventHeap->bytesMin+= OTF_RBuffer_getFilePos( reader->eventHeap->buffers[i] ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->eventHeap->buffers[i]->firstTime; + reader->eventHeap->progressMin= ( reader->eventHeap->progressMin <= p ) ? + reader->eventHeap->progressMin : p; + p= reader->eventHeap->buffers[i]->lastTime; + reader->eventHeap->progressMax= ( reader->eventHeap->progressMax >= p ) ? + reader->eventHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->eventHeap->n--; + reader->eventHeap->buffers[i]= reader->eventHeap->buffers[reader->eventHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->eventHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->eventHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + OTF_Heap_sort( reader->eventHeap ); + +# ifdef OTF_DEBUG + OTF_Heap_checksorted( reader->eventHeap ); +# endif /* OTF_DEBUG */ + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->eventHeap->progressMin= ( reader->eventHeap->progressMin >= reader->minTime ) ? + reader->eventHeap->progressMin : reader->minTime; + reader->eventHeap->progressMax= ( reader->eventHeap->progressMax <= reader->maxTime ) ? + reader->eventHeap->progressMax : reader->maxTime; + + if ( reader->eventHeap->n > 0 ) { + + reader->eventHeap->progressCurrent= reader->eventHeap->buffers[0]->time; + + } else { + + reader->eventHeap->progressCurrent= 0; + } + } + + while ( reader->eventHeap->n > 0 ) { + + if ( recordcount >= reader->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ +# ifdef OTF_DEBUG + oldtime= reader->eventHeap->progressCurrent; +# endif + reader->eventHeap->progressCurrent= reader->eventHeap->buffers[0]->time; + + /* debug check */ +# ifdef OTF_DEBUG + if ( oldtime > reader->eventHeap->progressCurrent ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time decreases. %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) reader->eventHeap->progressCurrent, + (unsigned long long) oldtime ); + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } +# endif /* OTF_DEBUG */ + + /* check for time interval */ + if ( reader->eventHeap->progressCurrent >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* drop that stream */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= reader->eventHeap->buffers[reader->eventHeap->n]; + + OTF_Heap_resort( reader->eventHeap ); + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->eventHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->eventHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->eventHeap->buffers[0]->pos < reader->eventHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= + reader->eventHeap->buffers[reader->eventHeap->n]; + + } + + OTF_Heap_resort( reader->eventHeap ); + + continue; + } + + ret= OTF_Reader_parseEventRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseEventRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[0] ); + if ( NULL == pos ) { + + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->eventHeap->buffers[0]->pos < reader->eventHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= + reader->eventHeap->buffers[reader->eventHeap->n]; + } + + OTF_Heap_resort( reader->eventHeap ); + } + + return recordcount; +} + + +uint64_t OTF_Reader_readEventsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + uint64_t p; + uint32_t currentprocess= 0; + char* pos; + uint32_t i; + int ret; + + double s_reziprok; + uint64_t delta_t; + + + + /* initialized? */ + if ( NULL == reader->eventHeap ) { + + + /* init */ + reader->eventHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->eventHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initEventHeap( reader->eventHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initEventHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report */ + reader->eventHeap->progressMin= (uint64_t) -1; + reader->eventHeap->progressMax= 0; + + reader->eventHeap->bytesMax= 0; + reader->eventHeap->bytesMin= 0; + reader->eventHeap->bytesCurrent= 0; + reader->eventHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->eventHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->eventHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->eventHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->eventHeap->buffers[i], reader->maxTime ); + + while( reader->maxTime >= reader->eventHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->eventHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->eventHeap->buffers[i] ); + } + + reader->eventHeap->bytesMax+= OTF_RBuffer_getFilePos( reader->eventHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->eventHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->eventHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->eventHeap->buffers[i], reader->minTime ); + reader->eventHeap->bytesMin+= OTF_RBuffer_getFilePos( reader->eventHeap->buffers[i] ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->eventHeap->buffers[i]->firstTime; + reader->eventHeap->progressMin= ( reader->eventHeap->progressMin <= p ) ? + reader->eventHeap->progressMin : p; + p= reader->eventHeap->buffers[i]->lastTime; + reader->eventHeap->progressMax= ( reader->eventHeap->progressMax >= p ) ? + reader->eventHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->eventHeap->n--; + reader->eventHeap->buffers[i]= reader->eventHeap->buffers[reader->eventHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->eventHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->eventHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->eventHeap->progressMin= ( reader->eventHeap->progressMin >= reader->minTime ) ? + reader->eventHeap->progressMin : reader->minTime; + reader->eventHeap->progressMax= ( reader->eventHeap->progressMax <= reader->maxTime ) ? + reader->eventHeap->progressMax : reader->maxTime; + + } + + + s_reziprok= 1/(double)reader->eventHeap->s; + delta_t= reader->eventHeap->progressMax-reader->eventHeap->progressMin; + + + while ( reader->eventHeap->n > 0 && recordcount < reader->recordLimit ) { + + /* inlined OTF_RBuffer_getCurrentTime() */ + + /* calculate a "current time", which is between min and max. + * In this case we have to: min + ((delta)/s)*(s-n) + (curtime-min)/s + * + * s= all streams + * n= streams left + * delta= max-min + */ + reader->eventHeap->progressCurrent= (uint64_t) ( + reader->eventHeap->progressMin + + + (delta_t*s_reziprok) + * + (reader->eventHeap->s-reader->eventHeap->n) + + + (reader->eventHeap->buffers[0]->time-reader->eventHeap->progressMin)*s_reziprok ); + + + /* check for time interval */ + if ( reader->eventHeap->buffers[0]->time >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* drop that stream */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= reader->eventHeap->buffers[reader->eventHeap->n]; + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->eventHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->eventHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->eventHeap->buffers[0]->pos < reader->eventHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= + reader->eventHeap->buffers[reader->eventHeap->n]; + + } + + + continue; + } + + ret= OTF_Reader_parseEventRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseEventRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->eventHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->eventHeap->buffers[0]->pos < reader->eventHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->eventHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->eventHeap ); + free( reader->eventHeap ); + reader->eventHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->eventHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->eventHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->eventHeap->n--; + reader->eventHeap->buffers[0]= + reader->eventHeap->buffers[reader->eventHeap->n]; + } + + } + + return recordcount; +} + + + +uint64_t OTF_Reader_readSnapshots( OTF_Reader* reader, + OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + char* pos; + uint32_t i; + + uint32_t currentprocess= 0; + +# ifdef OTF_DEBUG + uint64_t oldtime= 0; +# endif + + uint64_t p; + + + /* initialized? */ + if ( NULL == reader->snapshotsHeap ) { + + + /* init */ + reader->snapshotsHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->snapshotsHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initSnapshotsHeap( reader->snapshotsHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report */ + reader->snapshotsHeap->progressMin= (uint64_t) -1; + reader->snapshotsHeap->progressMax= 0; + + reader->snapshotsHeap->bytesMax= 0; + reader->snapshotsHeap->bytesMin= 0; + reader->snapshotsHeap->bytesCurrent= 0; + reader->snapshotsHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->snapshotsHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->snapshotsHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->snapshotsHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->snapshotsHeap->buffers[i], reader->maxTime ); + + while( reader->maxTime >= reader->snapshotsHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->snapshotsHeap->buffers[i] ); + } + + reader->snapshotsHeap->bytesMax+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->snapshotsHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->snapshotsHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->snapshotsHeap->buffers[i], + reader->minTime ); + reader->snapshotsHeap->bytesMin+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[i] ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->snapshotsHeap->buffers[i]->firstTime; + reader->snapshotsHeap->progressMin= ( reader->snapshotsHeap->progressMin <= p ) ? + reader->snapshotsHeap->progressMin : p; + p= reader->snapshotsHeap->buffers[i]->lastTime; + reader->snapshotsHeap->progressMax= ( reader->snapshotsHeap->progressMax >= p ) ? + reader->snapshotsHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[i]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->snapshotsHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->snapshotsHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + OTF_Heap_sort( reader->snapshotsHeap ); + +# ifdef OTF_DEBUG + OTF_Heap_checksorted( reader->snapshotsHeap ); +# endif /* OTF_DEBUG */ + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->snapshotsHeap->progressMin= ( reader->snapshotsHeap->progressMin >= reader->minTime ) ? + reader->snapshotsHeap->progressMin : reader->minTime; + reader->snapshotsHeap->progressMax= ( reader->snapshotsHeap->progressMax <= reader->maxTime ) ? + reader->snapshotsHeap->progressMax : reader->maxTime; + + if ( reader->snapshotsHeap->n > 0 ) { + + reader->snapshotsHeap->progressCurrent= reader->snapshotsHeap->buffers[0]->time; + + } else { + + reader->snapshotsHeap->progressCurrent= 0; + } + } + + while ( reader->snapshotsHeap->n > 0 ) { + + if ( recordcount >= reader->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ +# ifdef OTF_DEBUG + oldtime= reader->snapshotsHeap->progressCurrent; +# endif + reader->snapshotsHeap->progressCurrent= reader->snapshotsHeap->buffers[0]->time; + + /* debug check */ +# ifdef OTF_DEBUG + if ( oldtime > reader->snapshotsHeap->progressCurrent ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time does decrease. %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) reader->snapshotsHeap->progressCurrent, + (unsigned long long) oldtime ); + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } +# endif /* OTF_DEBUG */ + + /* check for time interval */ + if ( reader->snapshotsHeap->progressCurrent >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* drop that stream */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + + OTF_Heap_resort( reader->snapshotsHeap ); + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->snapshotsHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->snapshotsHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->snapshotsHeap->buffers[0]->pos < reader->snapshotsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + } + + OTF_Heap_resort( reader->snapshotsHeap ); + + continue; + } + + ret= OTF_Reader_parseSnapshotsRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseSnapshotsRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->snapshotsHeap->buffers[0]->pos < reader->snapshotsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseSnapshotsRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + } + + OTF_Heap_resort( reader->snapshotsHeap ); + } + + return recordcount; +} + + +uint64_t OTF_Reader_readSnapshotsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + uint64_t p; + uint32_t currentprocess= 0; + char* pos; + uint32_t i; + int ret; + + double s_reziprok; + uint64_t delta_t; + + + /* initialized? */ + if ( NULL == reader->snapshotsHeap ) { + + + /* init */ + reader->snapshotsHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->snapshotsHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initSnapshotsHeap( reader->snapshotsHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initSnapshotsHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report */ + reader->snapshotsHeap->progressMin= (uint64_t) -1; + reader->snapshotsHeap->progressMax= 0; + + reader->snapshotsHeap->bytesMax= 0; + reader->snapshotsHeap->bytesMin= 0; + reader->snapshotsHeap->bytesCurrent= 0; + reader->snapshotsHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->snapshotsHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->snapshotsHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->snapshotsHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->snapshotsHeap->buffers[i], reader->maxTime ); + + while( reader->maxTime >= reader->snapshotsHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->snapshotsHeap->buffers[i] ); + } + + reader->snapshotsHeap->bytesMax+= OTF_RBuffer_getFilePos( reader->snapshotsHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->snapshotsHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->snapshotsHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->snapshotsHeap->buffers[i], reader->minTime ); + reader->snapshotsHeap->bytesMin+= OTF_RBuffer_getFilePos( reader->snapshotsHeap->buffers[i] ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->snapshotsHeap->buffers[i]->firstTime; + reader->snapshotsHeap->progressMin= ( reader->snapshotsHeap->progressMin <= p ) ? + reader->snapshotsHeap->progressMin : p; + p= reader->snapshotsHeap->buffers[i]->lastTime; + reader->snapshotsHeap->progressMax= ( reader->snapshotsHeap->progressMax >= p ) ? + reader->snapshotsHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[i]= reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->snapshotsHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->snapshotsHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->snapshotsHeap->progressMin= ( reader->snapshotsHeap->progressMin >= reader->minTime ) ? + reader->snapshotsHeap->progressMin : reader->minTime; + reader->snapshotsHeap->progressMax= ( reader->snapshotsHeap->progressMax <= reader->maxTime ) ? + reader->snapshotsHeap->progressMax : reader->maxTime; + + } + + + s_reziprok= 1/(double)reader->snapshotsHeap->s; + delta_t= reader->snapshotsHeap->progressMax-reader->snapshotsHeap->progressMin; + + + while ( reader->snapshotsHeap->n > 0 && recordcount < reader->recordLimit ) { + + /* inlined OTF_RBuffer_getCurrentTime() */ + + /* calculate a "current time", which is between min and max. + * In this case we have to: min + ((delta)/s)*(s-n) + (curtime-min)/s + * + * s= all streams + * n= streams left + * delta= max-min + */ + reader->snapshotsHeap->progressCurrent= (uint64_t) ( + reader->snapshotsHeap->progressMin + + + (delta_t*s_reziprok) + * + (reader->snapshotsHeap->s-reader->snapshotsHeap->n) + + + (reader->snapshotsHeap->buffers[0]->time-reader->snapshotsHeap->progressMin)*s_reziprok ); + + /* check for time interval */ + if ( reader->snapshotsHeap->buffers[0]->time >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* drop that stream */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->snapshotsHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->snapshotsHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->snapshotsHeap->buffers[0]->pos < reader->snapshotsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + + } + + + continue; + } + + ret= OTF_Reader_parseSnapshotsRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return 0; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->snapshotsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->snapshotsHeap->buffers[0]->pos < reader->snapshotsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->snapshotsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->snapshotsHeap ); + free( reader->snapshotsHeap ); + reader->snapshotsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->snapshotsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->snapshotsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->snapshotsHeap->n--; + reader->snapshotsHeap->buffers[0]= + reader->snapshotsHeap->buffers[reader->snapshotsHeap->n]; + } + + } + + return recordcount; +} + + +uint64_t OTF_Reader_readStatistics( OTF_Reader* reader, + OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + + int ret; + char* pos; + uint32_t i; + + uint32_t currentprocess= 0; + +# ifdef OTF_DEBUG + uint64_t oldtime= 0; +# endif + + uint64_t p; + + + /* initialized? */ + if ( NULL == reader->statisticsHeap ) { + + + /* init */ + reader->statisticsHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->statisticsHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initStatisticsHeap( reader->statisticsHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initStatisticsHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + + /* for progress report */ + reader->statisticsHeap->progressMin= (uint64_t) -1; + reader->statisticsHeap->progressMax= 0; + + reader->statisticsHeap->bytesMax= 0; + reader->statisticsHeap->bytesMin= 0; + reader->statisticsHeap->bytesCurrent= 0; + reader->statisticsHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->statisticsHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->statisticsHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->statisticsHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->statisticsHeap->buffers[i], + reader->maxTime ); + + while( reader->maxTime >= reader->statisticsHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->statisticsHeap->buffers[i] ); + } + + reader->statisticsHeap->bytesMax+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->statisticsHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->statisticsHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->statisticsHeap->buffers[i], + reader->minTime ); + reader->statisticsHeap->bytesMin+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[i] ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->statisticsHeap->buffers[i]->firstTime; + reader->statisticsHeap->progressMin= ( reader->statisticsHeap->progressMin <= p ) ? + reader->statisticsHeap->progressMin : p; + p= reader->statisticsHeap->buffers[i]->lastTime; + reader->statisticsHeap->progressMax= ( reader->statisticsHeap->progressMax >= p ) ? + reader->statisticsHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[i]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->statisticsHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->statisticsHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + OTF_Heap_sort( reader->statisticsHeap ); + +# ifdef OTF_DEBUG + OTF_Heap_checksorted( reader->statisticsHeap ); +# endif /* OTF_DEBUG */ + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->statisticsHeap->progressMin= ( reader->statisticsHeap->progressMin >= reader->minTime ) ? + reader->statisticsHeap->progressMin : reader->minTime; + reader->statisticsHeap->progressMax= ( reader->statisticsHeap->progressMax <= reader->maxTime ) ? + reader->statisticsHeap->progressMax : reader->maxTime; + + if ( reader->statisticsHeap->n > 0 ) { + + reader->statisticsHeap->progressCurrent= reader->statisticsHeap->buffers[0]->time; + + } else { + + reader->statisticsHeap->progressCurrent= 0; + } + } + + + while ( reader->statisticsHeap->n > 0 ) { + + if ( recordcount >= reader->recordLimit ) { + + /* record count limit reached, return */ + return recordcount; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ +# ifdef OTF_DEBUG + oldtime= reader->statisticsHeap->progressCurrent; +# endif + reader->statisticsHeap->progressCurrent= reader->statisticsHeap->buffers[0]->time; + + /* debug check */ +# ifdef OTF_DEBUG + if ( oldtime > reader->statisticsHeap->progressCurrent ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Time does decrease. %llu < %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long) reader->statisticsHeap->progressCurrent, + (unsigned long long) oldtime ); + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } +# endif + + /* check for time interval */ + if ( reader->statisticsHeap->progressCurrent >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* drop that stream */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + + OTF_Heap_resort( reader->statisticsHeap ); + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->statisticsHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->statisticsHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->statisticsHeap->buffers[0]->pos < reader->statisticsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + } + + OTF_Heap_resort( reader->statisticsHeap ); + + continue; + } + + ret= OTF_Reader_parseStatisticsRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseStatisticsRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->statisticsHeap->buffers[0]->pos < reader->statisticsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + } + + OTF_Heap_resort( reader->statisticsHeap ); + } + + + return recordcount; +} + + + +uint64_t OTF_Reader_readStatisticsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ) { + + + uint64_t recordcount= 0; + uint64_t p; + uint32_t currentprocess= 0; + char* pos; + uint32_t i; + int ret; + + double s_reziprok; + uint64_t delta_t; + + + /* initialized? */ + if ( NULL == reader->statisticsHeap ) { + + + /* init */ + reader->statisticsHeap= (OTF_Heap*) malloc( sizeof(OTF_Heap) ); + if( NULL == reader->statisticsHeap ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + return OTF_READ_ERROR; + } + + if( 0 == OTF_Heap_initStatisticsHeap( reader->statisticsHeap, reader) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Heap_initStatisticsHeap() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report */ + reader->statisticsHeap->progressMin= (uint64_t) -1; + reader->statisticsHeap->progressMax= 0; + + reader->statisticsHeap->bytesMax= 0; + reader->statisticsHeap->bytesMin= 0; + reader->statisticsHeap->bytesCurrent= 0; + reader->statisticsHeap->bytesDone= 0; + + /* make all buffers in heap jump to start time */ + for ( i= 0; i < reader->statisticsHeap->n; i++ ) { + + + ret= 1; + + /* the file has to retrieve his own information ... especially his "lastTime" is intressting */ + OTF_RBuffer_getFileProperties( reader->statisticsHeap->buffers[i] ); + + /* get last filepos of lasttime (right in front of the next time) */ + if( reader->maxTime < reader->statisticsHeap->buffers[i]->lastTime ) { + /* interval -> take the pos right behind the lasttime, right + before the next time */ + ret= OTF_RBuffer_searchTime( reader->statisticsHeap->buffers[i], reader->maxTime ); + + while( reader->maxTime >= reader->statisticsHeap->buffers[i]->time ) { + + OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[i] ); + OTF_RBuffer_readNewline( reader->statisticsHeap->buffers[i] ); + } + + reader->statisticsHeap->bytesMax+= OTF_RBuffer_getFilePos( reader->statisticsHeap->buffers[i] ); + + } else { + /* no interval -> take the fileend */ + reader->statisticsHeap->bytesMax+= OTF_RBuffer_getFileSize( + reader->statisticsHeap->buffers[i] ); + } + + + /* get the filepos of the firsttime */ + ret&= OTF_RBuffer_searchTime( reader->statisticsHeap->buffers[i], reader->minTime ); + reader->statisticsHeap->bytesMin+= OTF_RBuffer_getFilePos( reader->statisticsHeap->buffers[i] ); + + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_RBuffer_searchTime() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + /* for progress report: get union of all buffer's time interval */ + p= reader->statisticsHeap->buffers[i]->firstTime; + reader->statisticsHeap->progressMin= ( reader->statisticsHeap->progressMin <= p ) ? + reader->statisticsHeap->progressMin : p; + p= reader->statisticsHeap->buffers[i]->lastTime; + reader->statisticsHeap->progressMax= ( reader->statisticsHeap->progressMax >= p ) ? + reader->statisticsHeap->progressMax : p; + + /* make sure buffer's time information is updated*/ + + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[i] ); + + /* remove empty streams */ + if ( NULL == pos ) { + + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[i]= reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + + /* make sure to repeat this for loop with the same index i */ + i--; + } + + /* inlined OTF_RBuffer_getCurrentTime() */ + if( reader->statisticsHeap->buffers[i]->time < reader->minTime ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "current time %llu < mintime %llu.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) reader->statisticsHeap->buffers[i]->time, + (long long unsigned) reader->minTime ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + + /* for progress report: + cut intervals [progressMin,progressMax] and [minTime,maxTime] */ + reader->statisticsHeap->progressMin= ( reader->statisticsHeap->progressMin >= reader->minTime ) ? + reader->statisticsHeap->progressMin : reader->minTime; + reader->statisticsHeap->progressMax= ( reader->statisticsHeap->progressMax <= reader->maxTime ) ? + reader->statisticsHeap->progressMax : reader->maxTime; + + } + + + s_reziprok= 1/(double)reader->statisticsHeap->s; + delta_t= reader->statisticsHeap->progressMax-reader->statisticsHeap->progressMin; + + + while ( reader->statisticsHeap->n > 0 && recordcount < reader->recordLimit ) { + + /* inlined OTF_RBuffer_getCurrentTime() */ + + /* calculate a "current time", which is between min and max. + * In this case we have to: min + ((delta)/s)*(s-n) + (curtime-min)/s + * + * s= all streams + * n= streams left + * delta= max-min + */ + reader->statisticsHeap->progressCurrent= (uint64_t) ( + reader->statisticsHeap->progressMin + + + (delta_t*s_reziprok) + * + (reader->statisticsHeap->s-reader->statisticsHeap->n) + + + (reader->statisticsHeap->buffers[0]->time-reader->statisticsHeap->progressMin)*s_reziprok ); + + /* check for time interval */ + if ( reader->statisticsHeap->buffers[0]->time >= reader->maxTime ) { + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* drop that stream */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + + continue; + } + + + /* inlined OTF_RBuffer_getCurrentProcess() */ + currentprocess= reader->statisticsHeap->buffers[0]->process; + + /* check if process is enabled */ + if ( 0 == OTF_ProcessList_getStatus( reader->processList, currentprocess ) ) { + + /* ignore record */ + OTF_RBuffer_readNewline( reader->statisticsHeap->buffers[0] ); + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->statisticsHeap->buffers[0]->pos < reader->statisticsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + + } + + + continue; + } + + ret= OTF_Reader_parseStatisticsRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_parseStatisticsRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + + recordcount++; + + /* prepare next record in that stream */ + pos= OTF_RBuffer_getRecord( reader->statisticsHeap->buffers[0] ); + if ( NULL == pos ) { + + /* test if the file is really exceeded or if there is some junk left. + test here instead of in 'OTF_RBuffer_getRecord()'. + throw a warning/error in case*/ + + if ( reader->statisticsHeap->buffers[0]->pos < reader->statisticsHeap->buffers[0]->end ) { + + ret= OTF_Reader_readUnknownRecord( reader->statisticsHeap->buffers[0], handlers ); + if ( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Reader_readUnknownRecord() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif /* OTF_VERBOSE */ + + OTF_Heap_finalize( reader->statisticsHeap ); + free( reader->statisticsHeap ); + reader->statisticsHeap= NULL; + + return OTF_READ_ERROR; + } + } + + /* add the last filepos of this buffer to "bytesDone" */ + reader->statisticsHeap->bytesDone+= OTF_RBuffer_getFilePos( + reader->statisticsHeap->buffers[0] ); + + /* stream is empty -> remove from heap */ + reader->statisticsHeap->n--; + reader->statisticsHeap->buffers[0]= + reader->statisticsHeap->buffers[reader->statisticsHeap->n]; + } + + } + + return recordcount; +} + + +void OTF_Reader_setTimeInterval( OTF_Reader* reader, + uint64_t minTime, uint64_t maxTime ) { + + + OTF_Reader_resetHeaps( reader ); + + reader->minTime = minTime; + reader->maxTime = maxTime; +} + + +uint64_t OTF_Reader_getTimeIntervalMin( OTF_Reader* reader ) { + + + return reader->minTime; +} + + +uint64_t OTF_Reader_getTimeIntervalMax( OTF_Reader* reader ) { + + + return reader->maxTime; +} + + +void OTF_Reader_setRecordLimit( OTF_Reader* reader, uint64_t limit ) { + + + if( limit == OTF_READ_ERROR ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "limit cannot be set to %llu. Reset to OTF_READ_MAXRECORDS.\n", + __FUNCTION__, __FILE__, __LINE__, + (long long unsigned) limit ); +# endif /* OTF_VERBOSE */ + + limit= OTF_READ_MAXRECORDS; + } + + reader->recordLimit= limit; +} + + +uint64_t OTF_Reader_getRecordLimit( OTF_Reader* reader ) { + + + return reader->recordLimit; +} + + +int OTF_Reader_closeAllStreams( OTF_Reader* reader ) { + + + int ret= 1; + uint32_t i; + + for ( i = 0; i < reader->n ; ++i ) { + + ret&= OTF_RStream_close( reader->stream[i] ); + } + + reader->n = 0; + + return ret; +} + + +uint8_t OTF_Reader_eventProgress( OTF_Reader* reader, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ) { + + + return OTF_Reader_eventTimeProgress( reader, minimum, current, maximum ); +} + + +uint8_t OTF_Reader_snapshotProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + return OTF_Reader_snapshotTimeProgress( reader, minimum, current, maximum ); +} + + +uint8_t OTF_Reader_statisticProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + return OTF_Reader_statisticTimeProgress( reader, minimum, current, maximum ); +} + + +uint8_t OTF_Reader_eventTimeProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == reader->eventHeap || + reader->eventHeap->progressCurrent < reader->eventHeap->progressMin || + reader->eventHeap->progressCurrent > reader->eventHeap->progressMax ) { + + return 0; + } + + *minimum= reader->eventHeap->progressMin; + *current= reader->eventHeap->progressCurrent; + *maximum= reader->eventHeap->progressMax; + + + return 1; +} + + +uint8_t OTF_Reader_snapshotTimeProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == reader->snapshotsHeap || + reader->snapshotsHeap->progressCurrent < reader->snapshotsHeap->progressMin || + reader->snapshotsHeap->progressCurrent > reader->snapshotsHeap->progressMax ) { + + return 0; + } + + *minimum= reader->snapshotsHeap->progressMin; + *current= reader->snapshotsHeap->progressCurrent; + *maximum= reader->snapshotsHeap->progressMax; + + return 1; +} + + +uint8_t OTF_Reader_statisticTimeProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + if ( NULL == reader->statisticsHeap || + reader->statisticsHeap->progressCurrent < reader->statisticsHeap->progressMin || + reader->statisticsHeap->progressCurrent > reader->statisticsHeap->progressMax ) { + + return 0; + } + + *minimum= reader->statisticsHeap->progressMin; + *current= reader->statisticsHeap->progressCurrent; + *maximum= reader->statisticsHeap->progressMax; + + return 1; +} + + +uint8_t OTF_Reader_eventBytesProgress( OTF_Reader* reader, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ) { + + + uint32_t i; + uint64_t pos; + + *minimum= reader->eventHeap->bytesMin; + *maximum= reader->eventHeap->bytesMax; + *current= reader->eventHeap->bytesDone; + + for( i= 0; i < reader->eventHeap->n; ++i ) { + + pos= OTF_RBuffer_getFilePos( reader->eventHeap->buffers[i] ); + *current+= pos; + } + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} + + +uint8_t OTF_Reader_snapshotBytesProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + uint32_t i; + uint64_t pos; + + *minimum= reader->snapshotsHeap->bytesMin; + *maximum= reader->snapshotsHeap->bytesMax; + *current= reader->snapshotsHeap->bytesDone; + + for( i= 0; i < reader->snapshotsHeap->n; ++i ) { + + pos= OTF_RBuffer_getFilePos( reader->snapshotsHeap->buffers[i] ); + *current+= pos; + } + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} + + +uint8_t OTF_Reader_statisticBytesProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ) { + + + uint32_t i; + uint64_t pos; + + *minimum= reader->statisticsHeap->bytesMin; + *maximum= reader->statisticsHeap->bytesMax; + *current= reader->statisticsHeap->bytesDone; + + for( i= 0; i < reader->statisticsHeap->n; ++i ) { + + pos= OTF_RBuffer_getFilePos( reader->statisticsHeap->buffers[i] ); + *current+= pos; + } + + if( *current > *maximum ) { + *current= *maximum; + } + + return 1; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.h new file mode 100644 index 0000000000..899d6550c5 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Reader.h @@ -0,0 +1,798 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Reader.h + * + * @brief Transparently reads OTF traces which consist of multiple streams. + * + * This interface should be used whenever a trace file is to be read as a + * whole. + * + * \ingroup reader + */ + + +#ifndef OTF_READER_H +#define OTF_READER_H + + +#include "OTF_inttypes.h" + + +#include "OTF_MasterControl.h" +#include "OTF_FileManager.h" +#include "OTF_RStream.h" +#include "OTF_HandlerArray.h" + + +/** \defgroup reader Reader Interface + * + * The reader provides high level read access to traces + * disregarding the presence of streams. + * + * \section reader_example1 A simple Example + * + * \code + * #include + * #include + * #include + * \endcode + * + * Define handlers/callbacls for the records you want to read. + * \code + * int handleEnter (void *userData, uint64_t time, uint32_t function, uint32_t process, uint32_t source) { + * + * printf("we just entered function %u\n", function); + * + * return OTF_RETURN_OK; + * } + * + * int handleLeave (void *userData, uint64_t time, uint32_t function, uint32_t process, uint32_t source) { + * + * printf("byebye\n"); + * + * return OTF_RETURN_OK; + * } + * \endcode + * + * \code + * int main( int argc, char** argv ) { + * \endcode + * + * Declare a file manager, a reader, and a handler array. + * \code + * OTF_FileManager* manager; + * OTF_Reader* reader; + * OTF_HandlerArray* handlers; + * \endcode + * + * Initialize the file manager. Do not open more than 100 files. + * \code + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * \endcode + * + * Initialize the handler array. + * \code + * handlers = OTF_HandlerArray_open(); + * assert( handlers ); + * \endcode + * + * Initialize the reader. + * \code + * reader = OTF_Reader_open( "mytrace", manager ); + * assert( reader ); + * \endcode + * + * Register your callback functions to the handler array. + * \code + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleEnter, OTF_ENTER_RECORD ); + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleLeave, OTF_LEAVE_RECORD ); + * \endcode + * + * + * Do the actual reading. + * \code + * OTF_Reader_readEvents( reader, handlers ); + * \endcode + * + * + * Clean everything up before exiting the program. + * \code + * OTF_Reader_close( reader ); + * OTF_HandlerArray_close( handlers ); + * OTF_FileManager_close( manager ); + * + * return 0; + * } + * \endcode + * + * Compile and link this using $ gcc -o test test.c `otfconfig --libs`. + * + * + * \section reader_example2 A second, more complex Example + * + * Same as before + * \code + * #include + * #include + * #include + * \endcode + * + * Create a structure, which holds information needed in every handler. + * We will register this structure to the handlers, so that the userData pointer + * in every handler will point to it. + * In this example we just want to count the occurences. + * \code + * typedef struct { + * uint64_t count; + * } HandlerArgument; + * \endcode + * + * Define four handlers. + * In every handler we will increase HandlerArgument::count. + * \code + * int handleDefProcess (void *userData, uint32_t stream, uint32_t process, const char *name, uint32_t parent) { + * ((HandlerArgument*)userData)->count++; + * return OTF_RETURN_OK; + * } + * int handleDefFunction (void *userData, uint32_t stream, uint32_t func, const char *name, uint32_t funcGroup, uint32_t source) { + * ((HandlerArgument*)userData)->count++; + * return OTF_RETURN_OK; + * } + * int handleEnter (void *userData, uint64_t time, uint32_t function, uint32_t process, uint32_t source) { + * ((HandlerArgument*)userData)->count++; + * return OTF_RETURN_OK; + * } + * int handleLeave (void *userData, uint64_t time, uint32_t function, uint32_t process, uint32_t source) { + * ((HandlerArgument*)userData)->count++; + * return OTF_RETURN_OK; + * } + * \endcode + * + * + * Same as before + * \code + * int main( int argc, char** argv ) { + * + * OTF_FileManager* manager; + * OTF_Reader* reader; + * OTF_HandlerArray* handlers; + * \endcode + * + * We need some additional variables for the read progress + * \code + * uint64_t minbytes; + * uint64_t curbytes; + * uint64_t maxbytes; + * \endcode + * + * \code + * uint64_t ret; + * HandlerArgument ha; + * ha.count = 0; + * + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * + * handlers = OTF_HandlerArray_open(); + * assert( handlers ); + * + * reader = OTF_Reader_open( "mytrace", manager ); + * assert( reader ); + * \endcode + * + * Register handlers for define process records, + * define function records, enter records and leave records + * + * \code + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefProcess, OTF_DEFPROCESS_RECORD ); + * \endcode + * Register the first handler argument ha to the handler where it should be passed into. + * \code + * OTF_HandlerArray_setFirstHandlerArg( handlers, &ha, OTF_DEFPROCESS_RECORD ); + * \endcode + * + * \code + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefFunction, OTF_DEFFUNCTION_RECORD ); + * OTF_HandlerArray_setFirstHandlerArg( handlers, &ha, OTF_DEFFUNCTION_RECORD ); + * + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleEnter, OTF_ENTER_RECORD ); + * OTF_HandlerArray_setFirstHandlerArg( handlers, &ha, OTF_ENTER_RECORD ); + * + * OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleLeave, OTF_LEAVE_RECORD ); + * OTF_HandlerArray_setFirstHandlerArg( handlers, &ha, OTF_LEAVE_RECORD ); + * \endcode + * + * Read definitions ( .def files). + * Inside this function the defProcess and defFunction handler will be called. + * \code + * OTF_Reader_readDefinitions( reader, handlers ); + * \endcode + * + * Set the record limit to zero and read the events once. + * This initializes internal datastructures needed for getting the reading progress. + * \code + * OTF_Reader_setRecordLimit( reader, 0 ); + * OTF_Reader_readEvents( reader, handlers ); + * \endcode + * + * To leave OTF_Reader_readEvents() once in a while, in order to update the progress, + * set the record limit to an appropriate number. 100000 in this case. + * + * \code + * OTF_Reader_setRecordLimit( reader, 100000 ); + * \endcode + * + * Read the trace until no records are left. + * \code + * while ( 0 != ( ret= OTF_Reader_readEvents( reader, handlers ) ) ) { + * \endcode + * + * If an error occurs, leave the program. + * \code + * if( OTF_READ_ERROR == ret ) { + * fprintf( stderr, "Error while reading events. Aborting\n" ); + * + * OTF_Reader_close( reader ); + * OTF_HandlerArray_close( handlers ); + * OTF_FileManager_close( manager ); + * + * exit(1); + * } + * + * \endcode + * Update the progress. + * \code + * OTF_Reader_eventBytesProgress( reader, &minbytes, &curbytes, &maxbytes ); + * printf( "%llub / %llub\n", (long long unsigned)(curbytes - minbytes), (long long unsigned)(maxbytes-minbytes) ); + * \endcode + * + * \code + * } + * \endcode + * Print out the gathered count of occurences of the four record types. + * \code + * printf( "count: %llu\n", (long long unsigned) ha.count ); + * \endcode + * + * Finish everything + * \code + * OTF_Reader_close( reader ); + * OTF_HandlerArray_close( handlers ); + * OTF_FileManager_close( manager ); + * + * return 0; + * } + * \endcode + * Compile and link this using $ gcc -o test test.c `otfconfig --libs`. + * + * When executing this test the output will be something like this: + * \verbatim + * 4194304b / 73530754b + * [..] + * 73530754b / 73530754b + * count: 4582694 \endverbatim + * + */ + +/** reader object \ingroup reader */ +typedef struct struct_OTF_Reader OTF_Reader; + + +/** + * Open a MasterControl file and return a OTF_Reader. + * + * @param namestub File name prefix which is going to be used by + * all sub-files which belong to the trace. + * @param fileManager File handle manager. + * + * @return Initialized OTF_Reader instance or 0 if a failure + * occurred. + * + * \ingroup reader + */ +OTF_Reader* OTF_Reader_open( const char* namestub, OTF_FileManager* manager ); + +/** + * Set the default buffer size for all buffers managed by this Reader. + * This is only effective for future buffers and will not change already + * allocated buffers. Those can be changed with the buffers directly. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param size Intended buffer size. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +int OTF_Reader_setBufferSizes( OTF_Reader* reader, uint32_t size ); + +/** + * Get the default buffer size. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return Default buffer size. + * + * \ingroup reader + */ +uint32_t OTF_Reader_getBufferSizes( OTF_Reader* reader ); + +/** + * Set the default zbuffer size for all buffers managed by this Reader. + * This is only effective for future files and will not change already + * allocated zbuffers. Those can be changed with the files directly. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @param size Intended zbuffer size. + * + * \ingroup reader + */ +void OTF_Reader_setZBufferSizes( OTF_Reader* reader, uint32_t size ); + +/** + * Get the default zbuffer size. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return zbuffer size. + * + * \ingroup reader + */ +uint32_t OTF_Reader_getZBufferSizes( OTF_Reader* reader ); + +/** + * Get a pointer to the mastercontrol of the reader + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return Pointer to the mastercontrol. + * + * \ingroup reader + */ +OTF_MasterControl* OTF_Reader_getMasterControl( OTF_Reader* reader ); + +/** + * Close an OTF_Reader instance and all its related files. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return 1 if instance was closed successfully and 0 otherwise. + * + * \ingroup reader + */ +int OTF_Reader_close( OTF_Reader* reader ); + +/** + * This function reads all definitions from trace. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param handlers Pointer to the handler array. + * + * @return number of records successfully read or OTF_READ_ERROR + * + * \ingroup reader + */ +uint64_t OTF_Reader_readDefinitions( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all events from trace and calls the appropriate + * handler sorted by time + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param handlers Pointer to the handler array. + * + * @return number of records successfully read or OTF_READ_ERROR + * + * \ingroup reader + */ +uint64_t OTF_Reader_readEvents( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all events from trace and calls the appropriate handler + * NOT sorted by time. + * It calls every handler in ONE stream sorted by time. + * And walks through the streams one by one. + * ( So the handlers of one process will be called, sorted by time, too ) + * + * This function is faster than OTF_Reader_readEvents(), especially for + * a bigger number of streams + * + * @see OTF_Reader_readEvents() + * + * \ingroup reader + */ +uint64_t OTF_Reader_readEventsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all snapshots from trace + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param handlers Pointer to the handler array. + * + * @return number of records successfully read or OTF_READ_ERROR + * + * \ingroup reader + */ +uint64_t OTF_Reader_readSnapshots( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all snapshots from trace and calls the appropriate handler + * NOT sorted by time. + * It calls every handler in ONE stream sorted by time. + * And it walks through the streams one by one. + * ( So the handlers of one process will be called, sorted by time, too ) + * + * This function is faster than OTF_Reader_readSnapshots(), especially for + * a bigger number of streams + * + * @see OTF_Reader_readSnapshots() + * + * \ingroup reader + */ +uint64_t OTF_Reader_readSnapshotsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all statistic records from trace + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param handlers Pointer to the handler array. + * + * @return number of records successfully read or OTF_READ_ERROR + * + * \ingroup reader + */ +uint64_t OTF_Reader_readStatistics( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * This function reads all statistics from trace and calls the appropriate handler + * NOT sorted by time. + * It calls every handler in ONE stream sorted by time. + * And it walks through the streams one by one. + * ( So the handlers of one process will be called, sorted by time, too ) + * + * This function is faster than OTF_Reader_readStatistics(), especially for + * a bigger number of streams + * + * @see OTF_Reader_readStatistics() + * + * \ingroup reader + */ +uint64_t OTF_Reader_readStatisticsUnsorted( OTF_Reader* reader, OTF_HandlerArray* handlers ); + +/** + * Searchs a reader stream and returns it. + * If the stream does not exist it will be created. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param id Identifier of the stream searched. + * + * @return Initialised OTF_RStream object. + * + * \ingroup reader + */ +OTF_RStream* OTF_Reader_getStream( OTF_Reader* reader, uint32_t id ); + +/** disable given process. deprecated, use 'OTF_Reader_setProcessStatus()' instead. + +This funktion will destroy a pending read operation, i.e. a read operation +currently interrupted cannot be continued! +\ingroup reader */ +int OTF_Reader_disableProcess( OTF_Reader* reader, uint32_t processId ); + +/** enable given process. deprecated, use 'OTF_Reader_setProcessStatus()' instead. + +This funktion will destroy a pending read operation, i.e. a read operation +currently interrupted cannot be continued! +\ingroup reader */ +int OTF_Reader_enableProcess( OTF_Reader* reader, uint32_t processId ); + + +/** + * Returns the current process status + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param processId Identifier of the process to get the status from + * + * @return Current process status. '1' for enabled, '0' for disabled + * or unknown. + * + * \ingroup reader + */ +uint8_t OTF_Reader_getProcessStatus( OTF_Reader* reader, uint32_t processId ); + + +/** + * Sets the current status of the process. This function will destroy a pending + * read operation, i.e. a read operation currently interrupted cannot be + * continued! + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param processId Identifier of the process. + * @param status new status of the process. '1' for enabled, '0' + * for disabled or unknown. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +int OTF_Reader_setProcessStatus( OTF_Reader* reader, uint32_t processId, + uint8_t status ); + +/** + * Sets the status for all processes with a single call. This function will + * destroy a pending read operation, i.e. a read operation currently + * interrupted cannot be continued! + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param status new status of the process. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +int OTF_Reader_setProcessStatusAll( OTF_Reader* reader, uint8_t status ); + + +/** + * Set the minimum time and the maximum time of the reader. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minTime minimum to read records + * @param maxTime maximum time to read records + * + * \ingroup reader + */ +void OTF_Reader_setTimeInterval( OTF_Reader* reader, uint64_t minTime, + uint64_t maxTime ); + + +/** + * Returns the begin of current time interval. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * \ingroup reader + */ +uint64_t OTF_Reader_getTimeIntervalMin( OTF_Reader* reader ); + + +/** + * Returns end of current time interval. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * \ingroup reader + */ +uint64_t OTF_Reader_getTimeIntervalMax( OTF_Reader* reader ); + + +/** + * Set the maximum number of records delivered by a single call to + * OTF_Reader_readXYZ(). Defaults to OTF_READ_MAXRECORDS == \infty. + * 'OTF_Reader_readXYZ()' returns with the number of records processed. + * Successive calls to 'OTF_Reader_readXYZ()' will deliver the remaining + * records. This funktion will NOT destroy a pending read operation, i.e. a + * read operation currently interrupted CAN be continued! + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param limit record limit. has to be smaller than or equal to + * OTF_READ_MAXRECORDS + * + * \ingroup reader + */ +void OTF_Reader_setRecordLimit( OTF_Reader* reader, uint64_t limit ); + + +/** + * Returns the current record limit. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return Current record limit. + * + * \ingroup reader + */ +uint64_t OTF_Reader_getRecordLimit( OTF_Reader* reader ); + +/** + * Resets all filters for timelimit, process selection and record count limit. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * \ingroup reader + */ +void OTF_Reader_reset( OTF_Reader* reader ); + +/** + * Closes all streams that are open in the reader. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +int OTF_Reader_closeAllStreams( OTF_Reader* reader ); + + +/** depricated. @see OTF_Reader_eventTimeProgress() */ +uint8_t OTF_Reader_eventProgress( OTF_Reader* reader, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + +/** depricated. @see OTF_Reader_snapshotTimeProgress() */ +uint8_t OTF_Reader_snapshotProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + +/** depricated. @see OTF_Reader_statisticTimeProgress() */ +uint8_t OTF_Reader_statisticProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading events. Progress is given in terms + * of time stamps. A percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! This would not + * be possible when referring to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readEvents()'.In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_eventTimeProgress( OTF_Reader* reader, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading snapshots. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! this would + * not be possible when refering to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readSnapshots()'. In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_snapshotTimeProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading statistics. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes restricted time intervals into account! this would + * not be possible when refering to bytes read instead of time stamps. + * The progress report is only valid after one or several calls to + * 'readStatistics()'. In the latter case the return arguments + * 'minimum', 'current' and 'maximum' are undefined! If 'minimum' > 'maximum' + * the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium time. + * @param current Return value for the current time. + * @param maximum Return value for the maximum time. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_statisticTimeProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading events. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_eventBytesProgress( OTF_Reader* reader, uint64_t* minimum, + uint64_t* current, uint64_t* maximum ); + + +/** + * Delivers a progress report for reading snapshots. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_snapshotBytesProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + +/** + * Delivers a progress report for reading statistics. Progress is given in terms + * of time stamps. a percentage can be computed as + * ( current - minimum ) / ( maximum - minimum ). + * This computation takes the read bytes of every stream into account. In the + * latter case the return arguments 'minimum', 'current' and 'maximum' are + * undefined! If 'minimum' > 'maximum' the values are invalid. + * + * @param reader Pointer to an initialized OTF_Reader object. See + * also OTF_Reader_open(). + * @param minimum Return value for the minium bytes read ( is 0 everytime ). + * @param current Return value for the current bytes read. + * @param maximum Return value for the filesize. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup reader + */ +uint8_t OTF_Reader_statisticBytesProgress( OTF_Reader* reader, + uint64_t* minimum, uint64_t* current, uint64_t* maximum ); + + +#endif /* OTF_READER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.c new file mode 100644 index 0000000000..f3109b12f0 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.c @@ -0,0 +1,599 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include +#include + +#include "OTF_Platform.h" +#include "OTF_WBuffer.h" + + +/** constructor - internal use only */ +int OTF_WBuffer_init( OTF_WBuffer* wbuffer ); + +/** destructor - internal use only */ +int OTF_WBuffer_finish( OTF_WBuffer* wbuffer ); + +/* ************************************************************************** */ + + +int OTF_WBuffer_init( OTF_WBuffer* wbuffer ) { + + + wbuffer->file= NULL; + + /* buffer is allocated on demand */ + wbuffer->buffer = NULL; + wbuffer->size = 0; + wbuffer->pos = 0; + + wbuffer->process = (uint32_t) -1; + wbuffer->time = 0; + +#ifdef HAVE_ZLIB + wbuffer->zbuffersize= 1024*10; +#endif /* HAVE_ZLIB */ + + return 1; +} + + +int OTF_WBuffer_finish( OTF_WBuffer* wbuffer ) { + + + /* buffer shall be empty now */ + if( 0 != wbuffer->pos ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer is not empty (but is supposed to).\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + free( wbuffer->buffer ); + wbuffer->buffer= NULL; + + return 1; +} + + +OTF_WBuffer* OTF_WBuffer_open( const char* filename, OTF_FileManager* manager ) { + + + /* choose standard compression */ + return OTF_WBuffer_open_zlevel( filename, manager, OTF_FILECOMPRESSION_COMPRESSED ); +} + + +int OTF_WBuffer_close( OTF_WBuffer* wbuffer ) { + + +# ifndef OTF_DEBUG + int ret= OTF_WBuffer_flush( wbuffer ); + + ret&= OTF_File_close( wbuffer->file ); + + ret&= OTF_WBuffer_finish( wbuffer ); + +# else + int ret= 1; + int tmpret= OTF_WBuffer_flush( wbuffer ); + if( 0 == tmpret ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_flush() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; + + tmpret= OTF_File_close( wbuffer->file ); + if( 0 == tmpret ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_close() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; + + tmpret= OTF_WBuffer_finish( wbuffer ); + if( 0 == tmpret ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_finish() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; + +# endif + + free( wbuffer ); + + return ret; +} + + +int OTF_WBuffer_setSize( OTF_WBuffer* wbuffer, size_t size ) { + + + if ( size < wbuffer->size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "cannot shrink buffer from %u to %u.\n", + __FUNCTION__, __FILE__, __LINE__, (uint32_t) wbuffer->size, + (uint32_t) size ); +# endif + + return 0; + } + + wbuffer->buffer= (char*) realloc( wbuffer->buffer, + size * sizeof(char) ); + if( NULL == wbuffer->buffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + wbuffer->size= (uint32_t) size; + + return 1; +} + + +void OTF_WBuffer_setZBufferSize( OTF_WBuffer* wbuffer, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + wbuffer->zbuffersize= size; + + if( NULL != wbuffer->file ) { + OTF_File_setZBufferSize( wbuffer->file, wbuffer->zbuffersize ); + } +#endif /* HAVE_ZLIB */ + +} + + +int OTF_WBuffer_flush( OTF_WBuffer* wbuffer ) { + + + int retval= 1; + size_t ret; + + + ret= OTF_File_write( wbuffer->file, wbuffer->buffer, wbuffer->pos ); + if( ret != wbuffer->pos ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_write() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + retval= 0; + } + + wbuffer->pos= 0; + + return retval; +} + + +int OTF_WBuffer_guarantee( OTF_WBuffer* wbuffer, size_t space ) { + + + if ( wbuffer->pos + space <= wbuffer->size ) { + + return 1; + } + + /* not enough space available */ + + if ( space > wbuffer->size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "requested %u bytes > buffer size %u.\n", + __FUNCTION__, __FILE__, __LINE__, + (uint32_t) space, wbuffer->size ); +# endif + + return 0; + } + + if( 0 == OTF_WBuffer_flush( wbuffer ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_flush() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + return 1; +} + + +int OTF_WBuffer_setTimeAndProcess( OTF_WBuffer* wbuffer, + uint64_t t, uint32_t p ) { + + + /* write timestamp 0 always in order to generate a valid time stamp + at the very beginning of every stream */ + if ( ( t == wbuffer->time ) && ( 0 < t ) ) { + + if ( p == wbuffer->process ) { + + return 1; + } + + OTF_WBuffer_writeChar( wbuffer, '*' ); + OTF_WBuffer_writeUint32( wbuffer, p ); + OTF_WBuffer_writeNewline( wbuffer ); + + wbuffer->process = p; + + return 1; + } + + + /* time must be strictly monotonous increasing or 0 (see above), + the '==' case is already catched above and must not happen here */ + if ( ( t > wbuffer->time ) || ( 0 == t ) ) { + + OTF_WBuffer_writeUint64( wbuffer, t ); + OTF_WBuffer_writeNewline( wbuffer ); + + OTF_WBuffer_writeChar( wbuffer, '*' ); + OTF_WBuffer_writeUint32( wbuffer, p ); + OTF_WBuffer_writeNewline( wbuffer ); + + wbuffer->time = t; + wbuffer->process = p; + + return 1; + + } else { + + /* print error message only once per buffer. + there should be _no_ way to avoid this error message! */ + if ( ( (uint64_t) -1 ) != wbuffer->time ) { + + fprintf( stderr, "OTF ERROR in function %s, file: %s, line: %i:\n " + "time not increasing. (t= %llu, p= %u)\n", + __FUNCTION__, __FILE__, __LINE__, + (unsigned long long int) t, (unsigned int) p ); + + /* write comment to the end of the stream */ + OTF_WBuffer_writeKeyword( wbuffer, "#" ); + OTF_WBuffer_writeString( wbuffer, "error due to unsorted time stamp, aborted" ); + OTF_WBuffer_writeNewline( wbuffer ); + + /* disable the buffer for future use, don't repeat the error message*/ + wbuffer->time = (uint64_t) -1; + } + + return 0; + } +} + + +uint32_t OTF_WBuffer_writeKeyword( OTF_WBuffer* wbuffer, + const char* keyword ) { + + + uint32_t i; + uint32_t l= (uint32_t) strlen( keyword ); + + int ret= OTF_WBuffer_guarantee( wbuffer, l ); + if( 0 == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + i= 0; + while ( i < l ) { + + wbuffer->buffer[ wbuffer->pos +i ]= keyword[i]; + i++; + } + + wbuffer->pos += l; + + return l; +} + + +uint32_t OTF_WBuffer_writeString( OTF_WBuffer* wbuffer, const char* string ) { + + + uint32_t i; + uint32_t l= (uint32_t) (( NULL != string ) ? strlen( string ) : 0); + + if( 0 == OTF_WBuffer_guarantee( wbuffer, l+2 ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + + wbuffer->buffer[ wbuffer->pos ] = '"'; + ++wbuffer->pos; + + i = 0; + while ( i < l ) { + + if ( ( '\n' != string[i] ) && ( '"' != string[i] ) ) { + + wbuffer->buffer[ wbuffer->pos +i ]= string[i]; + + } else { + + wbuffer->buffer[ wbuffer->pos +i ]= ' '; + } + + i++; + } + + wbuffer->pos += l; + + wbuffer->buffer[ wbuffer->pos ] = '"'; + ++wbuffer->pos; + + return l; +} + + +uint32_t OTF_WBuffer_writeChar( OTF_WBuffer* wbuffer, const char character ) { + + + if( 0 == OTF_WBuffer_guarantee( wbuffer, 1 ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + + wbuffer->buffer[ wbuffer->pos ]= character; + + wbuffer->pos++; + + return 1; +} + + +uint32_t OTF_WBuffer_writeUint32( OTF_WBuffer* wbuffer, uint32_t value ) { + + + static char dig[16] = { '0', '1', '2', '3', '4', '5', '6', '7', + '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; + + uint32_t l= 0; + int s= 28; + uint32_t v= 0; + char* p = NULL; + + /* at max 8 digits will be written */ + if( 0 == OTF_WBuffer_guarantee( wbuffer, 8 ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + + p= wbuffer->buffer + wbuffer->pos; + + /* skip leading zeros */ + while ( ( 0 == v ) && ( s >= 0 ) ) { + + v= ( value >> s ) & 0xf ; + s -= 4; + } + + p[l++]= dig[v]; + + while ( s >= 0 ) { + + v= ( value >> s ) & 0xf ; + s -= 4; + + p[l++]= dig[v]; + } + + wbuffer->pos += l; + + return l; +} + + +uint32_t OTF_WBuffer_writeUint64( OTF_WBuffer* wbuffer, uint64_t value ) { + + + static char dig[16] = { '0', '1', '2', '3', '4', '5', '6', '7', + '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; + + uint32_t l= 0; + int s= 60; + uint32_t v= 0; + char* p = NULL; + + /* at max 16 digits will be written */ + if( 0 == OTF_WBuffer_guarantee( wbuffer, 16 ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + + p= wbuffer->buffer + wbuffer->pos; + + /* skip leading zeros */ + while ( ( 0 == v ) && ( s >= 0 ) ) { + + v= (uint32_t) (( value >> s ) & 0xf) ; + s -= 4; + } + + p[l++]= dig[v]; + + while ( s >= 0 ) { + + v= (uint32_t) (( value >> s ) & 0xf) ; + s -= 4; + + p[l++]= dig[v]; + } + + wbuffer->pos += l; + + return l; +} + + +uint32_t OTF_WBuffer_writeNewline( OTF_WBuffer* wbuffer ) { + + + if( 0 == OTF_WBuffer_guarantee( wbuffer, 1 ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_guarantee() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + + wbuffer->buffer[ wbuffer->pos ] = '\n'; + ++wbuffer->pos; + + return 1; +} + + +OTF_WBuffer* OTF_WBuffer_open_zlevel( const char* filename, + OTF_FileManager* manager, OTF_FileCompression compression ) { + + + + OTF_WBuffer* ret= (OTF_WBuffer*) malloc( sizeof(OTF_WBuffer) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_WBuffer_init( ret ); + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + ret->file= OTF_File_open_zlevel( filename, manager, OTF_FILEMODE_WRITE, compression ); + if( NULL == ret->file ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_File_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret ); + ret= NULL; + + return NULL; + } + +#ifdef HAVE_ZLIB + OTF_File_setZBufferSize( ret->file, ret->zbuffersize ); +#endif /* HAVE_ZLIB */ + + return ret; + +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.h new file mode 100644 index 0000000000..1b8c8ab14b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WBuffer.h @@ -0,0 +1,126 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_WBuffer.h + * + * @brief Provides write access to trace buffers. + * + * \ingroup internal + */ + + +#ifndef OTF_WBUFFER_H +#define OTF_WBUFFER_H + + +#include +#include + + +#include "OTF_inttypes.h" + + +#include "OTF_File.h" +#include "OTF_Filenames.h" + + +struct struct_OTF_WBuffer { + + + OTF_File* file; + + + /** Begin of the actual buffer. */ + char* buffer; + + /** Current size of buffer. */ + uint32_t size; + + /** Next write position in buffer. */ + uint32_t pos; + + /** Current process inside this file buffer, necessary for state + machine. This must not be part of OTF_WStream because there are + multiple buffers per stream that might be written in parallel. */ + uint32_t process; + + /** Current time inside this file buffer, necessary for state machine. + This must not be part of OTF_WStream because there are multiple + buffers per stream that might be written in parallel. */ + uint64_t time; + +#ifdef HAVE_ZLIB + /** Default size of zbuffers managed by this buffer. */ + uint32_t zbuffersize; +#endif /* HAVE_ZLIB */ +}; +typedef struct struct_OTF_WBuffer OTF_WBuffer; + + +/** Constructor - internal use only */ +OTF_WBuffer* OTF_WBuffer_open( const char* filename, OTF_FileManager* manager ); + +/** Destructor - internal use only */ +int OTF_WBuffer_close( OTF_WBuffer* wbuffer ); + +/** Set the size of the buffer. Cannot shrink buffer but only extend. */ +int OTF_WBuffer_setSize( OTF_WBuffer* wbuffer, size_t size ); + +/** Set the size of the zbuffer. */ +void OTF_WBuffer_setZBufferSize( OTF_WBuffer* wbuffer, uint32_t size ); + +/** Writes the buffer contents to 'file' and marks the buffer empty again. */ +int OTF_WBuffer_flush( OTF_WBuffer* wbuffer ); + +/** Ask the buffer to guarantee at least 'space' bytes at current writing + position before the next flush is necessary. Return 1 on success. */ +int OTF_WBuffer_guarantee( OTF_WBuffer* wbuffer, size_t space ); + + +/** Set process state machine to 'p' and time stamp state machine to 't'. + If 'p' is the current process and 't' is the current time stamp nothing + is done. If the process has changed a process record will be written. + If the time has changed the new time stamp and the current process will + be written. If 't' is lower than the current time stamp + it is regarded as an error. Return != 1 on success and 0 on error. */ +int OTF_WBuffer_setTimeAndProcess( OTF_WBuffer* wbuffer, + uint64_t t, uint32_t p ); + +/* *** basic write operations *** */ + +/** Append a key word to the write buffer. A key word is a string without + quotes. Buffer flush is done if necessary. Return the number of bytes + written. */ +uint32_t OTF_WBuffer_writeKeyword( OTF_WBuffer* wbuffer, const char* keyword ); + +/** Append a string to the write buffer. A string is surrounded by quotes. + Buffer flush is done if necessary. Return the number of bytes written. */ +uint32_t OTF_WBuffer_writeString( OTF_WBuffer* wbuffer, const char* string ); + +/** Append a char to the write buffer. Buffer flush is done if necessary. + Return the number of bytes written (=1). */ +uint32_t OTF_WBuffer_writeChar( OTF_WBuffer* wbuffer, const char character ); + +/** This function append an unsigned integer 'value' in hex format to + the write buffer. Buffer flush is done if necessary. The return value + is the number of written characters. */ +uint32_t OTF_WBuffer_writeUint32( OTF_WBuffer* wbuffer, uint32_t value ); + +/** This function append an 64bit unsigned integer 'value' in hex format to + the write buffer. Buffer flush is done if necessary. The return value + is the number of written characters. */ +uint32_t OTF_WBuffer_writeUint64( OTF_WBuffer* wbuffer, uint64_t value ); + +/** Append a newline character to the buffer. Buffer flush is done if + necessary. Return the number of bytes written. */ +uint32_t OTF_WBuffer_writeNewline( OTF_WBuffer* wbuffer ); + +/** internal use */ +OTF_WBuffer* OTF_WBuffer_open_zlevel( const char* filename, + OTF_FileManager* manager, OTF_FileCompression compression ); + +#endif /* OTF_WBUFFER_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.c new file mode 100644 index 0000000000..0783be6650 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.c @@ -0,0 +1,2389 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "OTF_Platform.h" +#include "OTF_Definitions.h" + +#include +#include + +#include "OTF_WStream.h" +#include "OTF_Platform.h" +#include "OTF_Filenames.h" + +#include "OTF_Keywords.h" + + +/** constructor - internal use only */ +int OTF_WStream_init( OTF_WStream* wstream ); + +/** destructor - internal use only */ +int OTF_WStream_finish( OTF_WStream* wstream ); + +/** Write a DEFVERSION record to stream 'wstream'. */ +int OTF_WStream_writeDefVersion( OTF_WStream* wstream, uint8_t major, + uint8_t minor, uint8_t sub, const char* string ); + +/* ************************************************************************* */ + + +int OTF_WStream_init( OTF_WStream* wstream ) { + + + wstream->namestub= NULL; + wstream->id= (uint32_t) -1; + + wstream->format= OTF_WSTREAM_FORMAT_SHORT; + + wstream->defBuffer= NULL; + wstream->eventBuffer= NULL; + wstream->snapsBuffer= NULL; + wstream->statsBuffer= NULL; + +#ifdef HAVE_ZLIB + wstream->compression= 0; + wstream->zbuffersizes= 1024*10; +#endif /* HAVE_ZLIB */ + + wstream->buffersizes= 1024*1024; + + return 1; +} + + +int OTF_WStream_finish( OTF_WStream* wstream ) { + + + int ret= 1; +# ifdef OTF_DEBUG + int tmpret; +# endif + + free( wstream->namestub ); + wstream->namestub= NULL; + + wstream->id= (uint32_t) -1; + + + if ( NULL != wstream->defBuffer ) { + +# ifndef OTF_DEBUG + ret&= OTF_WBuffer_close( wstream->defBuffer ); +# else + tmpret= OTF_WBuffer_close( wstream->defBuffer ); + if( 0 == tmpret ) { + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_close() failed for the def buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; +# endif + + wstream->defBuffer= NULL; + } + + if ( NULL != wstream->eventBuffer ) { + +# ifndef OTF_DEBUG + ret&= OTF_WBuffer_close( wstream->eventBuffer ); +# else + tmpret= OTF_WBuffer_close( wstream->eventBuffer ); + if( 0 == tmpret ) { + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_close() failed for the event buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; +# endif + + wstream->eventBuffer= NULL; + } + + if ( NULL != wstream->snapsBuffer ) { + +# ifndef OTF_DEBUG + ret&= OTF_WBuffer_close( wstream->snapsBuffer ); +# else + tmpret= OTF_WBuffer_close( wstream->snapsBuffer ); + if( 0 == tmpret ) { + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_close() failed for the snapshots buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; +# endif + + wstream->snapsBuffer= NULL; + } + + if ( NULL != wstream->statsBuffer ) { + +# ifndef OTF_DEBUG + ret&= OTF_WBuffer_close( wstream->statsBuffer ); +# else + tmpret= OTF_WBuffer_close( wstream->statsBuffer ); + if( 0 == tmpret ) { + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_close() failed for the statistics buffer.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } + ret&= tmpret; +# endif + + wstream->statsBuffer= NULL; + } + + return ret; +} + + +OTF_WStream* OTF_WStream_open( const char* namestub, uint32_t id, + OTF_FileManager* manager ) { + + + OTF_WStream* ret= (OTF_WStream*) malloc( sizeof(OTF_WStream) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_WStream_init( ret ); + + + ret->namestub= OTF_strdup( namestub ); + ret->id= id; + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + ret->manager= manager; + + /* leave buffers allone, they are allocated on demand */ + + return ret; +} + + +int OTF_WStream_close( OTF_WStream* wstream ) { + + + int ret= 0; + + if ( NULL != wstream ) { + + ret= OTF_WStream_finish( wstream ); +# ifdef OTF_VERBOSE + if( 0 == ret ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WStream_finish() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + free( wstream ); + } + + return ret; +} + + +int OTF_WStream_flush( OTF_WStream* wstream ) { + + + int retval= 1; + + if ( NULL != wstream->defBuffer ) { + + retval= retval & OTF_WBuffer_flush( wstream->defBuffer ); + } + + if ( NULL != wstream->eventBuffer ) { + + retval= retval & OTF_WBuffer_flush( wstream->eventBuffer ); + } + + if ( NULL != wstream->snapsBuffer ) { + + retval= retval & OTF_WBuffer_flush( wstream->snapsBuffer ); + } + + if ( NULL != wstream->statsBuffer ) { + + retval= retval & OTF_WBuffer_flush( wstream->statsBuffer ); + } + + return retval; +} + + +OTF_WBuffer* OTF_WStream_getDefBuffer( OTF_WStream* wstream ) { + + + /* have filename allocated an freed in order to avoid problems with + pre-allocated buffer being too short */ + + + char* filename; + + + if ( NULL == wstream->defBuffer ) { + + + filename= OTF_getFilename( wstream->namestub, + wstream->id, OTF_FILETYPE_DEF, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + if ( wstream->compression > 0 ) { + + filename = strcat( filename, ".z" ); + } +#endif /* HAVE_ZLIB */ + + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + wstream->defBuffer= OTF_WBuffer_open_zlevel( filename, wstream->manager, + wstream->compression ); + + if( NULL == wstream->defBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + OTF_WBuffer_setZBufferSize( wstream->defBuffer, wstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + + free( filename ); + +# ifndef OTF_DEBUG + OTF_WBuffer_setSize( wstream->defBuffer, wstream->buffersizes ); +# else + if( 0 == OTF_WBuffer_setSize( wstream->defBuffer, + wstream->buffersizes ) ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_setSize() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + } + + return wstream->defBuffer; +} + + +OTF_WBuffer* OTF_WStream_getEventBuffer( OTF_WStream* wstream ) { + + + /* have filename allocated an freed in order to avoid problems with + pre-allocated buffer being too short */ + + + char* filename; + + + if ( NULL == wstream->eventBuffer ) { + + + filename= OTF_getFilename( wstream->namestub, + wstream->id, OTF_FILETYPE_EVENT, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + if ( wstream->compression > 0 ) { + + filename = strcat( filename, ".z" ); + } +#endif /* HAVE_ZLIB */ + + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + wstream->eventBuffer= OTF_WBuffer_open_zlevel( filename, wstream->manager, + wstream->compression ); + + if( NULL == wstream->eventBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + OTF_WBuffer_setZBufferSize( wstream->eventBuffer, wstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + + free( filename ); + +# ifndef OTF_DEBUG + OTF_WBuffer_setSize( wstream->eventBuffer, wstream->buffersizes ); +# else + if( 0 == OTF_WBuffer_setSize( wstream->eventBuffer, + wstream->buffersizes ) ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_setSize() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + } + + return wstream->eventBuffer; +} + + +OTF_WBuffer* OTF_WStream_getSnapshotBuffer( OTF_WStream* wstream ) { + + + /* have filename allocated an freed in order to avoid problems with + pre-allocated buffer being too short */ + + + char* filename; + + + if ( NULL == wstream->snapsBuffer ) { + + + filename= OTF_getFilename( wstream->namestub, + wstream->id, OTF_FILETYPE_SNAPS, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + if ( wstream->compression > 0) { + + filename = strcat( filename, ".z" ); + } +#endif /* HAVE_ZLIB */ + + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + wstream->snapsBuffer= OTF_WBuffer_open_zlevel( filename, wstream->manager, + wstream->compression ); + if( NULL == wstream->snapsBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + OTF_WBuffer_setZBufferSize( wstream->snapsBuffer, wstream->zbuffersizes ); +#endif /* HAVE_ZLIB */ + + free( filename ); + +# ifndef OTF_DEBUG + OTF_WBuffer_setSize( wstream->snapsBuffer, wstream->buffersizes ); +# else + if( 0 == OTF_WBuffer_setSize( wstream->snapsBuffer, + wstream->buffersizes ) ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_setSize() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + } + + return wstream->snapsBuffer; +} + + +OTF_WBuffer* OTF_WStream_getStatsBuffer( OTF_WStream* wstream ) { + + + /* have filename allocated an freed in order to avoid problems with + pre-allocated buffer being too short */ + + + char* filename; + + + if ( NULL == wstream->statsBuffer ) { + + + filename= OTF_getFilename( wstream->namestub, + wstream->id, OTF_FILETYPE_STATS, 0, NULL ); + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_getFilename() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + +#ifdef HAVE_ZLIB + if ( wstream->compression > 0) { + + filename = strcat( filename, ".z" ); + } +#endif /* HAVE_ZLIB */ + + if( NULL == filename ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + wstream->statsBuffer= OTF_WBuffer_open_zlevel( filename, wstream->manager, + wstream->compression ); + if( NULL == wstream->statsBuffer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_open() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + free( filename ); + +# ifndef OTF_DEBUG + OTF_WBuffer_setSize( wstream->statsBuffer, wstream->buffersizes ); +# else + if( 0 == OTF_WBuffer_setSize( wstream->statsBuffer, + wstream->buffersizes ) ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_WBuffer_setSize() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + } + + return wstream->statsBuffer; +} + + +int OTF_WStream_setCompression( OTF_WStream* wstream, OTF_FileCompression + compression ) { + + +#ifdef HAVE_ZLIB + if ( compression <= 9 ) { + + wstream->compression = compression; + + return 1; + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "compression is no expected value (%u). ignored.\n", + __FUNCTION__, __FILE__, __LINE__, compression ); +# endif + + return 0; + } + +#else /* HAVE_ZLIB */ + + if( 0 == compression ) { + + return 1; + + } else { + + return 0; + } + +#endif /* HAVE_ZLIB */ +} + + +OTF_FileCompression OTF_WStream_getCompression( OTF_WStream* wstream ) { + +#ifdef HAVE_ZLIB + return wstream->compression; +#else + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_WStream_setBufferSizes( OTF_WStream* wstream, uint32_t size ) { + + + if ( 50 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended buffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + return; + + } else if ( 500 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + } + + wstream->buffersizes= size; +} + + +uint32_t OTF_WStream_getBufferSizes(OTF_WStream* wstream) { + + + return wstream->buffersizes; +} + + +void OTF_WStream_setZBufferSizes( OTF_WStream* wstream, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "zbuffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + wstream->zbuffersizes= size; + +#endif /* HAVE_ZLIB */ +} + + +uint32_t OTF_WStream_getZBufferSizes(OTF_WStream* wstream) { + + +#ifdef HAVE_ZLIB + return wstream->zbuffersizes; +#else /* HAVE_ZLIB */ + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_WStream_setFormat( OTF_WStream* wstream, uint32_t format ) { + + +# ifdef OTF_VERBOSE + if ( format > 1 ) { + + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unknown ouput format chosen.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + wstream->format= format; +} + + +uint32_t OTF_WStream_getFormat( OTF_WStream* wstream ) { + + + return wstream->format; +} + + +/* *** definition record write handlers *** ******************************** */ + + +int OTF_WStream_writeDefinitionComment( OTF_WStream* wstream, + const char* comment ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFINITIONCOMMENT ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFINITIONCOMMENT " " ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefTimerResolution( OTF_WStream* wstream, + uint64_t ticksPerSecond ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFTIMERRESOLUTION ); + + OTF_WBuffer_writeUint64( buffer, ticksPerSecond ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFTIMERRESOLUTION " " ); + + OTF_WBuffer_writeUint64( buffer, ticksPerSecond ); + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefProcess( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t parent ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFPROCESS ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + + if ( NULL != name ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + } + + if ( 0 != parent ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_PARENT ); + OTF_WBuffer_writeUint32( buffer, parent ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFPROCESS " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + + if ( NULL != name ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + } + + if ( 0 != parent ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_PARENT " " ); + OTF_WBuffer_writeUint32( buffer, parent ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefProcessGroup( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t n, const uint32_t* array ) { + + + unsigned int i; + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFPROCESSGROUP ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_MEMBERS ); + + for ( i = 0; i < n; ++i ) { + + OTF_WBuffer_writeUint32( buffer, array[i] ); + OTF_WBuffer_writeChar( buffer, ',' ); + } + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFPROCESSGROUP " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_MEMBERS " " ); + + for ( i = 0; i < n; ++i ) { + + OTF_WBuffer_writeUint32( buffer, array[i] ); + OTF_WBuffer_writeChar( buffer, ',' ); + } + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefFunction( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t group, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFFUNCTION ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ); + OTF_WBuffer_writeUint32( buffer, group ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFFUNCTION " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_GROUP " " ); + OTF_WBuffer_writeUint32( buffer, group ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefFunctionGroup( OTF_WStream* wstream, + uint32_t deftoken, const char* name ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFFUNCTIONGROUP ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFFUNCTIONGROUP " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefCollectiveOperation( OTF_WStream* wstream, + uint32_t collOp, const char* name, uint32_t type ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == collOp ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFCOLLOP ); + + OTF_WBuffer_writeUint32( buffer, collOp ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_TYPE ); + OTF_WBuffer_writeUint32( buffer, type ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFCOLLOP " " ); + + OTF_WBuffer_writeUint32( buffer, collOp ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_TYPE " " ); + OTF_WBuffer_writeUint32( buffer, type ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefCounter( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t properties, uint32_t countergroup, + const char* unit ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFCOUNTER ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ); + OTF_WBuffer_writeUint32( buffer, countergroup ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_PROPERTIES ); + OTF_WBuffer_writeUint32( buffer, properties ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_UNIT ); + OTF_WBuffer_writeString( buffer, unit ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFCOUNTER " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_GROUP " " ); + OTF_WBuffer_writeUint32( buffer, countergroup ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_PROPERTIES " " ); + OTF_WBuffer_writeUint32( buffer, properties ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_UNIT " " ); + OTF_WBuffer_writeString( buffer, unit ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefCounterGroup( OTF_WStream* wstream, + uint32_t deftoken, const char* name ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFCOUNTERGROUP ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFCOUNTERGROUP " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefScl( OTF_WStream* wstream, uint32_t deftoken, + uint32_t sclfile, uint32_t sclline ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFSCL ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_FILE ); + OTF_WBuffer_writeUint32( buffer, sclfile ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_LINE ); + OTF_WBuffer_writeUint32( buffer, sclline ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFSCL " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_FILE " " ); + OTF_WBuffer_writeUint32( buffer, sclfile ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_LINE " " ); + OTF_WBuffer_writeUint32( buffer, sclline ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefSclFile( OTF_WStream* wstream, uint32_t deftoken, + const char* filename ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == deftoken ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFSCLFILE ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, filename ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFSCLFILE " " ); + + OTF_WBuffer_writeUint32( buffer, deftoken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, filename ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefVersion( OTF_WStream* wstream, uint8_t major, + uint8_t minor, uint8_t sub, const char* string ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFVERSION ); + + OTF_WBuffer_writeUint32( buffer, major ); + OTF_WBuffer_writeChar( buffer, '.' ); + OTF_WBuffer_writeUint32( buffer, minor ); + OTF_WBuffer_writeChar( buffer, '.' ); + OTF_WBuffer_writeUint32( buffer, sub ); + OTF_WBuffer_writeString( buffer, string ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFVERSION " " ); + + OTF_WBuffer_writeUint32( buffer, major ); + OTF_WBuffer_writeChar( buffer, '.' ); + OTF_WBuffer_writeUint32( buffer, minor ); + OTF_WBuffer_writeChar( buffer, '.' ); + OTF_WBuffer_writeUint32( buffer, sub ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeOtfVersion( OTF_WStream* wstream ) { + + + return OTF_WStream_writeDefVersion( wstream, OTF_VERSION_MAYOR, + OTF_VERSION_MINOR, OTF_VERSION_SUB, OTF_VERSION_STRING ); +} + + +int OTF_WStream_writeDefCreator( OTF_WStream* wstream, const char* creator ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFCREATOR ); + + OTF_WBuffer_writeString( buffer, creator ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFCREATOR " " ); + + OTF_WBuffer_writeString( buffer, creator ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeDefFile( OTF_WStream* wstream, uint32_t token, + const char* name, uint32_t group ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == token ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFFILE ); + + OTF_WBuffer_writeUint32( buffer, token ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ); + OTF_WBuffer_writeUint32( buffer, group ); + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFFILE " " ); + + OTF_WBuffer_writeUint32( buffer, token ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_GROUP " " ); + OTF_WBuffer_writeUint32( buffer, group ); + + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + +int OTF_WStream_writeDefFileGroup( OTF_WStream* wstream, uint32_t token, + const char* name ) { + + + OTF_WBuffer* buffer= OTF_WStream_getDefBuffer( wstream ); + + +# ifdef OTF_DEBUG + if( 0 == token ) { + + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "'0' is an invalid token.\n", + __FUNCTION__, __FILE__, __LINE__ ); + } +# endif + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_DEF_PREFIX + OTF_KEYWORD_S_DEFFILEGROUP ); + + OTF_WBuffer_writeUint32( buffer, token ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NAME ); + OTF_WBuffer_writeString( buffer, name ); + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_DEF_PREFIX + OTF_KEYWORD_L_DEFFILEGROUP " " ); + + OTF_WBuffer_writeUint32( buffer, token ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NAME " " ); + OTF_WBuffer_writeString( buffer, name ); + + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} +/* *** event record write handlers *** ************************************* */ + + +int OTF_WStream_writeEnter( OTF_WStream* wstream, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, cpuid ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_ENTER ); + + OTF_WBuffer_writeUint32( buffer, statetoken ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_ENTER " " ); + + OTF_WBuffer_writeUint32( buffer, statetoken ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeRecvMsg( OTF_WStream* wstream, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtag, uint32_t msglength, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, receiver ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_RECEIVE ); + + OTF_WBuffer_writeUint32( buffer, sender ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_LENGTH ); + OTF_WBuffer_writeUint32( buffer, msglength ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ); + OTF_WBuffer_writeUint32( buffer, msgtag ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ); + OTF_WBuffer_writeUint32( buffer, communicator ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_RECEIVE " " ); + + OTF_WBuffer_writeUint32( buffer, sender ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_LENGTH " " ); + OTF_WBuffer_writeUint32( buffer, msglength ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_TAG " " ); + OTF_WBuffer_writeUint32( buffer, msgtag ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COMMUNICATOR " " ); + OTF_WBuffer_writeUint32( buffer, communicator ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeSendMsg( OTF_WStream* wstream, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t communicator, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, sender ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SEND ); + + OTF_WBuffer_writeUint32( buffer, receiver ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_LENGTH ); + OTF_WBuffer_writeUint32( buffer, msglength ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ); + OTF_WBuffer_writeUint32( buffer, msgtag ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ); + OTF_WBuffer_writeUint32( buffer, communicator ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_SEND " " ); + + OTF_WBuffer_writeUint32( buffer, receiver ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_LENGTH " " ); + OTF_WBuffer_writeUint32( buffer, msglength ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_TAG " " ); + OTF_WBuffer_writeUint32( buffer, msgtag ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COMMUNICATOR " " ); + OTF_WBuffer_writeUint32( buffer, communicator ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeLeave( OTF_WStream* wstream, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, cpuid ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_LEAVE ); + + if( 0 != statetoken || 0 != scltoken ) { + + OTF_WBuffer_writeUint32( buffer, statetoken ); + } + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_LEAVE " " ); + + if( 0 != statetoken || 0 != scltoken ) { + + OTF_WBuffer_writeUint32( buffer, statetoken ); + } + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeCounter( OTF_WStream* wstream, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_COUNTER ); + + OTF_WBuffer_writeUint32( buffer, counter_token ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_VALUE ); + OTF_WBuffer_writeUint64( buffer, value ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_COUNTER " " ); + + OTF_WBuffer_writeUint32( buffer, counter_token ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_VALUE " " ); + OTF_WBuffer_writeUint64( buffer, value ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeCollectiveOperation( OTF_WStream* wstream, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_COLLECTIVEOPERATION ); + + OTF_WBuffer_writeUint32( buffer, functionToken ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ); + OTF_WBuffer_writeUint32( buffer, communicator ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_ROOT ); + OTF_WBuffer_writeUint32( buffer, rootprocess ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SENT ); + OTF_WBuffer_writeUint32( buffer, sent ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_RECVD ); + OTF_WBuffer_writeUint32( buffer, received ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_DURATION ); + OTF_WBuffer_writeUint64( buffer, duration ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_COLLECTIVEOPERATION " " ); + + OTF_WBuffer_writeUint32( buffer, functionToken ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COMMUNICATOR " " ); + OTF_WBuffer_writeUint32( buffer, communicator ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_ROOT " " ); + OTF_WBuffer_writeUint32( buffer, rootprocess ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SENT " " ); + OTF_WBuffer_writeUint32( buffer, sent ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_RECVD " " ); + OTF_WBuffer_writeUint32( buffer, received ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_DURATION " " ); + OTF_WBuffer_writeUint64( buffer, duration ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeEventComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_EVENTCOMMENT ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_EVENTCOMMENT " " ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeBeginProcess( OTF_WStream* wstream, uint64_t time, + uint32_t process ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_BEGINPROCESS ); + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_BEGINPROCESS " " ); + + OTF_WBuffer_writeNewline( buffer ); + + } + + return 1; +} + + +int OTF_WStream_writeEndProcess( OTF_WStream* wstream, uint64_t time, + uint32_t process ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_ENDPROCESS ); + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_ENDPROCESS " " ); + + OTF_WBuffer_writeNewline( buffer ); + + } + + return 1; +} + + +int OTF_WStream_writeFileOperation( OTF_WStream* wstream, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t handleid, uint32_t operation, + uint64_t bytes, uint64_t duration, uint32_t source ) { + + + OTF_WBuffer* buffer= OTF_WStream_getEventBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_FILEOPERATION ); + + + OTF_WBuffer_writeUint32( buffer, fileid ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_HANDLEID ); + OTF_WBuffer_writeUint64( buffer, handleid ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_OPERATION ); + OTF_WBuffer_writeUint32( buffer, operation ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTES ); + OTF_WBuffer_writeUint64( buffer, bytes ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_DURATION ); + OTF_WBuffer_writeUint64( buffer, duration ); + + if( 0 != source ) { + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_FILEOPERATION " " ); + + + OTF_WBuffer_writeUint32( buffer, fileid ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_HANDLEID " " ); + OTF_WBuffer_writeUint64( buffer, handleid ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_OPERATION " " ); + OTF_WBuffer_writeUint32( buffer, operation ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_BYTES " " ); + OTF_WBuffer_writeUint64( buffer, bytes ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_DURATION " " ); + OTF_WBuffer_writeUint64( buffer, duration ); + + if( 0 != source ) { + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + + OTF_WBuffer_writeNewline( buffer ); + + } + + return 1; +} + + +/* *** public snapshot record write handlers *** */ + + +int OTF_WStream_writeSnapshotComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WBuffer* buffer= OTF_WStream_getSnapshotBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_PREFIX OTF_KEYWORD_S_SNAPSHOT_COMMENT ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_PREFIX OTF_KEYWORD_L_SNAPSHOT_COMMENT " " ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeEnterSnapshot( OTF_WStream* wstream, uint64_t time, + uint64_t originaltime, uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + OTF_WBuffer* buffer= OTF_WStream_getSnapshotBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, cpuid ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_PREFIX OTF_KEYWORD_S_SNAPSHOT_ENTER ); + + OTF_WBuffer_writeUint32( buffer, statetoken ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_PREFIX OTF_KEYWORD_L_SNAPSHOT_ENTER " " ); + + OTF_WBuffer_writeUint32( buffer, statetoken ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_OTIME " " ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + if ( 0 != scltoken ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, scltoken ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + + +int OTF_WStream_writeSendSnapshot( OTF_WStream* wstream, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ) { + + + OTF_WBuffer* buffer= OTF_WStream_getSnapshotBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, sender ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_PREFIX OTF_KEYWORD_S_SNAPSHOT_SEND ); + + OTF_WBuffer_writeUint32( buffer, receiver ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_GROUP ); + OTF_WBuffer_writeUint32( buffer, procGroup ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ); + OTF_WBuffer_writeUint32( buffer, tag ); + + if ( 0 != source ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_PREFIX OTF_KEYWORD_L_SNAPSHOT_SEND " " ); + + OTF_WBuffer_writeUint32( buffer, receiver ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_OTIME " " ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_S_LOCAL_GROUP " " ); + OTF_WBuffer_writeUint32( buffer, procGroup ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_TAG " " ); + OTF_WBuffer_writeUint32( buffer, tag ); + + if ( 0 != source ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeOpenFileSnapshot( OTF_WStream* wstream,uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ) { + + + OTF_WBuffer* buffer= OTF_WStream_getSnapshotBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SNAPSHOT_PREFIX OTF_KEYWORD_S_SNAPSHOT_OPENFILE ); + + OTF_WBuffer_writeUint32( buffer, fileid ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_OTIME ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_HANDLEID ); + OTF_WBuffer_writeUint64( buffer, handleid ); + + if ( 0 != source ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SCL ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_SNAPSHOT_PREFIX OTF_KEYWORD_L_SNAPSHOT_OPENFILE " " ); + + OTF_WBuffer_writeUint32( buffer, fileid ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_OTIME " " ); + OTF_WBuffer_writeUint64( buffer, originaltime ); + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_HANDLEID " " ); + OTF_WBuffer_writeUint64( buffer, handleid ); + + if ( 0 != source ) { + + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SCL " " ); + OTF_WBuffer_writeUint32( buffer, source ); + } + + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; + +} + + +/* *** public summary record write handlers *** */ + + +int OTF_WStream_writeSummaryComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_S_SUM_PREFIX OTF_KEYWORD_S_SUMCOMMENT ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, + OTF_KEYWORD_L_SUM_PREFIX OTF_KEYWORD_L_SUMCOMMENT " " ); + + OTF_WBuffer_writeString( buffer, comment ); + OTF_WBuffer_writeNewline( buffer ); + } + + return 1; +} + + +int OTF_WStream_writeFunctionSummary( OTF_WStream* wstream, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_SUM_PREFIX + OTF_KEYWORD_S_SUMFUNCTION ); + + OTF_WBuffer_writeUint32( buffer, function ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COUNT ); + OTF_WBuffer_writeUint64( buffer, count ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_EXCLTIME ); + OTF_WBuffer_writeUint64( buffer, excltime ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_INCLTIME ); + OTF_WBuffer_writeUint64( buffer, incltime ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_SUM_PREFIX + OTF_KEYWORD_L_SUMFUNCTION " " ); + + OTF_WBuffer_writeUint32( buffer, function ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COUNT " " ); + OTF_WBuffer_writeUint64( buffer, count ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_EXCLTIME " " ); + OTF_WBuffer_writeUint64( buffer, excltime ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_INCLTIME " " ); + OTF_WBuffer_writeUint64( buffer, incltime ); + } + + OTF_WBuffer_writeNewline( buffer ); + + return 1; +} + + +int OTF_WStream_writeFunctionGroupSummary( OTF_WStream* wstream, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_SUM_PREFIX + OTF_KEYWORD_S_SUMFUNCTIONGROUP ); + + OTF_WBuffer_writeUint32( buffer, functiongroup ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COUNT ); + OTF_WBuffer_writeUint64( buffer, count ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_EXCLTIME ); + OTF_WBuffer_writeUint64( buffer, excltime ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_INCLTIME ); + OTF_WBuffer_writeUint64( buffer, incltime ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_SUM_PREFIX + OTF_KEYWORD_L_SUMFUNCTIONGROUP " " ); + + OTF_WBuffer_writeUint32( buffer, functiongroup ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COUNT " " ); + OTF_WBuffer_writeUint64( buffer, count ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_EXCLTIME " " ); + OTF_WBuffer_writeUint64( buffer, excltime ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_INCLTIME " " ); + OTF_WBuffer_writeUint64( buffer, incltime ); + } + + OTF_WBuffer_writeNewline( buffer ); + + return 1; +} + + +int OTF_WStream_writeMessageSummary( OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, + uint64_t number_recvd, uint64_t bytes_sent, + uint64_t bytes_recved ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_SUM_PREFIX + OTF_KEYWORD_S_SUMMESSAGE ); + + OTF_WBuffer_writeUint32( buffer, peer ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_COMMUNICATOR ); + OTF_WBuffer_writeUint32( buffer, comm ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_TAG ); + OTF_WBuffer_writeUint32( buffer, tag ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSENT ); + OTF_WBuffer_writeUint64( buffer, number_sent ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERRECVD ); + OTF_WBuffer_writeUint64( buffer, number_recvd ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_SENT ); + OTF_WBuffer_writeUint64( buffer, bytes_sent ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_RECVD ); + OTF_WBuffer_writeUint64( buffer, bytes_recved ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_SUM_PREFIX + OTF_KEYWORD_L_SUMMESSAGE " " ); + + OTF_WBuffer_writeUint32( buffer, peer ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_COMMUNICATOR " " ); + OTF_WBuffer_writeUint32( buffer, comm ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_TAG " " ); + OTF_WBuffer_writeUint32( buffer, tag ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERSENT " " ); + OTF_WBuffer_writeUint64( buffer, number_sent ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERRECVD " " ); + OTF_WBuffer_writeUint64( buffer, number_recvd ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_SENT " " ); + OTF_WBuffer_writeUint64( buffer, bytes_sent ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_RECVD " " ); + OTF_WBuffer_writeUint64( buffer, bytes_recved ); + } + + OTF_WBuffer_writeNewline( buffer ); + + return 1; +} + + +int OTF_WStream_writeFileOperationSummary( OTF_WStream* wstream, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_SUM_PREFIX + OTF_KEYWORD_S_SUMFILEOPERATION ); + + OTF_WBuffer_writeUint32( buffer, fileid ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBEROPEN ); + OTF_WBuffer_writeUint64( buffer, nopen ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERCLOSE ); + OTF_WBuffer_writeUint64( buffer, nclose ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERREAD ); + OTF_WBuffer_writeUint64( buffer, nread ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERWRITE ); + OTF_WBuffer_writeUint64( buffer, nwrite ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSEEK ); + OTF_WBuffer_writeUint64( buffer, nseek ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESREAD ); + OTF_WBuffer_writeUint64( buffer, bytesread ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESWRITE ); + OTF_WBuffer_writeUint64( buffer, byteswrite ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_SUM_PREFIX + OTF_KEYWORD_L_SUMFILEOPERATION " " ); + + OTF_WBuffer_writeUint32( buffer, fileid ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBEROPEN " " ); + OTF_WBuffer_writeUint64( buffer, nopen ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERCLOSE " " ); + OTF_WBuffer_writeUint64( buffer, nclose ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERREAD " " ); + OTF_WBuffer_writeUint64( buffer, nread ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERWRITE " " ); + OTF_WBuffer_writeUint64( buffer, nwrite ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERSEEK " " ); + OTF_WBuffer_writeUint64( buffer, nseek ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_BYTESREAD " " ); + OTF_WBuffer_writeUint64( buffer, bytesread ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_BYTESWRITE " " ); + OTF_WBuffer_writeUint64( buffer, byteswrite ); + } + + OTF_WBuffer_writeNewline( buffer ); + + return 1; + +} + + +int OTF_WStream_writeFileGroupOperationSummary( OTF_WStream* wstream, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + OTF_WBuffer* buffer= OTF_WStream_getStatsBuffer( wstream ); + + if ( 0 == OTF_WBuffer_setTimeAndProcess( buffer, time, process ) ) return 0; + + + if ( OTF_WSTREAM_FORMAT_SHORT == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_SUM_PREFIX + OTF_KEYWORD_S_SUMFILEGROUPOPERATION ); + + OTF_WBuffer_writeUint32( buffer, groupid ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBEROPEN ); + OTF_WBuffer_writeUint64( buffer, nopen ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERCLOSE ); + OTF_WBuffer_writeUint64( buffer, nclose ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERREAD ); + OTF_WBuffer_writeUint64( buffer, nread ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERWRITE ); + OTF_WBuffer_writeUint64( buffer, nwrite ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_NUMBERSEEK ); + OTF_WBuffer_writeUint64( buffer, nseek ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESREAD ); + OTF_WBuffer_writeUint64( buffer, bytesread ); + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_S_LOCAL_BYTESWRITE ); + OTF_WBuffer_writeUint64( buffer, byteswrite ); + + } else if ( OTF_WSTREAM_FORMAT_LONG == wstream->format ) { + + OTF_WBuffer_writeKeyword( buffer, OTF_KEYWORD_L_SUM_PREFIX + OTF_KEYWORD_L_SUMFILEGROUPOPERATION " " ); + + OTF_WBuffer_writeUint32( buffer, groupid ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBEROPEN " " ); + OTF_WBuffer_writeUint64( buffer, nopen ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERCLOSE " " ); + OTF_WBuffer_writeUint64( buffer, nclose ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERREAD " " ); + OTF_WBuffer_writeUint64( buffer, nread ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERWRITE " " ); + OTF_WBuffer_writeUint64( buffer, nwrite ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_NUMBERSEEK " " ); + OTF_WBuffer_writeUint64( buffer, nseek ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_BYTESREAD " " ); + OTF_WBuffer_writeUint64( buffer, bytesread ); + OTF_WBuffer_writeKeyword( buffer, " " OTF_KEYWORD_L_LOCAL_BYTESWRITE " " ); + OTF_WBuffer_writeUint64( buffer, byteswrite ); + } + + OTF_WBuffer_writeNewline( buffer ); + + return 1; + +} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.h new file mode 100644 index 0000000000..c2d740c24c --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_WStream.h @@ -0,0 +1,532 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_WStream.h + * + * @brief Provides write access to trace streams, which consist of multiple + * buffers. + * + * \ingroup wstream + */ + +/** \defgroup wstream Stream Writer Interface + * + * This interface provides functions for writing trace at stream level. + * A stream is part of a trace and consists of up to four buffers + * (event buffer, definition buffer, snapshots buffer, statistics buffer). + * + * wstream is structured similarly to writer. + * + * Use this interface, if you want to a specific stream and the writer + * interface does not provide the desired access. + * + * \section wstream_example A short Example + * + * \code + * #include + * #include + * + * int main( int argc, char** argv ) { + * \endcode + * + * Declare a file manager and a writer. + * \code + * OTF_FileManager* manager; + * OTF_WStream* wstream; + * \endcode + * + * Initialize the file manager. Open at most 100 OS files. + * \code + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * \endcode + * + * Initialize the wstream object. Open file "test", writing the first stream. + * \code + * wstream = OTF_WStream_open( "test", 0, manager ); + * assert( wstream ); + * \endcode + * + * Write some definition records. + * \code + * OTF_WStream_writeDefTimerResolution( wstream, 0, 1000 ); + * OTF_WStream_writeDefProcess( wstream, 0, 1, "proc one", 0 ); + * \endcode + * + * Clean up before exiting the program. + * \code + * OTF_WStream_close( wstream ); + * OTF_FileManager_close( manager ); + * + * return 0; + * } + * \endcode + * + * Compile this using $ gcc -o test test.c `otfconfig --libs`. + * + * When executing this program it only writes one file (test.0.def), + * containg the written records. + * + */ + +#ifndef OTF_WSTREAM_H +#define OTF_WSTREAM_H + + +#include + + +#include "OTF_inttypes.h" + + +#include "OTF_Definitions.h" +#include "OTF_FileManager.h" +#include "OTF_WBuffer.h" +#include "OTF_Filenames.h" + + +struct struct_OTF_WStream { + + + /** name stub: all files will begin with this name */ + char* namestub; + + /** Unique id for the current stream. */ + uint32_t id; + + /** State wether to use long or short format, + see OTF_WSTREAM_FORMAT_XXX macros above. */ + uint32_t format; + + + /** Definitions buffer. Definitions buffer carries definition + records. */ + OTF_WBuffer* defBuffer; + + /** Event buffer. The event buffer carries records for actual + events, i.e. records with a time stamp */ + OTF_WBuffer* eventBuffer; + + /** Snaps (snapshots) buffer. The snapshots buffer carries + snapshots of the whole state at a point in time - as oppossed to + events which only show changes in the state. This can be used to + start from such a snapshot instead of from the very begining. */ + OTF_WBuffer* snapsBuffer; + + /** Statistics buffer. Statistics buffer carries statistical + information information about a certain time interval resp. + data at points of time that allow to derive statistics without + reading through all events of that interval. */ + OTF_WBuffer* statsBuffer; + + /** Default compression method for all buffers managed by this stream */ + OTF_FileCompression compression; + + /** Default size of buffers managed by this WStream. */ + uint32_t buffersizes; + +#ifdef HAVE_ZLIB + /** Default size of zbuffers managed by this RStream. */ + uint32_t zbuffersizes; +#endif /* HAVE_ZLIB */ + + /** file handle manager */ + OTF_FileManager* manager; +}; +/** wstream object \ingroup wstream */ +typedef struct struct_OTF_WStream OTF_WStream; + + +/** + * Create a new OTF_WStream instance. + * + * @param namestub File name prefix which is going to be used by + * all sub-files which belong to the writer stream. + * @param id Abitrary but unique identifier of the writer stream. + * Cannot be '0'. + * @param manager File handle manager. + * + * @return Initialized OTF_WStream instance or 0 if an error + * occurred. + * + * \ingroup wstream + */ +OTF_WStream* OTF_WStream_open( const char* namestub, uint32_t id, + OTF_FileManager* manager ); + + +/** + * Close an OTF_WStream instance and all its related files. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return 1 if instance was closed successfully and 0 otherwise. + * + * \ingroup wstream + */ +int OTF_WStream_close( OTF_WStream* wstream ); + + +/** + * Flush an OTF_WStream instance, i.e. flush all associated buffers if existing. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return 1 if everything flushed successfully and 0 otherwise. + * + * \ingroup wstream + */ +int OTF_WStream_flush( OTF_WStream* wstream ); + + +/** + * Returns the definition buffer of the according writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Initialized OTF_WBuffer instance or 0 if an error occured. + * + * \ingroup wstream + */ +OTF_WBuffer* OTF_WStream_getDefBuffer( OTF_WStream* wstream ); + + +/** + * Returns the event buffer of the according writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Initialized OTF_WBuffer instance or 0 if an error occured. + * + * \ingroup wstream + */ +OTF_WBuffer* OTF_WStream_getEventBuffer( OTF_WStream* wstream ); + + +/** + * Returns the snapshots buffer of the according writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Initialized OTF_WBuffer instance or 0 if an error occured. + * + * \ingroup wstream + */ +OTF_WBuffer* OTF_WStream_getSnapshotBuffer( OTF_WStream* wstream ); + + +/** + * Returns the statistics buffer of the according writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Initialized OTF_WBuffer instance or 0 if an error occured. + * + * \ingroup wstream + */ +OTF_WBuffer* OTF_WStream_getStatsBuffer( OTF_WStream* wstream ); + + +/** + * Set the standard compression method for all buffers managed by this writer + * stream + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @param compression Default compression level. + * 0-9, where 0 means no compression is applied, and 9 is + * the highest level of compression. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup wstream + */ +int OTF_WStream_setCompression( OTF_WStream* wstream, OTF_FileCompression + compression ); + + +/** + * Return the standard compression method for all buffers managed by this writer + * stream + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Standard compression level for all buffers managed by + * this writer stream. + * + * \ingroup wstream + */ +OTF_FileCompression OTF_WStream_getCompression( OTF_WStream* wstream ); + + +/** + * Set the default buffer size for all buffers managed by this writer stream. + * This is only effective for future buffers and will not change already + * allocated buffers. Those can be changed with the buffers directly. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @param size Intended buffer size. + * + * \ingroup wstream + */ +void OTF_WStream_setBufferSizes( OTF_WStream* wstream, uint32_t size ); + +/** + * Get the default buffer size for all buffers managed by this writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Default buffer size for all buffers managed by this writer + * stream. + * + * \ingroup wstream + */ +uint32_t OTF_WStream_getBufferSizes( OTF_WStream* wstream ); + +/** + * Set the default zbuffer size for all files managed by this writer stream. + * This is only effective for future files and will not change already + * allocated buffers. Those can be changed with the files directly. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @param size Intended buffer size. + * + * \ingroup wstream + */ +void OTF_WStream_setZBufferSizes( OTF_WStream* wstream, uint32_t size ); + + +/** + * Get the default zbuffer size for all files managed by this writer stream. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Default buffer size for all buffers managed by this reader + * stream. + * + * \ingroup wstream + */ +uint32_t OTF_WStream_getZBufferSizes( OTF_WStream* wstream ); + +/** + * Set the default ouput format. + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @param format Intended output format (OTF_WSTREAM_FORMAT_{LONG,SHORT}) + * + * \ingroup wstream + */ +void OTF_WStream_setFormat( OTF_WStream* wstream, uint32_t format ); + +/** + * Get the default output format + * + * @param wstream Pointer to an initialized OTF_WStream object. See + * also OTF_WStream_open(). + * + * @return Default output format. + * + * \ingroup wstream + */ +uint32_t OTF_WStream_getFormat( OTF_WStream* wstream ); + + +/* *** definition record write handlers *** ******************************** */ + + +/** Write a DEFINITIONCOMMENT record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefinitionComment( OTF_WStream* wstream, + const char* comment ); + +/** Write a DEFTIMERRESOLUTION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefTimerResolution( OTF_WStream* wstream, + uint64_t ticksPerSecond ); + +/** Write a DEFPROCESS record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefProcess( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t parent ); + +/** Write a DEFPROCESSGROUP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefProcessGroup( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t n, const uint32_t* array ); + +/** Write a DEFFUNCTION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefFunction( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t group, uint32_t scltoken ); + +/** Write a DEFFUNCTIONGROUP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefFunctionGroup( OTF_WStream* wstream, + uint32_t deftoken, const char* name ); + +/** Write a DEFCOLLECTIVEOPERATION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefCollectiveOperation( OTF_WStream* wstream, + uint32_t collOp, const char* name, uint32_t type ); + +/** Write a DEFCOUNTER record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefCounter( OTF_WStream* wstream, uint32_t deftoken, + const char* name, uint32_t properties, uint32_t countergroup, + const char* unit ); + +/** Write a DEFCOUNTERGROUP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefCounterGroup( OTF_WStream* wstream, + uint32_t deftoken, const char* name ); + +/** Write a DEFSCL record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefScl( OTF_WStream* wstream, uint32_t deftoken, + uint32_t sclfile, uint32_t sclline ); + +/** Write a DEFSCLFILE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefSclFile( OTF_WStream* wstream, + uint32_t deftoken, const char* filename ); + +/** Write a DEFCREATOR record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefCreator( OTF_WStream* wstream, const char* creator ); + +/** Write a DEFVERSION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeOtfVersion( OTF_WStream* wstream ); + +/** Write a DEFFILE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefFile( OTF_WStream* wstream, uint32_t token, + const char* name, uint32_t group ); + +/** Write a DEFFILEGROUP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeDefFileGroup( OTF_WStream* wstream, uint32_t token, + const char* name ); + + +/* *** event record write handlers *** ************************************* */ + + +/** Write a ENTER record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeEnter( OTF_WStream* wstream, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ); + +/** Write a RECEIVE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeRecvMsg( OTF_WStream* wstream, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ); + +/** Write a SEND record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeSendMsg( OTF_WStream* wstream, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ); + +/** Write a LEAVE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeLeave( OTF_WStream* wstream, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ); + +/** Write a COUNTER record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeCounter( OTF_WStream* wstream, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ); + +/** Write a COLLOP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeCollectiveOperation( OTF_WStream* wstream, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ); + +/** Write a #EVTCOMMENT record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeEventComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ); + +/** Write a PROCESSBEGIN record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeBeginProcess( OTF_WStream* wstream, uint64_t time, + uint32_t process ); + +/** Write a PROCESSEND record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeEndProcess( OTF_WStream* wstream, uint64_t time, + uint32_t process ); + +int OTF_WStream_writeFileOperation( OTF_WStream* wstream, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t handleid, uint32_t operation, + uint64_t bytes, uint64_t duration, uint32_t source ); + + +/* *** public snapshot record write handlers *** */ + + +/** Write a #TCOMMENT record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeSnapshotComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ); + +/** Write a TENTER record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeEnterSnapshot( OTF_WStream* wstream, uint64_t time, + uint64_t originaltime, uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ); + +/** Write a TSEND record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeSendSnapshot( OTF_WStream* wstream, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t type, uint32_t source ); + +/** Write a TOPENFILE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeOpenFileSnapshot( OTF_WStream* wstream,uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ); + + +/* *** public statistics record write handlers *** */ + + +/** Write a SUMCOMMENT record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeSummaryComment( OTF_WStream* wstream, uint64_t time, + uint32_t process, const char* comment ); + +/** Write a SUMFUNCTION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeFunctionSummary( OTF_WStream* wstream, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +/** Write a SUMFUNCTIONGROUP record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeFunctionGroupSummary( OTF_WStream* wstream, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +/** Write a SUMMESSAGE record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeMessageSummary( OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, uint64_t number_recved, + uint64_t bytes_sent, uint64_t bytes_recved ); + +/** Write a SUMFILEOPERATION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeFileOperationSummary( OTF_WStream* wstream, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + +/** Write a SUMFILEGROUPOPERATION record to stream 'wstream'. \ingroup wstream */ +int OTF_WStream_writeFileGroupOperationSummary( OTF_WStream* wstream, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + +/* +int OTF_WStream_writeCounterSummary( OTF_WStream* wstream, + uint64_t time, uint32_t process, + uint32_t counter, uint64_t value ); + +int OTF_WStream_writeCollOpSummary( OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t root, + uint64_t bytes_sent, uint64_t bytes_recved ); +*/ + +#endif /* OTF_WSTREAM_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.c new file mode 100644 index 0000000000..a6d5e916b3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.c @@ -0,0 +1,1137 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "OTF_Platform.h" +#include "OTF_Definitions.h" + +#include "OTF_Writer.h" +#include "OTF_Platform.h" + +#include + + +/** Holds the data objects needed for global trace creation. */ +struct struct_OTF_Writer { + + /** All files will start with this prefix. */ + char* namestub; + + /** Holds the current number of streams. */ + uint32_t n; + + /** Current size of array 'streams'. */ + uint32_t s; + + /** Sorted array of streams. */ + OTF_WStream** streams; + + /** Maximum number of streams allowed including the special stream + 0. This applies if the Writer assigns processes to streams by + its own devices. The number of streams might be higher if + there are explicit mappings enforced with + OTF_Writer_assignProcess() for some processes after automatic + mappings took effect. */ + uint32_t m; + + /** Master control structure. Handles the mapping of processes to + streams. */ + OTF_MasterControl* mc; + + /** Default size of buffers managed by this Writer. */ + uint32_t buffersizes; + + /** Default output format */ + uint32_t format; + + /** File handle manager. Handles the re-usage of file handles + in a thread safe way. */ + OTF_FileManager* manager; + +#ifdef HAVE_ZLIB + /** Default compression type of buffers managed by this writer */ + OTF_FileCompression compression; + + /** Default size of zbuffers managed by this reader. */ + uint32_t zbuffersizes; +#endif /* HAVE_ZLIB */ + + /** Has the OtfVersion record been written? 1= yes 0= no */ + uint32_t versionWritten; +}; + + +/** constructor - internal use only */ +int OTF_Writer_init( OTF_Writer* writer ); + +/** destructor - internal use only */ +int OTF_Writer_finish( OTF_Writer* writer ); + + +/* ************************************************************************* */ + +int OTF_Writer_init( OTF_Writer* writer ) { + + + writer->namestub= NULL; + + writer->n= 0; + writer->s= 0; + writer->streams= NULL; + + writer->m= 0; + + writer->mc= NULL; + + writer->buffersizes= 1024*1024; + + writer->format= OTF_WSTREAM_FORMAT_SHORT; + +#ifdef HAVE_ZLIB + writer->compression= 0; + writer->zbuffersizes= 1024 *10; +#endif /* HAVE_ZLIB */ + + writer->versionWritten= 0; + + return 1; +} + + +int OTF_Writer_finish( OTF_Writer* writer ) { + + + int tmpret; + int ret= 1; + tmpret= OTF_MasterControl_write( writer->mc, writer->namestub ); + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_write() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + } + ret&= tmpret; + + tmpret= OTF_Writer_closeAllStreams( writer ); + if( 0 == tmpret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Writer_closeAllStreams() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + } + ret&= tmpret; + + free( writer->namestub ); + writer->namestub= NULL; + + free( writer->streams ); + writer->streams= NULL; + writer->s= 0; + + OTF_MasterControl_close( writer->mc ); + +#ifdef HAVE_ZLIB + writer->compression= 0; + writer->zbuffersizes= 0; +#endif /* HAVE_ZLIB */ + + return ret; +} + + +OTF_Writer* OTF_Writer_open( const char* namestub, uint32_t m, OTF_FileManager* manager ) { + + + OTF_Writer* ret= (OTF_Writer*) malloc( sizeof(OTF_Writer) ); + if( NULL == ret ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + + OTF_Writer_init( ret ); + + ret->m= ( 0 < m ) ? m : ((uint32_t) -1); + + ret->namestub= OTF_stripFilename( namestub ); + + if( NULL == manager ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "manager has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + ret->manager= manager; + + ret->mc= OTF_MasterControl_new( ret->manager ); + if( NULL == ret->mc ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_new() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( ret->namestub ); + ret->namestub= NULL; + free( ret ); + ret= NULL; + + return NULL; + } + + return ret; +} + + +int OTF_Writer_close( OTF_Writer* writer ) { + + + if( NULL == writer ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "writer has not been specified.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + if( 0 == OTF_Writer_finish( writer ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_Writer_finish() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + free( writer ); + return 0; + } + + free( writer ); + + return 1; +} + + +int OTF_Writer_setCompression( OTF_Writer* writer, OTF_FileCompression + compression ) { + + +#ifdef HAVE_ZLIB + if ( compression <= 9 ) { + + writer->compression = compression; + + return 1; + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "compression is no expected value (%u). ignored.\n", + __FUNCTION__, __FILE__, __LINE__, compression ); +# endif + + return 0; + } + +#else /* HAVE_ZLIB */ + + if( 0 == compression ) { + + return 1; + + } else { + + return 0; + } + +#endif /* HAVE_ZLIB */ +} + +OTF_FileCompression OTF_Writer_getCompression( OTF_Writer* writer ) { + + +#ifdef HAVE_ZLIB + return writer->compression; +#else /* HAVE_ZLIB */ + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_Writer_setBufferSizes( OTF_Writer* writer, uint32_t size ) { + + + if ( 50 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended buffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + + return; + + } else if ( 500 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif + } + + writer->buffersizes= size; +} + + +uint32_t OTF_Writer_getBufferSizes( OTF_Writer* writer ) { + + + return writer->buffersizes; +} + + +void OTF_Writer_setZBufferSizes( OTF_Writer* writer, uint32_t size ) { + + +#ifdef HAVE_ZLIB + + if ( 32 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "intended zbuffer size %u is too small, rejected.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + return; + + } else if ( 512 > size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is very small, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + + } else if ( 10 * 1024 *1024 < size ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "buffer size %u is rather big, accepted though.\n", + __FUNCTION__, __FILE__, __LINE__, size ); +# endif /* OTF_VERBOSE */ + } + + writer->zbuffersizes= size; + +#endif /* HAVE_ZLIB */ +} + + +uint32_t OTF_Writer_getZBufferSizes( OTF_Writer* writer ) { + + +#ifdef HAVE_ZLIB + return writer->zbuffersizes; +#else /* HAVE_ZLIB */ + return 0; +#endif /* HAVE_ZLIB */ +} + + +void OTF_Writer_setFormat( OTF_Writer* writer, uint32_t format ) { + + + if ( format > 1 ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "unknown ouput format chosen.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + } + + writer->format= format; +} + + +uint32_t OTF_Writer_getFormat( OTF_Writer* writer ) { + + + return writer->format; +} + + +OTF_WStream* OTF_Writer_getStream( OTF_Writer* writer, uint32_t streamId ) { + + + uint32_t a; + uint32_t b; + uint32_t c; + + uint32_t i; + + + /* search if already present */ + + a= 0; + b= writer->n; + + if ( 0 < writer->n ) { + + + if ( streamId == writer->streams[0]->id ) { + + return writer->streams[0]; + } + + if ( streamId == writer->streams[b-1]->id ) { + + return writer->streams[b-1]; + } + + + while ( a < b ) { + + c= ( a + b ) / 2; + + if ( streamId == writer->streams[c]->id ) { + + /* found */ + return writer->streams[c]; + } + + if ( streamId < writer->streams[c]->id ) { + + /* [a,c) */ + b= c; + + } else { + + /* [c+1,b) */ + a= c+1; + } + } + } + + + /* not found, create & append at position 'a' */ + + /* + fprintf(stderr," at %u\n", a ); + */ + + if ( writer->s <= writer->n ) { + + writer->s += 10; + writer->streams= (OTF_WStream**) realloc( writer->streams, + writer->s * sizeof(OTF_WStream*) ); + if( NULL == writer->streams ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no memory left.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return NULL; + } + } + + for ( i= writer->n; i > a; --i ) { + + writer->streams[i]= writer->streams[i-1]; + } + + writer->streams[a]= OTF_WStream_open( writer->namestub, streamId, writer->manager ); + +#ifdef HAVE_ZLIB + OTF_WStream_setCompression( writer->streams[a], writer->compression ); + OTF_WStream_setZBufferSizes( writer->streams[a], writer->zbuffersizes ); +#endif /* HAVE_ZLIB */ + + OTF_WStream_setBufferSizes( writer->streams[a], writer->buffersizes ); + OTF_WStream_setFormat( writer->streams[a], writer->format ); + + ++(writer->n); + + + return writer->streams[a]; +} + + +uint32_t OTF_Writer_assignProcess( OTF_Writer* writer, + uint32_t process, uint32_t stream ) { + + + if ( 0 == stream ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "stream id must not be '0'.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + if( 0 == OTF_MasterControl_append( writer->mc, stream, process ) ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "OTF_MasterControl_append() failed.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return 0; + } + + return 1; +} + + +uint32_t OTF_Writer_mapProcess( OTF_Writer* writer, uint32_t process ) { + + + uint32_t ret= OTF_MasterControl_mapReverse( writer->mc, process ); + uint32_t processes= (uint32_t) -1; + uint32_t n; + uint32_t i; + OTF_MapEntry* entry; + + + /* here there are some ways to handle the situation: + first, define a static stream id which all processes which are not + explicitly mapped go to ("ret= 0xff;"). + Second, add a new stream for the new process (if-branch below). + Third, append the process to any existing stream, for example to + the one with the fewest processes so far (else-branch below). */ + if ( 0 == ret ) { + + /* + fprintf( stderr, "OTF_Writer_mapProcess() %u unknown\n", process ); + */ + + ret= (uint32_t) -1; + + n= OTF_MasterControl_getCount( writer->mc ); + + if ( n < writer->m ) { + + /* add a new stream, add process */ + + ret= OTF_MasterControl_getNewStreamId( writer->mc ); + + } else { + + /* if no streams are present the former branch + must take care!*/ + if( 0 >= n ) { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "no processes/stream have been defined.\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + assert (0); + } + + /* find stream with fewest processes and + add there */ + + for ( i = 0; i < n; ++i ) { + + entry = OTF_MasterControl_getEntryByIndex( writer->mc, i ); + + if ( entry->n < processes ) { + + processes = entry->n; + ret = entry->argument; + } + } + + } + + assert( (uint32_t) -1 != ret ); + + OTF_Writer_assignProcess( writer, process, ret ); + } + + + return ret; +} + + +OTF_MasterControl* OTF_Writer_getMasterControl( OTF_Writer* writer ) { + + + return writer->mc; +} + + +void OTF_Writer_setMasterControl( OTF_Writer* writer, OTF_MasterControl* mc ) { + + + OTF_MasterControl_close( writer->mc ); + + writer->mc= mc; +} + + +/* *** definition record write handlers *** ******************************** */ + + +int OTF_Writer_writeDefinitionComment( OTF_Writer* writer, uint32_t streamid, + const char* comment ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefinitionComment( stream, comment ); +} + + +int OTF_Writer_writeDefTimerResolution( OTF_Writer* writer, uint32_t streamid, + uint64_t ticksPerSecond ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefTimerResolution( stream, ticksPerSecond ); +} + + +int OTF_Writer_writeDefProcess( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefProcess( stream, deftoken, name, parent ); +} + + +int OTF_Writer_writeDefProcessGroup( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t n, + const uint32_t* array ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefProcessGroup( stream, deftoken, + name, n, (uint32_t*) array ); +} + + +int OTF_Writer_writeDefFunction( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefFunction( stream, deftoken, name, group, + scltoken ); +} + + +int OTF_Writer_writeDefFunctionGroup( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefFunctionGroup( stream, deftoken, name ); +} + + +int OTF_Writer_writeDefCollectiveOperation( OTF_Writer* writer, uint32_t streamid, + uint32_t collective, const char* name, uint32_t type ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefCollectiveOperation( stream, collective, name, type ); +} + + +int OTF_Writer_writeDefCounter( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefCounter( stream, deftoken, name, properties, + countergroup, unit ); +} + + +int OTF_Writer_writeDefCounterGroup( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefCounterGroup( stream, deftoken, name ); +} + + +int OTF_Writer_writeDefScl( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefScl( stream, deftoken, sclfile, sclline ); +} + + +int OTF_Writer_writeDefSclFile( OTF_Writer* writer, uint32_t streamid, + uint32_t deftoken, const char* filename ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefSclFile( stream, deftoken, filename ); +} + + +/* depricated */ +int OTF_Writer_writeOtfVersion( OTF_Writer* writer, uint32_t streamid ) { + + + #ifdef OTF_VERBOSE + fprintf( stderr, "WARNING in function %s, file: %s, line: %i:\n " + "calling depricated function. ignored.\n", + __FUNCTION__, __FILE__, __LINE__ ); + #endif + + return 1; +} + + +int OTF_Writer_writeDefCreator( OTF_Writer* writer, uint32_t streamid, + const char* creator ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + if ( 0 == writer->versionWritten ) { + + OTF_WStream_writeOtfVersion( OTF_Writer_getStream( writer, 0 ) ); + writer->versionWritten= 1; + } + + return OTF_WStream_writeDefCreator( stream, creator ); +} + + +int OTF_Writer_writeDefFile( OTF_Writer* writer, uint32_t streamid, + uint32_t token, const char* name, uint32_t group ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + return OTF_WStream_writeDefFile( stream, token, name, group ); +} + + +int OTF_Writer_writeDefFileGroup( OTF_Writer* writer, uint32_t streamid, + uint32_t token, const char* name ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, (uint32_t) streamid ); + + return OTF_WStream_writeDefFileGroup( stream, token, name ); +} + + +/* *** Event Records *** ****************************************** */ + + +int OTF_Writer_writeEnter( OTF_Writer* writer, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, cpuid ) ); + + + return OTF_WStream_writeEnter( stream, time, + statetoken, cpuid, scltoken ); +} + + +int OTF_Writer_writeRecvMsg( OTF_Writer* writer, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtag, uint32_t msglength, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, receiver ) ); + + + return OTF_WStream_writeRecvMsg( stream, time, receiver, sender, + communicator, msgtag, msglength, scltoken ); +} + + +int OTF_Writer_writeSendMsg( OTF_Writer* writer, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtag, uint32_t msglength, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, sender ) ); + + + return OTF_WStream_writeSendMsg( stream, time, sender, receiver, + communicator, msgtag, msglength, scltoken ); +} + + +int OTF_Writer_writeLeave( OTF_Writer* writer, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, cpuid ) ); + + return OTF_WStream_writeLeave( stream, time, + statetoken, cpuid, scltoken ); +} + + +int OTF_Writer_writeCounter( OTF_Writer* writer, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeCounter( stream, time, + process, counter_token, value ); +} + + +int OTF_Writer_writeCollectiveOperation( OTF_Writer* writer, uint64_t time, + uint32_t process, uint32_t collOp, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeCollectiveOperation( stream, time, process, + collOp, communicator, rootprocess, sent, received, + duration, scltoken ); +} + + +int OTF_Writer_writeEventComment( OTF_Writer* writer, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeEventComment( stream, time, process, + comment ); +} + + +int OTF_Writer_writeBeginProcess( OTF_Writer* writer, uint64_t time, + uint32_t process ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeBeginProcess( stream, time, process ); +} + + +int OTF_Writer_writeEndProcess( OTF_Writer* writer, uint64_t time, + uint32_t process ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeEndProcess( stream, time, process ); +} + + +int OTF_Writer_writeFileOperation( OTF_Writer* writer, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeFileOperation( stream, time, fileid, process, + handleid, operation, bytes, duration, source ); +} +/* *** public snapshot record write handlers *** */ + + +int OTF_Writer_writeSnapshotComment( OTF_Writer* writer, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeSnapshotComment( stream, time, process, + comment ); +} + + +int OTF_Writer_writeEnterSnapshot( OTF_Writer* writer, uint64_t time, + uint64_t originaltime, uint32_t function, + uint32_t process, uint32_t source ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeEnterSnapshot( stream, time, originaltime, + function, process, source ); +} + + +int OTF_Writer_writeSendSnapshot( OTF_Writer* writer, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t type, uint32_t source ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, sender ) ); + + return OTF_WStream_writeSendSnapshot( stream, time, originaltime, + sender, receiver, procGroup, type, source ); +} + + +int OTF_Writer_writeOpenFileSnapshot( OTF_Writer* writer, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeOpenFileSnapshot( stream, time, originaltime, + fileid, process, handleid, source ); +} + + + +/* *** public statistics record write handlers *** */ + + +int OTF_Writer_writeSummaryComment( OTF_Writer* writer, uint64_t time, + uint32_t process, const char* comment ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeSummaryComment( stream, time, process, + comment ); +} + + +int OTF_Writer_writeFunctionSummary( OTF_Writer* writer, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeFunctionSummary( stream, + time, function, process, count, excltime, incltime ); +} + + +int OTF_Writer_writeFunctionGroupSummary( OTF_Writer* writer, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeFunctionGroupSummary( stream, + time, functiongroup, process, count, excltime, incltime ); +} + + +int OTF_Writer_writeMessageSummary( OTF_Writer* writer, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, + uint64_t number_recved, uint64_t bytes_sent, + uint64_t bytes_recved ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + return OTF_WStream_writeMessageSummary( stream, time, process, peer, comm, + tag, number_sent, number_recved, bytes_sent, bytes_recved ); +} + + +int OTF_Writer_writeFileOperationSummary( OTF_Writer* writer, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeFileOperationSummary( stream, time, fileid, process, + nopen, nclose, nread, nwrite, nseek, bytesread, byteswrite ); +} + + +int OTF_Writer_writeFileGroupOperationSummary( OTF_Writer* writer, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + OTF_WStream* stream= OTF_Writer_getStream( writer, + OTF_Writer_mapProcess( writer, process ) ); + + + return OTF_WStream_writeFileGroupOperationSummary( stream, time, groupid, process, + nopen, nclose, nread, nwrite, nseek, bytesread, byteswrite ); +} + + + +int OTF_Writer_closeAllStreams( OTF_Writer* writer ) { + + + int ret= 1; + uint32_t i; + + for ( i= 0; i < writer->n; ++i ) { + + ret&= OTF_WStream_close( writer->streams[i] ); + } + + writer->n= 0; + + return ret; +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.h b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.h new file mode 100644 index 0000000000..593652ff7f --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_Writer.h @@ -0,0 +1,1173 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_Writer.h + * + * @brief Transparently writes OTF traces which consist of multiple streams. + * + * \ingroup writer + */ + +/** \defgroup writer Writer Interface + * + * This interface should be used whenever a trace file is to be written as a + * whole. Therefore, an initial call to the OTF_Writer_open() function + * allows to specify a number of streams which are going to be used to + * automatically partition the recorded event data. OTF than takes over the + * duty of distributing the data on multiple files. + * + * \section writer_example A simple Example + * + * \code + * #include + * #include + * + * int main( int argc, char** argv ) { + * \endcode + * + * Declare a file manager and a writer. + * \code + * OTF_FileManager* manager; + * OTF_Writer* writer; + * \endcode + * + * Initialize the file manager. Open at most 100 OS files. + * \code + * manager= OTF_FileManager_open( 100 ); + * assert( manager ); + * \endcode + * + * Initialize the writer. Open file "test", writing one stream. + * \code + * writer = OTF_Writer_open( "test", 1, manager ); + * assert( writer ); + * \endcode + * + * Write some important Definition Records. + * Have a look at the specific functions to see what the parameters mean. + * \code + * OTF_Writer_writeDefTimerResolution( writer, 0, 1000 ); + * OTF_Writer_writeDefProcess( writer, 0, 1, "proc one", 0 ); + * OTF_Writer_writeDefFunctionGroup( writer, 0, 1000, "all functions" ); + * OTF_Writer_writeDefFunction( writer, 0, 1, "main", 1000, 0 ); + * \endcode + * + * + * Write an enter and a leave record. + * time = 10000, 20000 + * process = 1 + * function = 1 + * Sourcecode location doesn't matter, so it's zero. + * \code + * OTF_Writer_writeEnter( writer, 10000, 1, 1, 0 ); + * OTF_Writer_writeLeave( writer, 20000, 1, 1, 0 ); + * \endcode + * + * Clean up before exiting the program. + * \code + * OTF_Writer_close( writer ); + * OTF_FileManager_close( manager ); + * + * return 0; + * } + * \endcode + * + * Compile this using $ gcc -o test test.c `otfconfig --libs`. + * + */ + +#ifndef OTF_WRITER_H +#define OTF_WRITER_H + + +#include "OTF_MasterControl.h" +#include "OTF_FileManager.h" +#include "OTF_WBuffer.h" +#include "OTF_WStream.h" + + +/** writer object \ingroup writer */ +typedef struct struct_OTF_Writer OTF_Writer; + +/* *** public member functions *** */ + + +/** + * Create a new OTF_Writer instance with a given number of automatic streams. + * + * Setting the number of streams to 0 causes the OTF_Writer object to create a + * separate stream for each process. Important! Explicit calls to + * OTF_Writer_assignProcess() can lead to an overall number of streams which + * exceeds the initial number of streams in this call. + * OTF can reduce its file handle usage to a given number. Therefore, an + * initialized file manager instance is needed as parameter. + * See OTF_FileManager for further details. + * + * @param fileNamePrefix File name prefix which is going to be used by + * all sub-files which belong to the trace. + * @param numberOfStreams Initial number of independent data streams to + * be generated. + * @param fileManager File handle manager. + * + * + * @return Initialized OTF_Writer instance or 0 if a failure + * occurred. + * + * \ingroup writer + */ +OTF_Writer* OTF_Writer_open( const char* fileNamePrefix, + uint32_t numberOfStreams, + OTF_FileManager* fileManager ); + + +/** + * Close an OTF_Writer instance and all its related files. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return 1 if instance was closed successfully and 0 otherwise. + * + * \ingroup writer + */ +int OTF_Writer_close( OTF_Writer* writer ); + + +/** + * Close all streams that are open in this writer instance. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_closeAllStreams( OTF_Writer* writer ); + + +/** + * Set the standard compression method for all buffers managed by this writer + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @param compression compression level to apply to all following streams + * 0-9, where 0 means no compression is applied, and 9 is + * the highest level of compression. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_setCompression( OTF_Writer* writer, OTF_FileCompression + compression ); + + +/** + * Return the standard compression method for all buffers managed by this writer + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return Standard compression level for all buffers managed by + * this writer. + * + * \ingroup writer + */ +OTF_FileCompression OTF_Writer_getCompression( OTF_Writer* writer ); + + +/** + * Set the default buffer size for all buffers managed by this Writer. + * This is only effective for future buffers and will not change already + * allocated buffers. Those can be changed with the buffers directly. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @param size Intended buffer size. + * + * \ingroup writer + */ +void OTF_Writer_setBufferSizes( OTF_Writer* writer, uint32_t size ); + + +/** + * Get the default buffer size for all buffers managed by this Writer. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return Default buffer size for all buffers managed by this Writer. + * + * \ingroup writer + */ +uint32_t OTF_Writer_getBufferSizes( OTF_Writer* writer ); + + +/** + * Set the default zbuffer size for all buffers managed by this Reader. + * This is only effective for future files and will not change already + * allocated zbuffers. Those can be changed with the files directly. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @param size Intended zbuffer size. + * + * \ingroup writer + */ +void OTF_Writer_setZBufferSizes( OTF_Writer* writer, uint32_t size ); + +/** + * Get the default zbuffer size. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return zbuffer size. + * + * \ingroup writer + */ +uint32_t OTF_Writer_getZBufferSizes( OTF_Writer* writer ); + +/** + * Set the default ouput format. The format is applied to all streams opened by + * the writer. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @param format Intended output format (OTF_WSTREAM_FORMAT_{LONG,SHORT}). + * + * \ingroup writer + */ +void OTF_Writer_setFormat( OTF_Writer* writer, uint32_t format ); + + +/** + * Get the default output format of all streams managed by this writer. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return Default output format. + * + * \ingroup writer + */ +uint32_t OTF_Writer_getFormat( OTF_Writer* writer ); + + +/** + * Explicitly assign a given process to a specific stream. + * + * Mind that 0 is not a valid stream or process identifier but a reserved + * value. By default, processes are automatically assigned to streams. + * Therefore, this call is optional. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param process Process identifier. See also OTF_Writer_writeDefProcess(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +uint32_t OTF_Writer_assignProcess( OTF_Writer* writer, + uint32_t process, + uint32_t stream ); + + +/** + * Get a pointer to the master control object of the given writer instance. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * + * @return Pointer to a master control object. See OTF_MasterControl. + * + * \ingroup writer + */ +OTF_MasterControl* OTF_Writer_getMasterControl( OTF_Writer* writer ); + + +/** + * Set an alternative master control object. Use this only right after + * initialization but never after having written some records already! + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param mc new master control object + * + * + * \ingroup writer + */ +void OTF_Writer_setMasterControl( OTF_Writer* writer, OTF_MasterControl* mc ); + + +/* Methods for writing public definition records ************************** */ + + +/** + * Write a comment record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param comment Arbitrary comment string. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefinitionComment( OTF_Writer* writer, + uint32_t stream, + const char* comment ); + + +/** + * Write the timer resolution definition record. All timed event records + * will be interpreted according to this definition. By default, a timer + * resultion of 1 us i.e. 1,000,000 clock ticks is assumed. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param ticksPerSecond Clock ticks per second of the timer. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefTimerResolution( OTF_Writer* writer, + uint32_t stream, + uint64_t ticksPerSecond ); + + +/** + * Write a process definition record. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param process Arbitrary but unique process identifier > 0. + * @param name Name of the process e.g. "Process X". + * @param parent Previously declared parent process identifier or 0 if + * process has no parent. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefProcess( OTF_Writer* writer, + uint32_t stream, + uint32_t process, + const char* name, + uint32_t parent ); + + +/** + * Write a process group definition record. + * + * OTF supports groups of processes. Their main objective is to classify + * processes depending on arbitrary characteristics. Processes can reside + * in multiple groups. This record type is optional. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param procGroup Arbitrary but unique process group identifier > 0. + * @param name Name of the process group e.g. "Well Balanced". + * @param numberOfProcs The number of processes in the process group. + * @param procs Vector of process identifiers or previously defined + * process group identifiers as defined with + * OTF_Writer_writeDefProcess() resp. + * OTF_Writer_writeDefProcessGroup. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefProcessGroup( OTF_Writer* writer, + uint32_t stream, + uint32_t procGroup, + const char* name, + uint32_t numberOfProcs, + const uint32_t* procs ); + + +/** + * Write a function definition record. + * + * Defines a function of the given name. Functions can optionally belong to a + * certain function group to be defined with the + * OTF_Writer_writeDefFunctionGroup() call. A source code reference can + * be added to the definition aswell. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param func Arbitrary but unique function identifier > 0. + * @param name Name of the function e.g. "DoSomething". + * @param funcGroup A function group identifier preliminary defined with + * OTF_Writer_writeDefFunctionGroup() or 0 for no + * function group assignment. + * @param source Reference to the function's source code location + * preliminary defined with OTF_Writer_writeDefScl() or + * 0 for no source code location assignment. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefFunction( OTF_Writer* writer, + uint32_t stream, + uint32_t func, + const char* name, + uint32_t funcGroup, + uint32_t source ); + + +/** + * Write a function group definition record. + * + * @param writer Pointer to an initialized OTF_Writer object. See + * also OTF_Writer_open(). + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param funcGroup An arbitrary but unique function group identifier > 0. + * @param name Name of the function group e.g. "Computation". + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefFunctionGroup( OTF_Writer* writer, + uint32_t stream, + uint32_t funcGroup, + const char* name ); + + +/** + * Write a collective operation definition record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param collOp An arbitrary but unique collective op. identifier > 0. + * @param name Name of the collective operation e.g. "MPI_Bcast". + * @param type One of the five supported collective classes: + * OTF_COLLECTIVE_TYPE_UNKNOWN (default), + * OTF_COLLECTIVE_TYPE_BARRIER, + * OTF_COLLECTIVE_TYPE_ONE2ALL, + * OTF_COLLECTIVE_TYPE_ALL2ONE, + * OTF_COLLECTIVE_TYPE_ALL2ALL. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefCollectiveOperation( OTF_Writer* writer, + uint32_t stream, + uint32_t collOp, + const char* name, + uint32_t type ); + + +/** + * Write a counter definition record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param counter An arbitrary but unique counter identifier. + * @param name Name of the counter e.g. "Cache Misses". + * @param properties A combination of a type and scope counter property. + * OTF_COUNTER_TYPE_ACC (default) represents a counter + * with monotonously increasing values e.g. a FLOP + * counter. OTF_COUNTER_TYPE_ABS on the other hand + * defines a counter with alternating absolute values e.g. + * the memory usage of a process. The following counter + * measurement scopes are supported: + * OTF_COUNTER_SCOPE_START (default) always refers to the + * start of the process, OTF_COUNTER_SCOPE_POINT refers + * to exactly this moment in time, OTF_COUNTER_SCOPE_LAST + * relates to the previous measurement, and + * OTF_COUNTER_SCOPE_NEXT to the next measurement. + * Examples: OTF_COUNTER_TYPE_ACC + + * OTF_COUNTER_SCOPE_START should be used for most + * standard hardware (PAPI) counters. + * OTF_COUNTER_TYPE_ABS + OTF_COUNTER_SCOPE_POINT could + * be used to record information 'spikes'. + * OTF_COUNTER_TYPE_ABS + OTF_COUNTER_SCOPE_NEXT works + * for memory allocation recording. + * @param counterGroup A previously defined counter group identifier or 0 + * for no group. + * @param unit Unit of the counter e.g. "#" for "number of..." or 0 + * for no unit. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefCounter( OTF_Writer* writer, + uint32_t stream, + uint32_t counter, + const char* name, + uint32_t properties, + uint32_t counterGroup, + const char* unit ); + + +/** + * Write a counter group definition record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param counterGroup An arbitrary but unique counter group identifier. + * @param name Counter group name. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefCounterGroup( OTF_Writer* writer, + uint32_t stream, + uint32_t counterGroup, + const char* name ); + + +/** + * Write a source code location (SCL) record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param source Arbitrary but unique source code location + * identifier > 0. + * @param sourceFile Previously defined source file identifier. See + * OTF_Writer_writeDefSclFile(). + * @param line Line number. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefScl( OTF_Writer* writer, + uint32_t stream, + uint32_t source, + uint32_t sourceFile, + uint32_t line ); + + +/** + * Write a source code location (SCL) file record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param sourceFile Arbitrary but unique source code location + * identifier != 0. + * @param name File name. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefSclFile( OTF_Writer* writer, + uint32_t stream, + uint32_t sourceFile, + const char* name ); + + +/** + * depricated. The Otf-Version-record is generated automatically at beginning of + * tracing in the global definiton stream. + * + * \ingroup writer + */ +int OTF_Writer_writeOtfVersion( OTF_Writer* writer, uint32_t stream ); + + +/** + * Write a creator record. + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param creator String which identifies the creator of the + * file e.g. "TAU Version x.y.z". + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefCreator( OTF_Writer* writer, uint32_t stream, + const char* creator ); + + + + +/** + * Write a file definition record + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param token Arbitrary, unique identifier for the file. + * Has to be > 0. + * @param name Name of the file. + * @param group File group identifier or 0 for no group. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefFile( OTF_Writer* writer, + uint32_t stream, + uint32_t token, + const char* name, + uint32_t group ); + + +/** + * Write a file group definition record + * + * @param writer Initialized OTF_Writer instance. + * @param stream Target stream identifier with + * 0 < stream <= number of streams as defined in + * OTF_Writer_open(). + * @param token Arbitrary, unique identifier for the file group. + * Has to be > 0. + * @param name Name of the file group. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeDefFileGroup( OTF_Writer* writer, + uint32_t stream, + uint32_t token, + const char* name ); + + +/** + * Write a function entry record. + * + * @param writer Initialized OTF_Writer instance. + * @param time The time when the function entry took place. + * @param function Function to be entered as defined with + * OTF_Writer_defFunction. + * @param process Process where action took place. + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeEnter( OTF_Writer* writer, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + + +/** + * Write a function leave record. + * + * @param writer Initialized OTF_Writer instance. + * @param time The time when the function leave took place. + * @param function Function which was left or 0 if stack integrety checking + * is not needed. + * @param process Process where action took place. + * @param source Explicit source code location or 0. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeLeave( OTF_Writer* writer, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + + +/** + * Write a message retrieval record. + * + * @param writer Initialized OTF_Writer instance. + * @param time The time when the message was received. + * @param receiver Identifier of receiving process. + * @param sender Identifier of sending process. + * @param procGroup Optional process-group sender and receiver belong to, + * '0' for no group. + * @param tag Optional message type information. + * @param length Optional message length information. + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeRecvMsg( OTF_Writer* writer, + uint64_t time, + uint32_t receiver, + uint32_t sender, + uint32_t procGroup, + uint32_t tag, + uint32_t length, + uint32_t source ); + + +/** + * Write a message send record. + * + * @param writer Initialized OTF_Writer instance. + * @param time The time when the message was send. + * @param sender Sender of the message. + * @param receiver Receiver of the message. + * @param procGroup Optional process-group sender and receiver belong to, + * '0' for no group. + * @param tag Optional message type information. + * @param length Optional message length information. + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeSendMsg( OTF_Writer* writer, + uint64_t time, + uint32_t sender, + uint32_t receiver, + uint32_t procGroup, + uint32_t tag, + uint32_t length, + uint32_t source ); + + +/** + * Write a counter measurement record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when counter was measured. + * @param process Process where counter measurment took place. + * @param counter Counter which was measured. + * @param value Counter value. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeCounter( OTF_Writer* writer, + uint64_t time, + uint32_t process, + uint32_t counter, + uint64_t value ); + + +/** + * Write a collective operation member record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when collective operation was entered by member. + * @param process Process identifier i.e. collective member. + * @param collective Collective identifier to be defined with + * OTF_Writer_writeDefCollectiveOperation(). + * @param procGroup Group of processes participating in this collective. + * @param rootProc Root process if != 0. + * @param sent Data volume sent by member or 0. + * @param received Data volumd received by member or 0. + * @param duration Time spent in collective operation. + * @param source Explicit source code location or 0. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeCollectiveOperation( OTF_Writer* writer, + uint64_t time, + uint32_t process, + uint32_t collective, + uint32_t procGroup, + uint32_t rootProc, + uint32_t sent, + uint32_t received, + uint64_t duration, + uint32_t source ); + + +/** + * Write a comment record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeEventComment( OTF_Writer* writer, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** + * Write a begin process record + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when process was referenced for the first time. + * @param process Process identifier > 0. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeBeginProcess( OTF_Writer* writer, + uint64_t time, + uint32_t process ); + + +/** + * Write a end process record + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when process was referenced for the last time. + * @param process Process identifier > 0. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeEndProcess( OTF_Writer* writer, + uint64_t time, + uint32_t process ); + + +/** + * Write an file operation record + * + * @param writer Initialized OTF_Writer instance. + * + * @param time Time when process was referenced for the last time. + * + * @param fileid File identifier > 0. + * + * @param handleid File open identifier. + * + * @param process Process identifier > 0. + * + * @param operation Type of file operation @see OTF_Handler_FileOperation() + * + * @param bytes Depends on operation @see OTF_Handler_FileOperation() + * @param duration time spent in the file operation + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeFileOperation( OTF_Writer* writer, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t operation, + uint64_t bytes, + uint64_t duration, + uint32_t source ); + +/* *** public snapshot record write handlers *** */ + +/** + * Write a snapshot comment record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeSnapshotComment( OTF_Writer* writer, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** + * Write an enter snapshot which provides information about a past + * function call + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when the snapshot was written(current time). + * @param originaltime Time when the according enter record was entered. + * This call is still on the stack.(It has not been left + * yet) + * @param function Function that the has been entered + * OTF_Writer_defFunction. + * @param process Process where action took place. + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeEnterSnapshot( OTF_Writer* writer, + uint64_t time, + uint64_t originaltime, + uint32_t function, + uint32_t process, + uint32_t source ); + +/** + * Write a send snapshot which provides information about a past + * message send operation that is still pending, i.e. not yet received + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when the snapshot was written(current time). + * @param originaltime Time when the message was sent + * @param sender Sender of the message. + * @param receiver Receiver of the message. + * @param procGroup Optional process-group sender and receiver belong to, + * '0' for no group. + * @param tag Optional message type information. + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeSendSnapshot( OTF_Writer* writer, + uint64_t time, + uint64_t originaltime, + uint32_t sender, + uint32_t receiver, + uint32_t procGroup, + uint32_t tag, + uint32_t source ); + + +/** + * Write a snapshot record for an open (and not yet closed) file + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when the snapshot was written(current time). + * @param originaltime Time when the message was sent. + * @param fileid File identifier. + * @param process Process where the file was opened. + * @param handleid Unique file open identifier. @see OTF_Handler_FileOperation() + * @param source Optional reference to source code. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeOpenFileSnapshot( OTF_Writer* writer, + uint64_t time, + uint64_t originaltime, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t source ); + + + +/* *** public statistics record write handlers *** */ + + +/** + * Write a summary comment record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Comments need a timestamp for a proper positioning in the + * trace. + * @param process Comments also need a process identifier for a proper + * positioning in the trace. + * @param comment Arbitrary comment string. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeSummaryComment( OTF_Writer* writer, + uint64_t time, + uint32_t process, + const char* comment ); + + +/** + * Write a function summary record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when summary was computed. + * @param function Function as defined with + * OTF_Handler_DefFunction. + * @param process Process of the given function. + * @param count Number of invocations. + * @param excltime Time spent exclusively in the given function. + * @param incltime Time spent in the given function including all + * sub-routine calls. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeFunctionSummary( OTF_Writer* writer, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +/** + * Write a functiongroup summary record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when summary was computed. + * @param functiongroup Function group as defined with + * OTF_Handler_DefFunctionGroup. + * @param process Process of the given function group. + * @param count Number of invocations. + * @param excltime Time spent exclusively in the given function group. + * @param incltime Time spent in the given function group including all + * sub-routine calls. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeFunctionGroupSummary( OTF_Writer* writer, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +/** + * Write a message summary record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when summary was computed. + * @param process Process where messages originated. + * @param peer Process where the message is sent to + * @param comm Communicator of message summary + * @param tag Message type/tag. + * @param number_sent The number of messages sent. + * @param number_recved The number of messages received. + * @param bytes_sent The number of bytes sent via messages of the given + * type. + * @param bytes_recved The number of bytes received through messages of the + * given type. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ + +int OTF_Writer_writeMessageSummary( OTF_Writer* writer, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, + uint64_t number_recved, uint64_t bytes_sent, uint64_t bytes_recved ); + + +/** + * Writes a file operation summary record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when summary was computed. + * @param fileid File identifier or 0 for all files. + * @param process Process where file operations occured. + * @param nopen Number of files opened. + * @param nclose Number of files closed. + * @param nread Number of read events. + * @param nwrite Number of write events. + * @param nseek Number of seek events. + * @param bytesread Number of bytes read. + * @param byteswrite Number of bytes written. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeFileOperationSummary( OTF_Writer* writer, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + + +/** + * Writes a file group operation summary record. + * + * @param writer Initialized OTF_Writer instance. + * @param time Time when summary was computed. + * @param groupid File group identifier or 0 for all files/groups. + * @param process Process where file operations occured. + * @param nopen Number of files opened. + * @param nclose Number of files closed. + * @param nread Number of read events. + * @param nwrite Number of write events. + * @param nseek Number of seek events. + * @param bytesread Number of bytes read. + * @param byteswrite Number of bytes written. + * + * @return 1 on success, 0 if an error occurs. + * + * \ingroup writer + */ +int OTF_Writer_writeFileGroupOperationSummary( OTF_Writer* writer, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); +/* *** private member functions *** */ + + +/** For a process with id 'processId' return a stream id of the stream the + data is to be written to. If no mapping has been set so far it is defined + in a way such that it is added to the stream with the least processes. + \ingroup writer */ +uint32_t OTF_Writer_mapProcess( OTF_Writer* writer, uint32_t processId ); + + +/** Return the stream with the given stream id. If there is no such stream yet + create one and append it to 'streams'. \ingroup writer */ +OTF_WStream* OTF_Writer_getStream( OTF_Writer* writer, uint32_t stream ); + + +#endif /* OTF_WRITER_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.c b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.c new file mode 100644 index 0000000000..bbe47f8c8d --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.c @@ -0,0 +1,110 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "OTF_Platform.h" +#include "OTF_inttypes.h" + + +#define OTF_COMPILE_TIME_ASSERT(pred) switch(0){case 0:case pred:;} + +/* !!! if your compiler hits an error here, your integer types +have not the correct length, thus are not defined correct !!! */ +void otf_compile_time_assert(void); +void otf_compile_time_assert() { + OTF_COMPILE_TIME_ASSERT(sizeof(uint8_t) == 1); + OTF_COMPILE_TIME_ASSERT(sizeof(int8_t) == 1); + OTF_COMPILE_TIME_ASSERT(sizeof(uint16_t) == 2); + OTF_COMPILE_TIME_ASSERT(sizeof(int16_t) == 2); + OTF_COMPILE_TIME_ASSERT(sizeof(uint32_t) == 4); + OTF_COMPILE_TIME_ASSERT(sizeof(int32_t) == 4); + OTF_COMPILE_TIME_ASSERT(sizeof(uint64_t) == 8); + OTF_COMPILE_TIME_ASSERT(sizeof(int64_t) == 8); +} + + +/* this function is for all unsigned integers of, 8, 16, 32 or 64 bit length */ +uint64_t OTF_Unsigned2Counter( uint64_t value ) { + + + return value; +} + + +uint64_t OTF_Counter2Unsigned( uint64_t value ) { + + + return value; +} + + +/* this function is for all signed integers of, 8, 16, 32 or 64 bit length */ +uint64_t OTF_Signed2Counter( int64_t value ) { + + + return *( (uint64_t*) &value); +} + + +int64_t OTF_Counter2Signed( uint64_t value ) { + + + return *( (int64_t*) &value); +} + + +/* this function is for single precision floating point variables 32 bit length */ +uint64_t OTF_Float2Counter( float value ) { + + union types_union { + float f; + uint32_t u; + } t; + + t.f= value; + + return (uint64_t) t.u; +} + + +float OTF_Counter2Float( uint64_t value ) { + + uint32_t tmp= (uint32_t) value; + + union types_union { + float f; + uint32_t u; + } t; + + t.u= tmp; + + return t.f; +} + + +/* this function is for double precision floating point variables 64 bit length */ +uint64_t OTF_Double2Counter( double value ) { + + union types_union { + double d; + uint64_t u; + } t; + + t.d= value; + + return t.u; +} + +double OTF_Counter2Double( uint64_t value ) { + + union types_union { + double d; + uint64_t u; + } t; + + t.u= value; + + return t.d; +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.h.in b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.h.in new file mode 100644 index 0000000000..535adc7595 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes.h.in @@ -0,0 +1,99 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * @file OTF_inttypes.h + * + * @brief Deals with all data type related issues. + * + * \ingroup misc + */ + + +#ifndef OTF_INTTYPES_H +#define OTF_INTTYPES_H + +#define OTF_HAVE_STDINT_H @have_stdint_h@ +#define OTF_HAVE_INTTYPES_H @have_inttypes_h@ +#define OTF_SIZEOF_LONG @sizeof_long@ + +#if (defined WIN32) /* windows */ + + #if (defined _MSC_VER) /* it's visual studio */ + + #if( _MSC_VER >= 1310 ) /* vs2003 and newer */ + + /* needed by otf */ + typedef unsigned char uint8_t; + typedef signed int int32_t; + typedef unsigned int uint32_t; + typedef signed __int64 int64_t; + typedef unsigned __int64 uint64_t; + + /* not needed by otf */ + typedef signed char int8_t; + typedef signed short int16_t; + typedef unsigned short uint16_t; + + #endif + + #endif + +#else /* unix, ... */ + +# if OTF_HAVE_STDINT_H +# include +# elif OTF_HAVE_INTTYPES_H +# include +# else /* OTF_HAVE_STDINT_H || OTF_HAVE_INTTYPES_H */ + + typedef signed char int8_t; + typedef signed short int int16_t; + typedef signed int int32_t; +# if OTF_SIZEOF_LONG == 8 + typedef signed long int int64_t; +# else /* OTF_SIZEOF_LONG */ + typedef signed long long int int64_t; +# endif /* OTF_SIZEOF_LONG */ + + typedef unsigned char uint8_t; + typedef unsigned short int uint16_t; + typedef unsigned int uint32_t; +# if OTF_SIZEOF_LONG == 8 + typedef unsigned long int uint64_t; +# else /* OTF_SIZEOF_LONG */ + typedef unsigned long long int uint64_t; +# endif /* OTF_SIZEOF_LONG */ + +# endif /* OTF_HAVE_INTTYPES_H || OTF_HAVE_STDINT_H */ + +#endif + + +/** Converts unsigned integers of 8, 16, 32 or 64 bit length into OTF counter values. */ +uint64_t OTF_Unsigned2Counter( uint64_t value ); +/** Converts OTF counter values to unsigned integers of 8, 16, 32 or 64 bit length. */ +uint64_t OTF_Counter2Unsigned( uint64_t value ); + + +/** Converts signed integers of 8, 16, 32 or 64 bit length to OTF counter values. */ +uint64_t OTF_Signed2Counter( int64_t value ); +/** Converts OTF counter values to signed integers of 8, 16, 32 or 64 bit length. */ +int64_t OTF_Counter2Signed( uint64_t value ); + + +/** Converts single precision floating point variables to OTF counter values. */ +uint64_t OTF_Float2Counter( float value ); +/** Converts OTF counter values to single precision floating point values. */ +float OTF_Counter2Float( uint64_t value ); + + +/** Converts double precision floating point values to OTF counter values. */ +uint64_t OTF_Double2Counter( double value ); +/** Converts OTF counter values to double precision floating point values. */ +double OTF_Counter2Double( uint64_t value ); + +#endif /* OTF_INTTYPES_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/libotf_vs05.vcproj b/ompi/contrib/vt/vt/extlib/otf/otflib/libotf_vs05.vcproj new file mode 100644 index 0000000000..e24ce64912 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/libotf_vs05.vcproj @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib/otf.h b/ompi/contrib/vt/vt/extlib/otf/otflib/otf.h new file mode 100644 index 0000000000..a5c4ade08e --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib/otf.h @@ -0,0 +1,98 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/** + * \mainpage Open Trace Format API Documentation + * + * \section introduction Introduction + * + * This library supports efficient parallel and distributed access to trace + * data and offers selective reading access regarding arbitrary time + * intervals, process selection and record types. Optional auxiliary + * information can assist this selective access. + * + * The Open Trace Format makes use of a portable ASCII encoding. + * It distributes single traces to multiple so called streams + * with one or more files each. Merging of records from multiple files is done + * transparently by the OTF library. The number of possible streams is not + * limited by the number of available file handles. + * + * + * For more information read the specification (docu/api/specification.pdf) + * + * OTF is available under the BSD open source license that allows free usage + * for academic and commercial applications. + * + * + * \section quicklinks Quick Links + * + * \subsection interfaces Interfaces + * - \ref reader "Global Reader" - \ref rstream "Stream Reader" + * - \ref writer "Global Writer" - \ref wstream "Stream Writer " + * - \ref handler "Handlers" - \ref ha "Handler Array" + * + * - \ref fm "File Manager" + * - \ref mc "Master Control" + * + * - \ref misc "Miscellaneous" + * + * \subsection examples Examples + * - \ref reader_example1 "Reader" + * - \ref reader_example2 "Reader 2" + * - \ref rstream_example "Stream Reader" + * - \ref writer_example "Writer" + * - \ref wstream_example "Stream Writer" + * - \ref mc_example "Master Control" + * + * \subsection Contact + * - report bugs to andreas.knuepfer@tu-dresden.de + * - OTF-Home + * + */ + +/** + * @file otf.h + * + * @brief Main include file for applications using OTF. + */ + + +/** + * \defgroup misc Miscellaneous + */ + +/** + * \defgroup internal Internal Interfaces + * + * All files in this module contain Interfaces that are not meant to be accessed directly. + */ + +#ifndef OTF_H +#define OTF_H + + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + +#include "OTF_Definitions.h" +#include "OTF_FileManager.h" +#include "OTF_Filenames.h" +#include "OTF_HandlerArray.h" +#include "OTF_MasterControl.h" +#include "OTF_RStream.h" +#include "OTF_Reader.h" +#include "OTF_WStream.h" +#include "OTF_Writer.h" + + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + +#endif /* OTF_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.am new file mode 100644 index 0000000000..141b43ef52 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.am @@ -0,0 +1,27 @@ +EXTRA_DIST = otf.i + +INCLUDES = \ + $(ZLIB_INCLUDE_LINE) \ + -I$(top_srcdir)/otflib + + +noinst_HEADERS = \ + pyOTF_AuxiliaryFunctions.h \ + pyOTF_Wrapper.h + + +pkgpython_PYTHON = __init__.py +nodist_pkgpython_PYTHON = otf.py +pkgpyexec_LTLIBRARIES = _otf.la +nodist__otf_la_SOURCES = otf_wrap.c +_otf_la_CPPFLAGS = $(SWIG_PYTHON_CPPFLAGS) +_otf_la_LDFLAGS = -module +_otf_la_LIBADD = -L$(top_srcdir)/otflib -lotf $(ZLIB_LIB_LINE) + + +otf_wrap.c : otf.i + $(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir)/otflib -o $@ $< + +CLEANFILES= \ + otf_wrap.c \ + otf.py diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.in new file mode 100644 index 0000000000..07e01aad02 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.in @@ -0,0 +1,590 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = otflib_py +DIST_COMMON = README $(noinst_HEADERS) $(pkgpython_PYTHON) \ + $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(pkgpyexecdir)" \ + "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pkgpythondir)" +pkgpyexecLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(pkgpyexec_LTLIBRARIES) +am__DEPENDENCIES_1 = +_otf_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +nodist__otf_la_OBJECTS = _otf_la-otf_wrap.lo +_otf_la_OBJECTS = $(nodist__otf_la_OBJECTS) +_otf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(_otf_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(nodist__otf_la_SOURCES) +DIST_SOURCES = +nodist_pkgpythonPYTHON_INSTALL = $(INSTALL_DATA) +pkgpythonPYTHON_INSTALL = $(INSTALL_DATA) +py_compile = $(top_srcdir)/py-compile +HEADERS = $(noinst_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = otf.i +INCLUDES = \ + $(ZLIB_INCLUDE_LINE) \ + -I$(top_srcdir)/otflib + +noinst_HEADERS = \ + pyOTF_AuxiliaryFunctions.h \ + pyOTF_Wrapper.h + +pkgpython_PYTHON = __init__.py +nodist_pkgpython_PYTHON = otf.py +pkgpyexec_LTLIBRARIES = _otf.la +nodist__otf_la_SOURCES = otf_wrap.c +_otf_la_CPPFLAGS = $(SWIG_PYTHON_CPPFLAGS) +_otf_la_LDFLAGS = -module +_otf_la_LIBADD = -L$(top_srcdir)/otflib -lotf $(ZLIB_LIB_LINE) +CLEANFILES = \ + otf_wrap.c \ + otf.py + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu otflib_py/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu otflib_py/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-pkgpyexecLTLIBRARIES: $(pkgpyexec_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(pkgpyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpyexecdir)" + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgpyexecdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(pkgpyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgpyexecdir)/$$f"; \ + else :; fi; \ + done + +uninstall-pkgpyexecLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgpyexecdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgpyexecdir)/$$p"; \ + done + +clean-pkgpyexecLTLIBRARIES: + -test -z "$(pkgpyexec_LTLIBRARIES)" || rm -f $(pkgpyexec_LTLIBRARIES) + @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +_otf.la: $(_otf_la_OBJECTS) $(_otf_la_DEPENDENCIES) + $(_otf_la_LINK) -rpath $(pkgpyexecdir) $(_otf_la_OBJECTS) $(_otf_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_otf_la-otf_wrap.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +_otf_la-otf_wrap.lo: otf_wrap.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_otf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT _otf_la-otf_wrap.lo -MD -MP -MF $(DEPDIR)/_otf_la-otf_wrap.Tpo -c -o _otf_la-otf_wrap.lo `test -f 'otf_wrap.c' || echo '$(srcdir)/'`otf_wrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/_otf_la-otf_wrap.Tpo $(DEPDIR)/_otf_la-otf_wrap.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='otf_wrap.c' object='_otf_la-otf_wrap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_otf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o _otf_la-otf_wrap.lo `test -f 'otf_wrap.c' || echo '$(srcdir)/'`otf_wrap.c + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-nodist_pkgpythonPYTHON: $(nodist_pkgpython_PYTHON) + @$(NORMAL_INSTALL) + test -z "$(pkgpythondir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpythondir)" + @list='$(nodist_pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \ + if test -f $$b$$p; then \ + f=$(am__strip_dir) \ + dlist="$$dlist $$f"; \ + echo " $(nodist_pkgpythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(pkgpythondir)/$$f'"; \ + $(nodist_pkgpythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(pkgpythondir)/$$f"; \ + else :; fi; \ + done; \ + if test -n "$$dlist"; then \ + if test -z "$(DESTDIR)"; then \ + PYTHON=$(PYTHON) $(py_compile) --basedir "$(pkgpythondir)" $$dlist; \ + else \ + PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(pkgpythondir)" $$dlist; \ + fi; \ + else :; fi + +uninstall-nodist_pkgpythonPYTHON: + @$(NORMAL_UNINSTALL) + @list='$(nodist_pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + f=$(am__strip_dir) \ + rm -f "$(DESTDIR)$(pkgpythondir)/$$f"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}c"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}o"; \ + done +install-pkgpythonPYTHON: $(pkgpython_PYTHON) + @$(NORMAL_INSTALL) + test -z "$(pkgpythondir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpythondir)" + @list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \ + if test -f $$b$$p; then \ + f=$(am__strip_dir) \ + dlist="$$dlist $$f"; \ + echo " $(pkgpythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(pkgpythondir)/$$f'"; \ + $(pkgpythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(pkgpythondir)/$$f"; \ + else :; fi; \ + done; \ + if test -n "$$dlist"; then \ + if test -z "$(DESTDIR)"; then \ + PYTHON=$(PYTHON) $(py_compile) --basedir "$(pkgpythondir)" $$dlist; \ + else \ + PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(pkgpythondir)" $$dlist; \ + fi; \ + else :; fi + +uninstall-pkgpythonPYTHON: + @$(NORMAL_UNINSTALL) + @list='$(pkgpython_PYTHON)'; dlist=''; for p in $$list; do\ + f=$(am__strip_dir) \ + rm -f "$(DESTDIR)$(pkgpythondir)/$$f"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}c"; \ + rm -f "$(DESTDIR)$(pkgpythondir)/$${f}o"; \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pkgpythondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pkgpyexecLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-nodist_pkgpythonPYTHON \ + install-pkgpythonPYTHON + +install-dvi: install-dvi-am + +install-exec-am: install-pkgpyexecLTLIBRARIES + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-nodist_pkgpythonPYTHON \ + uninstall-pkgpyexecLTLIBRARIES uninstall-pkgpythonPYTHON + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pkgpyexecLTLIBRARIES ctags distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_pkgpythonPYTHON install-pdf install-pdf-am \ + install-pkgpyexecLTLIBRARIES install-pkgpythonPYTHON \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-nodist_pkgpythonPYTHON \ + uninstall-pkgpyexecLTLIBRARIES uninstall-pkgpythonPYTHON + + +otf_wrap.c : otf.i + $(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir)/otflib -o $@ $< +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/README b/ompi/contrib/vt/vt/extlib/otf/otflib_py/README new file mode 100644 index 0000000000..2397a10f8b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/README @@ -0,0 +1,8 @@ +otf python bindings +-- + +The interface is exact the same as in C +except: + - all 'OTF_*_*Progress' functions return a list of 4 values, namely + [old-return-value, minimum, current, maximum] and take only one argument, + which is a pointer to a OTF_{Reader,RStream} object diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/__init__.py b/ompi/contrib/vt/vt/extlib/otf/otflib_py/__init__.py new file mode 100644 index 0000000000..25a7982ee7 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/__init__.py @@ -0,0 +1 @@ +from otf import * diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/otf.i b/ompi/contrib/vt/vt/extlib/otf/otflib_py/otf.i new file mode 100644 index 0000000000..fef3484188 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/otf.i @@ -0,0 +1,570 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +/* + * no structures will be included, so they are no accessable through python + * + * Time- and BytesProgress now have 4 return values. 1. real return value and + * and min/cur/max - e.g. [ 1, 0, 100, 100000 ] + * + */ + + +%module otf +%{ + +#include "otf.h" + +#include "pyOTF_AuxiliaryFunctions.h" + +#include "pyOTF_Wrapper.h" + +%} + + +/* *** conversion from C datatypes to python data types *** */ +%apply unsigned char { uint8_t } +%apply unsigned int { uint32_t } +%apply unsigned long long { uint64_t } +%apply unsigned long long *OUTPUT { uint64_t* minimum, uint64_t* current, uint64_t* maximum }; /* progress return values */ + + +/* *** other interfaces *** */ + +/* OTF_Definitions.h */ +%include ../otflib/OTF_Definitions.h + + +/* OTF_FileManager.h */ +%ignore OTF_FileManager_guaranteeFile; /* the user shouldn't use this function */ +%ignore OTF_FileManager_registerFile; /* the user shouldn't use this function */ +%ignore OTF_FileManager_touchFile; /* the user shouldn't use this function */ +%ignore OTF_FileManager_suspendFile; /* the user shouldn't use this function */ + +%include ../otflib/OTF_FileManager.h + + +/* OTF_Filenames.h */ +%include ../otflib/OTF_Filenames.h + + +/* OTF_HandlerArray.h */ +%ignore OTF_HandlerArray_getCopyHandler; + +%ignore struct_OTF_HandlerArray; +%ignore OTF_HandlerArray_close; +%ignore OTF_HandlerArray_setHandler; +%ignore OTF_HandlerArray_setFirstHandlerArg; +%ignore OTF_Handler_DefinitionComment; +%ignore OTF_Handler_DefTimerResolution; +%ignore OTF_Handler_DefProcess; +%ignore OTF_Handler_DefProcessGroup; +%ignore OTF_Handler_DefFunction; +%ignore OTF_Handler_DefFunctionGroup; +%ignore OTF_Handler_DefCollectiveOperation; +%ignore OTF_Handler_DefCounter; +%ignore OTF_Handler_DefCounterGroup; +%ignore OTF_Handler_DefScl; +%ignore OTF_Handler_DefSclFile; +%ignore OTF_Handler_DefCreator; +%ignore OTF_Handler_DefVersion; +%ignore OTF_Handler_DefFile; +%ignore OTF_Handler_DefFileGroup; +%ignore OTF_Handler_Enter; +%ignore OTF_Handler_Leave; +%ignore OTF_Handler_SendMsg; +%ignore OTF_Handler_RecvMsg; +%ignore OTF_Handler_Counter; +%ignore OTF_Handler_CollectiveOperation; +%ignore OTF_Handler_EventComment; +%ignore OTF_Handler_BeginProcess; +%ignore OTF_Handler_EndProcess; +%ignore OTF_Handler_FileOperation; +%ignore OTF_Handler_SnapshotComment; +%ignore OTF_Handler_EnterSnapshot; +%ignore OTF_Handler_SendSnapshot; +%ignore OTF_Handler_OpenFileSnapshot; +%ignore OTF_Handler_SummaryComment; +%ignore OTF_Handler_FunctionSummary; +%ignore OTF_Handler_FunctionGroupSummary; +%ignore OTF_Handler_MessageSummary; +%ignore OTF_Handler_FileOperationSummary; +%ignore OTF_Handler_FileGroupOperationSummary; +%ignore OTF_Handler_UnknownRecord; + +%include ../otflib/OTF_HandlerArray.h + + +/* OTF_inttypes.h */ +%include ../otflib/OTF_inttypes.h + + +/* OTF_MasterControl.h */ +%ignore struct_OTF_MapEntry; +%ignore struct_OTF_Pair; +%ignore struct_OTF_MasterControl; +%ignore OTF_MasterControl_appendList; /* replaced by wrapper */ + +%include ../otflib/OTF_MasterControl.h + + +/* OTF_Reader.h */ + +%include ../otflib/OTF_Reader.h + + +/* OTF_RStream.h */ +%ignore struct_OTF_RStream; + +%include ../otflib/OTF_RStream.h + + +/* OTF_Writer.h */ +%ignore OTF_Writer_writeDefProcessGroup; +%ignore OTF_Writer_writeOtfVersion; + +%include ../otflib/OTF_Writer.h + + +/* OTF_WStream.h */ +%ignore struct_OTF_WStream; + +%include ../otflib/OTF_WStream.h + + +/* *** functions that had to be wrapped up *** */ +%rename(OTF_COUNTER_VARTYPE_ISINTEGER) pyOTF_COUNTER_VARTYPE_ISINTEGER; +%rename(OTF_COUNTER_VARTYPE_ISSIGNED) pyOTF_COUNTER_VARTYPE_ISSIGNED; +%rename(OTF_COUNTER_VARTYPE_ISUNSIGNED) pyOTF_COUNTER_VARTYPE_ISUNSIGNED; + +%rename(OTF_MasterControl_appendList) pyOTF_MasterControl_appendList; +%rename(OTF_Writer_writeDefProcessGroup) pyOTF_Writer_writeDefProcessGroup; +%rename(OTF_HandlerArray_close) pyOTF_HandlerArray_close; +%rename(OTF_HandlerArray_setHandler) pyOTF_HandlerArray_setHandler; +%rename(OTF_HandlerArray_setFirstHandlerArg) pyOTF_HandlerArray_setFirstHandlerArg; + +%ignore pyOTF_FirstHandlerArgument; +%ignore pyOTF_Handler_DefinitionComment; +%ignore pyOTF_Handler_DefTimerResolution; +%ignore pyOTF_Handler_DefProcess; +%ignore pyOTF_Handler_DefProcessGroup; +%ignore pyOTF_Handler_DefFunction; +%ignore pyOTF_Handler_DefFunctionGroup; +%ignore pyOTF_Handler_DefCollectiveOperation; +%ignore pyOTF_Handler_DefCounter; +%ignore pyOTF_Handler_DefCounterGroup; +%ignore pyOTF_Handler_DefScl; +%ignore pyOTF_Handler_DefSclFile; +%ignore pyOTF_Handler_DefCreator; +%ignore pyOTF_Handler_DefVersion; +%ignore pyOTF_Handler_DefFile; +%ignore pyOTF_Handler_DefFileGroup; +%ignore pyOTF_Handler_Enter; +%ignore pyOTF_Handler_Leave; +%ignore pyOTF_Handler_SendMsg; +%ignore pyOTF_Handler_RecvMsg; +%ignore pyOTF_Handler_Counter; +%ignore pyOTF_Handler_CollectiveOperation; +%ignore pyOTF_Handler_EventComment; +%ignore pyOTF_Handler_BeginProcess; +%ignore pyOTF_Handler_EndProcess; +%ignore pyOTF_Handler_FileOperation; +%ignore pyOTF_Handler_SnapshotComment; +%ignore pyOTF_Handler_EnterSnapshot; +%ignore pyOTF_Handler_SendSnapshot; +%ignore pyOTF_Handler_OpenFileSnapshot; +%ignore pyOTF_Handler_SummaryComment; +%ignore pyOTF_Handler_FunctionSummary; +%ignore pyOTF_Handler_FunctionGroupSummary; +%ignore pyOTF_Handler_MessageSummary; +%ignore pyOTF_Handler_FileOperationSummary; +%ignore pyOTF_Handler_FileGroupOperationSummary; +%ignore pyOTF_Handler_UnknownRecord; + +%include pyOTF_Wrapper.h + + +/* OTF_Copyhandler.h */ +%pythoncode %{ + +def OTF_CopyHandler_DefComment( writer, stream, comment ): + + if OTF_Writer_writeDefinitionComment( writer, stream, comment ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefTimerResolution( writer, stream, ticksPerSecond ): + + if OTF_Writer_writeDefTimerResolution( writer, stream, ticksPerSecond ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefProcess( writer, stream, process, name, parent ): + + if OTF_Writer_writeDefProcess( writer, stream, process, name, parent ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefProcGroup( writer, stream, group, name, nr, proclist ): + + if OTF_Writer_writeDefProcessGroup( writer, stream, group, name, nr, proclist ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefFunction( writer, stream, func, name, group, source ): + + if OTF_Writer_writeDefFunction( writer, stream, func, name, group, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefFunctionGroup( writer, stream, group, name ): + + if OTF_Writer_writeDefFunctionGroup( writer, stream, group, name ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefCollectiveOperation( writer, stream, coll, name, typee ): + + if OTF_Writer_writeDefCollectiveOperation( writer, stream, coll, name, typee ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefCounter( writer, stream, counter, name, properties, group, unit ): + + if OTF_Writer_writeDefCounter( writer, stream, counter, name, properties, group, unit ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefCounterGroup( writer, stream, group, name ): + + if OTF_Writer_writeDefCounterGroup( writer, stream, group, name ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefScl( writer, stream, source, file, line ): + + if OTF_Writer_writeDefScl( writer, stream, source, file, line ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefSclFile( writer, stream, file, name ): + + if OTF_Writer_writeDefSclFile( writer, stream, file, name ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefCreator( writer, stream, creator ): + + if OTF_Writer_writeDefCreator( writer, stream, creator ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefVersion( writer, stream, major, minor, sub, string ): + + #version is writen implicitly + + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefFile( writer, stream, token, name, group ): + + if OTF_Writer_writeDefFile( writer, stream, token, name, group ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_DefFileGroup( writer, stream, token, name ): + + if OTF_Writer_writeDefFileGroup( writer, stream, token, name ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_EventComment( writer, time, process, comment ): + + if OTF_Writer_writeEventComment( writer, time, process, comment ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_Counter( writer, time, process, counter, value ): + + if OTF_Writer_writeCounter( writer, time, process, counter, value ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_Enter( writer, time, function, process, source ): + + if OTF_Writer_writeEnter( writer, time, function, process, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_CollectiveOperation( writer, time, process, collective, group, + root, sent, received, duration, source ): + + if OTF_Writer_writeCollectiveOperation( writer, time, process, collective, group, + root, sent, received, duration, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_RecvMsg( writer, time, receiver, sender, group, typee, length, + source ): + + if OTF_Writer_writeRecvMsg( writer, time, receiver, sender, group, typee, length, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_SendMsg( writer, time, sender, receiver, group, typee, length, + source ): + + if OTF_Writer_writeSendMsg( writer, time, sender, receiver, group, typee, length, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_Leave( writer, time, function, process, source ): + + if OTF_Writer_writeLeave( writer, time, function, process, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_BeginProcess( writer, time, process ): + + if OTF_Writer_writeBeginProcess( writer, time, process ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_EndProcess( writer, time, process ): + + if OTF_Writer_writeEndProcess( writer, time, process ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_FileOperation( writer, time, fileid, process, handleid, operation, + bytes, duration, source ): + + if OTF_Writer_writeFileOperation( writer, time, fileid, process, handleid, operation, + bytes, duration, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_SnapshotComment( writer, time, process, comment ): + + if OTF_Writer_writeSnapshotComment( writer, time, process, comment ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_EnterSnapshot( writer, time, originaltime, function, process, + source ): + + if OTF_Writer_writeEnterSnapshot( writer, time, originaltime, function, process, + source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_SendSnapshot( writer, time, originaltime, sender, receiver, + procGroup, tag, source ): + + if OTF_Writer_writeSendSnapshot( writer, time, originaltime, sender, receiver, + procGroup, tag, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_OpenFileSnapshot( writer, time, originaltime, fileid, + process, handleid, source ): + + if OTF_Writer_writeOpenFileSnapshot( writer, time, originaltime, fileid, + process, handleid, source ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_SummaryComment( writer, time, process, comment ): + + if OTF_Writer_writeSummaryComment( writer, time, process, comment ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_FunctionSummary( writer, time, function, process, invocations, + exclTime, inclTime ): + + if OTF_Writer_writeFunctionSummary( writer, time, function, process, invocations, + exclTime, inclTime ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_FunctionGroupSummary( writer, time, group, process, + invocations, exclTime, inclTime ): + + if OTF_Writer_writeFunctionGroupSummary( writer, time, group, process, + invocations, exclTime, inclTime ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_MessageSummary( writer, time, process, peer, comm, typee, + sentNumber, receivedNumber, sentBytes, receivedBytes ): + + if OTF_Writer_writeMessageSummary( writer, time, process, peer, comm, typee, + sentNumber, receivedNumber, sentBytes, receivedBytes ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_FileOperationSummary( writer, time, fileid, process, nopen, nclose, + nread, nwrite, nseek, bytesread, byteswrite ): + + if OTF_Writer_writeFileOperationSummary( writer, time, fileid, process, nopen, nclose, + nread, nwrite, nseek, bytesread, byteswrite ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +def OTF_CopyHandler_FileGroupOperationSummary( writer, time, groupid, process, nopen, + nclose, nread, nwrite, nseek, bytesread, byteswrite ): + + if OTF_Writer_writeFileGroupOperationSummary( writer, time, groupid, process, nopen, + nclose, nread, nwrite, nseek, bytesread, byteswrite ) == 0 : + return OTF_RETURN_ABORT + else : + return OTF_RETURN_OK + + +################################################################################s +def OTF_HandlerArray_getCopyHandler( handlers, writer ): + + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefComment, OTF_DEFINITIONCOMMENT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefTimerResolution, OTF_DEFTIMERRESOLUTION_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefProcess, OTF_DEFPROCESS_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefProcGroup, OTF_DEFPROCESSGROUP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefFunction, OTF_DEFFUNCTION_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefFunctionGroup, OTF_DEFFUNCTIONGROUP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefCollectiveOperation, OTF_DEFCOLLOP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefCounter, OTF_DEFCOUNTER_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefCounterGroup, OTF_DEFCOUNTERGROUP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefScl, OTF_DEFSCL_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefSclFile, OTF_DEFSCLFILE_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefCreator, OTF_DEFCREATOR_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefVersion, OTF_DEFVERSION_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefFile, OTF_DEFFILE_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_DefFileGroup, OTF_DEFFILEGROUP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_Enter, OTF_ENTER_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_Leave, OTF_LEAVE_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_SendMsg, OTF_SEND_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_RecvMsg, OTF_RECEIVE_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_Counter, OTF_COUNTER_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_CollectiveOperation, OTF_COLLOP_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_EventComment, OTF_EVENTCOMMENT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_BeginProcess, OTF_BEGINPROCESS_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_EndProcess, OTF_ENDPROCESS_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_FileOperation, OTF_FILEOPERATION_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_SnapshotComment, OTF_SNAPSHOTCOMMENT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_EnterSnapshot, OTF_ENTERSNAPSHOT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_SendSnapshot, OTF_SENDSNAPSHOT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_OpenFileSnapshot, OTF_OPENFILESNAPSHOT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_SummaryComment, OTF_SUMMARYCOMMENT_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_FunctionSummary, OTF_FUNCTIONSUMMARY_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_FunctionGroupSummary, OTF_FUNCTIONGROUPSUMMARY_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_MessageSummary, OTF_MESSAGESUMMARY_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_FileOperationSummary, OTF_FILEOPERATIONSUMMARY_RECORD ) + OTF_HandlerArray_setHandler( handlers, OTF_CopyHandler_FileGroupOperationSummary, OTF_FILEGROUPOPERATIONSUMMARY_RECORD ) + + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFINITIONCOMMENT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFTIMERRESOLUTION_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFPROCESS_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFPROCESSGROUP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFFUNCTION_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFFUNCTIONGROUP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFCOLLOP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFCOUNTER_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFCOUNTERGROUP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFSCL_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFSCLFILE_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFCREATOR_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFVERSION_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFFILE_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_DEFFILEGROUP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_ENTER_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_LEAVE_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_SEND_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_RECEIVE_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_COUNTER_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_COLLOP_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_EVENTCOMMENT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_BEGINPROCESS_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_ENDPROCESS_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_FILEOPERATION_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_SNAPSHOTCOMMENT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_ENTERSNAPSHOT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_SENDSNAPSHOT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_OPENFILESNAPSHOT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_SUMMARYCOMMENT_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_FUNCTIONSUMMARY_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_FUNCTIONGROUPSUMMARY_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_MESSAGESUMMARY_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_FILEOPERATIONSUMMARY_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_FILEGROUPOPERATIONSUMMARY_RECORD ) + OTF_HandlerArray_setFirstHandlerArg( handlers, writer, OTF_UNKNOWN_RECORD ) + + return 1 +%} diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_AuxiliaryFunctions.h b/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_AuxiliaryFunctions.h new file mode 100644 index 0000000000..f6c692db07 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_AuxiliaryFunctions.h @@ -0,0 +1,51 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef PYOTF_AUXILIARYFUNCTIONS_H +#define PYOTF_AUXILIARYFUNCTIONS_H + + +/* conversion from python sequence to uint32_t array +CREATES AN ARRAY - you have to free it yourself */ +uint32_t* createInt32ArrayFromSequence( PyObject* list ) { + + int i; + int dim; + uint32_t* ret; + + if (!PySequence_Check( list )) { +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"Expecting a sequence"); +#endif /* OTF_VERBOSE */ + return NULL; + } + + dim= PyObject_Length( list ); + + ret= (uint32_t*) malloc( sizeof(uint32_t) * dim ); + + for ( i =0; i < dim; ++i ) { + + PyObject *o = PySequence_GetItem( list ,i ); + + if (!PyInt_Check(o)) { + Py_XDECREF(o); +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_ValueError,"Expecting a sequence of integers"); +#endif /* OTF_VERBOSE */ + free( ret ); + return NULL; + } + + ret[i] = PyInt_AsLong(o); + Py_DECREF(o); + } + + return ret; +} + + + +#endif /* PYOTF_AUXILIARYFUNCTIONS_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_Wrapper.h b/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_Wrapper.h new file mode 100644 index 0000000000..9def76d4a9 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/otflib_py/pyOTF_Wrapper.h @@ -0,0 +1,1591 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef PYOTF_WRAPPER_H +#define PYOTF_WRAPPER_H + + +/* *** DEFINITIONS ********************************************************** */ +/* ************************************************************************** */ +int pyOTF_COUNTER_VARTYPE_ISINTEGER( uint64_t x ) { + return OTF_COUNTER_VARTYPE_ISINTEGER(x); +} + +int pyOTF_COUNTER_VARTYPE_ISSIGNED( uint64_t x ) { + return pyOTF_COUNTER_VARTYPE_ISSIGNED(x); +} + +int pyOTF_COUNTER_VARTYPE_ISUNSIGNED( uint64_t x ) { + return pyOTF_COUNTER_VARTYPE_ISUNSIGNED(x); +} + +/* *** MASTERCONTROL ******************************************************** */ +/* ************************************************************************** */ + +int pyOTF_MasterControl_appendList( OTF_MasterControl* mc, uint32_t argument, + uint32_t l, PyObject* values ) { + + + int ret; + uint32_t* vals= createInt32ArrayFromSequence( values ); + + + ret= OTF_MasterControl_appendList( mc, argument, l, vals ); + + + free( vals ); + + return ret; + +} + + +/* *** WRITER *************************************************************** */ +/* ************************************************************************** */ + +int pyOTF_Writer_writeDefProcessGroup( OTF_Writer* writer, uint32_t streamm, + uint32_t procGroup, const char* name, uint32_t numberOfProcs, + PyObject* pyprocs ) { + + + int ret; + uint32_t* procs= createInt32ArrayFromSequence( pyprocs ); + + + ret= OTF_Writer_writeDefProcessGroup( writer, streamm, procGroup, name, + numberOfProcs, procs ); + + + free( procs ); + + return ret; +} + + +/* *** HANDLER ARRAY ******************************************************** */ +/* ************************************************************************** */ + + +/* first handler arg replacement. Containing the Python-function pointer and +the fha specified by the user */ +typedef struct { + + PyObject* func; + PyObject* realfha; + +} pyOTF_FirstHandlerArgument; + + + +/* *** definiton handler **************************************************** */ + +int pyOTF_Handler_DefinitionComment( void* userData, uint32_t stream, + const char* comment ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHs", fha->realfha, stream, comment ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + +/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +H= unsigned int +K= unsigned long long (if long long exists (its #ifdefd in python sources) ) +(python 2.5) + +When using l for long int and i for int programs crashed (SEGFAULT) inside +Py_BuildValue() in pyOTF_Handler_EventComment() + +H and K are not documented, thus its not "save" to use them, because future and +past versions of python may differ + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ +int pyOTF_Handler_DefTimerResolution( void* userData, uint32_t stream, + uint64_t ticksPerSecond ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHK", fha->realfha, stream, ticksPerSecond ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefProcess( void* userData, uint32_t stream, uint32_t process, + const char* name, uint32_t parent ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHsH", fha->realfha, stream, process, name, parent ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefProcessGroup( void* userData, uint32_t stream, + uint32_t procGroup, const char* name, uint32_t numberOfProcs, + const uint32_t* procs ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + PyObject *proclist; + uint32_t i; + + proclist= PyList_New( numberOfProcs ); + for( i= 0; i < numberOfProcs; ++i ) { + + PyList_SetItem( proclist, i, PyInt_FromLong((long) procs[i]) ); + } + + PyObject* arglist= Py_BuildValue("OHHsHO", fha->realfha, stream, procGroup, + name, numberOfProcs, proclist ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefFunction( void* userData, uint32_t stream, uint32_t func, + const char* name, uint32_t funcGroup, uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHsHH", fha->realfha, stream, func, + name, funcGroup, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefFunctionGroup( void* userData, uint32_t stream, + uint32_t funcGroup, const char* name ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHs", fha->realfha, stream, funcGroup, + name ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefCollectiveOperation( void* userData, uint32_t stream, + uint32_t collOp, const char* name, uint32_t type ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHsH", fha->realfha, stream, collOp, + name, type ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefCounter( void* userData, uint32_t stream, uint32_t counter, + const char* name, uint32_t properties, uint32_t counterGroup, + const char* unit ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHsHHs", fha->realfha, stream, counter, + name, properties, counterGroup, unit ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefCounterGroup( void* userData, uint32_t stream, + uint32_t counterGroup, const char* name ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHs", fha->realfha, stream, counterGroup, + name ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefScl( void* userData, uint32_t stream, uint32_t source, + uint32_t sourceFile, uint32_t line ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHHH", fha->realfha, stream, + source, sourceFile, line ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefSclFile( void* userData, uint32_t stream, + uint32_t sourceFile, const char* name ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHs", fha->realfha, stream, sourceFile, + name ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefCreator( void* userData, uint32_t stream, + const char* creator ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHs", fha->realfha, stream, creator ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefVersion( void* userData, uint32_t stream, uint8_t major, + uint8_t minor, uint8_t sub, const char* string ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHHHs", fha->realfha, stream, major, + minor, sub, string ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefFile( void* userData, uint32_t stream, uint32_t token, + const char *name, uint32_t group ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHsH", fha->realfha, stream, token, + name, group ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_DefFileGroup( void* userData, uint32_t stream, uint32_t token, + const char *name ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OHHs", fha->realfha, stream, token, + name ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +/* *** event handlers ******************************************************* */ + +int pyOTF_Handler_Enter( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHH", fha->realfha, time, function, + process, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_Leave( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHH", fha->realfha, time, function, + process, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_SendMsg( void* userData, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHHHHH", fha->realfha, time, sender, + receiver, group, type, length, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_RecvMsg( void* userData, uint64_t time, uint32_t recvProc, + uint32_t sendProc, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHHHHH", fha->realfha, time, recvProc, + sendProc, group, type, length, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_Counter( void* userData, uint64_t time, uint32_t process, + uint32_t counter, uint64_t value ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHK", fha->realfha, time, process, + counter, value ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_CollectiveOperation( void* userData, uint64_t time, + uint32_t process, uint32_t collective, uint32_t procGroup, + uint32_t rootProc, uint32_t sent, uint32_t received, uint64_t duration, + uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHHHHHKH", fha->realfha, time, process, + collective, procGroup, rootProc, sent, received, duration, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_EventComment( void* userData, uint64_t time, uint32_t process, + const char* comment ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHs", fha->realfha, time, process, + comment); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_BeginProcess( void* userData, uint64_t time, uint32_t process ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKH", fha->realfha, time, process ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_EndProcess( void* userData, uint64_t time, uint32_t process ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKH", fha->realfha, time, process ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_FileOperation( void* userData, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHKHKKH", fha->realfha, time, fileid, + process, handleid, operation, bytes, duration, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +/* *** snapshot handlers **************************************************** */ + +int pyOTF_Handler_SnapshotComment( void* userData, uint64_t time, + uint32_t process, const char* comment ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHs", fha->realfha, time, process, + comment ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_EnterSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKKHHH", fha->realfha, time, originaltime, + function, process, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_SendSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKKHHHHH", fha->realfha, time, + originaltime, sender, receiver, procGroup, tag, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_OpenFileSnapshot( void* userData, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKKHHKH", fha->realfha, time, + originaltime, fileid, process, handleid, source ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +/* *** statistics handlers ****************************************************/ + +int pyOTF_Handler_SummaryComment( void * userData, uint64_t time, + uint32_t process, const char* comment ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHs", fha->realfha, time, process, + comment ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_FunctionSummary( void* userData, uint64_t time, + uint32_t function, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHKKK", fha->realfha, time, function, + process, invocations, exclTime, inclTime ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_FunctionGroupSummary( void* userData, uint64_t time, + uint32_t funcGroup, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHKKK", fha->realfha, time, funcGroup, + process, invocations, exclTime, inclTime ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_MessageSummary( void* userData, uint64_t time, uint32_t process, + uint32_t peer, uint32_t comm, uint32_t type, uint64_t sentNumber, + uint64_t receivedNumber, uint64_t sentBytes, uint64_t receivedBytes ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHHHKKKK", fha->realfha, time, process, + peer, comm, type, sentNumber, receivedNumber, sentBytes, receivedBytes ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_FileOperationSummary( void* userData, uint64_t time, + uint32_t fileid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + + PyObject* arglist= Py_BuildValue("OKHHKKKKKKK", fha->realfha, time, + fileid, process, nopen, nclose, nread, nwrite, nseek, bytesread, + byteswrite ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_FileGroupOperationSummary( void* userData, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHHKKKKKKK", fha->realfha, time, + groupid, process, nopen, nclose, nread, nwrite, nseek, bytesread, + byteswrite ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +int pyOTF_Handler_UnknownRecord( void *userData, uint64_t time, uint32_t process, + const char *record ) { + + + pyOTF_FirstHandlerArgument* fha= (pyOTF_FirstHandlerArgument*) userData; + PyObject *result; + int ret; + + PyObject* arglist= Py_BuildValue("OKHs", fha->realfha, time, process, + record ); + + result= PyEval_CallObject(fha->func, arglist); + + Py_DECREF(arglist); + + ret= (int) PyInt_AsLong( result ); + + if( NULL == PyErr_Occurred() ){ + + return ret; + + } else { + + PyErr_Print(); + return OTF_RETURN_ABORT; + + } +} + + +/* *** other HandlerArray functions ***************************************** */ + +void pyOTF_HandlerArray_close( OTF_HandlerArray* handlers ) { + + uint32_t i; + + for( i= 0; i < OTF_NRECORDS; ++i ) { + + /* delete old fhb, because we allocated it in "pyOTF_HandlerArray_setHandler()" */ + if( NULL != handlers->firsthandlerarg[i] ) { + + Py_XDECREF( ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[i])->func ); + Py_XDECREF( ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[i])->realfha ); + + free( handlers->firsthandlerarg[i] ); + handlers->firsthandlerarg[i]= NULL; + } + + } + + OTF_HandlerArray_close( handlers ); +} + + +/* returns OTF_RETURN_ABORT or OTF_RETURN_OK */ +int pyOTF_HandlerArray_setHandler( OTF_HandlerArray* handlers, PyObject* function, uint32_t recordtype ) { + + + pyOTF_FirstHandlerArgument* fhb; + + + /* assertion stuff */ + if ( recordtype > OTF_NRECORDS ) { +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"Unexpected record type"); +#endif /* OTF_VERBOSE */ + return OTF_RETURN_ABORT; + } else if ( NULL == function || 0 == PyCallable_Check(function) ) { +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"Expecting a function object"); +#endif /* OTF_VERBOSE */ + return OTF_RETURN_ABORT; + } + + /* if no artificial fha has been set */ + if ( NULL == handlers->firsthandlerarg[recordtype] ) { + + /* add a new one for this record type */ + fhb= malloc( sizeof( pyOTF_FirstHandlerArgument ) ); + if( NULL == fhb ) { +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"No Memory left"); +#endif /* OTF_VERBOSE */ + return OTF_RETURN_ABORT; + } + + Py_INCREF(Py_None); + Py_INCREF(Py_None); + fhb->func= Py_None; + fhb->realfha= Py_None; + + OTF_HandlerArray_setFirstHandlerArg( handlers, fhb, recordtype ); + + } + + + /* decrease reference counter of the older callback */ + Py_XDECREF( ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[recordtype])->func ); + + /* increase the reference count of the function object */ + Py_XINCREF(function); + + /* assign the new callback */ + ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[recordtype])->func= function; + + + + switch( recordtype ) { + + /* *** definition records *** */ + case OTF_DEFINITIONCOMMENT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefinitionComment, recordtype ); + + break; + + case OTF_DEFTIMERRESOLUTION_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefTimerResolution, recordtype ); + + break; + + case OTF_DEFPROCESS_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefProcess, recordtype ); + + break; + + case OTF_DEFPROCESSGROUP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefProcessGroup, recordtype ); + + break; + + case OTF_DEFFUNCTION_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefFunction, recordtype ); + + break; + + case OTF_DEFFUNCTIONGROUP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefFunctionGroup, recordtype ); + + break; + + case OTF_DEFCOLLOP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefCollectiveOperation, recordtype ); + + break; + + case OTF_DEFCOUNTER_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefCounter, recordtype ); + + break; + + case OTF_DEFCOUNTERGROUP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefCounterGroup, recordtype ); + + break; + + case OTF_DEFSCL_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefScl, recordtype ); + + break; + + case OTF_DEFSCLFILE_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefSclFile, recordtype ); + + break; + + case OTF_DEFCREATOR_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefCreator, recordtype ); + + break; + + case OTF_DEFVERSION_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefVersion, recordtype ); + + break; + + case OTF_DEFFILE_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefFile, recordtype ); + + break; + + case OTF_DEFFILEGROUP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_DefFileGroup, recordtype ); + + break; + + case OTF_ENTER_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_Enter, recordtype ); + + break; + + case OTF_LEAVE_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_Leave, recordtype ); + + break; + + case OTF_SEND_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_SendMsg, recordtype ); + + break; + + case OTF_RECEIVE_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_RecvMsg, recordtype ); + + break; + + case OTF_COUNTER_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_Counter, recordtype ); + + break; + + case OTF_COLLOP_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_CollectiveOperation, recordtype ); + + break; + + case OTF_EVENTCOMMENT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_EventComment, recordtype ); + + break; + + case OTF_BEGINPROCESS_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_BeginProcess, recordtype ); + + break; + + case OTF_ENDPROCESS_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_EndProcess, recordtype ); + + break; + + case OTF_FILEOPERATION_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_FileOperation, recordtype ); + + break; + + case OTF_SNAPSHOTCOMMENT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_SnapshotComment, recordtype ); + + break; + + case OTF_ENTERSNAPSHOT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_EnterSnapshot, recordtype ); + + break; + + case OTF_SENDSNAPSHOT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_SendSnapshot, recordtype ); + + break; + + case OTF_OPENFILESNAPSHOT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_OpenFileSnapshot, recordtype ); + + break; + + case OTF_SUMMARYCOMMENT_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_SummaryComment, recordtype ); + + break; + + case OTF_FUNCTIONSUMMARY_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_FunctionSummary, recordtype ); + + break; + + case OTF_FUNCTIONGROUPSUMMARY_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_FunctionGroupSummary, recordtype ); + + break; + + case OTF_MESSAGESUMMARY_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_MessageSummary, recordtype ); + + break; + + case OTF_FILEOPERATIONSUMMARY_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_FileOperationSummary, recordtype ); + + break; + + case OTF_FILEGROUPOPERATIONSUMMARY_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_FileGroupOperationSummary, recordtype ); + + break; + + case OTF_UNKNOWN_RECORD: + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) pyOTF_Handler_UnknownRecord, recordtype ); + + break; + } + + + return OTF_RETURN_OK; +} + + +int pyOTF_HandlerArray_setFirstHandlerArg( OTF_HandlerArray* handlers, PyObject* fha, uint32_t recordtype ) { + + + pyOTF_FirstHandlerArgument* fhb; + + + /* assertion stuff */ + if ( recordtype > OTF_NRECORDS ) { + +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"Unexpected record type"); +#endif /* OTF_VERBOSE */ + return OTF_RETURN_ABORT; + } + + + /* if no fha or handler was set before for this record type */ + if ( NULL == handlers->firsthandlerarg[recordtype] ) { + + /* create an artificial first handler arg */ + fhb= malloc( sizeof( pyOTF_FirstHandlerArgument ) ); + if( NULL == fhb ) { +#ifdef OTF_VERBOSE + PyErr_SetString(PyExc_TypeError,"No Memory left"); +#endif /* OTF_VERBOSE */ + return OTF_RETURN_ABORT; + } + + + Py_INCREF(Py_None); + Py_INCREF(Py_None); + fhb->func= Py_None; + fhb->realfha= Py_None; + + OTF_HandlerArray_setFirstHandlerArg( handlers, fhb, recordtype ); + } + + + /* decrease reference counter of the older fha */ + Py_XDECREF( ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[recordtype])->realfha ); + + /* increase reference count of fha */ + Py_XINCREF(fha); + + /* add the python first handler arg */ + ((pyOTF_FirstHandlerArgument*)handlers->firsthandlerarg[recordtype])->realfha= fha; + + + return OTF_RETURN_OK; +} + + +#endif /* PYOTF_WRAPPER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/py-compile b/ompi/contrib/vt/vt/extlib/otf/py-compile new file mode 100755 index 0000000000..d6e900b30e --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/py-compile @@ -0,0 +1,146 @@ +#!/bin/sh +# py-compile - Compile a Python program + +scriptversion=2005-05-14.22 + +# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +if [ -z "$PYTHON" ]; then + PYTHON=python +fi + +basedir= +destdir= +files= +while test $# -ne 0; do + case "$1" in + --basedir) + basedir=$2 + if test -z "$basedir"; then + echo "$0: Missing argument to --basedir." 1>&2 + exit 1 + fi + shift + ;; + --destdir) + destdir=$2 + if test -z "$destdir"; then + echo "$0: Missing argument to --destdir." 1>&2 + exit 1 + fi + shift + ;; + -h|--h*) + cat <<\EOF +Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..." + +Byte compile some python scripts FILES. Use --destdir to specify any +leading directory path to the FILES that you don't want to include in the +byte compiled file. Specify --basedir for any additional path information you +do want to be shown in the byte compiled file. + +Example: + py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py + +Report bugs to . +EOF + exit $? + ;; + -v|--v*) + echo "py-compile $scriptversion" + exit $? + ;; + *) + files="$files $1" + ;; + esac + shift +done + +if test -z "$files"; then + echo "$0: No files given. Try \`$0 --help' for more information." 1>&2 + exit 1 +fi + +# if basedir was given, then it should be prepended to filenames before +# byte compilation. +if [ -z "$basedir" ]; then + pathtrans="path = file" +else + pathtrans="path = os.path.join('$basedir', file)" +fi + +# if destdir was given, then it needs to be prepended to the filename to +# byte compile but not go into the compiled file. +if [ -z "$destdir" ]; then + filetrans="filepath = path" +else + filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)" +fi + +$PYTHON -c " +import sys, os, string, py_compile + +files = '''$files''' + +print 'Byte-compiling python modules...' +for file in string.split(files): + $pathtrans + $filetrans + if not os.path.exists(filepath) or not (len(filepath) >= 3 + and filepath[-3:] == '.py'): + continue + print file, + sys.stdout.flush() + py_compile.compile(filepath, filepath + 'c', path) +print" || exit $? + +# this will fail for python < 1.5, but that doesn't matter ... +$PYTHON -O -c " +import sys, os, string, py_compile + +files = '''$files''' +print 'Byte-compiling python modules (optimized versions) ...' +for file in string.split(files): + $pathtrans + $filetrans + if not os.path.exists(filepath) or not (len(filepath) >= 3 + and filepath[-3:] == '.py'): + continue + print file, + sys.stdout.flush() + py_compile.compile(filepath, filepath + 'o', path) +print" 2>/dev/null || : + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.am new file mode 100644 index 0000000000..15fa34a411 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.am @@ -0,0 +1,16 @@ +TMP1 = otfmerge otfaux otfconfig otfdump + +if AMHAVEVTF3 +TMP2 = vtf2otf otf2vtf +else +TMP2= +endif + + +if AMHAVEZLIB +TMP3 = otfcompress +else +TMP3 = +endif + +SUBDIRS = $(TMP1) $(TMP2) $(TMP3) diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.in new file mode 100644 index 0000000000..cc56e05861 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/Makefile.in @@ -0,0 +1,515 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = tools +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = otfmerge otfaux otfconfig otfdump vtf2otf otf2vtf \ + otfcompress +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +TMP1 = otfmerge otfaux otfconfig otfdump +@AMHAVEVTF3_FALSE@TMP2 = +@AMHAVEVTF3_TRUE@TMP2 = vtf2otf otf2vtf +@AMHAVEZLIB_FALSE@TMP3 = +@AMHAVEZLIB_TRUE@TMP3 = otfcompress +SUBDIRS = $(TMP1) $(TMP2) $(TMP3) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.c b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.c new file mode 100644 index 0000000000..c24eb18b06 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.c @@ -0,0 +1,487 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "config.h" + +#include +#include + +#include + +#include + +#include "Treehash.h" + +#include "Handler.h" + +#ifdef __GNUC__ +#else /* __GNUC__ */ +#define __PRETTY_FUNCTION__ "" +#endif /* __GNUC__ */ + + + +/* *** Definition handler *** ************************************* */ + + +int handleDefinitionComment( void* firsthandlerarg, uint32_t streamid, + const char* comment ) { + + + return ( 0 == VTF3_WriteComment( ((fcbT*) firsthandlerarg)->fcb, 0, comment ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDeftimerresolution( void* firsthandlerarg, uint32_t streamid, + uint64_t ticksPerSecond ) { + + + return ( 0 == VTF3_WriteDefclkperiod( ((fcbT*) firsthandlerarg)->fcb, + 1.0 / (double) ticksPerSecond ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefprocess( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ) { + + + treehash_addnode ( ((fcbT*) firsthandlerarg)->p_hashtab, deftoken, name, + parent ); + + return OTF_RETURN_OK; +} + + +int handleDefprocessgroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t n, uint32_t* array ) { + + + unsigned int* tripletarray; + uint32_t i; + + + /* translate DefProcessgroup to VTF3 DefCommunicator although this is + ambiguous, it could be used as a DefCpuGrp as well. */ + + + /* do a very simple tranlation from an ordinary array to a triplet array + like used in vtf3 */ + tripletarray= malloc( 3 * n * sizeof(unsigned int) ); + assert( tripletarray ); + for ( i= 0; i < n; i++ ) { + + tripletarray[3*i+0]= array[i]; + tripletarray[3*i+1]= array[i]; + tripletarray[3*i+2]= 1; + } + + VTF3_WriteDefcommunicator( ((fcbT*) firsthandlerarg)->fcb, + deftoken /* int communicator */, + n /* int communicatorsize */, + n /* int tripletarraydim */, + tripletarray /* const unsigned int *tripletarray */ ); + + free( tripletarray ); + + return OTF_RETURN_OK; +} + + +int handleDeffunction( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, + uint32_t scltoken ) { + + + return ( 0 == VTF3_WriteDefstate( ((fcbT*) firsthandlerarg)->fcb, group, deftoken, + name, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDeffunctiongroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + return ( 0 == VTF3_WriteDefact( ((fcbT*) firsthandlerarg)->fcb, deftoken, name ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefcounter( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ) { + + + uint64_t valuebounds[2]= { (uint64_t) 0, (uint64_t) -1 }; + + int dodifferentiation; + int datarephint; + + + static int first= 1; + + if ( 1 == first ) { + first= 0; + fprintf( stderr, "translation of performance counter " + "definitions not fully supported\n" ); + } + + dodifferentiation= + ( OTF_COUNTER_TYPE_ACC == ( properties & OTF_COUNTER_TYPE_BITS ) ) ? 1 : 0; + + if ( OTF_COUNTER_SCOPE_START == ( properties & OTF_COUNTER_SCOPE_BITS ) ) { + + datarephint = VTF3_DATAREPHINT_SAMPLE; + + } else if ( OTF_COUNTER_SCOPE_LAST == ( properties & OTF_COUNTER_SCOPE_BITS ) ) { + + datarephint = VTF3_DATAREPHINT_BEFORE; + + } else { + + datarephint = VTF3_DATAREPHINT_SAMPLE; /* standard value */ + + fprintf( stderr, "otf2vtf: %s WARNING for counter def %u: " + "counter type not supported\n", __PRETTY_FUNCTION__, deftoken ); + } + + return ( 0 == VTF3_WriteDefsamp( ((fcbT*) firsthandlerarg)->fcb, + deftoken /* int sampletoken */, + countergroup /* int sampleclasstoken */, + 0 /* int iscpugrpsamp */, + 0 /* unsigned int cpuorcpugrpid */, + VTF3_VALUETYPE_UINT /* int valuetype */, + valuebounds /* const void *valuebounds */, + dodifferentiation /* int dodifferentiation */, + datarephint /* int datarephint */, + name /* const char *samplename */, + unit /* const char *sampleunit */ ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefcountergroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + return ( 0 == VTF3_WriteDefsampclass( ((fcbT*) firsthandlerarg)->fcb, deftoken, + name ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefCollectiveOperation( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t type ) { + + + return ( 0 == VTF3_WriteDefglobalop( ((fcbT*) firsthandlerarg)->fcb, deftoken, + name ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefscl( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ) { + + + int sclfile2= sclfile; + int sclline2= sclline; + + + return ( 0 == VTF3_WriteDefscl( ((fcbT*) firsthandlerarg)->fcb, deftoken, 1, + &sclfile2, &sclline2 ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefsclfile( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* filename ) { + + + return ( 0 == VTF3_WriteDefsclfile( ((fcbT*) firsthandlerarg)->fcb, deftoken, + filename ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleDefFile( void* firsthandlerarg, uint32_t streamid, + uint32_t token, const char* name, uint32_t group ) { + + + return ( 0 == VTF3_WriteDefiofile( ((fcbT*) firsthandlerarg)->fcb, (int)token-1, + VTF3_NOCOMMUNICATOR, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + + +/* *** Event handler *** ****************************************** */ + + +int handleEventComment( void* firsthandlerarg, uint64_t time, + const char* comment ) { + + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteComment( ((fcbT*) firsthandlerarg)->fcb, time, comment ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleCounter( void* firsthandlerarg, uint64_t time, uint32_t process, + uint32_t token, uint64_t value ) { + + + int sampletokenarray= token; + int samplevaluetypearray= VTF3_VALUETYPE_UINT; + uint64_t samplevaluearray= value; + + nodeT *node = treehash_searchnode( ((fcbT*) firsthandlerarg)->p_hashtab, process ); + + if ( NULL == node ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u, record ignored\n", + process ); + + return 0; + } + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteSamp( ((fcbT*) firsthandlerarg)->fcb, time, + node->processi, 1, &sampletokenarray, &samplevaluetypearray, &samplevaluearray ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleEnter( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ) { + + + nodeT *node = treehash_searchnode(((fcbT*) firsthandlerarg)->p_hashtab, + cpuid); + + if ( 0 == node ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u, record ignored\n", + cpuid ); + + return OTF_RETURN_OK; + } + + + while (node->stacks <= node->stackc) { + node->stacks += STACK_ALLOC_WIDTH; + node->stack = realloc(node->stack,sizeof(uint32_t)*node->stacks); + assert(node->stack); + } + + node->stack[node->stackc] = statetoken; + ++node->stackc; + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + /* 1st test ********************************************/ + return ( 0 == VTF3_WriteDownto( ((fcbT*) firsthandlerarg)->fcb, time, statetoken, + node->processi, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t globaloptoken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + nodeT *node = treehash_searchnode(((fcbT*) firsthandlerarg)->p_hashtab, + process); + + nodeT *root = treehash_searchnode(((fcbT*) firsthandlerarg)->p_hashtab, + rootprocess); + + if ( 0 == node ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u, record ignored\n", + process ); + + return OTF_RETURN_OK; + } + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteGlobalop( ((fcbT*) firsthandlerarg)->fcb, time, + globaloptoken, node->processi, communicator, + root->processi, sent, received, duration, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleRecvmsg( void* firsthandlerarg, uint64_t time, uint32_t receiver, + uint32_t sender, uint32_t communicator, uint32_t msgtype, + uint32_t msglength, uint32_t scltoken ) { + + + nodeT *nodesender = treehash_searchnode( + ((fcbT*) firsthandlerarg)->p_hashtab, sender); + nodeT *nodereceiver = treehash_searchnode( + ((fcbT*) firsthandlerarg)->p_hashtab, receiver); + + if ( 0 == nodesender || 0 == nodereceiver ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u or %u, record ignored\n", + sender, receiver ); + + return OTF_RETURN_OK; + } + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteRecvmsg( ((fcbT*) firsthandlerarg)->fcb, time, + nodereceiver->processi, nodesender->processi, + communicator, msgtype, msglength, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleSendmsg( void* firsthandlerarg, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t communicator, uint32_t msgtype, + uint32_t msglength, uint32_t scltoken ) { + + + nodeT *nodesender = treehash_searchnode( + ((fcbT*) firsthandlerarg)->p_hashtab, sender ); + nodeT *nodereceiver = treehash_searchnode( + ((fcbT*) firsthandlerarg)->p_hashtab, receiver); + + if ( 0 == nodesender || 0 == nodereceiver ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u or %u, record ignored\n", + sender, receiver ); + + return OTF_RETURN_OK; + } + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteSendmsg( ((fcbT*) firsthandlerarg)->fcb, time, + nodesender->processi, nodereceiver->processi, communicator, msgtype, + msglength, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleLeave( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ) { + + + uint32_t savedstatetoken; + + + nodeT *node = treehash_searchnode(((fcbT*) firsthandlerarg)->p_hashtab, + cpuid); + + if ( 0 == node ) { + + fprintf( stderr, "otf2vtf WARNING: undefined process %u, record ignored\n", + cpuid ); + + return OTF_RETURN_OK; + } + + savedstatetoken = node->stack[node->stackc-1]; + + assert(node->stackc); + --node->stackc; + + if( statetoken == 0 ) { + statetoken = savedstatetoken; + } + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + return ( 0 == VTF3_WriteUpfrom( ((fcbT*) firsthandlerarg)->fcb, time, statetoken, + node->processi, scltoken ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleBeginProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ) { + + + fprintf( stderr, "otf2vtf: %s not yet implemented\n", __PRETTY_FUNCTION__ ); + + return OTF_RETURN_OK; +} + +int handleEndProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ) { + + + fprintf( stderr, "otf2vtf: %s not yet implemented\n", __PRETTY_FUNCTION__ ); + + return OTF_RETURN_OK; +} + + +int handleFileOperation( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t cpuid, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + int iotype= VTF3_FILEIOTYPE_NOTYPE; + int vtf3bytes; + FileIOEndRecord* fier; + + nodeT *node = treehash_searchnode(((fcbT*) firsthandlerarg)->p_hashtab, + cpuid); + + + if( OTF_FILEOP_READ == operation ) { + + iotype= VTF3_FILEIOTYPE_READ; + + } else if ( OTF_FILEOP_WRITE == operation ) { + + iotype= VTF3_FILEIOTYPE_WRITE; + + } + + if( VTF3_FILEIOTYPE_NOTYPE != iotype ) { + + FileIOEndQueue_check( &(((fcbT*) firsthandlerarg)->FileIOQueue), time, firsthandlerarg ); + + + vtf3bytes= ( bytes > (uint64_t) ((unsigned int)(1<<31)) - 1) ? + (int)((unsigned int)(1<<31)-1) : (int) bytes; + + VTF3_WriteFileiobegin( ((fcbT*) firsthandlerarg)->fcb, time, node->processi, + iotype, (int) fileid-1, vtf3bytes, (int)source ); + + + fier= (FileIOEndRecord*) malloc( sizeof(FileIOEndRecord) ); + assert( fier ); + + fier->time= time + duration; + fier->process= node->processi; + fier->iotype= iotype; + fier->fileid= (int) fileid-1; + fier->bytes= vtf3bytes; + fier->source= (int) source; + fier->next= NULL; + + FileIOEndQueue_push( &(((fcbT*) firsthandlerarg)->FileIOQueue), fier ); + } + + + return OTF_RETURN_OK; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.h b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.h new file mode 100644 index 0000000000..ca98ff20dd --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Handler.h @@ -0,0 +1,95 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef OTFTOVTF3_HANDLER_H +#define OTFTOVTF3_HANDLER_H + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "OTF_inttypes.h" + + +/* *** Definition handler *** ************************************* */ + +int handleDefinitionComment( void* firsthandlerarg, uint32_t streamid, + const char* comment ); + +int handleDeftimerresolution( void* firsthandlerarg, uint32_t streamid, + uint64_t ticksPerSecond ); + +int handleDefprocess( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ); + +int handleDefprocessgroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t n, uint32_t* array ); + +int handleDeffunction( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ); + +int handleDeffunctiongroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ); + +int handleDefcounter( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ); + +int handleDefcountergroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ); + +int handleDefCollectiveOperation( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t type ); + +int handleDefscl( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ); + +int handleDefsclfile( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* filename ); + +int handleDefFile( void* firsthandlerarg, uint32_t streamid, + uint32_t token, const char* name, uint32_t group ); + + +/* *** Event handler *** ****************************************** */ + +int handleEventComment( void* firsthandlerarg, uint64_t time, + const char* comment ); + +int handleCounter( void* firsthandlerarg, uint64_t time, uint32_t process, + uint32_t counter_token, uint64_t value ); + +int handleEnter( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ); + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t globaloptoken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ); + +int handleRecvmsg( void* firsthandlerarg, uint64_t time, uint32_t receiver, + uint32_t sender, uint32_t communicator, uint32_t msgtype, uint32_t msglength, + uint32_t scltoken ); + +int handleSendmsg( void* firsthandlerarg, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t communicator, uint32_t msgtype, uint32_t msglength, + uint32_t scltoken ); + +int handleLeave( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ); + +int handleBeginProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleEndProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleFileOperation( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ); + + + +#endif /* OTFTOVTF3_HANDLER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.am new file mode 100644 index 0000000000..0bbdbe710d --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.am @@ -0,0 +1,19 @@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(VTF3_INCLUDE_LINE) + +bin_PROGRAMS = \ + otf2vtf + +otf2vtf_LDADD = $(top_builddir)/otflib/libotf.la $(VTF3_LIB_LINE) +if ! AMDEPZLIB +otf2vtf_LDADD += $(ZLIB_LIB_LINE) +endif + +otf2vtf_SOURCES = \ + Handler.h \ + Treehash.h \ + otf2vtf.c \ + Handler.c \ + Treehash.c + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.in new file mode 100644 index 0000000000..fb8fe676fc --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.in @@ -0,0 +1,504 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = otf2vtf$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otf2vtf +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_otf2vtf_OBJECTS = otf2vtf.$(OBJEXT) Handler.$(OBJEXT) \ + Treehash.$(OBJEXT) +otf2vtf_OBJECTS = $(am_otf2vtf_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otf2vtf_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otf2vtf_SOURCES) +DIST_SOURCES = $(otf2vtf_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(VTF3_INCLUDE_LINE) + +otf2vtf_LDADD = $(top_builddir)/otflib/libotf.la $(VTF3_LIB_LINE) \ + $(am__append_1) +otf2vtf_SOURCES = \ + Handler.h \ + Treehash.h \ + otf2vtf.c \ + Handler.c \ + Treehash.c + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otf2vtf/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otf2vtf/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otf2vtf$(EXEEXT): $(otf2vtf_OBJECTS) $(otf2vtf_DEPENDENCIES) + @rm -f otf2vtf$(EXEEXT) + $(LINK) $(otf2vtf_OBJECTS) $(otf2vtf_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Treehash.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otf2vtf.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.c b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.c new file mode 100644 index 0000000000..f817e782e6 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.c @@ -0,0 +1,389 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include +#include + +#include + +#include + +#include "Treehash.h" + + +/* *** macros ****************************************/ +#define HASH_SIZE 65536 + +#ifndef sun + +#define HASH_GET_KEY(key) \ +{ \ + key += ~(key << 15); \ + key ^= (key >> 10); \ + key += (key << 3); \ + key ^= (key >> 6); \ + key += ~(key << 11); \ + key ^= (key >> 16); \ + key &= HASH_SIZE - 1; \ +} + +#else /* sun */ + +/* stupid stupid gcc2.95 on sun */ + +uint32_t hash_get_key( uint32_t key ) { + + key += ~(key << 15); + key ^= (key >> 10); + key += (key << 3); + key ^= (key >> 6); + key += ~(key << 11); + key ^= (key >> 16); + key &= HASH_SIZE - 1; + + return key; +} + +#define HASH_GET_KEY(key) key= hash_get_key(key) + +#endif /* sun */ + + +/* *** variables ****************************************/ +hashtabT* p_hashtab= NULL; + + +void treehash_init( nodeT **pp_root, hashtabT **pp_hashtab ) +{ + int i; + uint32_t hashkey; + + /* init the tree */ + (*pp_root) = (nodeT *) malloc( sizeof( nodeT ) ); + (*pp_root)->process = 0; + (*pp_root)->processi = 0; + (*pp_root)->name = 0; + (*pp_root)->childrensize = 0; + (*pp_root)->p_children = 0; + + (*pp_root)->stack = NULL; + (*pp_root)->stackc = 0; + (*pp_root)->stacks = 0; + + + /* init the hashtab */ + (*pp_hashtab) = (hashtabT *) malloc ( sizeof( hashtabT ) * HASH_SIZE ); + + /* zero init the whole hashtable */ + for( i = 0; i < HASH_SIZE; i++ ) + { + (*pp_hashtab)[i].p_node = 0; + (*pp_hashtab)[i].entryvecsize = 0; + (*pp_hashtab)[i].p_entryvec = 0; + } + + /* insert root to the hashtable */ + hashkey = 0; + HASH_GET_KEY( hashkey ); + (*pp_hashtab)[hashkey].p_node = (*pp_root); + (*pp_hashtab)[hashkey].entryvecsize = 0; + (*pp_hashtab)[hashkey].p_entryvec = 0; +} + +int treehash_addnode( hashtabT *p_hashtab, uint32_t process, const char* name, uint32_t parent ) +{ + nodeT *p_newnode; + nodeT *p_parentnode; + + uint32_t hashkey; + + /* -- get and fill the new node -- */ + p_newnode = (nodeT *) malloc( sizeof( nodeT ) ); + + p_newnode->process = process; + p_newnode->processi = 0; + if ( name ) + p_newnode->name = OTF_strdup( name ); + else + p_newnode->name = 0; + p_newnode->childrensize = 0; + p_newnode->p_children = 0; + + p_newnode->stack = NULL; + p_newnode->stackc = 0; + p_newnode->stacks = 0; + + /* -- search parent node and connect the parent node to the new node -- */ + p_parentnode = treehash_searchnode( p_hashtab, parent ); + + if( p_parentnode->childrensize == 0 ) + { + p_parentnode->p_children = (nodeT **) malloc( sizeof( nodeT *) ); + } + else + { + p_parentnode->p_children = (nodeT **) realloc( p_parentnode->p_children, + sizeof( nodeT *) * p_parentnode->childrensize + 1 ); + } + + p_parentnode->p_children[p_parentnode->childrensize] = p_newnode; + p_parentnode->childrensize++; + + /* -- insert the new node to the hashtable -- */ + hashkey = process; + + HASH_GET_KEY( hashkey ); + + if (p_hashtab[hashkey].p_node == 0) + { /* if hashkey is not used */ + p_hashtab[hashkey].p_node = p_newnode; + } + else + { /* if hashkey is used */ + int i; + + if (p_hashtab[hashkey].p_entryvec == 0) + { /* if entryvec == 0 take malloc, and copy first item into it */ + p_hashtab[hashkey].p_entryvec = + ( entryvecT * )malloc( sizeof( entryvecT ) * 2); + + /* no memory left */ + if (p_hashtab[hashkey].p_entryvec == 0) + return -1; + + /* insert first node of the hash */ + p_hashtab[hashkey].p_entryvec[0].p_node = p_hashtab[hashkey].p_node; + p_hashtab[hashkey].entryvecsize = 1; + } + else + { /* if entryvec != 0 take realloc */ + p_hashtab[hashkey].p_entryvec = ( entryvecT * ) + realloc( p_hashtab[hashkey].p_entryvec, sizeof( entryvecT ) * + (p_hashtab[hashkey].entryvecsize + 1) ); + + if (p_hashtab[hashkey].p_entryvec == 0) + return -1; + } + + /* search right position for the new node and make space for newnode*/ + for( i = p_hashtab[hashkey].entryvecsize - 1; i >= 0 && + p_hashtab[hashkey].p_entryvec[i].p_node->process > process; i-- ) + { + p_hashtab[hashkey].p_entryvec[i+1] + = p_hashtab[hashkey].p_entryvec[i]; + } + + /* insert newnode */ + p_hashtab[hashkey].p_entryvec[i+1].p_node = p_newnode; + + p_hashtab[hashkey].entryvecsize++; + } + + return 0; +} + +nodeT *treehash_searchnode ( hashtabT *p_hashtab, uint32_t process ) +{ + uint32_t hashkey = process; + + HASH_GET_KEY( hashkey ); + + if ( 0 == p_hashtab[hashkey].p_node ) + return 0; + + if ( p_hashtab[hashkey].p_node->process == process ) + return p_hashtab[hashkey].p_node; + else if ( !p_hashtab[hashkey].p_entryvec ) + return 0; + else + { /* search the vector of the hashkey */ + return treehash_searchvec(p_hashtab[hashkey].p_entryvec, + p_hashtab[hashkey].entryvecsize, process ); + } +} + +nodeT *treehash_searchvec ( entryvecT* vec, int vecsize, uint32_t process ) +{ + int l; + int r; + entryvecT *a; + + a = vec; + l = 0; + r = vecsize - 1; + while ( r >= l ) + { + int32_t m = ( l + r ) / 2; + + if ( process == a[m].p_node->process ) + { + return a[m].p_node; + } + + if ( process < a[m].p_node->process ) + r = m - 1; + else + l = m + 1; + } + + return 0; +} + +int treehash_createindices ( int index, nodeT *p_node ) +{ + int i; + + p_node->processi = index; + index++; + + for( i = 0; i < p_node->childrensize; i++ ) + index = treehash_createindices ( index, + p_node->p_children[i] ); + + return index; +} + + +void treehash_deleteall ( hashtabT *p_hashtab ) +{ + int i; + int a; + + for( i = 0; i < HASH_SIZE; i++ ) + { + treehash_deletenode ( p_hashtab[i].p_node ); + if ( p_hashtab[i].p_entryvec ) + p_hashtab[i].p_entryvec[0].p_node = 0; + + + if ( p_hashtab[i].p_entryvec ) + { + for( a = 0; a < p_hashtab[i].entryvecsize; a++ ) + { + treehash_deletenode ( p_hashtab[i].p_entryvec[a].p_node ); + } + + free( p_hashtab[i].p_entryvec ); + p_hashtab[i].p_entryvec = 0; + } + } +} + +void treehash_deletenode ( nodeT *p_node ) +{ + if ( p_node ) + { + if ( p_node->name ) + { + free( p_node->name ); + p_node->name = 0; + } + if ( p_node->p_children ) + { + free( p_node-> p_children ); + p_node-> p_children = 0; + } + + if( p_node->stack != NULL ) { + free(p_node->stack); + p_node->stack = NULL; + p_node->stackc = 0; + p_node->stacks = 0; + } + + free ( p_node ); + p_node = 0; + } +} + + +static void FileIOEndQueue_pop( FileIOEndRecord** queue ); + +FileIOEndRecord* FileIOEndQueue_init() { + + + return NULL; +} + + +void FileIOEndQueue_check( FileIOEndRecord** queue, uint64_t time, void* fha ) { + + + if( NULL == (*queue) ) return; + + while( NULL != (*queue) && (*queue)->time < time ) { + + VTF3_WriteFileioend( ((fcbT*) fha)->fcb, (*queue)->time, + (*queue)->process, (*queue)->iotype, (*queue)->fileid, + (*queue)->bytes, (*queue)->source ); + + FileIOEndQueue_pop( queue ); + } +} + + +void FileIOEndQueue_finish( FileIOEndRecord** queue ) { + + + while( NULL != (*queue) ) { + + FileIOEndQueue_pop( queue ); + } +} + + +void FileIOEndQueue_pop( FileIOEndRecord** queue ) { + + + FileIOEndRecord* tmp; + + if( (*queue) != NULL ) { + + if( (*queue)->next != NULL ) { + + tmp= (*queue)->next; + free( *queue ); + + } else { + + tmp= NULL; + free( *queue ); + + } + + *queue= tmp; + } +} + + +void FileIOEndQueue_push( FileIOEndRecord** queue, FileIOEndRecord* append ) { + + + FileIOEndRecord* tmp; + FileIOEndRecord* last; + + + tmp= (*queue); + last= NULL; + + while( NULL != tmp ) { + + if( append->time < tmp->time ) break; + + last= tmp; + tmp= tmp->next; + } + + if( NULL != last ) { + + append->next= tmp; + last->next= append; + + } else { + + append->next= tmp; + *queue= append; + } +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.h b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.h new file mode 100644 index 0000000000..b578b1b8ed --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Treehash.h @@ -0,0 +1,113 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef OTFTOVTF3_TREEHASH_H +#define OTFTOVTF3_TREEHASH_H + + +#include + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "OTF_inttypes.h" +#include "OTF_Platform.h" + + +#define STACK_ALLOC_WIDTH 10 + + +/* *** queue of FileIOEnd records *********************/ +typedef struct FileIOEndRecord_s { + + uint64_t time; + uint32_t process; + int iotype; + int fileid; + uint32_t bytes; + int source; + + struct FileIOEndRecord_s* next; + +} FileIOEndRecord; + + +/* *** tree structure *******************************/ +typedef struct nodeS +{ + uint32_t process; /* cpu token of otf */ + uint32_t processi; /* index of cpu for vtf3 */ + char *name; /* process name */ + int childrensize; /* sizeof children vector */ + struct nodeS **p_children; /* vector of children */ + + /* function stack */ + uint32_t *stack; + uint32_t stackc; + uint32_t stacks; + +}nodeT; + +/* *** hash structures *******************************/ +typedef struct entryvecS +{ + nodeT *p_node; /* pointer to the treenode */ +}entryvecT; + +typedef struct hashtabS +{ + nodeT *p_node; + + int entryvecsize; + entryvecT * p_entryvec; +}hashtabT; + +typedef struct { + + void *fcb; + hashtabT *p_hashtab; + FileIOEndRecord* FileIOQueue; + +}fcbT; + +/* *** FileIOEndQueue functions *************************/ +/* init */ +FileIOEndRecord* FileIOEndQueue_init( void ); + + +void FileIOEndQueue_finish( FileIOEndRecord** queue ); + +/* check if there are events matching the current timestamp */ +void FileIOEndQueue_check( FileIOEndRecord** queue, uint64_t time, void* fha ); + +/* add an element at the end */ +void FileIOEndQueue_push( FileIOEndRecord** queue, FileIOEndRecord* append ); + + +/* *** treehash functions *******************************/ + +/* initialize the tree and the hash */ +void treehash_init( nodeT **pp_root, hashtabT **pp_hashtab ); + +/* add a node to the tree and hash */ +int treehash_addnode( hashtabT *p_hashtab, uint32_t process, const char* name, uint32_t parent ); + +/* search a node using the hash */ +nodeT *treehash_searchnode ( hashtabT *p_hashtab, uint32_t process ); + +/* search the entryvector of a tree (binary search) -- only used intern -- */ +nodeT *treehash_searchvec ( entryvecT* vec, int vecsize, uint32_t process ); + +/* create indices (treeform -> linear for vtf3 */ +int treehash_createindices ( int index, nodeT *p_node ); + +/* free all memory ... */ +void treehash_deleteall ( hashtabT *p_hashtab ); + +/* free a treenode */ +void treehash_deletenode ( nodeT *p_node ); + +#endif /* OTFTOVTF3_TREEHASH_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf.c b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf.c new file mode 100644 index 0000000000..48fd33fc6b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf.c @@ -0,0 +1,343 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "config.h" + +#include +#include +#include +#include + +#include +#include "OTF_Platform.h" + +#ifdef HAVE_VTF3 +#include +#endif /* HAVE_VTF3 */ + +#include "Handler.h" +#include "Treehash.h" + + +#define OTF2VTF3VERSION 1 +#define OTF2VTF3CREATOR "otf2vtf3" + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otf2vtf - Convert OTF trace files to VTF format. \n", +" \n", +" otf2vtf [Options] \n", +" \n", +" Options: \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -o output file \n", +" -b size of the reader buffer \n", +" -A write VTF3 ASCII sub-format (default) \n", +" -B write VTF3 binary sub-format \n", +" \n", NULL }; + +void writenames_recursive ( void* firsthandlerarg, nodeT *p_node ); + +int main (int argc, char **argv) { + + +#ifdef HAVE_VTF3 + + + fcbT fha; + int i; + int numcpus; + + char* inputFile = NULL; + char* outputFile = NULL; + int buffersize= 1024; + + OTF_FileManager* manager; + OTF_Reader* reader; + OTF_HandlerArray* handlers; + nodeT* p_root; + + int format= VTF3_FILEFORMAT_STD_ASCII; + + handlers = OTF_HandlerArray_open(); + + /* argument handling */ + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + exit(0); + } + + for ( i = 1; i < argc; i++ ) { + + if( 0 == strcmp( "-i", argv[i] ) ) { + + if( i+1 < argc ) { + + inputFile= OTF_strdup( argv[i+1] ); + ++i; + } + + } else if ( 0 == strcmp( "-o", argv[i] ) ) { + + if( i+1 < argc ) { + + outputFile = argv[i+1]; + ++i; + } + + } else if( ( 0 == strcmp( "-b", argv[i] ) ) && ( i+1 < argc ) ) { + + buffersize = atoi( argv[i+1] ); + ++i; + + } else if ( 0 == strcmp( "--help", argv[i] ) || + 0 == strcmp( "-h", argv[i] ) ) { + + SHOW_HELPTEXT; + exit(0); + + } else if ( 0 == strcmp( "-A", argv[i] ) ) { + + format= VTF3_FILEFORMAT_STD_ASCII; + + } else if ( 0 == strcmp( "-B", argv[i] ) ) { + + format= VTF3_FILEFORMAT_STD_BINARY; + + } else if ( 0 == strcmp( "-V", argv[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + + } else { + + if ( '-' != argv[i][0] ) { + + inputFile= OTF_strdup( argv[i] ); + + } else { + + fprintf( stderr, "ERROR: Unknown argument.\n" ); + exit(1); + } + } + } + + if ( NULL == inputFile ) { + + printf( " no input file specified\n" ); + exit(1); + } + + if ( NULL == outputFile ) { + + printf( " no output file specified\n" ); + exit(1); + } + + + /* open filemanager */ + manager= OTF_FileManager_open( 100 ); + assert( NULL != manager ); + + /* Open OTF Reader */ + reader = OTF_Reader_open( inputFile, manager ); + + if( NULL == reader ) { + + fprintf( stderr, "cannot open input trace '%s'\n", inputFile ); + exit( 1 ); + } + + + OTF_Reader_setBufferSizes( reader, buffersize ); + + free( inputFile ); + + /* Initialize VTF3. */ + (void) VTF3_InitTables (); + + fha.fcb = VTF3_OpenFileOutput ( outputFile, format, 0); + assert( 0 != fha.fcb ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDeftimerresolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFTIMERRESOLUTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefprocess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefprocessgroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFPROCESSGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDeffunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDeffunctiongroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFFUNCTIONGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefcounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFCOUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefcountergroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFCOUNTERGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefCollectiveOperation, + OTF_DEFCOLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFCOLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefscl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFSCL_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefsclfile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFSCLFILE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleDefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_DEFFILE_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleEventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleCounter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleEnter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) + handleCollectiveOperation, OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleRecvmsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleSendmsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleLeave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleBeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_ENDPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_FILEOPERATION_RECORD ); + + + /***************/ + treehash_init( &p_root, &fha.p_hashtab); + fha.FileIOQueue= FileIOEndQueue_init(); + /***************/ + + + VTF3_WriteDefversion( fha.fcb, OTF2VTF3VERSION); + VTF3_WriteDefcreator( fha.fcb, OTF2VTF3CREATOR ); + + OTF_Reader_readDefinitions( reader, handlers ); + + /***************/ + numcpus = 0; + /* indicate the processes */ + + for( i = 0; i < p_root->childrensize; i++ ) { + + numcpus = treehash_createindices( numcpus, p_root->p_children[i] ); + } + + if ( numcpus == 0) + { + fprintf( stderr, "There are no cpus.\n" ); + exit(1); + } + + /* write VTF3_syscpunum-record */ + VTF3_WriteDefsyscpunums( fha.fcb, 1, &numcpus ); + + /* write VFT3_cpuname-records */ + for( i = 0; i < p_root->childrensize; i++ ) { + + writenames_recursive( fha.fcb, p_root->p_children[i] ); + } + /***************/ + + OTF_Reader_readEvents( reader, handlers ); + + /***************/ + FileIOEndQueue_finish( &fha.FileIOQueue ); + treehash_deleteall( fha.p_hashtab ); + /***************/ + + /* Close all devices. */ + (void) VTF3_Close ( fha.fcb ); + + OTF_Reader_close( reader ); + OTF_HandlerArray_close( handlers ); + OTF_FileManager_close( manager ); + +#else /* HAVE_VTF3 */ + + fprintf( stderr, "VTF3 not available, otf2vtf deactivated\n" ); + +#endif /* HAVE_VTF3 */ + + return (0); +} + +void writenames_recursive ( void* firsthandlerarg, nodeT *p_node ) { + + +#ifdef HAVE_VTF3 + int i; + + if( p_node->name ) + VTF3_WriteDefcpuname( firsthandlerarg, p_node->processi, + p_node->name ); + + for( i = 0; i < p_node->childrensize; i++ ) + writenames_recursive ( firsthandlerarg, p_node->p_children[i] ); + +#endif /* HAVE_VTF3 */ +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.cpp new file mode 100644 index 0000000000..424b3b98f3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.cpp @@ -0,0 +1,91 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#include +using namespace std; + + +#include "Control.h" + + +Control::Control( OTF_Writer* w, bool _verbose, bool _usefunctiongroups, + bool _usefilegroups, bool _doSnapshots, bool _doStatistics ) : + writer( w ), verbose( _verbose ), + usefunctiongroups( _usefunctiongroups ) { + + + nextTime= (uint64_t) -1; + state= new State( _usefunctiongroups, _usefilegroups, _doSnapshots, + _doStatistics ); +} + + +Control::~Control() { + + +} + + +/** add time stamp where to generate a snapshot */ +void Control::addTime( uint64_t time ) { + + + timestamps.insert( time ); + + nextTime= *( timestamps.begin() ); +} + + +uint64_t Control::getLastTime() { + + + return *(timestamps.rbegin()); +} + + +double Control::checkTime( uint64_t time ) { + + + if ( time >= nextTime ) { + + + if ( verbose ) { + + cout << "[" << time << "]" << endl; + } + + //state->printStatistics( time ); + + state->writeStatistics( writer, nextTime ); + + /* write snapshot only when its not the very end of the trace */ + if ( nextTime != getLastTime() ) { + + + //state->printStack(); + //state->printSends(); + //state->printOpenFiles(); + state->writeSnapshot( writer, nextTime ); + } + + + timestamps.erase( nextTime ); + + if ( ! timestamps.empty() ) { + + nextTime= *( timestamps.begin() ); + + } else { + + nextTime= (uint64_t) -1; + } + + return (double) nextTime; + } + + return (double) time; +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.h new file mode 100644 index 0000000000..ca7d99649a --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Control.h @@ -0,0 +1,55 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef CONTROL_H +#define CONTROL_H + + +#include + + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "OTF_inttypes.h" + +#include "State.h" +#include "otf.h" + + +struct Control { + + + State *state; + + /* time stamps where to generate a snapshots */ + std::set timestamps; + + uint64_t nextTime; + + OTF_Writer* writer; + + bool verbose; + + int usefunctiongroups; + + + Control( OTF_Writer* writer= NULL, bool _verbose= false, + bool _usefunctiongroups= false, bool _usefilegroups= false, + bool _doSnapshots= true, bool _doStatistics= true ); + ~Control(); + + /** add time stamp where to generate a snapshot */ + void addTime( uint64_t time ); + + uint64_t getLastTime(); + + double checkTime( uint64_t time ); +}; + + +#endif /* CONTROL_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.cpp new file mode 100644 index 0000000000..8d5edf0a69 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.cpp @@ -0,0 +1,226 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#include + +#include "Handler.h" +#include "Control.h" + + +/* *** Definition handler *** ************************************* */ + + +int handleDeftimerresolution( void* firsthandlerarg, uint32_t streamid, + uint64_t ticksPerSecond ) { + + + /* fprintf( stderr, " %s\n", __PRETTY_FUNCTION__ ); */ + + return OTF_RETURN_OK; +} + + +int handleDefprocess( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ) { + + + /* fprintf( stderr, " %s\n", __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + control->state->defProcess( deftoken ); + + return OTF_RETURN_OK; +} + + +int handleDefFunction( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ) { + + + /* fprintf( stderr, " %s\n", __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + control->state->defFunction( deftoken, group ); + + return OTF_RETURN_OK; +} + + +int handleDefFile( void* firsthandlerarg, uint32_t stream, uint32_t token, + const char* name, uint32_t group ) { + + + /* fprintf( stderr, " %s\n", __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + control->state->defFile( token, group ); + + return OTF_RETURN_OK; +} + + +/* *** Event handler *** ****************************************** */ + + +int handleCounter( void* firsthandlerarg, uint64_t time, uint32_t process, + uint32_t token, uint64_t value ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + return OTF_RETURN_OK; +} + + +int handleEnter( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + control->state->enterFunction( time, cpuid, statetoken ); + + return OTF_RETURN_OK; +} + + +int handleLeave( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + control->state->leaveFunction( time, cpuid, statetoken ); + + return OTF_RETURN_OK; +} + + +int handleRecvmsg( void* firsthandlerarg, uint64_t time, uint32_t receiver, + uint32_t sender, uint32_t procGroup, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + control->state->recvMessage( sender, receiver, procGroup, msgtag, + msglength ); + + return OTF_RETURN_OK; +} + + +int handleSendmsg( void* firsthandlerarg, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t procGroup, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + control->state->sendMessage( time, sender, receiver, procGroup, msgtag, + msglength, scltoken ); + + return OTF_RETURN_OK; +} + + +int handleBeginProcess( void* firsthandlerarg, uint64_t time, uint32_t process ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + return OTF_RETURN_OK; +} + + +int handleEndProcess( void* firsthandlerarg, uint64_t time, uint32_t process ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + return OTF_RETURN_OK; +} + + +int handleEventComment( void* firsthandlerarg, uint64_t time, + const char* comment ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + return OTF_RETURN_OK; +} + + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + return OTF_RETURN_OK; +} + + +int handleFileOperation( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + /* fprintf( stderr, " %llu: %s\n", (unsigned long long) time, __PRETTY_FUNCTION__ ); */ + + Control* control= (Control*) firsthandlerarg; + + while ( time > control->checkTime( time ) ) + ; + + return control->state->fileOperation( time, fileid, process, handleid, operation, + bytes, duration, source ); +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.h new file mode 100644 index 0000000000..ef8561e54f --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Handler.h @@ -0,0 +1,72 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef OTFTOVTF3_HANDLER_H +#define OTFTOVTF3_HANDLER_H + + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "OTF_inttypes.h" + + +/* *** Definition handler *** ************************************* */ + + +int handleDeftimerresolution( void* firsthandlerarg, uint32_t streamid, + uint64_t ticksPerSecond ); + +int handleDefprocess( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ); + +int handleDefFunction( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ); + +int handleDefFile( void* userData, uint32_t stream, uint32_t token, + const char* name, uint32_t group ); + + + +/* *** Event handler *** ****************************************** */ + +int handleCounter( void* firsthandlerarg, uint64_t time, uint32_t process, + uint32_t counter_token, uint64_t value ); + +int handleEnter( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ); + +int handleRecvmsg( void* firsthandlerarg, uint64_t time, uint32_t receiver, + uint32_t sender, uint32_t procGroup, uint32_t msgtag, uint32_t msglength, + uint32_t scltoken ); + +int handleSendmsg( void* firsthandlerarg, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t procGroup, uint32_t msgtag, uint32_t msglength, + uint32_t scltoken ); + +int handleLeave( void* firsthandlerarg, uint64_t time, uint32_t statetoken, + uint32_t cpuid, uint32_t scltoken ); + +int handleBeginProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleEndProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleEventComment( void* firsthandlerarg, uint64_t time, + const char* comment ); + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ); + +int handleFileOperation( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ); + + +#endif /* OTFTOVTF3_HANDLER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.am new file mode 100644 index 0000000000..1720e10edd --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.am @@ -0,0 +1,22 @@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib + +bin_PROGRAMS = \ + otfaux + +otfaux_LDADD = $(top_builddir)/otflib/libotf.la +if ! AMDEPZLIB +otfaux_LDADD += $(ZLIB_LIB_LINE) +endif + +otfaux_SOURCES = \ + Control.h \ + Handler.h \ + State.h \ + otfaux.cpp \ + Control.cpp \ + Handler.cpp \ + State.cpp + +EXTRA_DIST = \ + otfaux_vs05.vcproj + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.in new file mode 100644 index 0000000000..f8727938d8 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.in @@ -0,0 +1,515 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = otfaux$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otfaux +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_otfaux_OBJECTS = otfaux.$(OBJEXT) Control.$(OBJEXT) \ + Handler.$(OBJEXT) State.$(OBJEXT) +otfaux_OBJECTS = $(am_otfaux_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otfaux_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otfaux_SOURCES) +DIST_SOURCES = $(otfaux_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib +otfaux_LDADD = $(top_builddir)/otflib/libotf.la $(am__append_1) +otfaux_SOURCES = \ + Control.h \ + Handler.h \ + State.h \ + otfaux.cpp \ + Control.cpp \ + Handler.cpp \ + State.cpp + +EXTRA_DIST = \ + otfaux_vs05.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otfaux/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otfaux/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otfaux$(EXEEXT): $(otfaux_OBJECTS) $(otfaux_DEPENDENCIES) + @rm -f otfaux$(EXEEXT) + $(CXXLINK) $(otfaux_OBJECTS) $(otfaux_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Control.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/State.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otfaux.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.cpp new file mode 100644 index 0000000000..2656cee393 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.cpp @@ -0,0 +1,926 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "State.h" + + +#include +#include +using namespace std; + + +/* *** ProcessState *** ********************************* */ + + +void ProcessState::enterFunction( uint64_t time, uint32_t token ) { + + + + fstack.push_back( FunctionCall( time, token) ); + + FunctionStatistics& stat= fstatistics[ token ]; + stat.occurrences++; +} + + +void ProcessState::leaveFunction( uint64_t time, uint32_t token ) { + + + assert( ! fstack.empty() ); + + const FunctionCall& call= fstack.back(); + + /* if not special token 0 tokens must match */ + if ( ( 0 != token ) && ( call.token != token ) ) { + + cerr << " leave at " << time << " with corrupt stack " << + call.token << " != " << token << endl; + } + + /* update stack */ + fstack.pop_back(); + + /* update statistics */ + FunctionStatistics& stat= fstatistics[ call.token ]; + + stat.exclusiveTime += time - call.time; + stat.inclusiveTime += time - call.time; + + /* subtract time from parents 'exclusiveTime' */ + if ( ! fstack.empty() ) { + + const FunctionCall& parent= fstack.back(); + + FunctionStatistics& parentstat= fstatistics[ parent.token ]; + + parentstat.exclusiveTime -= time - call.time; + } +} + + +void ProcessState::sendMessage( uint64_t time, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t msglength, uint32_t source ) { + + + sstatistics.bytes_sent+= msglength; + sstatistics.number_sent++; + + + sstack.push_back( Send( time, receiver, procGroup, tag, source ) ); +} + + +void ProcessState::recvMessage( uint32_t msglength ) { + + sstatistics.bytes_recvd+= (uint64_t) msglength; + sstatistics.number_recvd++; +} + + +void ProcessState::matchMessage( uint32_t receiver, uint32_t procGroup, uint32_t tag ) { + + + deque::iterator jt= sstack.begin(); + deque::iterator jtend= sstack.end(); + + for ( ; jt != jtend; ++jt ) { + + if (jt->receiver == receiver + && procGroup == jt->procGroup + && tag == jt->tag ) { + + sstack.erase( jt ); + break; + } + } +} + + +int ProcessState::openFile( uint64_t time, uint32_t fileid, uint64_t handleid, + uint32_t source ) { + + + std::map::iterator it; + + it= openfiles.find( handleid ); + + if( it == openfiles.end() ) { + + /* insert the file into the list of opened files */ + openfiles.insert( pair( handleid, + OpenFile( time, fileid, source ) ) ); + + + /* make the statistics */ + map::iterator it2; + + it2= fostatistics.find( fileid ); + + if( it2 != fostatistics.end() ) { + + FileOperationStatistics& fos= it2->second; + + ++fos.nopen; + + } else { + + fostatistics.insert( pair ( fileid, + FileOperationStatistics( 1, 0, 0, 0, 0, 0, 0 ) ) ); + + } + + return OTF_RETURN_OK; + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Handleid %llu has already been used. aborting\n", + __FUNCTION__, __FILE__, __LINE__, (long long unsigned) handleid ); +# endif + + return OTF_RETURN_ABORT; + } +} + + +int ProcessState::closeFile( uint64_t handleid ) { + + + uint32_t ret; + map::iterator it; + + it= openfiles.find( handleid ); + + if( it != openfiles.end() ) { + + /* make the statistics */ + map::iterator it2; + + it2= fostatistics.find( it->second.fileid ); + + if( it2 != fostatistics.end() ) { + + FileOperationStatistics& fos= it2->second; + + ++fos.nclose; + + ret= OTF_RETURN_OK; + + } else { + + # ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Trying to close not yet opened file. aborting\n", + __FUNCTION__, __FILE__, __LINE__ ); + # endif + + ret= OTF_RETURN_ABORT; + } + + /* erase the file from the opened files list */ + openfiles.erase( it ); + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Trying to close not yet opened file. aborting\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + ret= OTF_RETURN_ABORT; + + } + + return ret; +} + + +int ProcessState::writeFile( uint32_t fileid, uint64_t bytes ) { + + + map::iterator it; + + it= fostatistics.find( fileid ); + + if( it != fostatistics.end() ) { + + FileOperationStatistics& fos= it->second; + + ++fos.nwrite; + fos.byteswrite+= bytes; + + } else { + + fostatistics.insert( pair ( fileid, + FileOperationStatistics( 0, 0, 0, 1, 0, 0, bytes ) ) ); + + } + + return OTF_RETURN_OK; +} + + +int ProcessState::readFile( uint32_t fileid, uint64_t bytes ) { + + + map::iterator it; + + it= fostatistics.find( fileid ); + + if( it != fostatistics.end() ) { + + FileOperationStatistics& fos= it->second; + + ++fos.nread; + fos.bytesread+= bytes; + + } else { + + fostatistics.insert( pair ( fileid, + FileOperationStatistics( 0, 0, 1, 0, 0, bytes, 0 ) ) ); + + } + + return OTF_RETURN_OK; +} + + +int ProcessState::seekFile( uint32_t fileid, uint64_t bytes ) { + map::iterator it; + + it= fostatistics.find( fileid ); + + if( it != fostatistics.end() ) { + + FileOperationStatistics& fos= it->second; + + ++fos.nseek; + + return OTF_RETURN_OK; + + } else { + +# ifdef OTF_VERBOSE + fprintf( stderr, "ERROR in function %s, file: %s, line: %i:\n " + "Trying to seek in a not yet opened file. aborting\n", + __FUNCTION__, __FILE__, __LINE__ ); +# endif + + return OTF_RETURN_ABORT; + } +} + + +void ProcessState::printStack( uint32_t processid ) const { + + + cerr << " stack of process " << processid << endl; + + deque::const_iterator it= fstack.begin(); + deque::const_iterator itend= fstack.end(); + for ( ; it != itend; ++it ) { + + cerr << " " << it->time << ": " << it->token << endl; + } +} + + +void ProcessState::printSends( uint32_t processid ) const { + + + cerr << " pending sends on process " << processid << endl; + + deque::const_iterator it= sstack.begin(); + deque::const_iterator itend= sstack.end(); + + for ( ; it != itend; ++it ) { + + cerr << " " << "otime: " << it->originaltime << " recver: " << it->receiver << + " group: " << it->procGroup << " tag: " << it->tag << " source: " << + it->source << endl; + } +} + + +void ProcessState::printOpenFiles( uint32_t processid ) const { + + + cerr << " opened files on process " << processid << endl; + + map::const_iterator it; + map::const_iterator itend= openfiles.end(); + + + for( it= openfiles.begin(); it != itend; ++it ) { + + cerr << " " << "time " << it->second.time << " handleid " << it->first << " fileid " + << it->second.fileid << " source " << it->second.source << endl; + + } +} + + +void ProcessState::printStatistics( uint32_t processid, uint64_t time, + map< uint32_t, uint32_t> *functiongroups, + map< uint32_t, uint32_t> *filegroups ) const { + + + map localStatistics; + map groupStatistics; + + uint64_t lasttime= time; + + deque::const_reverse_iterator it= fstack.rbegin(); + deque::const_reverse_iterator itend= fstack.rend(); + for ( ; it != itend; ++it ) { + + FunctionStatistics& lstats= localStatistics[ it->token ]; + /* lstats.occurrences++; */ + lstats.exclusiveTime += lasttime - it->time; + lstats.inclusiveTime += time - it->time; + + assert( lasttime >= it->time ); + + lasttime= it->time; + } + + + /* actually write statistics */ + cerr << " statistics of process " << processid << endl; + + map::const_iterator jt= fstatistics.begin(); + map::const_iterator jtend= fstatistics.end(); + + for ( ; jt != jtend; ++jt ) { + + uint64_t oc= jt->second.occurrences; + uint64_t ex= jt->second.exclusiveTime; + uint64_t in= jt->second.inclusiveTime; + + map::const_iterator kt= localStatistics.find( jt->first ); + map::const_iterator ktend= localStatistics.end(); + + if ( kt != ktend ) { + + oc += kt->second.occurrences; + ex += kt->second.exclusiveTime; + in += kt->second.inclusiveTime; + } + + if ( NULL == functiongroups ) { + + cerr << " func " << jt->first << ": " << + oc << ", " << + ex << ", " << + in << ", " << endl; + + } else { + + groupStatistics[(*functiongroups)[jt->first]].occurrences+= oc; + groupStatistics[(*functiongroups)[jt->first]].exclusiveTime+= ex; + groupStatistics[(*functiongroups)[jt->first]].inclusiveTime+= in; + } + } + + /* write functiongroup summary */ + if ( NULL != functiongroups ) { + + map::const_iterator kt= groupStatistics.begin(); + map::const_iterator ktend= groupStatistics.end(); + + for( ; kt != ktend; kt++ ) { + + uint64_t oc= kt->second.occurrences; + uint64_t ex= kt->second.exclusiveTime; + uint64_t in= kt->second.inclusiveTime; + + cerr << " funcgroup" << kt->first << ": " << + oc << ", " << + ex << ", " << + in << ", " << endl; + } + } + + /* write the message summary if any message was sent */ + cerr << " " << sstatistics.number_sent << " messages sent, " << sstatistics.number_recvd + << " messages received, " << sstatistics.bytes_sent << + " sent bytes, " << sstatistics.bytes_recvd << " bytes received" << endl; + + + /* write file operation statistics */ + map::const_iterator itfo; + map::const_iterator itendfo= fostatistics.end(); + + if( NULL == filegroups ) { + + /* print out alle statistics */ + for( itfo= fostatistics.begin(); itfo != itendfo; ++itfo ) { + + const FileOperationStatistics& fost= itfo->second; + + cerr << " file " << itfo->first << ": " << fost.nopen << " opened files, " + << fost.nclose << " closed files, " << fost.nread << " read events, " + << fost.nwrite << " write events, " << fost.nseek << " seek events, " + << fost.bytesread << " read bytes, " << fost.byteswrite << " written bytes " + << endl; + } + + } else { + + map groupstats; + map::iterator itgr; + map::iterator itendgr; + + /* calculate group statistics */ + for( itfo= fostatistics.begin(); itfo != itendfo; ++itfo ) { + + itgr= groupstats.find( (*filegroups)[itfo->first] ); + + if( itgr != groupstats.end() ) { + + FileOperationStatistics& fost= itgr->second; + + fost.nopen+= itfo->second.nopen; + fost.nclose+= itfo->second.nclose; + fost.nread+= itfo->second.nread; + fost.nwrite+= itfo->second.nwrite; + fost.nseek+= itfo->second.nseek; + fost.bytesread+= itfo->second.bytesread; + fost.byteswrite+= itfo->second.byteswrite; + + } else { + + groupstats.insert( pair( + (*filegroups)[itfo->first], + FileOperationStatistics( itfo->second.nopen, itfo->second.nclose, + itfo->second.nread, itfo->second.nwrite, itfo->second.nseek, + itfo->second.bytesread, itfo->second.byteswrite ) ) ); + + } + } + + + /* print out all group statistics */ + for( itgr= groupstats.begin(), itendgr= groupstats.end(); itgr != itendgr; ++itgr ) { + + const FileOperationStatistics& fost= itgr->second; + + cerr << " filegroup " << itgr->first << ": " << fost.nopen << " opened files, " + << fost.nclose << " closed files, " << fost.nread << " read events, " + << fost.nwrite << " write events, " << fost.nseek << " seek events, " + << fost.bytesread << " read bytes, " << fost.byteswrite << " written bytes " + << endl; + } + } +} + + +void ProcessState::writeStack( OTF_Writer* writer, uint64_t time, uint32_t processid ) const { + + + if ( fstack.empty() ) { + + OTF_Writer_writeSnapshotComment( writer, + time, processid, "empty stack" ); + return; + } + + deque::const_iterator jt= fstack.begin(); + deque::const_iterator jtend= fstack.end(); + + for ( ; jt != jtend; ++jt ) { + + /* cout << " " << jt->time << ": " << jt->token << endl; */ + + OTF_Writer_writeEnterSnapshot( writer, time, + jt->time /* uint64_t originaltime */, + jt->token /* uint32_t function */, + processid /* uint32_t process */, + 0 /* uint32_t source */ ); + } +} + + +void ProcessState::writeStatistics( OTF_Writer* writer, uint64_t time, + uint32_t processid, map< uint32_t,uint32_t> *functiongroups, + map< uint32_t,uint32_t> *filegroups ) const { + + + /* all past function calls are considered in 'fstatistics' already, + now the time and occurrences of all active functions need to be added. + one could modify & restore the 'fstatistics' but this seems unsafe. + furthermore, this is a 'const' method. therfore we use a temporary + data structure even though it is kind of overkill :( */ + + map localStatistics; + map groupStatistics; + + uint64_t lasttime= time; + + + /* cerr << "writeStatistics p" << processid << ", t" << time << endl; */ + + + deque::const_reverse_iterator it= fstack.rbegin(); + deque::const_reverse_iterator itend= fstack.rend(); + for ( ; it != itend; ++it ) { + + FunctionStatistics& lstats= localStatistics[ it->token ]; + /* lstats.occurrences++; */ + lstats.exclusiveTime += lasttime - it->time; + lstats.inclusiveTime += time - it->time; + + assert( lasttime >= it->time ); + + lasttime= it->time; + } + + + /* actually write statistics */ + + map::const_iterator jt= fstatistics.begin(); + map::const_iterator jtend= fstatistics.end(); + + for ( ; jt != jtend; ++jt ) { + + uint64_t oc= jt->second.occurrences; + uint64_t ex= jt->second.exclusiveTime; + uint64_t in= jt->second.inclusiveTime; + + map::const_iterator kt= localStatistics.find( jt->first ); + map::const_iterator ktend= localStatistics.end(); + + if ( kt != ktend ) { + + oc += kt->second.occurrences; + ex += kt->second.exclusiveTime; + in += kt->second.inclusiveTime; + } + + if ( NULL == functiongroups ) { + + OTF_Writer_writeFunctionSummary( writer, + time /* uint64_t time */, + jt->first /* uint32_t function */, + processid /* uint32_t process */, + oc /* uint64_t count */, + ex /* uint64_t excltime */, + in /* uint64_t incltime */ ); + + } else { + + groupStatistics[(*functiongroups)[jt->first]].occurrences+= oc; + groupStatistics[(*functiongroups)[jt->first]].exclusiveTime+= ex; + groupStatistics[(*functiongroups)[jt->first]].inclusiveTime+= in; + } + + } + + /* write functiongroup summary */ + if ( NULL != functiongroups ) { + + map::const_iterator kt= groupStatistics.begin(); + map::const_iterator ktend= groupStatistics.end(); + + for( ; kt != ktend; kt++ ) { + + uint64_t oc= kt->second.occurrences; + uint64_t ex= kt->second.exclusiveTime; + uint64_t in= kt->second.inclusiveTime; + + OTF_Writer_writeFunctionGroupSummary( writer, + time /* uint64_t time */, + kt->first /* uint32_t functiongroup */, + processid /* uint32_t process */, + oc /* uint64_t count */, + ex /* uint64_t excltime */, + in /* uint64_t incltime */ ); + } + } + + /* write the message summary if any message was sent */ + if ( sstatistics.number_sent > 0 || sstatistics.number_recvd > 0) { + + OTF_Writer_writeMessageSummary( writer, time /* current time */, + processid /* id of the process */, 0 /* peer */, 0 /* communicator */, + 0 /* message tag */, sstatistics.number_sent, sstatistics.number_recvd, + sstatistics.bytes_sent, sstatistics.bytes_recvd ); + } + + + /* write file operation statistics */ + map::const_iterator itfo; + map::const_iterator itendfo= fostatistics.end(); + + if( NULL == filegroups ) { + + /* print out alle statistics */ + for( itfo= fostatistics.begin(); itfo != itendfo; ++itfo ) { + + const FileOperationStatistics& fost= itfo->second; + + OTF_Writer_writeFileOperationSummary( writer, time, itfo->first, + processid, fost.nopen, fost.nclose, fost.nread, fost.nwrite, + fost.nseek, fost.bytesread, fost.byteswrite ); + } + + } else { + + map groupstats; + map::iterator itgr; + map::iterator itendgr; + + /* calculate group statistics */ + for( itfo= fostatistics.begin(); itfo != itendfo; ++itfo ) { + + itgr= groupstats.find( (*filegroups)[itfo->first] ); + + if( itgr != groupstats.end() ) { + + FileOperationStatistics& fost= itgr->second; + + fost.nopen+= itfo->second.nopen; + fost.nclose+= itfo->second.nclose; + fost.nread+= itfo->second.nread; + fost.nwrite+= itfo->second.nwrite; + fost.nseek+= itfo->second.nseek; + fost.bytesread+= itfo->second.bytesread; + fost.byteswrite+= itfo->second.byteswrite; + + } else { + + groupstats.insert( pair( + (*filegroups)[itfo->first], + FileOperationStatistics( itfo->second.nopen, itfo->second.nclose, + itfo->second.nread, itfo->second.nwrite, itfo->second.nseek, + itfo->second.bytesread, itfo->second.byteswrite ) ) ); + + } + } + + + /* print out all group statistics */ + for( itgr= groupstats.begin(), itendgr= groupstats.end(); itgr != itendgr; ++itgr ) { + + const FileOperationStatistics& fost= itgr->second; + + OTF_Writer_writeFileGroupOperationSummary( writer, time, + itgr->first, processid, fost.nopen, fost.nclose, fost.nread, + fost.nwrite, fost.nseek, fost.bytesread, fost.byteswrite ); + } + } +} + + +void ProcessState::writeSends( OTF_Writer* writer, uint64_t time, + uint32_t processid ) const { + + + /* + if ( sstack.empty() ) { + + OTF_Writer_writeSnapshotComment( writer, + time, processid, "no msgs" ); + + return; + } + */ + + deque::const_iterator jt= sstack.begin(); + deque::const_iterator jtend= sstack.end(); + + for ( ; jt != jtend; ++jt ) { + + + OTF_Writer_writeSendSnapshot( writer, + time, /* current time */ + jt->originaltime /* uint64_t originaltime */, + processid /* sender */, + jt->receiver /* receiver */, + jt->procGroup /* proc group */, + jt->tag /* message tag */, + jt->source /* source code location */ ); + + } +} + + +void ProcessState::writeOpenFiles( OTF_Writer* writer, uint64_t time, + uint32_t processid ) const { + + + /* + if( openfiles.empty() ) { + + OTF_Writer_writeSnapshotComment( writer, + time, processid, "no openfiles" ); + + return; + } + */ + + + map::const_iterator it; + map::const_iterator itend= openfiles.end(); + + + for( it= openfiles.begin(); it != itend; ++it ) { + + OTF_Writer_writeOpenFileSnapshot( writer, + time, + it->second.time, + it->second.fileid, + processid, + it->first, + it->second.source ); + } +} + + +void State::defProcess( uint32_t processid ) { + + + /* explicit creation is not necessary. + it would furthermore disturbs selective creation of statistics + + processes[ processid ]; + */ +} + + +void State::defFunction( uint32_t function, uint32_t group ) { + + + functiongroups[function]= group; +} + + +void State::defFile( uint32_t fileid, uint32_t group ) { + + + filegroups[fileid]= group; +} + + +void State::enterFunction( uint64_t time, uint32_t processid, uint32_t token ) { + + + /* cerr << " " << time << " enter " << token << " on " << processid << endl; */ + + processes[ processid ].enterFunction( time, token ); + +} + + +void State::leaveFunction( uint64_t time, uint32_t processid, uint32_t token ) { + + + /* cerr << " " << time << " leave " << token << " on " << processid << endl; */ + + processes[ processid ].leaveFunction( time, token ); + +} + + +void State::sendMessage( uint64_t time, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t length, uint32_t source ) { + + + processes[ sender ].sendMessage( time, receiver, procGroup, tag, length, source ); +} + + +void State::recvMessage( uint32_t sender, uint32_t receiver, uint32_t procGroup, + uint32_t tag, uint32_t msglength ) { + + + processes[ receiver ].recvMessage( msglength ); + + + /* only touch other process if 'doSnapshots' is set to true */ + if ( doSnapshots ) { + + processes[ sender ].matchMessage( receiver, procGroup, tag ); + } +} + + +int State::fileOperation( uint64_t time, uint32_t fileid, uint32_t process, + uint64_t handleid, uint32_t operation, uint64_t bytes, uint64_t duration, + uint32_t source ) { + + + switch( operation ) { + + case OTF_FILEOP_OPEN: + return processes[ process ].openFile( time, fileid, handleid, source ); + case OTF_FILEOP_CLOSE: + return processes[ process ].closeFile( handleid ); + case OTF_FILEOP_READ: + return processes[ process ].readFile( fileid, bytes ); + case OTF_FILEOP_WRITE: + return processes[ process ].writeFile( fileid, bytes ); + case OTF_FILEOP_SEEK: + return processes[ process ].seekFile( fileid, bytes ); + } + + return OTF_RETURN_OK; +} + + +void State::printStack() const { + + + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + for ( ; it != itend; ++it ) { + + it->second.printStack( it->first ); + } +} + + +void State::printSends() const { + + + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + for ( ; it != itend; ++it ) { + + it->second.printSends( it->first ); + } +} + + +void State::printOpenFiles() const { + + + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + for ( ; it != itend; ++it ) { + + it->second.printOpenFiles( it->first ); + } +} + + + +void State::printStatistics( uint64_t time ) { + + + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + + for ( ; it != itend; ++it ) { + + it->second.printStatistics( it->first, time, false == usefunctiongroups ? + NULL : &functiongroups, false == usefilegroups ? NULL : &filegroups ); + } + +} + + +void State::writeSnapshot( OTF_Writer* writer, uint64_t time ) const { + + + if ( ! doSnapshots ) return; + + + assert( NULL != writer ); + + /* cout << " SNAPSHOT " << time << endl; */ + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + for ( ; it != itend; ++it ) { + + + it->second.writeStack( writer, time, it->first /* processid */ ); + it->second.writeSends( writer, time, it->first /* processid */ ); + it->second.writeOpenFiles( writer, time, it->first /* processid */ ); + } +} + + +void State::writeStatistics( OTF_Writer* writer, uint64_t time ) { + + + if ( ! doStatistics ) return; + + + assert( NULL != writer ); + + /* cout << " STATISTICS " << time << endl; */ + map::const_iterator it= processes.begin(); + map::const_iterator itend= processes.end(); + + for ( ; it != itend; ++it ) { + + it->second.writeStatistics( writer, time, + it->first /* processid */, false == usefunctiongroups ? + NULL : &functiongroups, false == usefilegroups ? NULL : &filegroups ); + } +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.h new file mode 100644 index 0000000000..4ec0e16d79 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/State.h @@ -0,0 +1,291 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef STATE_H +#define STATE_H + + +#include +#include +#include +#include + + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "OTF_inttypes.h" + +#include "otf.h" + + +/* *** function stuff *** ********************************* */ + + +struct FunctionCall { + + +public: + + uint64_t time; + uint32_t token; + + +public: + + /** constructor */ + FunctionCall( uint64_t t, uint32_t f ) : time( t ), token( f ) {}; + + /** copy constructor */ + FunctionCall( const FunctionCall& other ) : time(other.time), token(other.token) {}; +}; + + +struct FunctionStatistics { + + +public: + + int64_t occurrences; + int64_t exclusiveTime; + int64_t inclusiveTime; + + +public: + + /** constructor */ + FunctionStatistics( int64_t o= 0, int64_t ex= 0, int64_t in= 0 ) : + occurrences( o ), exclusiveTime( ex ), inclusiveTime( in ) {}; + + /** copy constructor */ + FunctionStatistics( const FunctionStatistics& other ) : + occurrences( other.occurrences ), exclusiveTime( other.exclusiveTime ), + inclusiveTime( other.inclusiveTime ) {}; +}; + + +/* *** send stuff ************************************** */ +struct Send { + + +public: + + uint64_t originaltime; + uint32_t receiver; + uint32_t procGroup; + uint32_t tag; + uint32_t source; + +public: + + Send( uint64_t ot, uint32_t r, uint32_t pg, uint32_t t, uint32_t s ) : + originaltime( ot ), receiver( r ), procGroup( pg ), tag( t ), + source( s ) {}; + + Send( const Send& other ) : originaltime( other.originaltime ), + receiver( other.receiver ), procGroup( other.procGroup ), + tag( other.tag ), source( other.source ) {}; +}; + + +struct SendStatistics { + +public: + + uint64_t number_sent; + uint64_t number_recvd; + uint64_t bytes_sent; + uint64_t bytes_recvd; + +public: + + SendStatistics( uint64_t ns= 0, uint64_t nr= 0, uint64_t bs= 0, uint64_t br= 0 ) : + number_sent( ns ), number_recvd( nr ), bytes_sent( bs ), + bytes_recvd( br ) {}; + + SendStatistics( const SendStatistics& other ) : + number_sent( other.number_sent ), number_recvd( other.number_recvd ), + bytes_sent( other.bytes_sent ), bytes_recvd( other.bytes_recvd ) {}; +}; + + +/* *** file operation stuff ******************************** */ +struct OpenFile { + +public: + + uint64_t time; + uint32_t fileid; + uint32_t source; + +public: + + OpenFile( uint64_t tm, uint32_t id, uint32_t src ) : + time( tm ), fileid( id ), source( src ) {}; +}; + + +struct FileOperationStatistics { + +public: + + uint64_t nopen; + uint64_t nclose; + uint64_t nread; + uint64_t nwrite; + uint64_t nseek; + uint64_t bytesread; + uint64_t byteswrite; + +public: + + FileOperationStatistics( uint64_t no= 0, uint64_t nc= 0, uint64_t nr= 0, + uint64_t nw= 0, uint64_t ns= 0, uint64_t br= 0, uint64_t bw= 0 ) : + nopen( no ), nclose( nc ), nread( nr ), nwrite( nw ), nseek( ns ), + bytesread( br ), byteswrite( bw ) {}; + + FileOperationStatistics( const FileOperationStatistics& other ) : + nopen( other.nopen ), nclose( other.nclose ), nread( other.nread ), + nwrite( other.nwrite ), nseek( other.nseek ), + bytesread( other.bytesread ), byteswrite( other.byteswrite ) {}; +}; + + +/* *** ProcessState *** ********************************* */ + + +/** class containing the state of a process trace at a given */ +class ProcessState { + + +public: + + /* function stack */ + std::deque fstack; + + /* list of pending messages */ + std::deque sstack; + + /* map of open files */ + std::map openfiles; + + /* statistic per function since the beginning of the trace */ + std::map fstatistics; + + /* statistics for messages */ + SendStatistics sstatistics; + + /* statistic per file since the beginning of the trace */ + std::map fostatistics; + + +public: + + /** constructor */ + ProcessState() {}; + + + void enterFunction( uint64_t time, uint32_t token ); + + void leaveFunction( uint64_t time, uint32_t token ); + + void sendMessage( uint64_t time, uint32_t receiver, uint32_t procGroup, + uint32_t tag, uint32_t msglength, uint32_t source ); + + void recvMessage( uint32_t msglength ); + + void matchMessage( uint32_t receiver, uint32_t procGroup, uint32_t tag ); + + int openFile( uint64_t time, uint32_t fileid, uint64_t handleid, + uint32_t source ); + int closeFile( uint64_t handleid ); + int writeFile( uint32_t fileid, uint64_t bytes ); + int readFile( uint32_t fileid, uint64_t bytes ); + int seekFile( uint32_t fileid, uint64_t bytes ); + + + void printStack( uint32_t processid ) const; + void printStatistics( uint32_t processid, uint64_t time, + std::map< uint32_t, uint32_t> *functiongroups, + std::map< uint32_t, uint32_t> *filegroups ) const; + void printSends( uint32_t processid ) const; + void printOpenFiles( uint32_t processid ) const; + + void writeStack( OTF_Writer* writer, uint64_t time, uint32_t processid ) const; + void writeStatistics( OTF_Writer* writer, uint64_t time, + uint32_t processid, + std::map< uint32_t, uint32_t> *functiongroups, + std::map< uint32_t, uint32_t> *filegroups ) const; + void writeSends( OTF_Writer* writer, uint64_t time, uint32_t processid ) const; + void writeOpenFiles( OTF_Writer* writer, uint64_t time, uint32_t processid ) const; +}; + + +/* *** State *** **************************************** */ + + +/** state of a whole trace */ +class State { + + + uint32_t x; + + std::map processes; + + /* maps the function to its funtiongroupid */ + std::map< uint32_t, uint32_t> functiongroups; + + /* maps the files to its filegroupid */ + std::map< uint32_t, uint32_t> filegroups; + + bool usefunctiongroups; + bool usefilegroups; + bool doSnapshots; + bool doStatistics; + +public: + + /** constructor */ + State( bool _usefunctiongroups= false, bool _usefilegroups= false, + bool _doSnapshots= true, bool _doStatistics= true ) : + usefunctiongroups( _usefunctiongroups ), usefilegroups( _usefilegroups ), + doSnapshots( _doSnapshots ), doStatistics( _doStatistics ) {}; + + + void defProcess( uint32_t processid ); + + void defFunction( uint32_t function, uint32_t group ); + + void defFile( uint32_t fileid, uint32_t group ); + + void enterFunction( uint64_t time, uint32_t processid, uint32_t token ); + + void leaveFunction( uint64_t time, uint32_t processid, uint32_t token ); + + void sendMessage( uint64_t time, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t length, uint32_t source ); + + void recvMessage( uint32_t sender, uint32_t receiver, uint32_t procGroup, + uint32_t tag, uint32_t msglength ); + + int fileOperation( uint64_t time, uint32_t fileid, uint32_t process, + uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ); + + + void printStack() const; + void printStatistics( uint64_t time ); + void printSends() const; + void printOpenFiles() const; + + + void writeSnapshot( OTF_Writer* writer, uint64_t time ) const; + void writeStatistics( OTF_Writer* writer, uint64_t time ); +}; + + +#endif /* STATE_H */ + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux.cpp new file mode 100644 index 0000000000..a745ef1493 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux.cpp @@ -0,0 +1,622 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#include +#include +#include +using namespace std; + +#ifdef HAVE_UNISTD_H + #include +#endif + +#include "OTF_Platform.h" + +#include "Handler.h" +#include "Control.h" + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otfaux - append snapshots and statistics to existing otf traces \n", +" at given 'break' time stamps. \n", +" \n", +" \n", +" otfaux [Options] \n", +" \n", +" Options: \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -b buffer size for read and write operations \n", +" -n number of breaks (distributed regularly) \n", +" if -p and -t are not set, the default for -n is 200 \n", +" breaks \n", +" -p

create break every 'p' ticks \n", +" (if both, -n and -p are specified the one producing \n", +" more breaks wins) \n", +" -t define (additional) break at given time stamp \n", +" -F force overwrite old snapshots and statistics \n", +" -R delete existing snapshots and statistics only \n", +" -f max number of filehandles output \n", +" --funcgroups create functiongroup summaries instead of \n", +" function summaries \n", +" --filegroups create file group summaries instead of file \n", +" summaries \n", +" -v verbose mode, print break time stamps \n", +" -a show advancing progress during operation \n", +" \n", +" --snapshots write ONLY snapshots but NO statistics \n", +" --statistics write ONLY statistics but NO snapshots \n", +" \n", +" -s a[,b]* regard given streams only when computing statistics. \n", +" expects a single token or comma separated list. \n", +" this implies the '--statistics' option! \n", +" -l list existing stream tokens \n", +" \n", NULL }; + +#define DEFAULT_SUMMARYNUMBER 200 + + +void checkExistingFile( const char* tmpfilename, bool forceoverwrite, bool deleteonly ); + + +int main ( int argc, const char** argv ) { + + + char* filename = NULL; + int buffersize= 1024; + + /** minimum number of snapshots distributed regularly over the trace's + time interval, i.e. not at the very beginning or very end */ + uint64_t summary_number= 0; + + /** distance of successive snapshots in ticks */ + uint64_t summary_distance= (uint64_t) -1; + + OTF_FileManager* manager; + OTF_Reader* reader= NULL; + OTF_Writer* writer= NULL; + OTF_MasterControl* mc= NULL; + + OTF_HandlerArray* handlers; + + char *namestub; + bool forceoverwrite= false; + bool deleteonly= false; + + OTF_FileCompression compression= OTF_FILECOMPRESSION_UNCOMPRESSED; + unsigned int maxfilehandles = 100; + + bool verbose= false; + bool usefunctiongroups= false; + bool usefilegroups= false; + bool showprogress= false; + bool listonly= false; + + bool doSnapshots= true; + bool doStatistics= true; + + /* has something been set? 1= n, 2= p, 4= t */ + int npt= 0; + + /** set of selected streams, all streams if set is empty! */ + std::set streams; + + /** list of explicit time stamps for snapshots */ + std::set timestamps; + + + /* argument handling */ + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + exit(0); + } + + for ( int i = 1; i < argc; i++ ) { + + if ( ( 0 == strcmp( "-i", argv[i] ) ) && ( i+1 < argc ) ) { + + filename= OTF_strdup( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-b", argv[i] ) ) && ( i+1 < argc ) ) { + + buffersize = atoi( argv[i+1] ); + ++i; + + } else if ( 0 == strcmp( "--help", argv[i] ) || 0 == strcmp( "-h", argv[i] ) ) { + + SHOW_HELPTEXT; + exit(0); + + } else if ( 0 == strcmp( "-V", argv[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + + } else if ( ( 0 == strcmp( "-n", argv[i] ) ) && ( i+1 < argc ) ) { + + summary_number= atoi( argv[i+1] ); + npt= 1; + ++i; + + } else if ( ( 0 == strcmp( "-p", argv[i] ) ) && ( i+1 < argc ) ) { + + summary_distance= atoi( argv[i+1] ); + npt= 2; + ++i; + + } else if ( ( 0 == strcmp( "-t", argv[i] ) ) && ( i+1 < argc ) ) { + + uint64_t time = atoi( argv[i+1] ); + timestamps.insert( time ); + npt= 4; + ++i; + + } else if ( 0 == strcmp( "-F", argv[i] ) ) { + + forceoverwrite= true; + + } else if ( 0 == strcmp( "-R", argv[i] ) ) { + + deleteonly= true; + + } else if( 0 == strcmp( "-z", argv[i] ) ) { + + compression= OTF_FILECOMPRESSION_COMPRESSED; + + } else if ( ( 0 == strcmp( "-f", argv[i] ) ) && ( i+1 < argc ) ) { + + maxfilehandles= atoi( argv[i+1] ); + ++i; + + } else if( 0 == strcmp( "-a", argv[i] ) ) { + + showprogress= true; + + } else if( 0 == strcmp( "-v", argv[i] ) ) { + + verbose= true; + + }else if( 0 == strcmp( "--funcgroups", argv[i] ) ) { + + usefunctiongroups= true; + + } else if( 0 == strcmp( "--filegroups", argv[i] ) ) { + + usefilegroups= true; + + } else if( 0 == strcmp( "-l", argv[i] ) ) { + + listonly= true; + + } else if ( ( 0 == strcmp( "-s", argv[i] ) ) && ( i+1 < argc ) ) { + + /* operation for selected streams IMPLIES '--statistics' */ + doSnapshots= false; + + + const char* p= argv[i+1]; + ++i; + + while ( '\0' != *p ) { + + uint32_t token= strtol( p, (char**) NULL, 16 ); + + streams.insert( token ); + + /* search comma or '\n' */ + while ( ( '\0' != *p ) && ( ',' != *p ) ) { + + ++p; + } + + /* skip comma */ + if ( ',' == *p ) { + + ++p; + } + } + + } else if( 0 == strcmp( "--snapshots", argv[i] ) ) { + + doStatistics= false; + + } else if( 0 == strcmp( "--statistics", argv[i] ) ) { + + doSnapshots= false; + + } else { + + if ( '-' != argv[i][0] ) { + + filename= OTF_strdup( argv[i] ); + + } else { + + fprintf( stderr, "ERROR: Unknown argument.\n" ); + exit(1); + } + } + } + + + if ( NULL == filename ) { + + printf( " no input file specified, abort\n" ); + exit(1); + } + + if ( ! ( doStatistics || doSnapshots ) ) { + + printf( "ERROR: contradicting options '--snapshots' and '--statistics', abort\n" ); + exit(1); + } + + + /* n has been set, not p, not t */ + if ( 1 == npt && 2 > summary_number ) { + + printf( " you must at least have 2 breaks\n" ); + exit(1); + } + + if ( 1 > maxfilehandles ) { + + printf( " there must be at least 1 available filehandle\n" ); + exit(1); + } + + if ( 0 == npt ) { + + summary_number= 200; + } + + /* open filemanager */ + manager= OTF_FileManager_open( maxfilehandles ); + assert( NULL != manager ); + + /* Open OTF Reader */ + reader= OTF_Reader_open( filename, manager ); + if ( NULL == reader ) { + + fprintf( stderr, "%s ERROR: could not open '%s'\n", "otfaux", filename ); + return 1; + } + + OTF_Reader_setBufferSizes( reader, buffersize ); + mc= OTF_Reader_getMasterControl( reader ); + + + if ( listonly ) { + + printf( "stream ID : process IDs ... \n" ); + + uint32_t index= 0; + const OTF_MapEntry* entry; + while ( NULL != ( entry= OTF_MasterControl_getEntryByIndex( mc, index ) ) ) { + + printf( "%x : ", entry->argument ); + for ( uint32_t i= 0; i < entry->n; ++i ) { + + printf( "%x ", entry->values[i] ); + } + printf( "\n" ); + + ++index; + } + + /* exit otfaux */ + return 0; + } + + /** if 'streams' is empty, i.e. all existing streams are to be used, + fill all existing stream tokens into 'streams'. */ + if ( streams.empty() ) { + + + uint32_t index= 0; + const OTF_MapEntry* entry; + while ( NULL != ( entry= OTF_MasterControl_getEntryByIndex( mc, index ) ) ) { + + streams.insert( entry->argument ); + ++index; + } + } + + /* check if there are already existing statistics and snapshots */ + /* get streamcount and namestub */ + namestub= OTF_stripFilename( filename ); + + + std::set::const_iterator jt= streams.begin(); + std::set::const_iterator jtend= streams.end(); + + for ( ; jt != jtend; ++jt ) { + + char* tmpfilename; + OTF_FileType type; + + type= OTF_FILETYPE_SNAPS; + tmpfilename= OTF_getFilename( namestub, *jt, type, 0, NULL ); + checkExistingFile( tmpfilename, forceoverwrite, deleteonly ); + free( tmpfilename ); + + type= OTF_FILETYPE_STATS; + tmpfilename= OTF_getFilename( namestub, *jt, type, 0, NULL ); + checkExistingFile( tmpfilename, forceoverwrite, deleteonly ); + free( tmpfilename ); + + type= OTF_FILETYPE_SNAPS | OTF_FILECOMPRESSION_COMPRESSED; + tmpfilename= OTF_getFilename( namestub, *jt, type, 0, NULL ); + checkExistingFile( tmpfilename, forceoverwrite, deleteonly ); + free( tmpfilename ); + + type= OTF_FILETYPE_STATS | OTF_FILECOMPRESSION_COMPRESSED; + tmpfilename= OTF_getFilename( namestub, *jt, type, 0, NULL ); + checkExistingFile( tmpfilename, forceoverwrite, deleteonly ); + free( tmpfilename ); + } + + /* deleting files is done by now, exit */ + if ( deleteonly ) { + + return 0; + } + + /* Open OTF Writer */ + writer= OTF_Writer_open( filename, 0, manager ); + assert( NULL != writer ); + OTF_Writer_setBufferSizes( writer, buffersize ); + OTF_Writer_setCompression( writer, compression ); + OTF_Writer_setMasterControl( writer, mc ); + + free( filename ); + + + Control* control= new Control( writer, verbose, usefunctiongroups, + usefilegroups, doSnapshots, doStatistics ); + + + handlers= OTF_HandlerArray_open(); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDeftimerresolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_DEFTIMERRESOLUTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefprocess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_DEFFILE_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCounter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleRecvmsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendmsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleLeave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleBeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_ENDPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, (void*) control, + OTF_FILEOPERATION_RECORD ); + + + /* cout << "read " << read << " defs" << endl; */ + OTF_Reader_readDefinitions( reader, handlers ); + + + /** compute where to put snapshots */ + + uint64_t tmin= 0; + uint64_t tcur= 0; + uint64_t tmax= (uint64_t) -1; + + /* init read operation but do not start to read records yet. this ensures the + time interval of the trace is extracted */ + OTF_Reader_setRecordLimit( reader, 0 ); + OTF_Reader_readEvents( reader, handlers ); + /* cout << "read " << read << " events" << endl; */ + OTF_Reader_setRecordLimit( reader, OTF_READ_MAXRECORDS ); + + OTF_Reader_eventProgress( reader, &tmin, &tcur, &tmax ); + /* + cout << "total time " << + (unsigned long long) tmin << " - " << + (unsigned long long) tmax << endl; + */ + + double d= ((double) ( tmax - tmin ) ) / ((double) summary_number ); + d= ( d <= (double) summary_distance ) ? d : (double) summary_distance; + d= ( 1.0 < d ) ? d : 1.0; + + for ( double t= (double) tmin; t < tmax; t += d ) { + + control->addTime( (uint64_t) t ); + } + + + /* append user defined time stamps */ + + set::const_iterator it= timestamps.begin(); + set::const_iterator itend= timestamps.end(); + for ( ; it != itend; ++it ) { + + control->addTime( *it ); + } + + + if ( control->getLastTime() < tmax ) { + + control->addTime( tmax ); + } + + + /* restrict streams resp. processes to be read */ + + /* first disable all processes */ + OTF_Reader_setProcessStatusAll( reader, 0 ); + + /* then enable all processes of all selected streams */ + jt= streams.begin(); + jtend= streams.end(); + for ( ; jt != jtend; ++jt ) { + + OTF_MapEntry* entry= OTF_MasterControl_getEntry( mc, *jt ); + + if ( NULL != entry ) { + + for ( uint32_t i= 0; i < entry->n; ++i ) { + + OTF_Reader_setProcessStatus( reader, entry->values[i], 1 ); + } + + } else { + + printf( "WARNING: stream '%x' undefined\n", *jt ); + } + } + + if ( true == control->timestamps.empty() ) { + + fprintf( stderr, " no statistics or snapshots will be created.\n" ); + exit(0); + } + + if ( showprogress ) { + + /* show progress report */ + + uint64_t min; + uint64_t cur; + uint64_t max; + + OTF_Reader_setRecordLimit( reader, 100000 ); + + while ( 0 < OTF_Reader_readEvents( reader, handlers ) ) { + + OTF_Reader_eventProgress( reader, &min, &cur, &max ); + fprintf( stdout, " progress %4.1f %%\r%10s", + 100.0 * ( (double) ( cur - min ) ) / ( (double) ( max - min ) ), "" ); + } + + fprintf( stdout, "%40s\n", "" ); + + OTF_Reader_setRecordLimit( reader, OTF_READ_MAXRECORDS ); + + } else { + + OTF_Reader_readEvents( reader, handlers ); + /* cout << "read " << read << " events" << endl; */ + } + + OTF_Reader_close( reader ); + + + /* DO NOT close the writer in order to prevent the original MasterControl file + to be overwritten. Instead close only all the streams of that writer. */ + OTF_Writer_closeAllStreams( writer ); + + OTF_HandlerArray_close( handlers ); + OTF_FileManager_close( manager ); + + return (0); +} + + +void checkExistingFile( const char* tmpfilename, bool forceoverwrite, bool deleteonly ) { + + + FILE* tmpfile= fopen( tmpfilename, "rb" ); + if ( NULL != tmpfile ) { + + fclose( tmpfile ); + + if ( forceoverwrite || deleteonly ) { + + unlink( tmpfilename ); + + } else { + + printf( "ERROR: cannot overwrite/delete file '%s', abort\n", tmpfilename ); + exit( 1 ); + } + } +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux_vs05.vcproj b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux_vs05.vcproj new file mode 100644 index 0000000000..124dca96f2 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux_vs05.vcproj @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.am new file mode 100644 index 0000000000..77bd9baf8a --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.am @@ -0,0 +1,23 @@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(ZLIB_INCLUDE_LINE) + +bin_PROGRAMS = \ + otfcompress + +otfcompress_LDADD = $(top_builddir)/otflib/libotf.la +if ! AMDEPZLIB +otfcompress_LDADD += $(ZLIB_LIB_LINE) +endif + +otfcompress_SOURCES = \ + sys_time.h \ + otfcompress.c + +EXTRA_DIST = \ + otfcompress_vs05.vcproj + +install-exec-hook: + (cd $(DESTDIR)$(bindir); rm -f otfdecompress; \ + $(LN_S) otfcompress$(EXEEXT) otfdecompress$(EXEEXT)) + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.in new file mode 100644 index 0000000000..07f4f8cb6f --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.in @@ -0,0 +1,506 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = otfcompress$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otfcompress +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_otfcompress_OBJECTS = otfcompress.$(OBJEXT) +otfcompress_OBJECTS = $(am_otfcompress_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otfcompress_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otfcompress_SOURCES) +DIST_SOURCES = $(otfcompress_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(ZLIB_INCLUDE_LINE) + +otfcompress_LDADD = $(top_builddir)/otflib/libotf.la $(am__append_1) +otfcompress_SOURCES = \ + sys_time.h \ + otfcompress.c + +EXTRA_DIST = \ + otfcompress_vs05.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otfcompress/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otfcompress/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otfcompress$(EXEEXT): $(otfcompress_OBJECTS) $(otfcompress_DEPENDENCIES) + @rm -f otfcompress$(EXEEXT) + $(LINK) $(otfcompress_OBJECTS) $(otfcompress_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otfcompress.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-exec-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-hook \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-binPROGRAMS + + +install-exec-hook: + (cd $(DESTDIR)$(bindir); rm -f otfdecompress; \ + $(LN_S) otfcompress$(EXEEXT) otfdecompress$(EXEEXT)) +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress.c b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress.c new file mode 100644 index 0000000000..95266d6fce --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress.c @@ -0,0 +1,580 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#define _LARGEFILE64_SOURCE +#define _LARGEFILE64_SOURCE +#define _LARGE_FILES +#define _FILE_OFFSET_BITS 64 + +#include +#include +#include +#include +#include + +#ifdef HAVE_SYS_TIME_H + #include +#else + #include "sys_time.h" +#endif + + +#ifdef HAVE_ZLIB + #include +#endif /* HAVE_ZLIB */ + +#ifdef HAVE_UNISTD_H + #include +#endif + +#include "OTF_inttypes.h" +#include "OTF_Platform.h" +#include "OTF_Definitions.h" + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otf(de)compress - compression program for single OTF files. \n", +" \n", +" Usage: otf(de)compress [OPTIONS] \n", +" \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -c compress (default action when called as 'otfcompress') \n", +" -d decompress (default action if called as 'otfdecompress') \n", +" -h show this help message \n", +" -k keep original file (compressed resp. uncompressed) \n", +" -[0-9] use given compression level (default 4) \n", +" 0 - plain \n", +" 1 - minimum compression, fastest \n", +" 9 - maximum compression, slowest \n", +" \n", NULL }; + +#ifdef HAVE_ZLIB + + +int compressFile( const char* filename, const char* outfilename, + uint32_t level, uint32_t blocksize ); + +int decompressFile( const char* filename, const char* outfilename, + uint32_t blocksize ); + + +#define ZLEVEL 4 +#define BUFFERSIZE (10*1024) + +#define MODE_DEFAULT 0 +#define MODE_COMPRESS 1 +#define MODE_DECOMPRESS 2 + + +int main ( int argc, const char** args ) { + + + int ret; + int i; + + uint32_t mode= MODE_DEFAULT; + const char* command= NULL; + const char* p; + + uint32_t len; + const char* infilename; + char* outfilename= NULL; + + int keep= 0; + int zlevel= ZLEVEL; + + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + return 0; + } + + + /* collect parameters */ + for ( i= 1; i < argc; i++ ) { + + if ( 0 == strcmp( "-h", args[i] ) || 0 == strcmp( "--help", args[i] ) ) { + + SHOW_HELPTEXT; + exit( 0 ); + + } else + + if ( 0 == strcmp( "-k", args[i] ) ) { + + keep= 1; + + } else + + if ( 0 == strcmp( "-c", args[i] ) ) { + + if ( MODE_DEFAULT == mode ) { + + mode= MODE_COMPRESS; + + } else { + + fprintf( stderr, "mode already set, cannot re-set, ignoring '-c'\n" ); + } + + } else + + if ( 0 == strcmp( "-d", args[i] ) ) { + + if ( MODE_DEFAULT == mode ) { + + mode= MODE_DECOMPRESS; + + } else { + + fprintf( stderr, "mode already set, cannot re-set, ignoring '-d'\n" ); + } + + } else + + if ( ( '-' == args[i][0] ) && ( '0' <= args[i][1] ) && ( '9' >= args[i][1] ) ) { + + zlevel= (int) ( args[i][1] - '0' ); + + } else + + if ( 0 == strcmp( "-V", args[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + } + } + + /* look at args[0], mode defaults to compress/decomress according to command name */ + if ( MODE_DEFAULT == mode ) { + + p= strrchr( args[0], '/' ); + command = NULL != p ? p+1 : args[0]; + + if ( 0 == strcmp( "otfcompress", command ) ) { + + mode= MODE_COMPRESS; + } + + if ( 0 == strcmp( "otfdecompress", command ) ) { + + mode= MODE_DECOMPRESS; + } + + if ( 0 == strcmp( "otfuncompress", command ) ) { + + mode= MODE_DECOMPRESS; + } + } + + + /* files to (de)compress */ + for ( i= 1; i < argc; i++ ) { + + if ( '-' == args[i][0] ) { + + /* switches already handled */ + + } else { + + /* assume argument is a file name */ + + switch ( mode ) { + + case MODE_DECOMPRESS: + + /* decompress file */ + infilename= args[i]; + len= (uint32_t) strlen( infilename ); + outfilename= realloc( outfilename, len +1 ); + assert( NULL != outfilename ); + + /* built outfilename */ + strncpy( outfilename, infilename, len +1 ); + + /* find and remove ".z" at the end */ + if ( ( 2 < len ) && ( 0 != strcmp( ".z", outfilename +len -2 ) ) ) { + + fprintf( stderr, "ERROR: no trailing '.z' in filename '%s', rejecting\n", + infilename ); + + continue; + } + + outfilename[len -2]= '\0'; + + fprintf( stdout, "decompress \"%s\" -> \"%s\"\n", + infilename, outfilename ); + + ret= decompressFile( infilename, outfilename, BUFFERSIZE ); + + if ( 0 == ret ) { + + if ( keep ) { + + /* keep compressed file */ + + } else { + + /* remove compressed file */ + ret= unlink( infilename ); + + if ( 0 != ret ) { + + fprintf( stderr, "error removing '%s'\n", infilename ); + } + } + + } else { + + fprintf( stderr, "decompress error for file '%s'\n", infilename ); + } + + break; + + case MODE_COMPRESS: + case MODE_DEFAULT: + default: + + /* compress file */ + infilename= args[i]; + len= (uint32_t) strlen( infilename ); + + /* check for ".z" at the end and refuse compression if found */ + if ( ( 2 < len ) && ( 0 == strcmp( ".z", infilename +len -2 ) ) ) { + + fprintf( stderr, "ERROR: found '.z' suffix in filename, " + "file '%s' seems already compressed, skip\n", + infilename ); + + continue; + } + + outfilename= realloc( outfilename, len +3 ); + assert( NULL != outfilename ); + + /* built outfilename */ + strncpy( outfilename, infilename, len +1 ); + strncpy( outfilename +len, ".z", 3 ); + + fprintf( stdout, "compress \"%s\" -> \"%s\"\n", + infilename, outfilename ); + + ret= compressFile( infilename, outfilename, zlevel, BUFFERSIZE ); + + if ( 0 == ret ) { + + if ( keep ) { + + /* rename original file */ + + outfilename= realloc( outfilename, len +3 ); + assert( NULL != outfilename ); + + /* built outfilename */ + strncpy( outfilename, infilename, len +1 ); + strncpy( outfilename +len, ".original", 10 ); + + ret= rename( infilename, outfilename ); + + if ( 0 != ret ) { + + fprintf( stderr, "error renaming '%s' to '%s'\n", + infilename, outfilename ); + } + + } else { + + /* remove uncompressed */ + + ret= unlink( infilename ); + + if ( 0 != ret ) { + + fprintf( stderr, "error removing '%s'\n", infilename ); + } + } + + } else { + + fprintf( stderr, "compress error for file '%s'\n", infilename ); + } + + break; + } + } + } + + free( outfilename ); + outfilename= NULL; + infilename= NULL; + + return 0; +} + + + +int compressFile( const char* filename, const char* outfilename, + uint32_t level, uint32_t blocksize ) { + + + z_stream z; + int status; + + unsigned char* inbuf; + unsigned char* outbuf; + FILE *fin; + FILE *fout; + + + uint64_t totalin= 0; + uint64_t totalout= 0; + uint64_t read; + uint64_t write; + + struct timeval start; + struct timeval stop; + double time; + + + inbuf= (unsigned char*) malloc( blocksize * sizeof(unsigned char) ); + assert( NULL != inbuf ); + outbuf= (unsigned char*) malloc( blocksize * sizeof(unsigned char) ); + assert( NULL != outbuf ); + + fin= fopen( filename, "rb" ); + if ( NULL == fin ) { + + fprintf( stderr, "cannot open file '%s' for reading, skip\n", filename ); + return 1; + } + fout= fopen( outfilename, "wb" ); + if ( NULL == fout ) { + + fprintf( stderr, "cannot open file '%s' for writing, skip\n", outfilename ); + return 1; + } + + z.zalloc= NULL; + z.zfree= NULL; + z.opaque= NULL; + + deflateInit( &z, level ); + + z.avail_in= 0; + z.next_out= outbuf; + z.avail_out= blocksize; + + gettimeofday( &start, NULL ); + + while ( 1 ) { + + /* is no more data in the buffer? */ + if ( 0 == z.avail_in ) { + + /* get new data */ + z.next_in= inbuf; + read= fread( inbuf, sizeof(char), blocksize, fin ); + + if ( 0 == read ) { + + break; + } + + totalin += read; + z.avail_in= (uInt) read; + } + + /* deflate the buffer */ + status= deflate( &z, Z_FULL_FLUSH ); + write= blocksize - z.avail_out; + + if ( Z_OK != status ) { + + fprintf( stderr, " status= %u\n", status ); + } + + write= blocksize - z.avail_out; + totalout += write; + + /* write to output if there is any data */ + if ( write > 0 ) { + + fwrite( outbuf, sizeof(char), (size_t) write, fout ); + } +/* + gettimeofday( &stop, NULL ); + time= ((double) ( stop.tv_sec - start.tv_sec ) ) + + 0.000001 * ((double) ( stop.tv_usec - start.tv_usec ) ); + fprintf( stderr, " %llu / %llu %6.2fs\n", + totalout, totalin, time ); +*/ + z.next_out= outbuf; + z.avail_out= blocksize; + } + + gettimeofday( &stop, NULL ); + time= ((double) ( stop.tv_sec - start.tv_sec ) ) + + 0.000001 * ((double) ( stop.tv_usec - start.tv_usec ) ); + + fprintf( stdout, "\tlevel= %u, buf= %ub : %llub / %llub = %6.2f%%, time= %5.3fs\n", + level, blocksize, + (unsigned long long) totalout, + (unsigned long long) totalin, + 100.0 * ((double) totalout) / ((double) totalin), + time ); + + deflateEnd( &z ); + fclose( fin ); + fclose( fout ); + + free( inbuf ); + free( outbuf ); + + return 0; +} + + +int decompressFile( const char* infilename, const char* outfilename, uint32_t blocksize ) { + + + z_stream z; + int status; + + unsigned char* inbuf; + unsigned char* outbuf; + FILE *fin; + FILE *fout; + + uint64_t totalin= 0; + uint64_t totalout= 0; + uint64_t read; + uint64_t write; + + struct timeval start; + struct timeval stop; + double time; + + + inbuf= (unsigned char*) malloc( blocksize * sizeof(unsigned char) ); + assert( NULL != inbuf ); + outbuf= (unsigned char*) malloc( blocksize * sizeof(unsigned char) ); + assert( NULL != outbuf ); + + fin= fopen( infilename, "rb" ); + if ( NULL == fin ) { + + fprintf( stderr, "cannot open file '%s' for reading, skip\n", infilename ); + return 1; + } + fout= fopen( outfilename, "wb" ); + if ( NULL == fout ) { + + fprintf( stderr, "cannot open file '%s' for writing, skip\n", outfilename ); + return 1; + } + + z.zalloc = NULL; + z.zfree = NULL; + z.opaque = NULL; + + inflateInit( &z ); + + /* initial setup */ + z.avail_in = 0; + z.next_out = outbuf; + z.avail_out = blocksize; + + gettimeofday( &start, NULL ); + + while(1) { + + /* is no more data in the buffer? */ + if ( z.avail_in == 0 ) { + + /* get new data */ + z.next_in= inbuf; + read= fread( inbuf, sizeof( char ), blocksize, fin ); + + /* is the file empty? */ + if ( 0 == read ) { + + break; + } + + totalin += read; + z.avail_in= (uInt) read; + } + + + /* uncompress */ + status = inflate( &z, Z_SYNC_FLUSH ); + if ( Z_OK != status ) { + + fprintf( stderr, "error in uncompressing\n" ); + return 0; + } + + /* get size of the out buffer */ + write= blocksize - z.avail_out; + totalout += write; + + /* write to output if there is any data */ + if ( 0 < write ) { + + fwrite( outbuf, sizeof( char ), (size_t) write, fout ); + } + + z.next_out = outbuf; + z.avail_out = blocksize; + } + + gettimeofday( &stop, NULL ); + time= ((double) ( stop.tv_sec - start.tv_sec ) ) + + 0.000001 * ((double) ( stop.tv_usec - start.tv_usec ) ); + + fprintf( stdout, "\tbuf= %ub : %llub / %llub = %6.2f%%, time= %5.3fs\n", + blocksize, + (unsigned long long) totalin, + (unsigned long long) totalout, + 100.0 * ((double) totalin) / ((double) totalout), + time ); + + /* finalize everything */ + + inflateEnd( &z ); + fclose( fin ); + fclose( fout ); + + return 0; +} + + +#else /* HAVE_ZLIB */ + + +int main ( int argc, const char** args ) { + + + fprintf( stderr, "'zlib' not available, otfcompress de-activated\n" ); + + + return 1; +} + + +#endif /* HAVE_ZLIB */ + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress_vs05.vcproj b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress_vs05.vcproj new file mode 100644 index 0000000000..51459c9e0b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress_vs05.vcproj @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/sys_time.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/sys_time.h new file mode 100644 index 0000000000..1fc945f49f --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/sys_time.h @@ -0,0 +1,78 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef CUSTOM_SYS_TIME_H +#define CUSTOM_SYS_TIME_H + + +#ifdef WIN32 + +#include "OTF_Platform.h" + +/* Based on timeval.h by Wu Yongwei */ + + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + +#define EPOCHFILETIME (116444736000000000LL) + + +#include +#include + + +typedef struct { + long tv_sec; + long tv_usec; +} timeval; + +struct timezone { + int tz_minuteswest; /* minutes W of Greenwich */ + int tz_dsttime; /* type of dst correction */ +}; + + +static int gettimeofday(struct timeval *tv, struct timezone *tz) +{ + FILETIME ft; + LARGE_INTEGER li; + __int64 t; + static int tzflag; + + if (tv) { + GetSystemTimeAsFileTime(&ft); + li.LowPart = ft.dwLowDateTime; + li.HighPart = ft.dwHighDateTime; + t = li.QuadPart; /* In 100-nanosecond intervals */ + t -= EPOCHFILETIME; /* Offset to the Epoch time */ + t /= 10; /* In microseconds */ + tv->tv_sec = (long)(t / 1000000); + tv->tv_usec = (long)(t % 1000000); + } + + if (tz) { + if (!tzflag) { + _tzset(); + tzflag++; + } + tz->tz_minuteswest = _timezone / 60; + tz->tz_dsttime = _daylight; + } + + return 0; +} + + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* WIN32 */ + + +#endif /* CUSTOM_SYS_TIME_H */ \ No newline at end of file diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.am new file mode 100644 index 0000000000..5def4963ab --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.am @@ -0,0 +1,14 @@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib + +bin_PROGRAMS = \ + otfconfig + +otfconfig_LDADD = $(top_builddir)/otflib/libotf.la +if ! AMDEPZLIB +otfconfig_LDADD += $(ZLIB_LIB_LINE) +endif + +otfconfig_SOURCES = \ + otfconfig.c + +AM_CFLAGS = -DOTFCONFIG_INCLUDEDIR=\"$(includedir)\" -DOTFCONFIG_LIBDIR=\"$(libdir)\" diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.in new file mode 100644 index 0000000000..d510a75714 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.in @@ -0,0 +1,494 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = otfconfig$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otfconfig +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_otfconfig_OBJECTS = otfconfig.$(OBJEXT) +otfconfig_OBJECTS = $(am_otfconfig_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otfconfig_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otfconfig_SOURCES) +DIST_SOURCES = $(otfconfig_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib +otfconfig_LDADD = $(top_builddir)/otflib/libotf.la $(am__append_1) +otfconfig_SOURCES = \ + otfconfig.c + +AM_CFLAGS = -DOTFCONFIG_INCLUDEDIR=\"$(includedir)\" -DOTFCONFIG_LIBDIR=\"$(libdir)\" +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otfconfig/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otfconfig/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otfconfig$(EXEEXT): $(otfconfig_OBJECTS) $(otfconfig_DEPENDENCIES) + @rm -f otfconfig$(EXEEXT) + $(LINK) $(otfconfig_OBJECTS) $(otfconfig_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otfconfig.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c new file mode 100644 index 0000000000..74d5679fdf --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c @@ -0,0 +1,102 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#include "OTF_inttypes.h" + +#include "otf.h" + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otfconfig - shows parameters of the otf configuration. \n", +" \n", +" otfconfig [Options] \n", +" \n", +" options: \n", +" -h, --help show this help message \n", +" --version show the otf version \n", +" --have-zlib is zlib enabled \n", +" --includes path to the otf headers \n", +" --libs libline needed for linking otf \n", +" --sizes print size of integer types \n", +" \n", +" Part of OTF library. Copyright by ZIH, TU Dresden, 2005-2006. \n", +" \n", NULL }; + +int main( int argc, char** argv ) { + + + int i; + char tmp[10240]; + + + if( argc == 1 ) { + + SHOW_HELPTEXT; + } + + + for( i= 1; i < argc; ++i ) { + + if( 0 == strcmp( argv[i], "-h" ) || 0 == strcmp( argv[i], "--help" )) { + + SHOW_HELPTEXT; + + } else if ( 0 == strcmp( argv[i], "--version" ) ) { + + printf( "%u.%u.%u %s\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, OTF_VERSION_SUB, OTF_VERSION_STRING ); + + } else if ( 0 == strcmp( argv[i], "--have-zlib" ) ) { + +#ifdef HAVE_ZLIB + printf( "yes\n" ); +#else + printf( "no\n" ); +#endif + + } else if ( 0 == strcmp( argv[i], "--includes" ) ) { + + printf( "-I%s\n", OTFCONFIG_INCLUDEDIR ); + + } else if ( 0 == strcmp( argv[i], "--libs" ) ) { + + memset(tmp, 0, 10240 ); + + strcat( tmp, "-L" ); + strcat( tmp, OTFCONFIG_LIBDIR ); + strcat( tmp, " -lotf" ); + +#ifdef HAVE_ZLIB + strcat( tmp, " -lz" ); +#endif /* HAVE_ZLIB */ + + strcat( tmp, "\n" ); + + printf( tmp ); + + } else if ( 0 == strcmp( argv[i], "--sizes" ) ) { + + /* print size of integer types */ + printf( " sizeof(%s)= %llu\n", " int8_t ", (long long unsigned) sizeof(int8_t) ); + printf( " sizeof(%s)= %llu\n", " int16_t ", (long long unsigned) sizeof(int16_t) ); + printf( " sizeof(%s)= %llu\n", " int32_t ", (long long unsigned) sizeof(int32_t) ); + printf( " sizeof(%s)= %llu\n", " int64_t ", (long long unsigned) sizeof(int64_t) ); + printf( " sizeof(%s)= %llu\n", " uint8_t ", (long long unsigned) sizeof(uint8_t) ); + printf( " sizeof(%s)= %llu\n", " uint16_t ", (long long unsigned) sizeof(uint16_t) ); + printf( " sizeof(%s)= %llu\n", " uint32_t ", (long long unsigned) sizeof(uint32_t) ); + printf( " sizeof(%s)= %llu\n", " uint64_t ", (long long unsigned) sizeof(uint64_t) ); + + } + } + + + return 0; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.cpp new file mode 100644 index 0000000000..224d14cfe5 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.cpp @@ -0,0 +1,704 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include + +#include "Handler.h" + + +int handleDefinitionComment( void* userData, uint32_t stream, + const char* comment ) { + + + Control* c= (Control*) userData; + + if( c->records[OTF_DEFINITIONCOMMENT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefComment: stream %u, comment \"%s\"\n", + (long long unsigned) c->num, stream, comment ); + } + } + + return OTF_RETURN_OK; +} + + +int handleDefTimerResolution( void* userData, uint32_t stream, + uint64_t ticksPerSecond ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFTIMERRESOLUTION_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefTimerResolution: stream %u, TicksPerSecond %llu\n", + (long long unsigned) c->num, stream, + (long long unsigned) ticksPerSecond ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefProcess( void* userData, uint32_t stream, uint32_t process, + const char* name, uint32_t parent ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFPROCESS_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefProcess: stream %u, process %u, name \"%s\", parent %u\n", + (long long unsigned) c->num, stream, process, name, parent ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefProcessGroup( void* userData, uint32_t stream, + uint32_t group, const char* name, uint32_t numberOfProcs, + const uint32_t* procs ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFPROCESSGROUP_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefProcessGroup: stream %u, group %u, name \"%s\", procs ", + (long long unsigned) c->num, stream, group, name ); + + for( uint32_t i= 0; i < numberOfProcs; ++i ) + fprintf( c->outfile, "%u, ", procs[i] ); + + fprintf( c->outfile, "\n" ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefFunction( void* userData, uint32_t stream, uint32_t func, + const char* name, uint32_t funcGroup, uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFFUNCTION_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefFunction: stream %u, function %u, name \"%s\", group %u, source %u\n", + (long long unsigned) c->num, stream, func, name, funcGroup, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefFunctionGroup( void* userData, uint32_t stream, + uint32_t funcGroup, const char* name ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFFUNCTIONGROUP_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefFunctionGroup: stream %u, group %u, name \"%s\"\n", + (long long unsigned) c->num, stream, funcGroup, name ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefCollectiveOperation( void* userData, uint32_t stream, + uint32_t collOp, const char* name, uint32_t type ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFCOLLOP_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefCollective: stream %u, collective %u, name \"%s\", type %u\n", + (long long unsigned) c->num, stream, collOp, name, type ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefCounter( void* userData, uint32_t stream, uint32_t counter, + const char* name, uint32_t properties, uint32_t counterGroup, + const char* unit ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFCOUNTER_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefCounter: stream %u, counter %u, name \"%s\", properties %u, group %u, unit \"%s\"\n", + (long long unsigned) c->num, stream, counter, name, properties, counterGroup, unit ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefCounterGroup( void* userData, uint32_t stream, + uint32_t counterGroup, const char* name ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFCOUNTERGROUP_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefCounterGroup: stream %u, group %u, name \"%s\"\n", + (long long unsigned) c->num, stream, counterGroup, name ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefScl( void* userData, uint32_t stream, uint32_t source, + uint32_t sourceFile, uint32_t line ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFSCL_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefScl: stream %u, source %u, file %u, line %u\n", + (long long unsigned) c->num, stream, source, sourceFile, line ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefSclFile( void* userData, uint32_t stream, + uint32_t sourceFile, const char* name ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFSCLFILE_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefSclFile: stream %u, file %u, name \"%s\"\n", + (long long unsigned) c->num, stream, sourceFile, name ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefCreator( void* userData, uint32_t stream, + const char* creator ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFCREATOR_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefCreator: stream %u, creator \"%s\"\n", + (long long unsigned) c->num, stream, creator ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleDefVersion( void* userData, uint32_t stream, uint8_t major, + uint8_t minor, uint8_t sub, const char* string ) { + Control* c= (Control*) userData; + + + if( c->records[OTF_DEFVERSION_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \tDefVersion: stream %u, version: %u.%u.%u \"%s\"\n", + (long long unsigned) c->num, stream, major, minor, sub, string ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleEnter( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_ENTER_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu Enter: function %u, process %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + function, process, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleLeave( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_LEAVE_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu Leave: function %u, process %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + function, process, source); + } + } + + + return OTF_RETURN_OK; +} + + +int handleSendMsg( void* userData, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_SEND_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu SendMessage: sender %u, receiver %u, group %u, type %u, length %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + sender, receiver, group, type, length, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleRecvMsg( void* userData, uint64_t time, uint32_t recvProc, + uint32_t sendProc, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_RECEIVE_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu ReceiveMessage: receiver %u, sender %u, group %u, type %u, length %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + recvProc, sendProc, group, type, length, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleCounter( void* userData, uint64_t time, uint32_t process, + uint32_t counter, uint64_t value ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_COUNTER_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu Counter: process %u, counter %u, value %llu\n", + (long long unsigned) c->num, (long long unsigned) time, + process, counter, (long long unsigned) value ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleCollectiveOperation( void* userData, uint64_t time, + uint32_t process, uint32_t collective, uint32_t procGroup, + uint32_t rootProc, uint32_t sent, uint32_t received, uint64_t duration, + uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_COLLOP_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu Collective: process %u, collective %u, group %u, root %u, sent %u, received %u, duration %llu, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + process, collective, procGroup, rootProc, sent, received, + (long long unsigned) duration, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleEventComment( void* userData, uint64_t time, uint32_t process, + const char* comment ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_EVENTCOMMENT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu EventComment: process %u, comment \"%s\"\n", + (long long unsigned) c->num, (long long unsigned) time, + process, comment ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleBeginProcess( void* userData, uint64_t time, uint32_t process ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_BEGINPROCESS_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu BeginProcess: process %u\n", + (long long unsigned) c->num, (long long unsigned) time, + process ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleEndProcess( void* userData, uint64_t time, uint32_t process ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_ENDPROCESS_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu EndProcess: process %u\n", + (long long unsigned) c->num, (long long unsigned) time, + process ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleSnapshotComment( void* userData, uint64_t time, + uint32_t process, const char* comment ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_SNAPSHOTCOMMENT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu SnapComment: process %u, comment \"%s\"\n", + (long long unsigned) c->num, (long long unsigned) time, + process, comment ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleEnterSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_ENTERSNAPSHOT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu SnapEnter: otime %llu, process %u, function %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + (long long unsigned) originaltime, process, function, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleSendSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_SENDSNAPSHOT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu SnapSend: otime %llu, sender %u, receiver %u, group %u, tag %u, source %u\n", + (long long unsigned) c->num, (long long unsigned) time, + (long long unsigned) originaltime, sender, receiver, procGroup, + tag, source ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleSummaryComment( void * userData, uint64_t time, + uint32_t process, const char* comment ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_SUMMARYCOMMENT_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu StatComment: process %u, comment \"%s\"\n", + (long long unsigned) c->num, (long long unsigned) time, + process, comment ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleFunctionSummary( void* userData, uint64_t time, + uint32_t function, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_FUNCTIONSUMMARY_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu StatFunction: process %u, function %u, invocations %llu, excltime %llu, incltime %llu\n", + (long long unsigned) c->num, (long long unsigned) time, + process, function, (long long unsigned) invocations, + (long long unsigned) exclTime, (long long unsigned) inclTime ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleFunctionGroupSummary( void* userData, uint64_t time, + uint32_t funcGroup, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_FUNCTIONGROUPSUMMARY_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu StatFunctionGroup: process %u, group %u, invocations %llu, excltime %llu, incltime %llu\n", + (long long unsigned) c->num, (long long unsigned) time, + process, funcGroup, (long long unsigned) invocations, + (long long unsigned) exclTime, (long long unsigned) inclTime ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleMessageSummary( void* userData, uint64_t time, uint32_t process, + uint32_t peer, uint32_t comm, uint32_t type, uint64_t sentNumber, + uint64_t receivedNumber, uint64_t sentBytes, uint64_t receivedBytes ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_MESSAGESUMMARY_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu StatMessage: process %u, " + "peer %u, group %u, type %u, numsent %llu, numreceived %llu, " + "bytessent %llu, bytesreceived %llu\n", + (long long unsigned) c->num, (long long unsigned) time, + process, peer, comm, type, (long long unsigned) sentNumber, + (long long unsigned) receivedNumber, (long long unsigned) sentBytes, + (long long unsigned) receivedBytes ); + } + } + + + return OTF_RETURN_OK; +} + + +int handleUnknown( void* userData, uint64_t time, uint32_t process, + const char* record ) { + + + Control* c= (Control*) userData; + + + if( c->records[OTF_UNKNOWN_RECORD] ) { + + ++c->num; + if( c->num >= c->minNum && c->num <= c->maxNum ) { + + fprintf( c->outfile, "(#%llu) \t%llu Unknown: process %u, record \"%s\"\n", + (long long unsigned) c->num, (long long unsigned) time, + process, record ); + } + } + + + return OTF_RETURN_OK; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.h new file mode 100644 index 0000000000..5d32cb5d8a --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Handler.h @@ -0,0 +1,147 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef OTFTOVTF3_HANDLER_H +#define OTFTOVTF3_HANDLER_H + + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "OTF_inttypes.h" + +#include "otf.h" + + +typedef struct { + + + uint64_t num; + + uint64_t minNum; + uint64_t maxNum; + + bool records[OTF_NRECORDS]; /* enabled record types */ + + FILE* outfile; + +} Control; + + + +/* *** Definition handler *** ************************************* */ + + +int handleDefinitionComment( void* userData, uint32_t stream, + const char* comment ); + +int handleDefTimerResolution( void* userData, uint32_t stream, + uint64_t ticksPerSecond ); + +int handleDefProcess( void* userData, uint32_t stream, uint32_t process, + const char* name, uint32_t parent ); + +int handleDefProcessGroup( void* userData, uint32_t stream, + uint32_t procGroup, const char* name, uint32_t numberOfProcs, + const uint32_t* procs ); + +int handleDefFunction( void* userData, uint32_t stream, uint32_t func, + const char* name, uint32_t funcGroup, uint32_t source ); + +int handleDefFunctionGroup( void* userData, uint32_t stream, + uint32_t funcGroup, const char* name ); + +int handleDefCollectiveOperation( void* userData, uint32_t stream, + uint32_t collOp, const char* name, uint32_t type ); + +int handleDefCounter( void* userData, uint32_t stream, uint32_t counter, + const char* name, uint32_t properties, uint32_t counterGroup, + const char* unit ); + +int handleDefCounterGroup( void* userData, uint32_t stream, + uint32_t counterGroup, const char* name ); + +int handleDefScl( void* userData, uint32_t stream, uint32_t source, + uint32_t sourceFile, uint32_t line ); + +int handleDefSclFile( void* userData, uint32_t stream, + uint32_t sourceFile, const char* name ); + +int handleDefCreator( void* userData, uint32_t stream, + const char* creator ); + +int handleDefVersion( void* userData, uint32_t stream, uint8_t major, + uint8_t minor, uint8_t sub, const char* string ); + + +int handleEnter( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int handleLeave( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int handleSendMsg( void* userData, uint64_t time, uint32_t sender, + uint32_t receiver, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ); + +int handleRecvMsg( void* userData, uint64_t time, uint32_t recvProc, + uint32_t sendProc, uint32_t group, uint32_t type, uint32_t length, + uint32_t source ); + +int handleCounter( void* userData, uint64_t time, uint32_t process, + uint32_t counter, uint64_t value ); + +int handleCollectiveOperation( void* userData, uint64_t time, + uint32_t process, uint32_t collective, uint32_t procGroup, + uint32_t rootProc, uint32_t sent, uint32_t received, uint64_t duration, + uint32_t source ); + +int handleEventComment( void* userData, uint64_t time, uint32_t process, + const char* comment ); + +int handleBeginProcess( void* userData, uint64_t time, uint32_t process ); + +int handleEndProcess( void* userData, uint64_t time, uint32_t process ); + + +int handleSnapshotComment( void* userData, uint64_t time, + uint32_t process, const char* comment ); + +int handleEnterSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ); + +int handleSendSnapshot( void *userData, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ); + +int handleOpenFileSnapshot( void* userData, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, uint64_t handleid, + uint32_t source ); + + +int handleSummaryComment( void * userData, uint64_t time, + uint32_t process, const char* comment ); + +int handleFunctionSummary( void* userData, uint64_t time, + uint32_t function, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ); + +int handleFunctionGroupSummary( void* userData, uint64_t time, + uint32_t funcGroup, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ); + +int handleMessageSummary( void* userData, uint64_t time, uint32_t process, + uint32_t peer, uint32_t comm, uint32_t type, uint64_t sentNumber, + uint64_t receivedNumber, uint64_t sentBytes, uint64_t receivedBytes ); + + +int handleUnknown( void* fcb, uint64_t time, uint32_t process, + const char* record ); + + + +#endif /* OTFTOVTF3_HANDLER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.am new file mode 100644 index 0000000000..3e864a6c24 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.am @@ -0,0 +1,19 @@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib + +noinst_PROGRAMS = \ + otfdump + +otfdump_LDADD = $(top_builddir)/otflib/libotf.la +if ! AMDEPZLIB +otfdump_LDADD += $(ZLIB_LIB_LINE) +endif + +otfdump_SOURCES = \ + Makefile.am \ + Handler.h \ + Handler.cpp \ + otfdump.cpp + +EXTRA_DIST = \ + otfdump_vs05.vcproj + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.in new file mode 100644 index 0000000000..2955955903 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.in @@ -0,0 +1,483 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +noinst_PROGRAMS = otfdump$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otfdump +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +PROGRAMS = $(noinst_PROGRAMS) +am_otfdump_OBJECTS = Handler.$(OBJEXT) otfdump.$(OBJEXT) +otfdump_OBJECTS = $(am_otfdump_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otfdump_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otfdump_SOURCES) +DIST_SOURCES = $(otfdump_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib +otfdump_LDADD = $(top_builddir)/otflib/libotf.la $(am__append_1) +otfdump_SOURCES = \ + Makefile.am \ + Handler.h \ + Handler.cpp \ + otfdump.cpp + +EXTRA_DIST = \ + otfdump_vs05.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otfdump/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otfdump/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otfdump$(EXEEXT): $(otfdump_OBJECTS) $(otfdump_DEPENDENCIES) + @rm -f otfdump$(EXEEXT) + $(CXXLINK) $(otfdump_OBJECTS) $(otfdump_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otfdump.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstPROGRAMS ctags distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump.cpp b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump.cpp new file mode 100644 index 0000000000..0d03e815f9 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump.cpp @@ -0,0 +1,399 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#include "Handler.h" + +#include +#include +#include + +#include +using namespace std; + + +#if SIZEOF_LONG == 4 +# define ATOL8 atoll +#else +# define ATOL8 atol +#endif + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otfdump - convert otf traces or parts of it into a human readable, long \n", +" version \n", +" \n", +" Options: \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -o output file \n", +" if the ouput file is unspecified the stdout will be \n", +" used \n", +" \n", +" --num output only records no. [a,b] \n", +" --time output only records with time stamp in [a,b] \n", +" \n", +" --nodef omit definition records \n", +" --noevent omit event records \n", +" --nostat omit statistic records \n", +" --nosnap omit snapshot records \n", +" \n", +" --procs show only processes \n", +" is a space-seperated list of process-tokens \n", +" --records show only records \n", +" is a space-seperated list of record-type-numbers \n", +" record-type-numbers can be found in OTF_Definitions.h \n", +" (OTF_*_RECORD) \n", +" \n", NULL }; + +int main ( int argc, const char** argv ) { + + + const char* infile= NULL; + int buffersize= 4*1024; + + OTF_FileManager* manager; + OTF_Reader* reader; + + OTF_HandlerArray* handlers; + + vector enabledRecords; + + bool def= true; + bool event= true; + bool stat= true; + bool snap= true; + + uint64_t mintime= 0; + uint64_t maxtime= (uint64_t) -1; + + Control fha; + fha.num= 0; + fha.minNum= 0; + fha.maxNum= (uint64_t) -1; + fha.outfile= stdout; + for( uint32_t i= 0; i < OTF_NRECORDS; ++i ) fha.records[i]= true; + + + /* argument handling */ + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + exit(0); + } + + for ( int i = 1; i < argc; i++ ) { + + if ( ( 0 == strcmp( "-b", argv[i] ) ) && ( i+1 < argc ) ) { + + buffersize = atoi( argv[i+1] ); + ++i; + + } else if ( 0 == strcmp( "--help", argv[i] ) || 0 == strcmp( "-h", argv[i] ) ) { + + SHOW_HELPTEXT; + exit(0); + + } else if ( 0 == strcmp( "-V", argv[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + + } else if ( ( 0 == strcmp( "--num", argv[i] ) ) && ( i+2 < argc ) ) { + + fha.minNum= ATOL8( argv[i+1] ); + fha.maxNum= ATOL8( argv[i+2] ); + + i += 2; + + } else if ( ( 0 == strcmp( "--time", argv[i] ) ) && ( i+2 < argc ) ) { + + mintime= ATOL8( argv[i+1] ); + maxtime= ATOL8( argv[i+2] ); + + i += 2; + + }else if ( 0 == strcmp( "--nodef", argv[i] ) ) { + + def= false; + + } else if ( 0 == strcmp( "--noevent", argv[i] ) ) { + + event= false; + + } else if ( 0 == strcmp( "--nostat", argv[i] ) ) { + + stat= false; + + } else if ( 0 == strcmp( "--nosnap", argv[i] ) ) { + + snap= false; + + } else if ( (0 == strcmp( "--procs", argv[i] )) && ( i+1 < argc ) ) { + + while( i < argc && argv[i+1][0] >= '0' && argv[i+1][0] <= '9' ) { + + enabledRecords.push_back( atol(argv[i+1] ) ); + + ++i; + } + + } else if ( (0 == strcmp( "--records", argv[i] )) && ( i+1 < argc ) ) { + + for( uint32_t a= 0; a < OTF_NRECORDS; ++a ) fha.records[a]= false; + + while( i < argc && argv[i+1][0] >= '0' && argv[i+1][0] <= '9' ) { + + fha.records[atol(argv[i+1])]= true; + + ++i; + } + + } else { + + if ( '-' != argv[i][0] ) { + + infile= argv[i]; + + } else { + + fprintf( stderr, "ERROR: Unknown argument.\n" ); + exit(1); + } + } + } + + + if ( NULL == infile ) { + + printf( " no input file specified, abort\n" ); + exit(1); + } + + + /* open filemanager */ + manager= OTF_FileManager_open( 50 ); + assert( manager ); + + /* Open OTF Reader */ + reader= OTF_Reader_open( infile, manager ); + assert( reader ); + + OTF_Reader_setBufferSizes( reader, buffersize ); + + /* enable only the records needed */ + if( false == enabledRecords.empty() ) { + + OTF_Reader_setProcessStatusAll( reader, 0 ); + + for( uint32_t i= 0; i < enabledRecords.size(); ++i ) { + + OTF_Reader_setProcessStatus( reader, enabledRecords[i], 1 ); + } + } + + /* set timelimit */ + OTF_Reader_setTimeInterval( reader, mintime, maxtime ); + + + /* init handlers */ + handlers= OTF_HandlerArray_open(); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefTimerResolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFTIMERRESOLUTION_RECORD); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefProcess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefProcessGroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFPROCESSGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFunctionGroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFFUNCTIONGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFCOUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCounterGroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFCOUNTERGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefScl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFSCL_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefSclFile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFSCLFILE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCreator, + OTF_DEFCREATOR_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFCREATOR_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefVersion, + OTF_DEFVERSION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_DEFVERSION_RECORD ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCounter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleRecvMsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendMsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleLeave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleBeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_ENDPROCESS_RECORD ); + + + /* snapshot records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnterSnapshot, + OTF_ENTERSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_ENTERSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendSnapshot, + OTF_SENDSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, + OTF_SENDSNAPSHOT_RECORD ); + + + /* summary records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFunctionSummary, + OTF_FUNCTIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_FUNCTIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFunctionGroupSummary, + OTF_FUNCTIONGROUPSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_FUNCTIONGROUPSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleMessageSummary, + OTF_MESSAGESUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_MESSAGESUMMARY_RECORD ); + + + /* misc records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleUnknown, + OTF_UNKNOWN_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_UNKNOWN_RECORD ); + + + if ( def && fha.num <= fha.maxNum ) + OTF_Reader_readDefinitions( reader, handlers ); + if ( event && fha.num <= fha.maxNum ) + OTF_Reader_readEvents( reader, handlers ); + if ( stat && fha.num <= fha.maxNum ) + OTF_Reader_readStatistics( reader, handlers ); + if ( snap && fha.num <= fha.maxNum ) + OTF_Reader_readSnapshots( reader, handlers ); + + + OTF_Reader_close( reader ); + OTF_HandlerArray_close( handlers ); + OTF_FileManager_close( manager ); + + return 0; +} + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump_vs05.vcproj b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump_vs05.vcproj new file mode 100644 index 0000000000..b1c9b78589 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump_vs05.vcproj @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.am new file mode 100644 index 0000000000..21985e7ccc --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.am @@ -0,0 +1,20 @@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib + +bin_PROGRAMS = \ + otfmerge + +otfmerge_LDADD = $(top_builddir)/otflib/libotf.la +if ! AMDEPZLIB +otfmerge_LDADD += $(ZLIB_LIB_LINE) +endif + +otfmerge_SOURCES = \ + handler.h \ + hash.h \ + otfmerge.c \ + handler.c \ + hash.c + +EXTRA_DIST = \ + otfmerge_vs05.vcproj + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.in new file mode 100644 index 0000000000..08431d3ff4 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.in @@ -0,0 +1,503 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = otfmerge$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/otfmerge +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_otfmerge_OBJECTS = otfmerge.$(OBJEXT) handler.$(OBJEXT) \ + hash.$(OBJEXT) +otfmerge_OBJECTS = $(am_otfmerge_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +otfmerge_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(otfmerge_SOURCES) +DIST_SOURCES = $(otfmerge_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = -I$(top_builddir)/otflib -I$(top_srcdir)/otflib +otfmerge_LDADD = $(top_builddir)/otflib/libotf.la $(am__append_1) +otfmerge_SOURCES = \ + handler.h \ + hash.h \ + otfmerge.c \ + handler.c \ + hash.c + +EXTRA_DIST = \ + otfmerge_vs05.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/otfmerge/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/otfmerge/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +otfmerge$(EXEEXT): $(otfmerge_OBJECTS) $(otfmerge_DEPENDENCIES) + @rm -f otfmerge$(EXEEXT) + $(LINK) $(otfmerge_OBJECTS) $(otfmerge_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otfmerge.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.c b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.c new file mode 100644 index 0000000000..b5cc373716 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.c @@ -0,0 +1,602 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include + +#include "OTF_Platform.h" +#include "OTF_Writer.h" + +#include "handler.h" +#include "hash.h" + +/* *** Definition handler *** ************************************* */ + +int handleDefinitionComment( void* fcbx, uint32_t streamid, + const char* comment ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefinitionComment( ((fcbT*) fcbx)->writer, streamid, + comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + +int handleDefTimerResolution( void* fcbx, + uint32_t streamid, uint64_t ticksPerSecond ) { + + + fcbT *fcb; + streaminfoT* si; + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + + fcb = ((fcbT*) fcbx); + si = hash_search( fcb->hash, streamid ); + + si->ticksPerSecond = ticksPerSecond; + + return ( 0 == OTF_Writer_writeDefTimerResolution( fcb->writer, streamid, + ticksPerSecond ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefProcess( void* fcbx, uint32_t streamid + , uint32_t deftoken, const char* name, uint32_t parent ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefProcess( ((fcbT*) fcbx)->writer, streamid, + deftoken, name, parent ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefProcessGroup( void* fcbx, uint32_t streamid + , uint32_t deftoken, const char* name, uint32_t n, uint32_t* array ) { + + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefProcessGroup( ((fcbT*) fcbx)->writer, streamid, deftoken, + name, n, array ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefFunction( void* fcbx, uint32_t streamid, + uint32_t deftoken, const char* name, + uint32_t group, uint32_t scltoken ) { + + + fcbT *fcb; + streaminfoT* si; + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + fcb = ((fcbT*) fcbx); + si = hash_search( fcb->hash, streamid ); + + + /* allocate new memory if necessary */ + if ( si->nfunctions >= si->sfunctions ) + { + si->sfunctions = ( si->sfunctions > 0 ) ? ( 2* si->sfunctions ) : 20; + si->functions = (functionT*) realloc( si->functions, + si->sfunctions * sizeof(functionT) ); + + assert( NULL != si->functions ); + } + + /* insert all data about the function */ + si->functions[si->nfunctions].deftoken = deftoken; + si->functions[si->nfunctions].name = OTF_strdup( name ); + si->functions[si->nfunctions].group = group; + si->functions[si->nfunctions].scltoken = scltoken; + + ++(si->nfunctions); + + + return ( 0 == OTF_Writer_writeDefFunction( fcb->writer, streamid, deftoken, + name, group, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefFunctionGroup( void* fcbx, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + fcbT *fcb; + streaminfoT* si; + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + fcb = ((fcbT*) fcbx); + si = hash_search( fcb->hash, streamid ); + + /* allocate new memory if necessary */ + if ( si->nfunctiongroups >= si->sfunctiongroups ) + { + si->sfunctiongroups = ( si->sfunctiongroups > 0 ) + ? ( 2* si->sfunctiongroups ) : 10; + si->functiongroups = (functiongroupT*) realloc( si->functiongroups, + si->sfunctiongroups * sizeof(functiongroupT) ); + + assert( NULL != si->functiongroups ); + } + + /* insert all data about the function */ + si->functiongroups[si->nfunctiongroups].deftoken = deftoken; + si->functiongroups[si->nfunctiongroups].name = OTF_strdup( name ); + + ++(si->nfunctiongroups); + + return ( 0 == OTF_Writer_writeDefFunctionGroup( fcb->writer, streamid, + deftoken, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefCollectiveOperation( void* fcbx, uint32_t streamid, + uint32_t collOp, const char* name, uint32_t type ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefCollectiveOperation( ((fcbT*) fcbx)->writer, streamid, + collOp, name, type ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + } +} + + +int handleDefCounter( void* fcbx, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefCounter( ((fcbT*) fcbx)->writer, streamid, + deftoken, name, properties, countergroup, unit ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefCounterGroup( void* fcbx, uint32_t streamid, + uint32_t deftoken, const char* name ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefCounterGroup( ((fcbT*) fcbx)->writer, streamid, + deftoken, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefScl( void* fcbx, uint32_t streamid, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefScl( ((fcbT*) fcbx)->writer, streamid, deftoken, + sclfile, sclline ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefSclFile( void* fcbx, uint32_t streamid, + uint32_t deftoken, const char* filename ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefSclFile( ((fcbT*) fcbx)->writer, streamid, + deftoken, filename ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefCreator( void* fcbx, uint32_t streamid, + const char* creator ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefCreator( ((fcbT*) fcbx)->writer, streamid, + creator ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefFile( void* fcbx, uint32_t streamid, uint32_t token, + const char* name, uint32_t group ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefFile( ((fcbT*) fcbx)->writer, + streamid, token, name, group ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + + +int handleDefFileGroup( void* fcbx, uint32_t streamid, + uint32_t token, const char* name ) { + + + if( 0 != streamid ) { + + fprintf( stderr, "ERROR: cannot merge traces with local definitions. aborting\n" ); + + assert( 0 ); + + return OTF_RETURN_ABORT; + + } else { + + return ( 0 == OTF_Writer_writeDefFileGroup( ((fcbT*) fcbx)->writer, + streamid, token, name ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; + + } +} + +/* *** Event handler *** ****************************************** */ + + +int handleEventComment( void* fcb, uint64_t time, uint32_t process, + const char* comment ) { + + + return ( 0 == OTF_Writer_writeEventComment( ((fcbT*) fcb)->writer, time, process, + comment ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleCounter( void* fcb, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ) { + + + return ( 0 == OTF_Writer_writeCounter( ((fcbT*) fcb)->writer, time, + process, counter_token, value ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleEnter( void* fcb, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeEnter( ((fcbT*) fcb)->writer, time, + statetoken, cpuid, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleCollectiveOperation( void* fcb, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeCollectiveOperation( ((fcbT*) fcb)->writer, time, + process, functionToken, communicator, rootprocess, + sent, received, duration, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleRecvMsg( void* fcb, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeRecvMsg( ((fcbT*) fcb)->writer, time, receiver, + sender, communicator, msgtype, msglength, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleSendMsg( void* fcb, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeSendMsg( ((fcbT*) fcb)->writer, time, sender, + receiver, communicator, msgtype, msglength, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleLeave( void* fcb, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ) { + + + return ( 0 == OTF_Writer_writeLeave( ((fcbT*) fcb)->writer, time, statetoken, + cpuid, scltoken ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleBeginProcess( void* fcb, uint64_t time, + uint32_t cpuid ) { + + + return ( 0 == OTF_Writer_writeBeginProcess( ((fcbT*) fcb)->writer, time, cpuid ) ); +} +int handleEndProcess( void* fcb, uint64_t time, + uint32_t cpuid ) { + + + return ( 0 == OTF_Writer_writeEndProcess( ((fcbT*) fcb)->writer, time, cpuid ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleFileOperation( void* fcb, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ) { + + + return ( 0 == OTF_Writer_writeFileOperation( ((fcbT*) fcb)->writer, time, fileid, + process, handleid, operation, bytes, duration, source ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +/* *** snapshot handlers ********************************************** */ + + +int handleSnapshotComment( void *fcb, uint64_t time, + uint32_t process, const char* comment ) { + + + return ( 0 == OTF_Writer_writeSnapshotComment( ((fcbT*) fcb)->writer, time, + process, comment ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleEnterSnapshot( void *fcb, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ) { + + + return ( 0 == OTF_Writer_writeEnterSnapshot( ((fcbT*) fcb)->writer, + time, originaltime, function, process, source ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleSendSnapshot( void *fcb, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ) { + + + return ( 0 == OTF_Writer_writeSendSnapshot( ((fcbT*) fcb)->writer, + time, originaltime, sender, receiver, procGroup, tag, source ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleOpenFileSnapshot( void* fcb, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, + uint64_t handleid, uint32_t source ) { + + + return ( 0 == OTF_Writer_writeOpenFileSnapshot( ((fcbT*) fcb)->writer, time, + originaltime, fileid, process, handleid, source ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +/* *** Summary handlers *** ****************************************** */ + + +int handleSummaryComment( void* fcb, uint64_t time, + uint32_t process, const char* comment ) { + + + return ( 0 == OTF_Writer_writeSummaryComment( ((fcbT*) fcb)->writer, time, + process, comment ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK;; +} + + +int handleFunctionSummary( void* fcb, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + return ( 0 == OTF_Writer_writeFunctionSummary( ((fcbT*) fcb)->writer, + time, function, process, count, excltime, incltime ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleFunctionGroupSummary( void* fcb, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ) { + + + return ( 0 == OTF_Writer_writeFunctionGroupSummary( ((fcbT*) fcb)->writer, + time, functiongroup, process, count, excltime, incltime ) ) + ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleMessageSummary( void* fcb, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, + uint64_t number_recvd, uint64_t bytes_sent, uint64_t bytes_recved ) { + + + return ( 0 == OTF_Writer_writeMessageSummary( ((fcbT*) fcb)->writer, + time, process, peer, comm, tag, number_sent, number_recvd, bytes_sent, + bytes_recved ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + +int handleFileOperationSummary( void* fcb, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t nopen, uint64_t nclose, uint64_t nread, + uint64_t nwrite, uint64_t nseek, uint64_t bytesread, uint64_t byteswrite ) { + + + return ( 0 == OTF_Writer_writeFileOperationSummary( ((fcbT*) fcb)->writer, + time, fileid, process, nopen, nclose, nread, nwrite, nseek, + bytesread, byteswrite ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFileGroupOperationSummary( void* fcb, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ) { + + + return ( 0 == OTF_Writer_writeFileOperationSummary( ((fcbT*) fcb)->writer, + time, groupid, process, nopen, nclose, nread, nwrite, nseek, + bytesread, byteswrite ) ) ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + + + + +int handleUnknown( void* fcb, uint64_t time, uint32_t process, const char* record ) { + +#ifdef OTF_VERBOSE + + if ( (uint64_t) -1 != time ) { + + printf( " unknown record >%s< at process 0x%x time 0x%llu\n", + record, process, (unsigned long long) time ); + + } else { + + printf( " unknown record >%s< at stream 0x%x\n", + record, process ); + } + +#endif /* OTF_VERBOSE */ + + return OTF_RETURN_ABORT; +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.h new file mode 100644 index 0000000000..0726d6f493 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/handler.h @@ -0,0 +1,201 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef HANDLER_H +#define HANDLER_H + + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "OTF_inttypes.h" +#include "OTF_Writer.h" + + +typedef struct { + + uint32_t deftoken; + char *name; + uint32_t group; + uint32_t scltoken; +}functionT; + +typedef struct { + + uint32_t deftoken; + char* name; +}functiongroupT; + +typedef struct { + + uint32_t streamid; + + uint64_t ticksPerSecond; + + functionT *functions; + int nfunctions; /* number of functions in the functioninfo-array */ + int sfunctions; /* size of the functioninfo-array */ + functiongroupT *functiongroups; + int nfunctiongroups; /* number of groups in the functiongroup-array */ + int sfunctiongroups; /* size of the functiongroups-array */ + +}streaminfoT; + +typedef struct hashtabS +{ + streaminfoT entry; + + int entryvecsize; + streaminfoT *p_entryvec; +}hashtabT; + +typedef struct { + + OTF_Writer *writer; + hashtabT *hash; + int nstreaminfos; /* number of streams in the streaminfos-array */ + + int error; + +}fcbT; + +/* *** Definition handler *** ************************************* */ + +int handleDefinitionComment( void* firsthandlerarg, uint32_t streamid, + const char* comment ); + +int handleDefTimerResolution( void* firsthandlerarg, + uint32_t streamid, uint64_t ticksPerSecond ); + +int handleDefProcess( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t parent ); + +int handleDefProcessGroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t n, uint32_t* array ); + +int handleDefFunction( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ); + +int handleDefFunctionGroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ); + +int handleDefCollectiveOperation( void* firsthandlerarg, uint32_t streamid, + uint32_t collOp, const char* name, uint32_t type ); + +int handleDefCounter( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ); + +int handleDefCounterGroup( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* name ); + +int handleDefScl( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, uint32_t sclfile, uint32_t sclline ); + +int handleDefSclFile( void* firsthandlerarg, uint32_t streamid, + uint32_t deftoken, const char* filename ); + +int handleDefCreator( void* firsthandlerarg, uint32_t streamid, + const char* creator ); + +int handleDefFile( void* firsthandlerarg, uint32_t stream, uint32_t token, + const char* name, uint32_t group ); + +int handleDefFileGroup( void* firsthandlerarg, uint32_t stream, + uint32_t token, const char* name ); + +/* *** Event handler *** ****************************************** */ + +int handleEventComment( void* firsthandlerarg, uint64_t time, + uint32_t process, const char* comment ); + +int handleCounter( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t counter_token, uint64_t value ); + +int handleEnter( void* firsthandlerarg, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ); + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ); + +int handleRecvMsg( void* firsthandlerarg, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, + uint32_t scltoken ); + +int handleSendMsg( void* firsthandlerarg, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ); + +int handleLeave( void* firsthandlerarg, uint64_t time, + uint32_t statetoken, uint32_t cpuid, uint32_t scltoken ); + +int handleBeginProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleEndProcess( void* firsthandlerarg, uint64_t time, + uint32_t process ); + +int handleFileOperation( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t source ); + + +/* *** Handlers for OTF snapshot records ****************************** */ + + +int handleSnapshotComment( void *firsthandlerarg, uint64_t time, + uint32_t process, const char* comment ); + +int handleEnterSnapshot( void *firsthandlerarg, uint64_t time, + uint64_t originaltime, uint32_t function, uint32_t process, + uint32_t source ); + +int handleSendSnapshot( void *firsthandlerarg, uint64_t time, + uint64_t originaltime, uint32_t sender, uint32_t receiver, + uint32_t procGroup, uint32_t tag, uint32_t source ); + +int handleOpenFileSnapshot( void* firsthandlerarg, uint64_t time, + uint64_t originaltime, uint32_t fileid, uint32_t process, + uint64_t handleid, uint32_t source ); + + +/* *** Summary handler *** ****************************************** */ + +int handleSummaryComment( void* firsthandlerarg, uint64_t time, + uint32_t process, const char* comment ); + +int handleFunctionSummary( void* firsthandlerarg, + uint64_t time, uint32_t function, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +int handleFunctionGroupSummary( void* firsthandlerarg, + uint64_t time, uint32_t functiongroup, uint32_t process, + uint64_t count, uint64_t excltime, uint64_t incltime ); + +int handleMessageSummary( void* firsthandlerarg, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t tag, uint64_t number_sent, uint64_t number_recvd, + uint64_t bytes_sent, uint64_t bytes_recved ); + +int handleFileOperationSummary( void* firsthandlerarg, uint64_t time, uint32_t fileid, + uint32_t process, uint64_t nopen, uint64_t nclose, uint64_t nread, + uint64_t nwrite, uint64_t nseek, uint64_t bytesread, uint64_t byteswrite ); + +int handleFileGroupOperationSummary( void* firsthandlerarg, uint64_t time, + uint32_t groupid, uint32_t process, uint64_t nopen, uint64_t nclose, + uint64_t nread, uint64_t nwrite, uint64_t nseek, uint64_t bytesread, + uint64_t byteswrite ); + + +/* *** Misc handlers *** ******************************************** */ + +int handleUnknown( void* fcb, uint64_t time, uint32_t process, const char* record ); + + +#endif /* OTF_handleH */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.c b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.c new file mode 100644 index 0000000000..f3b4ae4afc --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.c @@ -0,0 +1,163 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "hash.h" + +hashtabT* hash_new( ) { + + + int i; + hashtabT* ret; + + ret = ( hashtabT* ) malloc( sizeof( hashtabT ) * HASH_SIZE ); + + for( i = 0; i < HASH_SIZE; i++) { + + ret[i].entry.streamid = 0; + + ret[i].entry.ticksPerSecond = 0; + + ret[i].entry.functions = NULL; + ret[i].entry.nfunctions = 0; + ret[i].entry.sfunctions = 0; + + ret[i].entry.functiongroups = NULL; + ret[i].entry.nfunctiongroups = 0; + ret[i].entry.sfunctiongroups = 0; + + ret[i].entryvecsize = -1; + ret[i].p_entryvec = 0; + } + + return ret; +} + + +void hash_delete( hashtabT *hash ) { + + + int i; + int a; + int b; + + for( i = 0; i < HASH_SIZE; i++) { + + /* del functions (free namestrings) */ + if( hash[i].entry.functions != NULL ) { + + for( a= 0; a < hash[i].entry.nfunctions; ++a ) { + if( NULL != hash[i].entry.functions[a].name ) { + free( hash[i].entry.functions[a].name ); + } + } + free( hash[i].entry.functions ); + } + + /* del functiongroups (free namestrings) */ + if( hash[i].entry.functiongroups != NULL ) { + + for( a= 0; a < hash[i].entry.nfunctiongroups; ++a ) { + if( NULL != hash[i].entry.functiongroups[a].name ) { + free( hash[i].entry.functiongroups[a].name ); + } + } + free( hash[i].entry.functiongroups ); + } + + + if ( hash[i].entryvecsize > 0 ) { + + for( a= 0; a < hash[i].entryvecsize ; ++a ) { + + /* del functions (free namestrings) */ + if( hash[i].p_entryvec[a].functions != NULL ) { + + for( b= 0; b < hash[i].p_entryvec[a].nfunctions; ++b ) { + if( NULL != hash[i].p_entryvec[a].functions[b].name ) { + free( hash[i].p_entryvec[a].functions[b].name ); + } + } + free( hash[i].p_entryvec[a].functions ); + } + + /* del functiongroups (free namestrings) */ + if( hash[i].p_entryvec[a].functiongroups != NULL ) { + + for( b= 0; b < hash[i].p_entryvec[a].nfunctiongroups; ++b ) { + if( NULL != hash[i].p_entryvec[a].functiongroups[b].name ) { + free( hash[i].p_entryvec[a].functiongroups[b].name ); + } + } + free( hash[i].p_entryvec[a].functiongroups ); + } + } + + free( hash[i].p_entryvec ); + } + } + + free( hash ); +} + + +void hash_add( hashtabT *hash, uint32_t entry ) { + + uint32_t hashkey = entry; + + HASH_GET_KEY( hashkey ); + + if ( hash[hashkey].entryvecsize == -1 ) { + + hash[hashkey].entry.streamid = entry; + + hash[hashkey].entry.ticksPerSecond= 0; + hash[hashkey].entry.functions= NULL; + hash[hashkey].entry.nfunctions= 0; + hash[hashkey].entry.sfunctions= 0; + hash[hashkey].entry.functiongroups= NULL; + hash[hashkey].entry.nfunctiongroups= 0; + hash[hashkey].entry.sfunctiongroups= 0; + + hash[hashkey].entryvecsize = 0; + + } else { /* realloc the entryvector and insert the new entry */ + + hash[hashkey].p_entryvec = (streaminfoT *) realloc( hash[hashkey].p_entryvec, + sizeof( streaminfoT ) * ( hash[hashkey].entryvecsize + 1) ); + + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].streamid = entry;; + + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].ticksPerSecond= 0; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].functions= NULL; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].nfunctions= 0; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].sfunctions= 0; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].functiongroups= NULL; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].nfunctiongroups= 0; + hash[hashkey].p_entryvec[hash[hashkey].entryvecsize].sfunctiongroups= 0; + + hash[hashkey].entryvecsize++; + + } +} + +streaminfoT* hash_search( hashtabT *hash, uint32_t entry) { + + int i; + uint32_t hashkey = entry; + + HASH_GET_KEY( hashkey ); + + if ( hash[hashkey].entry.streamid == entry ) { + return &hash[hashkey].entry; + } else { + for( i = 0; i < hash[hashkey].entryvecsize; i++ ) { + + if ( hash[hashkey].p_entryvec[i].streamid == entry ) + return &(hash[hashkey].p_entryvec[i]); + } + } + + return NULL; +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.h b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.h new file mode 100644 index 0000000000..96579bfdcd --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/hash.h @@ -0,0 +1,41 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef HASH_H +#define HASH_H + +#include "handler.h" + +/* *** macros ****************************************/ + +/* 0x100 = 4096 */ +#define HASH_SIZE 0x1000 + +#define HASH_GET_KEY(key) \ +{ \ + key += ~(key << 15); \ + key ^= (key >> 10); \ + key += (key << 3); \ + key ^= (key >> 6); \ + key += ~(key << 11); \ + key ^= (key >> 16); \ + key &= HASH_SIZE - 1; \ +} + +/* initialize the hash */ +hashtabT* hash_new( void ); + +/* free all mem of the hash */ +void hash_delete( hashtabT *hash ); + +/* add an entry to the hash */ +void hash_add( hashtabT *hash, uint32_t entry ); + +/* search an entry in the hash */ +streaminfoT* hash_search( hashtabT *hash, uint32_t entry); + + + +#endif /* HASH_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge.c b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge.c new file mode 100644 index 0000000000..11d600de03 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge.c @@ -0,0 +1,693 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2007. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#include +#include +#include +#include +#include + +#include "otf.h" + +#include "handler.h" +#include "hash.h" + + +#define OTFMERGE_STRING "otfmerge" + +#define FINISH_EVERYTHING hash_delete( fcb.hash); fcb.hash= NULL; \ + OTF_Reader_close( reader ); \ + OTF_Writer_close( fcb.writer ); \ + OTF_FileManager_close( manager ); \ + OTF_HandlerArray_close( handlers ); \ + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" otfmerge - converter program of OTF library. \n", +" \n", +" otfmerge [Options] \n", +" \n", +" options: \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -n set number of streams for output \n", +" set this to 0 for using one stream per process\n", +" standard is 1 \n", +" -f set max number of filehandles available \n", +" -o namestub of the output file (default 'out') \n", +" -rb set buffersize of the reader \n", +" -wb set buffersize of the writer \n", +" -stats cover statistics too \n", +" -snaps cover snaphots too \n", +" -z write compressed output \n", +" zlevel reaches from 0 to 9 where 0 is no \n", +" compression and 9 is the highest level \n", +" -p show progress \n", +" \n", +" Part of OTF library. Copyright by ZIH, TU Dresden, 2005-2006. \n", +" \n", NULL }; + +void initProgressDisplay( void ); +void finishProgressDisplay( void ); +void updateProgressDisplay( uint32_t i, uint64_t max, uint64_t cur ); + +int main ( int argc, char** argv ) { + + + OTF_Reader* reader = NULL; + OTF_HandlerArray* handlers; + OTF_FileManager* manager; + OTF_MasterControl* mc; + OTF_MapEntry* mapentry; + + int read_stats= 0; + int read_snaps= 0; + int nstreams = 1; + int nfiles = 200; + int showprogress= 0; + int i; + + int readerbuffersize = 1024 * 1024; + int writerbuffersize = 1024 * 1024; + OTF_FileCompression compression= 0; + + fcbT fcb; + + char* infile= NULL; + char* outfile= NULL; + + uint64_t minbytes; + uint64_t maxbytes; + uint64_t curbytes; + uint64_t minbytestmp; + uint64_t maxbytestmp; + uint64_t curbytestmp; + uint64_t recordsperupdate; + uint64_t totalbytes; + uint32_t progress_counter= 0; + + uint64_t retde; + uint64_t retev; + uint64_t retst; + uint64_t retsn; + + fcb.error= 0; + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + return 0; + } + + for ( i = 1; i < argc; i++ ) { + + + if ( ( 0 == strcmp( "-i", argv[i] ) ) && ( i+1 < argc ) ) { + + infile= argv[i+1]; + ++i; + + } else if ( ( 0 == strcmp( "-n", argv[i] ) ) && ( i+1 < argc ) ) { + + nstreams = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-rb", argv[i] ) ) && ( i+1 < argc ) ) { + + readerbuffersize = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-wb", argv[i] ) ) && ( i+1 < argc ) ) { + + writerbuffersize = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-f", argv[i] ) ) && ( i+1 < argc ) ) { + + nfiles = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-o", argv[i] ) ) && ( i+1 < argc ) ) { + + outfile= argv[i+1]; + ++i; + + } else if ( 0 == strcmp( "-stats", argv[i] ) ) { + + read_stats= 1; + + } else if ( 0 == strcmp( "-snaps", argv[i] ) ) { + + read_snaps= 1; + + } else if ( ( 0 == strcmp( "-z", argv[i] ) ) && ( i+1 < argc ) ) { + + compression= atoi( argv[i+1] ); + + ++i; + + } else if ( 0 == strcmp( "-p", argv[i] ) ) { + + showprogress= 1; + + } else if ( 0 == strcmp( "--help", argv[i] ) || + 0 == strcmp( "-h", argv[i] ) ) { + + SHOW_HELPTEXT; + return 0; + + } else if ( 0 == strcmp( "-V", argv[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + + } else { + + if ( '-' != argv[i][0] ) { + + infile= argv[i]; + + } else{ + + fprintf( stderr, "ERROR: Unknown option: '%s'\n", argv[i] ); + exit(1); + } + } + } + + if ( nfiles < 1 ) { + + fprintf( stderr, "ERROR: less than 1 filehandle is not permitted\n" ); + exit(1); + } + if ( nstreams < 0 ) { + + fprintf( stderr, "ERROR: less than 0 stream is not permitted\n" ); + exit(1); + } + if ( NULL == infile ) { + + fprintf( stderr, "ERROR: no input file specified\n" ); + exit(1); + } + if ( NULL == outfile ) { + + /* + fprintf( stderr, "ERROR: no output file has been specified\n" ); + exit(1); + */ + + outfile= "out.otf"; + } + + handlers = OTF_HandlerArray_open(); + + manager= OTF_FileManager_open( nfiles ); + if( NULL == manager) { + fprintf( stderr, "Error: Unable to initialize File Manager. aborting\n" ); + exit(1); + } + + reader = OTF_Reader_open( infile, manager ); + + if ( NULL == reader ) { + + fprintf( stderr, "Error: Unable to open '%s'. aborting\n", infile ); + OTF_FileManager_close( manager ); + OTF_HandlerArray_close( handlers ); + exit(1); + } + + OTF_Reader_setBufferSizes( reader, readerbuffersize ); + + fcb.writer = OTF_Writer_open( outfile, nstreams, manager ); + OTF_Writer_setBufferSizes( fcb.writer, writerbuffersize ); + OTF_Writer_setCompression( fcb.writer, compression ); + + mc = OTF_Reader_getMasterControl( reader ); + + /* set your own handler functions */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefTimerResolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFTIMERRESOLUTION_RECORD); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefProcess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefProcessGroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFPROCESSGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFunctionGroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFFUNCTIONGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCollectiveOperation, + OTF_DEFCOLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFCOLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFCOUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCounterGroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFCOUNTERGROUP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefScl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFSCL_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefSclFile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFSCLFILE_RECORD ); + +/* OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefversion, + OTF_DEFVERSION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFVERSION_RECORD ); +*/ + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefCreator, + OTF_DEFCREATOR_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFCREATOR_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFFILE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleDefFileGroup, + OTF_DEFFILEGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_DEFFILEGROUP_RECORD ); + + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCounter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleRecvMsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendMsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleLeave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleBeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_ENDPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_FILEOPERATION_RECORD ); + + + /* snapshot records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSnapshotComment, + OTF_SNAPSHOTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_SNAPSHOTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnterSnapshot, + OTF_ENTERSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_ENTERSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendSnapshot, + OTF_SENDSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_SENDSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleOpenFileSnapshot, + OTF_OPENFILESNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fcb, + OTF_OPENFILESNAPSHOT_RECORD ); + + + /* summary records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSummaryComment, + OTF_SUMMARYCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_SUMMARYCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFunctionSummary, + OTF_FUNCTIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_FUNCTIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFunctionGroupSummary, + OTF_FUNCTIONGROUPSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_FUNCTIONGROUPSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleMessageSummary, + OTF_MESSAGESUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_MESSAGESUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFileOperationSummary, + OTF_FILEOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_FILEOPERATIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleFileGroupOperationSummary, + OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + + /* misc records */ + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleUnknown, + OTF_UNKNOWN_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fcb, OTF_UNKNOWN_RECORD ); + + /* ask the mastercontrol for the number of streams and create the + * streaminfos array + */ + fcb.nstreaminfos = 0; + + while ( 0 != OTF_MasterControl_getEntryByIndex( mc, fcb.nstreaminfos )) { + + fcb.nstreaminfos++; + } + + fcb.hash = hash_new (); + + /* global stream yourself, because he isnt in the mapping */ + hash_add( fcb.hash, 0 ); + + /* add all streams to the hash */ + for( i = 0; i < fcb.nstreaminfos; i++ ) { + + mapentry = OTF_MasterControl_getEntryByIndex( mc, i ); + + hash_add( fcb.hash, mapentry->argument ); + } + + /* read definitions */ + retde= OTF_Reader_readDefinitions( reader, handlers ); + if( OTF_READ_ERROR == retde || 1 == fcb.error ) { + fprintf( stderr, "Error while reading definitions. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + + if ( 0 == showprogress ) { + + /* do not show the progress */ + + /* read events */ + retev= OTF_Reader_readEvents( reader, handlers ); + if( OTF_READ_ERROR == retev ) { + fprintf( stderr, "Error while reading events. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + /* read stats */ + if ( 1 == read_stats ) { + + retst= OTF_Reader_readStatistics( reader, handlers ); + if( OTF_READ_ERROR == retst ) { + fprintf( stderr, "Error while reading statistics. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + } + + /* read snaps */ + if ( 1 == read_snaps ) { + + retsn= OTF_Reader_readSnapshots( reader, handlers ); + if( OTF_READ_ERROR == retsn ) { + fprintf( stderr, "Error while reading snapshots. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + } + + } else { + + /* show progress */ + + initProgressDisplay(); + + /* calculate how many records will be read */ + minbytes= 0; + curbytes= 0; + maxbytes= 0; + + OTF_Reader_setRecordLimit( reader, 0 ); + + retev= OTF_Reader_readEvents( reader, handlers ); + if( OTF_READ_ERROR == retev ) { + fprintf( stderr, "Error while reading events. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + if ( 1 == read_stats ) { + retst= OTF_Reader_readStatistics( reader, handlers ); + if( OTF_READ_ERROR == retst ) { + fprintf( stderr, "Error while reading statistics. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + } + if ( 1 == read_snaps ) { + retsn= OTF_Reader_readSnapshots( reader, handlers ); + if( OTF_READ_ERROR == retsn ) { + fprintf( stderr, "Error while reading snapshots. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + } + + OTF_Reader_eventBytesProgress( reader, &minbytestmp, &curbytestmp, &maxbytestmp ); + + minbytes+= minbytestmp; + maxbytes+= maxbytestmp; + + if ( 1 == read_stats ) { + + OTF_Reader_statisticBytesProgress( reader, &minbytestmp, &curbytestmp, &maxbytestmp ); + minbytes+= minbytestmp; + maxbytes+= maxbytestmp; + } + + /* read snaps */ + if ( 1 == read_snaps ) { + + OTF_Reader_snapshotBytesProgress( reader, &minbytestmp, &curbytestmp, &maxbytestmp ); + minbytes+= minbytestmp; + maxbytes+= maxbytestmp; + } + + curbytes= 0; + totalbytes= maxbytes - minbytes; + + + /* fixed number of records per update in order to provide + frequent update */ + recordsperupdate= 100000; + OTF_Reader_setRecordLimit( reader, recordsperupdate ); + + while ( 0 != ( retev= OTF_Reader_readEvents( reader, handlers ) ) ) { + + if( OTF_READ_ERROR == retev ) { + fprintf( stderr, "Error while reading events. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + OTF_Reader_eventBytesProgress( reader, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + curbytes += curbytestmp - minbytestmp - curbytes; + + updateProgressDisplay( progress_counter++, totalbytes, curbytes ); + } + + /* read stats */ + while ( ( 1 == read_stats ) && + ( 0 != ( retst= OTF_Reader_readStatistics( reader, handlers ) ) ) ) { + + if( OTF_READ_ERROR == retst ) { + fprintf( stderr, "Error while reading statistics. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + OTF_Reader_statisticBytesProgress( reader, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + curbytes += curbytestmp - minbytestmp - curbytes; + + updateProgressDisplay( progress_counter++, totalbytes, curbytes ); + } + + /* read snaps */ + while ( ( 1 == read_snaps ) && + ( 0 != ( retsn= OTF_Reader_readSnapshots( reader, handlers ) ) ) ) { + + if( OTF_READ_ERROR == retsn ) { + fprintf( stderr, "Error while reading snapshots. aborting\n" ); + FINISH_EVERYTHING; + exit(1); + } + + OTF_Reader_snapshotBytesProgress( reader, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + curbytes += curbytestmp - minbytestmp - curbytes; + + updateProgressDisplay( progress_counter++, totalbytes, curbytes ); + } + + finishProgressDisplay(); + } + + FINISH_EVERYTHING; + + return 0; +} + + +void initProgressDisplay() { + + + printf( " %7.2f %%\r", 0.0 ); + fflush( stdout ); +} + + +void finishProgressDisplay() { + + + printf( " %7.2f %% done\n", 100.0 ); + fflush( stdout ); +} + + +void updateProgressDisplay( uint32_t i, uint64_t max, uint64_t cur ) { + + +/* static char animation[]= {"-", "\\", "|", "/" }; */ + static char* animation[]= { "", "." }; + + +/* printf( "%llu / %llu \n", cur, max ); */ + + printf( " %7.2f %% %s \r", + ( ((double) cur) * 100.0 / ((double) max) ), + animation[ i % ( sizeof(animation) / sizeof(animation[0]) ) ] ); + fflush( stdout ); +} + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge_vs05.vcproj b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge_vs05.vcproj new file mode 100644 index 0000000000..8a5e7314c0 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge_vs05.vcproj @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.c b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.c new file mode 100644 index 0000000000..bb4b258b3c --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.c @@ -0,0 +1,1423 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + + +#include + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "OTF_inttypes.h" +#include "OTF_Platform.h" + +#include + +#ifdef HAVE_VTF3 +#include +#endif /* HAVE_VTF3 */ + +#include "Handler.h" +#include "Stack.h" + + +#ifdef __GNUC__ +#else /* __GNUC__ */ +#define __PRETTY_FUNCTION__ "" +#endif /* __GNUC__ */ + + +#ifdef HAVE_VTF3 + + +int handleClstrregval( void *fcb, double time, int clstrtoken, + int clstrregarraydim, const int *clstrregtokenarray, + const int *clstrregvaluetypearray, + const void *clstrregvaluearray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleComment( void *fcb, double time, const char *comment ) { + + + /** always write a VTF3 comment to an OTF DefinitionComment. a time stamp + in the VTF3 comment record is ignored it */ + OTF_Writer_writeDefinitionComment( ((fcbT*)fcb)->writer, 0, comment ); + + + /* old version: + if ( time == 0 ) + OTF_Writer_writeDefinitionComment( fcb->writer, 0, comment ); + else + + / * which process to write the EventComment to * / + + OTF_Writer_writeEventComment( fcb->writer, time, ??? , comment ); + */ + + return 0; +} + + +int handleCpuregval( void *fcb, double time, unsigned int cpuid, + int cpuregarraydim, const int *cpuregtokenarray, + const int *cpuregvaluetypearray, + const void *cpuregvaluearray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefact( void *fcb, int activitytoken, + const char *activityname ) { + + + OTF_Writer_writeDefFunctionGroup( ((fcbT*)fcb)->writer, 0, + activitytoken + 1, activityname ); + + return 0; +} + + +int handleDefact_obsol( void *fcb, int activitytoken, + const char *activityname ) { + + + OTF_Writer_writeDefFunctionGroup( ((fcbT*)fcb)->writer, 0, + activitytoken + 1, activityname ); + + return 0; +} + + +int handleDefclkperiod( void *fcb, double clkperiod ) { + + + /* ' + 0.5' makes proper rounding */ + + OTF_Writer_writeDefTimerResolution( ((fcbT*)fcb)->writer, 0, + (uint64_t) ( 1.0 / clkperiod + 0.5 ) ); + + return 0; +} + + +int handleDefclstr( void *fcb, int clstrtoken, const char *clstrname, + int cpuidarraydim, const unsigned int *cpuidarray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefclstrreg( void *fcb, int clstrregtoken, + int clstrregclasstoken, int valuetype, const void *valuebounds, + const char *clstrregname, const char *clstrregunit ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefclstrregclass( void *fcb, int clstrregclasstoken, + const char *clstrregclassname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefcommunicator( void *fcb, int communicator, + int communicatorsize, int tripletarraydim, + const unsigned int *tripletarray ) { + + + uint32_t* procs; + uint32_t p; + uint32_t i; + uint32_t j; + char tmp[32]; + /* set first two bits to 1 */ + uint32_t mcommunicator= ((uint32_t) communicator) | 0xc0000000; + int existing; + + fcbT *fha= ((fcbT*)fcb); + + + if ( 0 > communicator ) { + + fprintf( stderr, "WARNING in '%s': " + "VTF3 communicator id '%i' < 0 invalid\n", "handleDefcommunicator", communicator ); + } + + /* add the mapping */ + existing= 1; + while( 1 == existing ) { + + existing= 0; + + for( i= 0; i < (uint32_t)fha->reservedIdsc; ++i ) { + + if( fha->reservedIds[i] == mcommunicator ) { + existing= 1; + ++mcommunicator; + break; + } + } + } + addHash( fha->pghash, (uint32_t) communicator, mcommunicator ); + + fha->reservedIds= (uint32_t *) realloc( fha->reservedIds, sizeof( uint32_t ) + * ( fha->reservedIdsc + 1 ) ); + fha->reservedIds[fha->reservedIdsc]= mcommunicator; + ++fha->reservedIdsc; + + + procs= (uint32_t*) malloc( communicatorsize * sizeof(uint32_t) ); + assert( procs ); + + p= 0; + for ( i= 0; i < (uint32_t)tripletarraydim; i++ ) { + + for ( j= tripletarray[3*i+0]; j <= tripletarray[3*i+1]; j += tripletarray[3*i+2] ) { + + assert( p < (uint32_t)communicatorsize ); + procs[p]= j + 1; + p++; + } + } + + assert( p == (uint32_t)communicatorsize ); + + fha->processgroups= ( ProcessGroup* ) realloc( fha->processgroups, + sizeof(ProcessGroup) * (fha->processgroupcount + 1) ); + assert( NULL != fha->processgroups ); + + sprintf( tmp, "communicator %u", mcommunicator& 0x3fffffff ); + fha->processgroups[fha->processgroupcount].id= mcommunicator; + fha->processgroups[fha->processgroupcount].size= communicatorsize; + fha->processgroups[fha->processgroupcount].procs= procs; + fha->processgroups[fha->processgroupcount].name= OTF_strdup( tmp ); + + fha->processgroupcount++; + + return 0; +} + + +int handleDefcpugrp( void *fcb, unsigned int cpugrpid, + int cpuorcpugrpidarraydim, const unsigned int *cpuorcpugrpidarray, + const char *cpugrpname ) { + + + uint32_t* procs; + uint32_t i; + int existing; + uint32_t tmp; + /* set first bit to 1 */ + uint32_t mpg= (uint32_t) cpugrpid | 0x80000000; + + fcbT *fha= ((fcbT*)fcb); + + + if ( ( 1 << 31 ) > (int)cpugrpid ) { + + fprintf( stderr, "WARNING in '%s': " + "VTF3 cpu group id '%u' < 2^31 invalid\n", "handleDefcpugrp", cpugrpid ); + } + + + /* add the mapping */ + existing= 1; + while( 1 == existing ) { + + existing= 0; + + for( i= 0; i < (uint32_t)fha->reservedIdsc; ++i ) { + + if( fha->reservedIds[i] == mpg ) { + existing= 1; + ++mpg; + break; + } + } + } + addHash( fha->pghash, (uint32_t) cpugrpid, mpg ); + + fha->reservedIds= (uint32_t *) realloc( fha->reservedIds, sizeof( uint32_t ) + * ( fha->reservedIdsc + 1 ) ); + fha->reservedIds[fha->reservedIdsc]= mpg; + ++fha->reservedIdsc; + + procs= (uint32_t*) malloc( cpuorcpugrpidarraydim * sizeof(uint32_t) ); + assert( procs ); + + for ( i= 0; i < (uint32_t)cpuorcpugrpidarraydim; i++ ) { + + if( 0 == (cpuorcpugrpidarray[i]&0x80000000) ) { + + procs[i]= cpuorcpugrpidarray[i] +1; + + } else { + + tmp= searchHash( fha->pghash, cpuorcpugrpidarray[i] ); + if( 0 != tmp ) { + + procs[i]= tmp; + + } else { + + procs[i]= cpuorcpugrpidarray[i]; + } + } + } + + fha->processgroups= ( ProcessGroup* ) realloc( fha->processgroups, + sizeof(ProcessGroup) * (fha->processgroupcount + 1) ); + assert( NULL != fha->processgroups ); + + fha->processgroups[fha->processgroupcount].id= mpg; + fha->processgroups[fha->processgroupcount].size= cpuorcpugrpidarraydim; + fha->processgroups[fha->processgroupcount].procs= procs; + fha->processgroups[fha->processgroupcount].name= OTF_strdup( cpugrpname ); + + fha->processgroupcount++; + + return 0; +} + + +int handleDefcpuname( void *fcb, unsigned int cpuid, + const char *cpuname ) { + + + int cpu = cpuid&0xffff; + int thread = (cpuid>>16)&0xffff; + + + if ( ((fcbT*)fcb)->threadnums[cpu] < thread ) { + + fprintf( stderr, + "WARNING: Thread has not been defined, record ignored\n" ); + + return 0; + } + + ((fcbT*)fcb)->processes[cpu][thread].name = OTF_strdup( cpuname ); + + return 0; +} + + +int handleDefcpureg( void *fcb, int cpuregtoken, int cpuregclasstoken, + int valuetype, const void *valuebounds, + const char *cpuregname, const char *cpuregunit ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefcpuregclass( void *fcb, int cpuregclasstoken, + const char *cpuregclassname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +/* +int handleDefcreator( void *fcbout, const char *creator ) +{ + OTF_Writer_writeDefCreator( ((fcbT*)fcb)->writer, VTF32OTFCREATOR ); + + return 0; +} +*/ + + + +int handleDefglobalop( void *fcb, int globaloptoken, + const char* globalopname ) { + + + OTF_Writer_writeDefCollectiveOperation( ((fcbT*)fcb)->writer, + 0 /* uint32_t stream */, + globaloptoken + 1/* uint32_t collOp */, + globalopname /* const char* name */, + OTF_COLLECTIVE_TYPE_UNKNOWN /* uint32_t type */ ); + + return 0; +} + + + +int handleDefiofile( void *fcb, int iofiletoken, int communicator, + const char *iofilename ) { + + + OTF_Writer_writeDefFile( ((fcbT*)fcb)->writer, 0/*stream*/, + iofiletoken+1/*token (+1 because 0 would be an invalid otf-token)*/, + iofilename/*name*/, 1/*default group*/ ); + + + return 0; +} + + +int handleDefkparreg( void *fcb, int kparregtoken, + const char *kparregname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefmsgname( void *fcb, int msgtype, int communicator, + const char *msgname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefopenmpname( void *fcb, unsigned int nametoken, + const char *openmpname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefopenmptype( void *fcb, unsigned int constructtypetoken, + const char *constructtypename ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefpattern( void *fcb, int activitytoken, int pattoken, + int patshptoken, double radius, int ratio, + int timesteparraydim, const double *timesteparray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefpatternshape( void *fcb, int activitytoken, int patshptoken, + int patterntype, int patshptokenbref1, int patshptokenbref2 ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefredfunc_obsol( void *fcb, int redfunctoken, + const char *redfuncname ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefsamp( void *fcb, int sampletoken, int sampleclasstoken, + int iscpugrpsamp, unsigned int cpuorcpugrpid, int valuetype, + const void *valuebounds, int dodifferentiation, + int datarephint, const char *samplename, const char *sampleunit ) { + + + /* default setting */ + uint32_t properties; + + static int first= 1; + + if ( 1 == first ) { + + first = 0; + + /* temporarily disabled */ + /* + fprintf( stderr, "translation of performance counter " + "definitions not fully supported\n" ); + */ + } + + if ( datarephint == VTF3_DATAREPHINT_SAMPLE ) { + + properties = OTF_COUNTER_SCOPE_START; + + } else if ( datarephint == VTF3_DATAREPHINT_BEFORE ) { + + properties = OTF_COUNTER_SCOPE_LAST; + + } else { + + properties = OTF_COUNTER_SCOPE_START; /* standard value */ + + fprintf( stderr, "vtf2otf: in %s: counter type not yet supported," + "might not be translated correctly!!!\n", __PRETTY_FUNCTION__ ); + } + + if ( dodifferentiation ) { + + properties |= OTF_COUNTER_TYPE_ACC; + + } else { + + properties |= OTF_COUNTER_TYPE_ABS; + } + + OTF_Writer_writeDefCounter( ((fcbT*)fcb)->writer, 0, sampletoken + 1, + samplename, properties, sampleclasstoken + 1, sampleunit ); + + return 0; +} + + +int handleDefsampclass( void *fcb, int sampleclasstoken, + const char *sampleclassname ) { + + + OTF_Writer_writeDefCounterGroup( ((fcbT*)fcb)->writer, 0, + sampleclasstoken + 1, sampleclassname ); + + return 0; +} + + +int handleDefscl( void *fcb, int scltoken, int sclarraydim, + const int *sclfiletokenarray, const int *scllinepositionarray ) { + + + int i; + + + for( i = 0; i < sclarraydim; ++i ) { + + + OTF_Writer_writeDefScl( ((fcbT*)fcb)->writer, 0, scltoken, + sclfiletokenarray[i] + 1, scllinepositionarray[i] ); + } + + return 0; +} + + +int handleDefsclfile( void *fcb, int sclfiletoken, + const char *sclfilename ) { + + + OTF_Writer_writeDefSclFile( ((fcbT*)fcb)->writer, 0, sclfiletoken + 1, + sclfilename ); + + return 0; +} + + +int handleDefstate( void *fcb, int activitytoken, int statetoken, + const char *statename, int scltoken ) { + + + OTF_Writer_writeDefFunction( ((fcbT*)fcb)->writer, 0, ++statetoken, + statename, activitytoken + 1, scltoken ); + + return 0; +} + + +int handleDefstate_obsol( void *fcb, int activitytoken, + const char *activityname, unsigned int activityvalidity, + int statetoken, const char *statename ) { + + + OTF_Writer_writeDefFunction( ((fcbT*)fcb)->writer, 0, statetoken + 1, + statename, activitytoken + 1, 0 ); + + return 0; +} + + +int handleDefsyscpunames( void *fcb, int systemcpunamearraydim, + char * const *systemcpunamearray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefsyscpunums( void *fcb, int systemcpunumberarraydim, + const int *systemcpunumberarray ) { + + + int a = 0; + int i = 0; + + + ((fcbT*)fcb)->processcount = 0; + + for( i = 0; i < systemcpunumberarraydim; i++) + for( a = 0; a < systemcpunumberarray[i]; a++) + ((fcbT*)fcb)->processcount++; + + /* create cpu array (needed for threadnums and carrying the names) */ + ((fcbT*)fcb)->processes = ( processT** ) malloc ( sizeof( processT* ) + * ((fcbT*)fcb)->processcount ); + ((fcbT*)fcb)->threadnums = (int*) malloc( sizeof( int ) + * ((fcbT*)fcb)->processcount ); + + for( i = 0; i < ((fcbT*)fcb)->processcount; i++) { + + + ((fcbT*)fcb)->threadnums[i] = 1; + ((fcbT*)fcb)->processes[i] = ( processT* ) malloc ( sizeof (processT) ); + ((fcbT*)fcb)->processes[i][0].stack = Stack_new(); + ((fcbT*)fcb)->processes[i][0].name = 0; + ((fcbT*)fcb)->processes[i][0].filepos= 0; + ((fcbT*)fcb)->processes[i][0].fileIObegin = (uint64_t) -1; /* invalid timestamp */ + ((fcbT*)fcb)->processes[i][0].fileIObufferpos = 0; + ((fcbT*)fcb)->processes[i][0].fileIObufferlen = 0; + } + + return 0; +} + + +int handleDefthreadnums( void *fcb, int threadnumarraydim, + const int *threadnumarray ) { + + + int i; + int a; + processT **processestmp; + + + if ( 0 == ((fcbT*)fcb)->processes ) { + + fprintf( stderr, "ERROR: Missing NCPU record\n" ); + exit(1); + } + + + /* copy threadnumarray */ + free( ((fcbT*)fcb)->threadnums ); + + ((fcbT*)fcb)->threadnums = (int*) malloc( sizeof( int ) + * threadnumarraydim ); + memcpy( ((fcbT*)fcb)->threadnums, threadnumarray, sizeof( int ) + * threadnumarraydim ); + + processestmp = ( processT** ) malloc ( sizeof( processT* ) + * ((fcbT*)fcb)->processcount ); + + for( i = 0; i < threadnumarraydim; ++i ) { + + processestmp[i] = ( processT* ) malloc ( sizeof (processT) + * threadnumarray[i]); + + processestmp[i][0].stack = ((fcbT*)fcb)->processes[i][0].stack; + processestmp[i][0].name = ((fcbT*)fcb)->processes[i][0].name; + processestmp[i][0].fileIObegin = (uint64_t) -1; + processestmp[i][0].filepos = 0; + processestmp[i][0].fileIObufferpos = 0; + processestmp[i][0].fileIObufferlen = 0; + /* remove pointers from original array (to prevent free errors later )*/ + ((fcbT*)fcb)->processes[i][0].name = 0; + ((fcbT*)fcb)->processes[i][0].stack = 0; + /* init the threads */ + for( a = 1; a < threadnumarray[i]; ++a ) { + + processestmp[i][a].stack = Stack_new(); + processestmp[i][a].name = 0; + processestmp[i][a].fileIObegin = (uint64_t) -1; /* invalid timestamp */ + processestmp[i][a].filepos = 0; + processestmp[i][a].fileIObufferpos = 0; + processestmp[i][a].fileIObufferlen = 0; + } + } + + /* delete old processarray */ + for( i = 0; i < ((fcbT*)fcb)->processcount; ++i ) { + + free( ((fcbT*)fcb)->processes[i] ); + } + + free( ((fcbT*)fcb)->processes ); + + ((fcbT*)fcb)->processes = processestmp; + ((fcbT*)fcb)->processcount = threadnumarraydim; + + return 0; +} + + +int handleDeftimeoffset( void *fcb, double timeoffset ) { + + + static int first= 1; + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleDefunmerged( void *fcb ) { + + + static int first= 1; + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +/* +int handleDefversion( void *fcbout, int versionnumber ) +{ + OTF_Writer_writeDefversion( (OTF_Writer*) fcbout, versionnumber, 0, 0 ); + + return 0; +} +*/ + + +int handleDownto( void *fcb, double time, int statetoken, + unsigned int cpuid, int scltoken ) { + + + StackEntryT entry; + + int cpu = (cpuid&0xffff); + int thread = (cpuid>>16)&0xffff; + + + ++cpuid; + ++statetoken; + + OTF_Writer_writeEnter( ((fcbT*)fcb)->writer, (uint64_t) time, statetoken, + cpuid, scltoken ); + + entry.state = statetoken; + + Stack_push( ((fcbT*)fcb)->processes[cpu][thread].stack, &entry ); + + return 0; +} + + +int handleUpfrom( void *fcb, double time, int statetoken, + unsigned int cpuid, int scltoken ) { + + + int cpu = cpuid&0xffff; + int thread = (cpuid>>16)&0xffff; + /* StackEntry entry; */ + + + ++cpuid; + ++statetoken; + + /* entry = */ Stack_pop( ((fcbT*)fcb)->processes[cpu][thread].stack ); + + OTF_Writer_writeLeave( ((fcbT*)fcb)->writer, (uint64_t) time, statetoken, + cpuid, scltoken ); + + return 0; +} + + +int handleUpto( void *fcb, double time, int statetoken, + unsigned int cpuid, int scltoken ) { + + + StackEntryT entry; + int cpu = cpuid&0xffff; + int thread = (cpuid>>16)&0xffff; + + + ++cpuid; + ++statetoken; + + entry = Stack_pop( ((fcbT*)fcb)->processes[cpu][thread].stack ); + + OTF_Writer_writeLeave( ((fcbT*)fcb)->writer, (uint64_t) time, entry.state, + cpuid, scltoken ); + + return 0; +} + + +int handleExchange( void *fcb, double time, unsigned int cpuid, + int exchangetype, int statetoken, int job, int scltoken ) { + + + if ( exchangetype == VTF3_EXCHANGETYPE_DOWNTO ) { + + return handleDownto( fcb, time, statetoken, cpuid, scltoken ); + + } else if ( exchangetype == VTF3_EXCHANGETYPE_UPTO ) { + + return handleUpto( fcb, time, statetoken, cpuid, scltoken ); + + } else if ( exchangetype == VTF3_EXCHANGETYPE_UPFROM ) { + + return handleUpfrom( fcb, time, statetoken, cpuid, scltoken ); + + } else { + + fprintf( stderr, "ERROR: Unknown exchange type\n"); + exit(1); + } + + return 0; +} + + +int handleExchange_obsol( void *fcb, double time, unsigned int cpuid, + int exchangetype, int statetoken, int activitytoken, + const char *activityname, unsigned int activityvalidity, int job ) { + + + static int first= 1; + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleFileiobegin( void *fcbx, double time, unsigned int cpuid, + int fileiotype, int iofiletoken, int bytescopied, int scltoken ) { + + + int cpu = (cpuid&0xffff); + int thread = (cpuid>>16)&0xffff; + uint32_t otfiotype; + fcbT* fcb= (fcbT*) fcbx; + processT* proc= &((fcbT*)fcb)->processes[cpu][thread]; + uint64_t duration; + + if( 0 == fcb->ioonly ) { + + if( VTF3_FILEIOTYPE_READ == fileiotype ) { + otfiotype= OTF_FILEOP_READ; + } else if ( VTF3_FILEIOTYPE_WRITE == fileiotype ) { + otfiotype= OTF_FILEOP_WRITE; + } else { + fprintf( stderr, "ERROR: fileiobegin: unknown fileiotype %i.skipping.\n", fileiotype ); + return 0; + } + + + /* re-read the extra information if there is nothing left */ + if( proc->fileIObufferpos >= proc->fileIObufferlen ) { + + readFileIOBuffer( cpuid, proc, fcb->outputFile ); + } + + + ++cpuid; + ++iofiletoken; + + if( proc->fileIObufferpos >= proc->fileIObufferlen ) { + duration= 0; + } else if ( time == proc->fileIObuffer[proc->fileIObufferpos] ) { + duration= proc->fileIObuffer[proc->fileIObufferpos+1]; + } else { + duration= 0; + } + + OTF_Writer_writeFileOperation( fcb->writer, time, iofiletoken, cpuid, + fcb->handleid, otfiotype, (uint64_t) bytescopied, duration, + (uint32_t) scltoken ); + + ++fcb->handleid; + ++proc->fileIObufferpos; + + + } else { + + /* 1 == fcb->ioonly */ + + if( proc->fileIObegin == (uint64_t) -1 ) { + + proc->fileIObegin= time; /* set starttimestamp */ + + } else { + + fprintf( stderr, "ERROR: fileiobegin after fileiobegin (without end in between). Overwriting.\n" ); + return 0; + + } + + } + + return 0; +} + + +int handleFileioend( void *fcbx, double time, unsigned int cpuid, + int fileiotype, int iofiletoken, int bytescopied, int scltoken ) { + + + int cpu = (cpuid&0xffff); + int thread = (cpuid>>16)&0xffff; + fcbT* fcb= (fcbT*) fcbx; + processT* proc= &((fcbT*)fcb)->processes[cpu][thread]; + + if( 0 == fcb->ioonly ) { + + /* ignore, because the starttime(begin record) and duration(extra-info) + are important */ + + } else { + + /* 1 == fcb->ioonly */ + + if( proc->fileIObegin != (uint64_t) -1 ) { + + if( proc->fileIObufferpos > 2045 ) writeFileIOBuffer( cpuid, proc, fcb->outputFile ); + + proc->fileIObuffer[proc->fileIObufferpos]= proc->fileIObegin; + proc->fileIObuffer[proc->fileIObufferpos+1]= time - proc->fileIObegin; + + proc->fileIObufferpos+= 2; + + } else { + + fprintf( stderr, "ERROR: fileioend with no fileiobegin. Ignoring.\n" ); + return 0; + + } + } + + return 0; +} + + +int handleGlobalop( void *fcb, double time, int globaloptoken, + unsigned int cpuid, int communicator, unsigned int rootcpuid, + int bytessent, int bytesreceived, double durationtimesteps, + int scltoken ) { + + + uint32_t tmp; + + ++cpuid; + + + /* map it */ + tmp= searchHash( ((fcbT*)fcb)->pghash, (uint32_t) communicator ); + if( 0 != tmp ) { + communicator= tmp; + } + + + if ( rootcpuid >= (unsigned int)((fcbT*)fcb)->processcount ) { + + /* invalid root cpu id => translate to '0' */ + rootcpuid= 0; + + } else { + + ++rootcpuid; + } + + OTF_Writer_writeCollectiveOperation( ((fcbT*)fcb)->writer, (uint64_t) time, + cpuid, globaloptoken + 1, communicator, rootcpuid, bytessent, bytesreceived, + (uint64_t) durationtimesteps, scltoken ); + + return 0; +} + + +int handleKparregbarsum( void *fcb, double time, unsigned int cpuid, + int kparregtoken, int seqn, int opasize, + const void *opastream, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleKparregbegin( void *fcb, double time, unsigned int cpuid, + int kparregtoken, int seqn, int numthreads, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleKparregend( void *fcb, double time, unsigned int cpuid, + int kparregtoken, int seqn, int opasize, + const void *opastream, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleMutexacquire( void *fcb, double time, unsigned int cpuid, + int enterstatetoken, int leavestatetoken, + int leavestatetokenisupfrom, double durationtimesteps, + int mutexsize, const void *mutex, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleMutexrelease( void *fcb, double time, unsigned int cpuid, + int enterstatetoken, int leavestatetoken, + int leavestatetokenisupfrom, double durationtimesteps, + int mutexsize, const void *mutex, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleOpenmpenter( void *fcb, double time, unsigned int cpuid, + unsigned int constructtypetoken, unsigned int nametoken, + int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleOpenmpleave( void *fcb, double time, + unsigned int cpuid, int scltoken ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + +int handlePattern( void *fcb, double time, unsigned int cpuid, + int patorpatshptoken, double durationtimesteps, + int timesteparraydim, const double *timesteparray, + const int *patchindexarray ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleRecvmsg( void *fcb, double time, unsigned int receiver, + unsigned int sender, int communicator, int msgtype, + int msglength, int scltoken ) { + + + uint32_t tmp; + + if ( receiver == (uint32_t) -1 || sender == (uint32_t) -1 ) + fprintf( stderr, "cpuid is not supposed to be -1" ); + + /* map it */ + tmp= searchHash( ((fcbT*)fcb)->pghash, (uint32_t) communicator ); + if( 0 != tmp ) { + communicator= tmp; + } + + + ++receiver; + ++sender; + + OTF_Writer_writeRecvMsg( ((fcbT*)fcb)->writer, (uint64_t) time, receiver, + sender, communicator, msgtype, msglength, scltoken ); + + return 0; +} + + +int handleSamp( void *fcb, double time, unsigned int cpuorcpugrpid, + int samplearraydim, const int *sampletokenarray, + const int *samplevaluetypearray, const void *samplevaluearray ) { + + + int i; + uint64_t tmp; + uint32_t tmp2; + + /* group means first bit equals 1 */ + if ( (cpuorcpugrpid&0x80000000) == 0) { + + if ( cpuorcpugrpid == (uint32_t) -1 ) { + + fprintf( stderr, "cpuid is not supposed to be -1" ); + } + + ++cpuorcpugrpid; + } else { + + /* map it */ + tmp2= searchHash( ((fcbT*)fcb)->pghash, (uint32_t) cpuorcpugrpid ); + if( 0 != tmp2 ) { + cpuorcpugrpid= tmp2; + } + + } + + for( i = 0; i < samplearraydim; ++i ) { + + if ( samplevaluetypearray[i] == VTF3_VALUETYPE_FLOAT ) { + + tmp = (uint64_t) ( ((double*) samplevaluearray)[i] + 0.5f ); + } else { + + tmp = ( (uint64_t*) samplevaluearray )[i]; + } + + OTF_Writer_writeCounter( ((fcbT*)fcb)->writer, (uint64_t) time, + cpuorcpugrpid, sampletokenarray[i] + 1, tmp ); + } + + return 0; +} + + +int handleSendmsg( void *fcb, double time, unsigned int sender, + unsigned int receiver, int communicator, int msgtype, + int msglength, int scltoken ) { + + + uint32_t tmp; + + if ( receiver == (uint32_t) -1 || sender == (uint32_t) -1 ) + fprintf( stderr, "cpuid is not supposed to be -1" ); + + /* map it */ + tmp= searchHash( ((fcbT*)fcb)->pghash, (uint32_t) communicator ); + if( 0 != tmp ) { + communicator= tmp; + } + + + ++receiver; + ++sender; + + OTF_Writer_writeSendMsg( ((fcbT*)fcb)->writer, (uint64_t) time, sender, + receiver, communicator, msgtype, msglength, scltoken ); + + return 0; +} + + +int handleSrcinfo_obsol( void *fcb, double time, int activitytoken, + int statetoken, int scllineposition ) { + + + static int first= 1; + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + + +int handleUnrecognizable( void *fcb, double lastvalidtime, + int numberofunrecognizablechars, int typeofunrecognizablerecord, + const char *unrecognizablerecord ) { + + + static int first= 1; + + + if ( 1 == first ) { + + first= 0; + + fprintf( stderr, "%s: Record not implemented in OTF_\n", + __PRETTY_FUNCTION__ ); + } + + return 0; +} + +#endif /* HAVE_VTF3 */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.h b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.h new file mode 100644 index 0000000000..191217bf51 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Handler.h @@ -0,0 +1,214 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef VTF3TOOTF_HANDLER_H +#define VTF3TOOTF_HANDLER_H + +int handleClstrregval( void *fcbout, double time, int clstrtoken, + int clstrregarraydim, const int *clstrregtokenarray, + const int *clstrregvaluetypearray, + const void *clstrregvaluearray ); + +int handleComment( void *fcbout, double time, const char *comment ); + +int handleCpuregval( void *fcbout, double time, unsigned int cpuid, + int cpuregarraydim, const int *cpuregtokenarray, + const int *cpuregvaluetypearray, + const void *cpuregvaluearray ); + +int handleDefact( void *fcbout, int activitytoken, + const char *activityname ); + +int handleDefact_obsol( void *fcbout, int activitytoken, + const char *activityname ); + +int handleDefclkperiod( void *fcbout, double clkperiod ); + +int handleDefclstr( void *fcbout, int clstrtoken, const char *clstrname, + int cpuidarraydim, const unsigned int *cpuidarray ); + +int handleDefclstrreg( void *fcbout, int clstrregtoken, + int clstrregclasstoken, int valuetype, + const void *valuebounds, const char *clstrregname, + const char *clstrregunit ); + +int handleDefclstrregclass( void *fcbout, int clstrregclasstoken, + const char *clstrregclassname ); + +int handleDefcommunicator( void *fcbout, int communicator, + int communicatorsize, int tripletarraydim, + const unsigned int *tripletarray ); + +int handleDefcpugrp( void *fcbout, unsigned int cpugrpid, + int cpuorcpugrpidarraydim, + const unsigned int *cpuorcpugrpidarray, + const char *cpugrpname ); + +int handleDefcpuname( void *fcbout, unsigned int cpuid, + const char *cpuname ); + +int handleDefcpureg( void *fcbout, int cpuregtoken, int cpuregclasstoken, + int valuetype, const void *valuebounds, + const char *cpuregname, const char *cpuregunit ); + +int handleDefcpuregclass( void *fcbout, int cpuregclasstoken, + const char *cpuregclassname ); + +/* +int handleDefcreator( void *fcbout, const char *creator ); +*/ + +int handleDefglobalop( void *fcbout, int globaloptoken, + const char *globalopname ); + +int handleDefiofile( void *fcbout, int iofiletoken, int communicator, + const char *iofilename ); + +int handleDefkparreg( void *fcbout, int kparregtoken, + const char *kparregname ); + +int handleDefmsgname( void *fcbout, int msgtype, int communicator, + const char *msgname ); + +int handleDefopenmpname( void *fcbout, unsigned int nametoken, + const char *openmpname ); + +int handleDefopenmptype( void *fcbout, unsigned int constructtypetoken, + const char *constructtypename ); + +int handleDefpattern( void *fcbout, int activitytoken, int pattoken, + int patshptoken, double radius, int ratio, + int timesteparraydim, const double *timesteparray ); + +int handleDefpatternshape( void *fcbout, int activitytoken, int patshptoken, + int patterntype, int patshptokenbref1, int patshptokenbref2 ); + +int handleDefredfunc_obsol( void *fcbout, int redfunctoken, + const char *redfuncname ); + +int handleDefsamp( void *fcbout, int sampletoken, int sampleclasstoken, + int iscpugrpsamp, unsigned int cpuorcpugrpid, int valuetype, + const void *valuebounds, int dodifferentiation, + int datarephint, const char *samplename, + const char *sampleunit ); + +int handleDefsampclass( void *fcbout, int sampleclasstoken, + const char *sampleclassname ); + +int handleDefscl( void *fcbout, int scltoken, int sclarraydim, + const int *sclfiletokenarray, + const int *scllinepositionarray ); + +int handleDefsclfile( void *fcbout, int sclfiletoken, + const char *sclfilename ); + +int handleDefstate( void *fcbout, int activitytoken, int statetoken, + const char *statename, int scltoken ); + +int handleDefstate_obsol( void *fcbout, int activitytoken, + const char *activityname, unsigned int activityvalidity, + int statetoken, const char *statename ); + +int handleDefsyscpunames( void *fcbout, int systemcpunamearraydim, + char * const *systemcpunamearray ); + +int handleDefsyscpunums( void *fcbout, int systemcpunumberarraydim, + const int *systemcpunumberarray ); + +int handleDefthreadnums( void *fcbout, int threadnumarraydim, + const int *threadnumarray ); + +int handleDeftimeoffset( void *fcbout, double timeoffset ); + +int handleDefunmerged( void *fcbout ); + +/* doesn´t exist in otf +int handleDefversion( void *fcbout, int versionnumber ); +*/ +int handleDownto( void *fcbout, double time, int statetoken, + unsigned int cpuid, int scltoken ); + +int handleExchange( void *fcbout, double time, unsigned int cpuid, + int exchangetype, int statetoken, int job, int scltoken ); + +int handleExchange_obsol( void *fcbout, double time, unsigned int cpuid, + int exchangetype, int statetoken, int activitytoken, + const char *activityname, unsigned int activityvalidity, + int job ); + +int handleFileiobegin( void *fcbout, double time, unsigned int cpuid, + int fileiotype, int iofiletoken, int bytescopied, + int scltoken ); + +int handleFileioend( void *fcbout, double time, unsigned int cpuid, + int fileiotype, int iofiletoken, int bytescopied, + int scltoken ); + +int handleGlobalop( void *fcbout, double time, int globaloptoken, + unsigned int cpuid, int communicator, + unsigned int rootcpuid, int bytessent, int bytesreceived, + double durationtimesteps, int scltoken ); + +int handleKparregbarsum( void *fcbout, double time, unsigned int cpuid, + int kparregtoken, int seqn, int opasize, + const void *opastream, int scltoken ); + +int handleKparregbegin( void *fcbout, double time, unsigned int cpuid, + int kparregtoken, int seqn, int numthreads, int scltoken ); + +int handleKparregend( void *fcbout, double time, unsigned int cpuid, + int kparregtoken, int seqn, int opasize, + const void *opastream, int scltoken ); + +int handleMutexacquire( void *fcbout, double time, unsigned int cpuid, + int enterstatetoken, int leavestatetoken, + int leavestatetokenisupfrom, double durationtimesteps, + int mutexsize, const void *mutex, int scltoken ); + +int handleMutexrelease( void *fcbout, double time, unsigned int cpuid, + int enterstatetoken, int leavestatetoken, + int leavestatetokenisupfrom, double durationtimesteps, + int mutexsize, const void *mutex, int scltoken ); + +int handleOpenmpenter( void *fcbout, double time, unsigned int cpuid, + unsigned int constructtypetoken, unsigned int nametoken, int scltoken ); + +int handleOpenmpleave( void *fcbout, double time, unsigned int cpuid, + int scltoken ); + +int handlePattern( void *fcbout, double time, unsigned int cpuid, + int patorpatshptoken, double durationtimesteps, + int timesteparraydim, const double *timesteparray, + const int *patchindexarray ); + +int handleRecvmsg( void *fcbout, double time, unsigned int receiver, + unsigned int sender, int communicator, int msgtype, + int msglength, int scltoken ); + +int handleSamp( void *fcbout, double time, unsigned int cpuorcpugrpid, + int samplearraydim, const int *sampletokenarray, + const int *samplevaluetypearray, + const void *samplevaluearray ); + +int handleSendmsg( void *fcbout, double time, unsigned int sender, + unsigned int receiver, int communicator, int msgtype, + int msglength, int scltoken ); + +int handleSrcinfo_obsol( void *fcbout, double time, int activitytoken, + int statetoken, int scllineposition ); + +int handleUnrecognizable( void *fcbout, double lastvalidtime, + int numberofunrecognizablechars, + int typeofunrecognizablerecord, + const char *unrecognizablerecord ); + +int handleUpfrom( void *fcbout, double time, int statetoken, + unsigned int cpuid, int scltoken ); + +int handleUpto( void *fcbout, double time, int statetoken, + unsigned int cpuid, int scltoken ) ; + + +#endif /* VTF3TOOTF_HANDLER_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.c b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.c new file mode 100644 index 0000000000..30ead46a28 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.c @@ -0,0 +1,130 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "Hash.h" + +#include +#include + +/* *** macros ****************************************/ +#ifndef sun + +#define HASH_GET_KEY(key) \ +{ \ + key += ~(key << 15); \ + key ^= (key >> 10); \ + key += (key << 3); \ + key ^= (key >> 6); \ + key += ~(key << 11); \ + key ^= (key >> 16); \ + key &= HASHSIZE - 1; \ +} + +#else /* sun */ + +/* stupid stupid gcc2.95 on sun */ + +uint32_t hash_get_key( uint32_t key ) { + + key += ~(key << 15); + key ^= (key >> 10); + key += (key << 3); + key ^= (key >> 6); + key += ~(key << 11); + key ^= (key >> 16); + key &= HASH_SIZE - 1; + + return key; +} + +#define HASH_GET_KEY(key) key= hash_get_key(key) + +#endif /* sun */ + + +Hash *initHash() { + + + Hash *ret= (Hash*) malloc( sizeof( Hash ) ); + memset( ret, 0, sizeof( Hash ) ); + + return ret; +} + + +void closeHash( Hash *hash ) { + + + int i; + + for( i= 0; i < HASHSIZE; ++i ) { + + if( NULL != hash->entrys[i].children ) { + free( hash->entrys[i].children ); + } + hash->entrys[i].children= NULL; + hash->entrys[i].childrenc= 0; + + } + + free( hash ); +} + + +uint32_t searchHash( Hash *hash, uint32_t src ) { + + + int i; + uint32_t key= src; + + if( NULL == hash ) { + return 0; + } + + HASH_GET_KEY( key ); + + if( src == hash->entrys[key].src ) { + return hash->entrys[key].dst; + } + + for( i= 0; i < hash->entrys[key].childrenc; ++i ) { + + if( src == hash->entrys[key].children[i].src ) { + return hash->entrys[key].children[i].dst; + } + } + + + return 0; +} + + +void addHash( Hash *hash, uint32_t src, uint32_t dst ) { + + + uint32_t key= src; + + HASH_GET_KEY( key ); + + /* free entry */ + if( 0 == hash->entrys[key].src ) { + + hash->entrys[key].src= src; + hash->entrys[key].dst= dst; + + } else { + + hash->entrys[key].children= (SubEntry*) realloc( + hash->entrys[key].children, sizeof( SubEntry ) * + (hash->entrys[key].childrenc + 1) ); + + hash->entrys[key].children[hash->entrys[key].childrenc].src= src; + hash->entrys[key].children[hash->entrys[key].childrenc].dst= dst; + + ++hash->entrys[key].childrenc; + } + + +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.h b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.h new file mode 100644 index 0000000000..4f993e035b --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Hash.h @@ -0,0 +1,50 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef HASH_H +#define HASH_H + + +#define HASHSIZE 1024 + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "OTF_inttypes.h" + + +struct struct_SubEntry { + + uint32_t src; + uint32_t dst; +}; +typedef struct struct_SubEntry SubEntry; + + +struct struct_MainEntry { + + uint32_t src; + uint32_t dst; + + SubEntry *children; + int childrenc; +}; +typedef struct struct_MainEntry MainEntry; + + +struct struct_Hash { + + MainEntry entrys[HASHSIZE]; +}; +typedef struct struct_Hash Hash; + + +Hash *initHash( void ); +void closeHash( Hash *hash ); +uint32_t searchHash( Hash *hash, uint32_t src ); +void addHash( Hash *hash, uint32_t src, uint32_t dst ); + +#endif /* HASH_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.am b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.am new file mode 100644 index 0000000000..f2e03baf14 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.am @@ -0,0 +1,21 @@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(VTF3_INCLUDE_LINE) + +bin_PROGRAMS = \ + vtf2otf + +vtf2otf_LDADD = $(top_builddir)/otflib/libotf.la $(VTF3_LIB_LINE) +if ! AMDEPZLIB +vtf2otf_LDADD += $(ZLIB_LIB_LINE) +endif + +vtf2otf_SOURCES = \ + Handler.h \ + Stack.h \ + Hash.h \ + vtf2otf.c \ + Handler.c \ + Stack.c \ + Hash.c + diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.in b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.in new file mode 100644 index 0000000000..aba9bfb382 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.in @@ -0,0 +1,507 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = vtf2otf$(EXEEXT) +@AMDEPZLIB_FALSE@am__append_1 = $(ZLIB_LIB_LINE) +subdir = tools/vtf2otf +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_vtf2otf_OBJECTS = vtf2otf.$(OBJEXT) Handler.$(OBJEXT) \ + Stack.$(OBJEXT) Hash.$(OBJEXT) +vtf2otf_OBJECTS = $(am_vtf2otf_OBJECTS) +am__DEPENDENCIES_1 = +@AMDEPZLIB_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +vtf2otf_DEPENDENCIES = $(top_builddir)/otflib/libotf.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(vtf2otf_SOURCES) +DIST_SOURCES = $(vtf2otf_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +SWIG = @SWIG@ +SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@ +SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@ +VERSION = @VERSION@ +VTF3_INCLUDE_DIR = @VTF3_INCLUDE_DIR@ +VTF3_INCLUDE_LINE = @VTF3_INCLUDE_LINE@ +VTF3_LIB_DIR = @VTF3_LIB_DIR@ +VTF3_LIB_LINE = @VTF3_LIB_LINE@ +ZLIB_INCLUDE_DIR = @ZLIB_INCLUDE_DIR@ +ZLIB_INCLUDE_LINE = @ZLIB_INCLUDE_LINE@ +ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ +ZLIB_LIB_LINE = @ZLIB_LIB_LINE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_inttypes_h = @have_inttypes_h@ +have_stdint_h = @have_stdint_h@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sizeof_long = @sizeof_long@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +INCLUDES = \ + -I$(top_builddir)/otflib -I$(top_srcdir)/otflib \ + $(VTF3_INCLUDE_LINE) + +vtf2otf_LDADD = $(top_builddir)/otflib/libotf.la $(VTF3_LIB_LINE) \ + $(am__append_1) +vtf2otf_SOURCES = \ + Handler.h \ + Stack.h \ + Hash.h \ + vtf2otf.c \ + Handler.c \ + Stack.c \ + Hash.c + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/vtf2otf/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/vtf2otf/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +vtf2otf$(EXEEXT): $(vtf2otf_OBJECTS) $(vtf2otf_DEPENDENCIES) + @rm -f vtf2otf$(EXEEXT) + $(LINK) $(vtf2otf_OBJECTS) $(vtf2otf_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hash.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stack.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtf2otf.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.c b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.c new file mode 100644 index 0000000000..2beeb501d3 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.c @@ -0,0 +1,117 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "config.h" + +#include +#include +#include + +#include "Stack.h" + + +StackT* Stack_new() { + + + StackT* ret = NULL; + + /* allocate memory for the stack */ + ret = (StackT*) malloc( sizeof( StackT ) ); + assert( ret != NULL ); + + ret->n = 0; + ret->s = 0; + ret->stack = 0; + + return ret; +} + +void Stack_push( StackT* stack, StackEntryT* entry ) { + + + /* realloc ? */ + if ( stack->n >= stack->s ) + { + stack->s= ( stack->s > 0 ) ? ( 2* stack->s ) : 10; + stack->stack= (StackEntryT*) realloc( stack->stack, + stack->s * sizeof(StackEntryT) ); + assert( NULL != stack->stack ); + } + + stack->stack[stack->n] = *entry; + + ++(stack->n); + + return; +} + +StackEntryT Stack_pop( StackT* stack ) { + + + if( stack->n < 1 ) + { + fprintf( stderr, "ERROR: Stack is empty\n" ); + exit( 1 ); + } + + --(stack->n); + + return stack->stack[stack->n]; +} + +void Stack_delete( StackT *stack ) { + + if ( 0 != stack ) { + + if ( 0 != stack->stack ) { + + free( stack->stack ); + } + + free( stack ); + } +} + + +void writeFileIOBuffer( int cpuid, processT* proc, const char* outputFile ) { + + + FILE *pf; + char file[128]; + + + sprintf( file, "%s.%i.io", outputFile, cpuid ); + + pf= fopen( file, "wb" ); + assert(pf); + + fwrite( proc->fileIObuffer, sizeof(uint64_t), proc->fileIObufferpos, pf ); + + proc->fileIObufferpos= 0; +} + + +void readFileIOBuffer( int cpuid, processT* proc, const char* outputFile ) { + + + FILE *pf; + char file[128]; + + + sprintf( file, "%s.%i.io", outputFile, cpuid ); + + pf= fopen( file, "rb" ); + if( NULL != pf ) { + + fseek( pf, proc->filepos * sizeof(uint64_t), SEEK_SET ); + + proc->fileIObufferlen= fread( proc->fileIObuffer, sizeof(uint64_t), FILEIOBUFFERSIZE, pf ); + + proc->fileIObufferpos= 0; + proc->filepos+= proc->fileIObufferlen; + + fclose( pf ); + } +} diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.h b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.h new file mode 100644 index 0000000000..9ca7c61b37 --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Stack.h @@ -0,0 +1,89 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#ifndef _STACK_H +#define _STACK_H + +#include +#include "Hash.h" + +#include + + +struct struct_StackEntry +{ + int state; +}; +typedef struct struct_StackEntry StackEntryT; + +struct struct_Stack +{ + /* Stack entries */ + StackEntryT* stack; + + /* Number of entries */ + int n; + + /* Size of the stack */ + int s; +}; +typedef struct struct_Stack StackT; + +#define FILEIOBUFFERSIZE 2048 +typedef struct { + char *name; + StackT *stack; + + uint64_t fileIObegin; /* writing - timestamp of the last beginfileio */ + + uint64_t filepos; /* reading - current position in the *.io file */ + + uint32_t fileIObufferpos; + uint32_t fileIObufferlen; /* reading - determines the end of the buffer */ + uint64_t fileIObuffer[FILEIOBUFFERSIZE]; /*1st= timestamp, 2nd= duration*/ +}processT; + +typedef struct { + uint32_t id; + uint32_t size; + uint32_t *procs; + char* name; +} ProcessGroup; + +typedef struct { + OTF_Writer* writer; + processT **processes; + int processcount; + int *threadnums; + ProcessGroup *processgroups; + unsigned int processgroupcount; + Hash *pghash; /* processgroup-mapping */ + uint32_t *reservedIds; + int reservedIdsc; + + char *outputFile; + + int ioonly; + + uint64_t handleid; /* needed for fileio */ +}fcbT; + + +StackT* Stack_new( void ); + +void Stack_delete( StackT *stack ); + +void Stack_push( StackT* stack, StackEntryT* entry ); + +StackEntryT Stack_pop( StackT* stack ); + + +/* write out the io buffer */ +void writeFileIOBuffer( int cpuid, processT* proc, const char* outputFile ); + +/* read from the io buffer */ +void readFileIOBuffer( int cpuid, processT* proc, const char* outputFile ); + +#endif /* _STACK_H */ diff --git a/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c new file mode 100644 index 0000000000..9effd4339c --- /dev/null +++ b/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c @@ -0,0 +1,835 @@ +/* + This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2006. + Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch +*/ + +#include "config.h" + +#include +#include +#include +#include +#include + +#include "OTF_Platform.h" +#include + +#ifdef HAVE_VTF3 +#include +#endif /* HAVE_VTF3 */ + +#include "Handler.h" +#include "Stack.h" + +#define VTF32OTFCREATOR "vtf2otf" + +#define SHOW_HELPTEXT { \ + int l = 0; while( Helptext[l] ) { printf( "%s", Helptext[l++] ); } } + +static const char* Helptext[] = { +" \n", +" vtf2otf - Convert VTF3 trace files to OTF format. \n", +" \n", +" vtf2otf [Options] \n", +" \n", +" Options: \n", +" -h, --help show this help message \n", +" -V show OTF version \n", +" -o output file \n", +" -f max count of filehandles \n", +" -n output stream count \n", +" -b size of the writer buffer \n", +" -z use zlib compression \n", +" -io compute io events. This is neccessary for getting \n", +" correct durations in IO-operations. Result of this \n", +" step is a file with extra information. This file \n", +" is used for creating correct duration-information in \n", +" a normal run. \n", +" If you do not have these extra-information-file, the \n", +" duration of every IO-operation will be zero. \n", +" \n", NULL }; + +int main (int argc, char **argv) { + + + char* inputFile = NULL; + char* outputFile = NULL; + unsigned int nstreams= 0; + unsigned int maxfilehandles = 250; + + void *fcbin; + fcbT fcb; + int nrectypes; + int *recordtypes; + int i; + int a; + VTF3_handler_t *handlers; + void **firsthandlerargs; + size_t bytesread; + OTF_FileManager* manager= NULL; + int buffersize = 1024 * 1024; + OTF_FileCompression compression= OTF_FILECOMPRESSION_UNCOMPRESSED; + char iofile[128]; + + fcb.ioonly= 0; + + /* argument handling */ + + if ( 1 >= argc ) { + + SHOW_HELPTEXT; + exit(0); + } + + for ( i = 1; i < argc; i++ ) { + + if ( ( 0 == strcmp( "-i", argv[i] ) ) && ( i+1 < argc ) ) { + + inputFile= argv[i+1]; + ++i; + + } else if ( ( 0 == strcmp( "-o", argv[i] ) ) && ( i+1 < argc ) ) { + + fcb.outputFile= OTF_strdup( argv[i+1] ); + + ++i; + + } else if ( ( 0 == strcmp( "-n", argv[i] ) ) && ( i+1 < argc ) ) { + + nstreams = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-f", argv[i] ) ) && ( i+1 < argc ) ) { + + maxfilehandles = atoi( argv[i+1] ); + ++i; + + } else if ( ( 0 == strcmp( "-b", argv[i] ) ) && ( i+1 < argc ) ) { + + buffersize = atoi( argv[i+1] ); + ++i; + + } else if ( 0 == strcmp( "-io", argv[i] ) ) { + + fcb.ioonly= 1; + + } else if ( ( 0 == strcmp( "-z", argv[i] ) ) && ( i+1 < argc ) ) { + + compression= atoi( argv [i+1] ); + ++i; + + } else if ( 0 == strcmp( "--help", argv[i] ) || + + 0 == strcmp( "-h", argv[i] ) ) { + + SHOW_HELPTEXT; + exit(0); + + } else if ( 0 == strcmp( "-V", argv[i] ) ) { + + printf( "%u.%u.%u \"%s\"\n", OTF_VERSION_MAYOR, OTF_VERSION_MINOR, + OTF_VERSION_SUB, OTF_VERSION_STRING); + exit( 0 ); + + } else { + + if ( '-' != argv[i][0] ) { + + inputFile= argv[i]; + + } else { + + fprintf( stderr, "ERROR: Unknown option '%s'\n", argv[i] ); + exit(1); + } + } + } + + /* check parameters */ + + if ( NULL == inputFile ) { + + printf( " no input file specified\n" ); + exit(1); + } + + if ( NULL == outputFile ) { + + /* + printf( " no output file specified\n" ); + exit(1); + */ + outputFile= OTF_strdup( "out.otf" ); + } + + if ( maxfilehandles < 1 ) { + + printf( " there must be at least 1 available filehandle\n" ); + exit(1); + } + + fcb.processes= NULL; + fcb.processcount= 0; + fcb.threadnums= 0; + fcb.processgroups= NULL; + fcb.processgroupcount= 0; + fcb.reservedIds= NULL; + fcb.reservedIdsc= 0; + fcb.pghash= initHash(); + fcb.handleid= 0; + +/* Open FileManager */ + if( 0 == fcb.ioonly ) { + manager= OTF_FileManager_open( maxfilehandles ); + assert( NULL != manager ); + + /* Open OTF Writer */ + fcb.outputFile= OTF_stripFilename( fcb.outputFile ); + fcb.writer = OTF_Writer_open( fcb.outputFile, nstreams, manager ); + OTF_Writer_setBufferSizes( fcb.writer, buffersize ); + OTF_Writer_setCompression( fcb.writer, compression ); + } + + /* Initialize VTF3. */ + (void) VTF3_InitTables (); + + /* Again, how many different record types do exist ? */ + nrectypes = VTF3_GetRecTypeArrayDim (); + + /* Allocate three auxiliary arrays for the record types, + the record handler entry point pointers and some data. */ + recordtypes = (int *) malloc ((size_t) nrectypes * sizeof (int)); + + handlers = (VTF3_handler_t *) malloc ((size_t) nrectypes * + sizeof (VTF3_handler_t)); + + firsthandlerargs = (void **) malloc ((size_t) nrectypes * + sizeof (void *)); + + /* Store the record types onto the appropriate array. + Pay attention, the caller does not know their ordering scheme. */ + (void) VTF3_GetRecTypeArray (recordtypes); + + /* What follows, this is the final handler table setup. */ + if( 0 == fcb.ioonly ) { + + for (i = 0; i < nrectypes; i++) + { + if ( VTF3_RECTYPE_CLSTRREGVAL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleClstrregval; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_COMMENT == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleComment; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_CPUREGVAL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleCpuregval; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFACT == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefact; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFACT_OBSOL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefact_obsol; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCLKPERIOD == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefclkperiod; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCLSTR == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefclstr; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCLSTRREG == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefclstrreg; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCLSTRREGCLASS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefclstrregclass; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCOMMUNICATOR == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefcommunicator; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCPUGRP == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefcpugrp; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCPUNAME == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefcpuname; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCPUREG == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefcpureg; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFCPUREGCLASS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefcpuregclass; + firsthandlerargs[i] = &fcb; + continue; + } + /* if ( VTF3_RECTYPE_DEFCREATOR == recordtypes[i] ) + { + */ /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + /* handlers[i] = (VTF3_handler_t) handleDefcreator; + firsthandlerargs[i] = &fcb; + continue; + } + */ + if ( VTF3_RECTYPE_DEFGLOBALOP == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefglobalop; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFIOFILE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefiofile; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFKPARREG == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefkparreg; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFMSGNAME == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefmsgname; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFOPENMPNAME == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefopenmpname; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFOPENMPTYPE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefopenmptype; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFPATTERN == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefpattern; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFPATTERNSHAPE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefpatternshape; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFREDFUNC_OBSOL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefredfunc_obsol; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSAMP == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsamp; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSAMPCLASS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsampclass; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSCL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefscl; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSCLFILE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsclfile; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSTATE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefstate; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSTATE_OBSOL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefstate_obsol; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSYSCPUNAMES == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsyscpunames; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFSYSCPUNUMS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsyscpunums; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFTHREADNUMS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefthreadnums; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFTIMEOFFSET == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDeftimeoffset; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFUNMERGED == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefunmerged; + firsthandlerargs[i] = &fcb; + continue; + } + /* if ( VTF3_RECTYPE_DEFVERSION == recordtypes[i] ) + { + */ /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + /* handlers[i] = (VTF3_handler_t) handleDefversion; + firsthandlerargs[i] = writer; + continue; + } + */ if ( VTF3_RECTYPE_DOWNTO == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDownto; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_EXCHANGE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleExchange; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_EXCHANGE_OBSOL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleExchange_obsol; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_FILEIOBEGIN == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleFileiobegin; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_FILEIOEND == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleFileioend; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_GLOBALOP == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleGlobalop; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_KPARREGBARSUM == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleKparregbarsum; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_KPARREGBEGIN == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleKparregbegin; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_KPARREGEND == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleKparregend; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_MUTEXACQUIRE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleMutexacquire; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_MUTEXRELEASE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleMutexrelease; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_OPENMPENTER == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleOpenmpenter; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_OPENMPLEAVE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleOpenmpleave; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_PATTERN == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handlePattern; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_RECVMSG == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleRecvmsg; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_SAMP == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleSamp; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_SENDMSG == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleSendmsg; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_SRCINFO_OBSOL == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleSrcinfo_obsol; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_UNRECOGNIZABLE == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleUnrecognizable; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_UPFROM == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleUpfrom; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_UPTO == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleUpto; + firsthandlerargs[i] = &fcb; + continue; + } + } + + } else { + + /* 1 == fcb.ioonly */ + + for (i = 0; i < nrectypes; i++) + { + if ( VTF3_RECTYPE_DEFSYSCPUNUMS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefsyscpunums; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_DEFTHREADNUMS == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleDefthreadnums; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_FILEIOBEGIN == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleFileiobegin; + firsthandlerargs[i] = &fcb; + continue; + } + if ( VTF3_RECTYPE_FILEIOEND == recordtypes[i] ) + { + /* Replace the predefined copy handler by our own one, + do not forget to redirect the first argument, too. */ + handlers[i] = (VTF3_handler_t) handleFileioend; + firsthandlerargs[i] = &fcb; + continue; + } + } + + } + + /* Open the input device */ + fcbin = VTF3_OpenFileInput ( inputFile, handlers, firsthandlerargs, 0); + + /* Free the auxiliary arrays. */ + (void) free (firsthandlerargs); + (void) free (handlers); + (void) free (recordtypes); + + if ( NULL == fcbin ) { + + fprintf( stderr, "cannot open input file '%s'\n", inputFile ); + exit( 1 ); + } + + /* Now push the operation to portion-wise process + the input file contents. */ + + if( 0 == fcb.ioonly ) { + + OTF_Writer_writeDefCreator( fcb.writer, 0, VTF32OTFCREATOR ); + + /* generate a standardfile group - vampir needs a filegroup(communicator) + group 0 would be invalid */ + + OTF_Writer_writeDefFileGroup( fcb.writer, 0, 1, "Default" ); + } + + do + { + bytesread = VTF3_ReadFileInputLtdBytes (fcbin, 50000); + } + while (bytesread != 0); + + if ( NULL == fcb.processes ) { + + fprintf( stderr, "ERROR: Missing NCPU record\n" ); + exit(1); + } + + /* create defprocess records with thread hierarchie */ + if( 0 == fcb.ioonly ) { + for( i = 0; i < fcb.processcount; i++ ) { + + OTF_Writer_writeDefProcess( fcb.writer, 0, i + 1, + fcb.processes[i][0].name, 0); + + for( a = 1; a < fcb.threadnums[i]; ++a ) { + + OTF_Writer_writeDefProcess( fcb.writer, 0, + (i + 1) + (a << 16), fcb.processes[i][a].name, i + 1); + } + } + } + + /* create defprocessgroup records */ + for( i= 0;i < (int)fcb.processgroupcount; ++i ) { + + if( 0 == fcb.ioonly ) { + OTF_Writer_writeDefProcessGroup( fcb.writer, + 0 /* uint32_t stream */, + fcb.processgroups[i].id /* uint32_t procGroup */, + fcb.processgroups[i].name /* const char* name */, + fcb.processgroups[i].size /* uint32_t numberOfProcs */, + fcb.processgroups[i].procs /* const uint32_t* procs */ ); + } + + free( fcb.processgroups[i].procs ); + free( fcb.processgroups[i].name ); + } + + free( fcb.processgroups ); + + + + /* free process-array */ + for( i = 0; i < fcb.processcount; ++i ) { + + for( a = 0; a < fcb.threadnums[i]; ++a ) { + + writeFileIOBuffer( i + (a<<16)/*cpuid*/, &fcb.processes[i][a], fcb.outputFile ); + + /* delete iofiles */ + if( 0 == fcb.ioonly ) { + + sprintf( iofile, "%s.%i.io", fcb.outputFile, i + (a<<16) ); + + unlink( iofile ); + } + + Stack_delete( fcb.processes[i][a].stack ); + + if ( 0 != fcb.processes[i][a].name ) { + + free( fcb.processes[i][a].name ); + } + } + + free( fcb.processes[i] ); + } + + free( fcb.processes ); + + /* Close all devices. */ + (void) VTF3_Close (fcbin); + + if( 0 == fcb.ioonly ) { + OTF_Writer_close( fcb.writer ); + OTF_FileManager_close( manager ); + } + + closeHash( fcb.pghash ); + + free( fcb.outputFile ); + + + return 0; +} diff --git a/ompi/contrib/vt/vt/install-sh b/ompi/contrib/vt/vt/install-sh new file mode 100755 index 0000000000..4fbbae7b7f --- /dev/null +++ b/ompi/contrib/vt/vt/install-sh @@ -0,0 +1,507 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2006-10-14.15 + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit="${DOITPROG-}" +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +mvprog="${MVPROG-mv}" +cpprog="${CPPROG-cp}" +chmodprog="${CHMODPROG-chmod}" +chownprog="${CHOWNPROG-chown}" +chgrpprog="${CHGRPPROG-chgrp}" +stripprog="${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +posix_glob= +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chmodcmd=$chmodprog +chowncmd= +chgrpcmd= +stripcmd= +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src= +dst= +dir_arg= +dstarg= +no_target_directory= + +usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: +-c (ignored) +-d create directories instead of installing files. +-g GROUP $chgrpprog installed files to GROUP. +-m MODE $chmodprog installed files to MODE. +-o USER $chownprog installed files to USER. +-s $stripprog installed files. +-t DIRECTORY install into DIRECTORY. +-T report an error if DSTFILE is a directory. +--help display this help and exit. +--version display version info and exit. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + shift + shift + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -s) stripcmd=$stripprog + shift + continue;; + + -t) dstarg=$2 + shift + shift + continue;; + + -T) no_target_directory=true + shift + continue;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac +done + +if test $# -ne 0 && test -z "$dir_arg$dstarg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dstarg" + shift # fnord + fi + shift # arg + dstarg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src ;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dstarg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dstarg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst ;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dstarg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix=/ ;; + -*) prefix=./ ;; + *) prefix= ;; + esac + + case $posix_glob in + '') + if (set -f) 2>/dev/null; then + posix_glob=true + else + posix_glob=false + fi ;; + esac + + oIFS=$IFS + IFS=/ + $posix_glob && set -f + set fnord $dstdir + shift + $posix_glob && set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ + && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ + && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ + && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # Now rename the file to the real destination. + { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ + || { + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + if test -f "$dst"; then + $doit $rmcmd -f "$dst" 2>/dev/null \ + || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ + && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ + || { + echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + else + : + fi + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + } || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/missing b/ompi/contrib/vt/vt/missing new file mode 100755 index 0000000000..1c8ff7049d --- /dev/null +++ b/ompi/contrib/vt/vt/missing @@ -0,0 +1,367 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2006-05-10.23 + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). +case $1 in + lex|yacc) + # Not GNU programs, they don't have --version. + ;; + + tar) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $1 in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/ompi/contrib/vt/vt/tools/Makefile.am b/ompi/contrib/vt/vt/tools/Makefile.am new file mode 100644 index 0000000000..36eb060724 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/Makefile.am @@ -0,0 +1,12 @@ +if AMHAVEDYNINST +VTDYN = vtdyn +else +VTDYN = +endif + +SUBDIRS = \ + opari \ + $(VTDYN) \ + vtfilter \ + vtunify \ + compwrap diff --git a/ompi/contrib/vt/vt/tools/Makefile.in b/ompi/contrib/vt/vt/tools/Makefile.in new file mode 100644 index 0000000000..64c4e8c2a8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/Makefile.in @@ -0,0 +1,532 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tools +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = opari vtdyn vtfilter vtunify compwrap +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMHAVEDYNINST_FALSE@VTDYN = +@AMHAVEDYNINST_TRUE@VTDYN = vtdyn +SUBDIRS = \ + opari \ + $(VTDYN) \ + vtfilter \ + vtunify \ + compwrap + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/compwrap/Makefile.am b/ompi/contrib/vt/vt/tools/compwrap/Makefile.am new file mode 100644 index 0000000000..e386439c18 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/Makefile.am @@ -0,0 +1,57 @@ +if AMHAVECC +WRAP_CC = vtcc +else +WRAP_CC = +endif + +if AMHAVECXX +WRAP_CXX = vtcxx +else +WRAP_CXX = +endif + +if AMHAVEF77 +WRAP_F77 = vtf77 +else +WRAP_F77 = +endif + +if AMHAVEFC +WRAP_FC = vtf90 +else +WRAP_FC = +endif + +vtdata_DATA = \ + vtcc-wrapper-data.txt \ + vtcxx-wrapper-data.txt \ + vtf77-wrapper-data.txt \ + vtf90-wrapper-data.txt + +vtdatadir = $(datadir) + +bin_PROGRAMS = $(WRAP_CC) $(WRAP_CXX) $(WRAP_F77) $(WRAP_FC) + +INCLUDES = -I$(top_srcdir)/vtlib/ + +CXX = $(CXX_FOR_BUILD) +CXXFLAGS = $(CXXFLAGS_FOR_BUILD) +CXXCPP = $(CXXCPP_FOR_BUILD) +CPPFLAGS = $(CPPFLAGS_FOR_BUILD) +LDFLAGS = $(LDFLAGS_FOR_BUILD) +LIBS = $(LIBS_FOR_BUILD) + +AM_CXXFLAGS = -DDATADIR=\"$(datadir)\" + +vtcc_SOURCES = compwrap.cc compwrap.h +vtcc_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_CC + +vtcxx_SOURCES = $(vtcc_SOURCES) +vtcxx_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_CXX + +vtf77_SOURCES = $(vtcc_SOURCES) +vtf77_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_F77 + +vtf90_SOURCES = $(vtcc_SOURCES) +vtf90_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_F90 + diff --git a/ompi/contrib/vt/vt/tools/compwrap/Makefile.in b/ompi/contrib/vt/vt/tools/compwrap/Makefile.in new file mode 100644 index 0000000000..e6d2a6d985 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/Makefile.in @@ -0,0 +1,646 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ + $(am__EXEEXT_4) +subdir = tools/compwrap +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/vtcc-wrapper-data.txt.in \ + $(srcdir)/vtcxx-wrapper-data.txt.in \ + $(srcdir)/vtf77-wrapper-data.txt.in \ + $(srcdir)/vtf90-wrapper-data.txt.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = vtcc-wrapper-data.txt vtcxx-wrapper-data.txt \ + vtf77-wrapper-data.txt vtf90-wrapper-data.txt +@AMHAVECC_TRUE@am__EXEEXT_1 = vtcc$(EXEEXT) +@AMHAVECXX_TRUE@am__EXEEXT_2 = vtcxx$(EXEEXT) +@AMHAVEF77_TRUE@am__EXEEXT_3 = vtf77$(EXEEXT) +@AMHAVEFC_TRUE@am__EXEEXT_4 = vtf90$(EXEEXT) +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(vtdatadir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_vtcc_OBJECTS = vtcc-compwrap.$(OBJEXT) +vtcc_OBJECTS = $(am_vtcc_OBJECTS) +vtcc_LDADD = $(LDADD) +vtcc_LINK = $(CXXLD) $(vtcc_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__objects_1 = vtcxx-compwrap.$(OBJEXT) +am_vtcxx_OBJECTS = $(am__objects_1) +vtcxx_OBJECTS = $(am_vtcxx_OBJECTS) +vtcxx_LDADD = $(LDADD) +vtcxx_LINK = $(CXXLD) $(vtcxx_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__objects_2 = vtf77-compwrap.$(OBJEXT) +am_vtf77_OBJECTS = $(am__objects_2) +vtf77_OBJECTS = $(am_vtf77_OBJECTS) +vtf77_LDADD = $(LDADD) +vtf77_LINK = $(CXXLD) $(vtf77_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am__objects_3 = vtf90-compwrap.$(OBJEXT) +am_vtf90_OBJECTS = $(am__objects_3) +vtf90_OBJECTS = $(am_vtf90_OBJECTS) +vtf90_LDADD = $(LDADD) +vtf90_LINK = $(CXXLD) $(vtf90_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(vtcc_SOURCES) $(vtcxx_SOURCES) $(vtf77_SOURCES) \ + $(vtf90_SOURCES) +DIST_SOURCES = $(vtcc_SOURCES) $(vtcxx_SOURCES) $(vtf77_SOURCES) \ + $(vtf90_SOURCES) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +vtdataDATA_INSTALL = $(INSTALL_DATA) +DATA = $(vtdata_DATA) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = $(CPPFLAGS_FOR_BUILD) +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = $(CXX_FOR_BUILD) +CXXCPP = $(CXXCPP_FOR_BUILD) +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = $(CXXFLAGS_FOR_BUILD) +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = $(LDFLAGS_FOR_BUILD) +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = $(LIBS_FOR_BUILD) +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMHAVECC_FALSE@WRAP_CC = +@AMHAVECC_TRUE@WRAP_CC = vtcc +@AMHAVECXX_FALSE@WRAP_CXX = +@AMHAVECXX_TRUE@WRAP_CXX = vtcxx +@AMHAVEF77_FALSE@WRAP_F77 = +@AMHAVEF77_TRUE@WRAP_F77 = vtf77 +@AMHAVEFC_FALSE@WRAP_FC = +@AMHAVEFC_TRUE@WRAP_FC = vtf90 +vtdata_DATA = \ + vtcc-wrapper-data.txt \ + vtcxx-wrapper-data.txt \ + vtf77-wrapper-data.txt \ + vtf90-wrapper-data.txt + +vtdatadir = $(datadir) +INCLUDES = -I$(top_srcdir)/vtlib/ +AM_CXXFLAGS = -DDATADIR=\"$(datadir)\" +vtcc_SOURCES = compwrap.cc compwrap.h +vtcc_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_CC +vtcxx_SOURCES = $(vtcc_SOURCES) +vtcxx_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_CXX +vtf77_SOURCES = $(vtcc_SOURCES) +vtf77_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_F77 +vtf90_SOURCES = $(vtcc_SOURCES) +vtf90_CXXFLAGS = $(AM_CXXFLAGS) -DWRAP_LANG_F90 +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/compwrap/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/compwrap/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +vtcc-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/vtcc-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +vtcxx-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/vtcxx-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +vtf77-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/vtf77-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +vtf90-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/vtf90-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +vtcc$(EXEEXT): $(vtcc_OBJECTS) $(vtcc_DEPENDENCIES) + @rm -f vtcc$(EXEEXT) + $(vtcc_LINK) $(vtcc_OBJECTS) $(vtcc_LDADD) $(LIBS) +vtcxx$(EXEEXT): $(vtcxx_OBJECTS) $(vtcxx_DEPENDENCIES) + @rm -f vtcxx$(EXEEXT) + $(vtcxx_LINK) $(vtcxx_OBJECTS) $(vtcxx_LDADD) $(LIBS) +vtf77$(EXEEXT): $(vtf77_OBJECTS) $(vtf77_DEPENDENCIES) + @rm -f vtf77$(EXEEXT) + $(vtf77_LINK) $(vtf77_OBJECTS) $(vtf77_LDADD) $(LIBS) +vtf90$(EXEEXT): $(vtf90_OBJECTS) $(vtf90_DEPENDENCIES) + @rm -f vtf90$(EXEEXT) + $(vtf90_LINK) $(vtf90_OBJECTS) $(vtf90_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtcc-compwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtcxx-compwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtf77-compwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtf90-compwrap.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +vtcc-compwrap.o: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcc_CXXFLAGS) $(CXXFLAGS) -MT vtcc-compwrap.o -MD -MP -MF $(DEPDIR)/vtcc-compwrap.Tpo -c -o vtcc-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtcc-compwrap.Tpo $(DEPDIR)/vtcc-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtcc-compwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcc_CXXFLAGS) $(CXXFLAGS) -c -o vtcc-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc + +vtcc-compwrap.obj: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcc_CXXFLAGS) $(CXXFLAGS) -MT vtcc-compwrap.obj -MD -MP -MF $(DEPDIR)/vtcc-compwrap.Tpo -c -o vtcc-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtcc-compwrap.Tpo $(DEPDIR)/vtcc-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtcc-compwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcc_CXXFLAGS) $(CXXFLAGS) -c -o vtcc-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` + +vtcxx-compwrap.o: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcxx_CXXFLAGS) $(CXXFLAGS) -MT vtcxx-compwrap.o -MD -MP -MF $(DEPDIR)/vtcxx-compwrap.Tpo -c -o vtcxx-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtcxx-compwrap.Tpo $(DEPDIR)/vtcxx-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtcxx-compwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcxx_CXXFLAGS) $(CXXFLAGS) -c -o vtcxx-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc + +vtcxx-compwrap.obj: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcxx_CXXFLAGS) $(CXXFLAGS) -MT vtcxx-compwrap.obj -MD -MP -MF $(DEPDIR)/vtcxx-compwrap.Tpo -c -o vtcxx-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtcxx-compwrap.Tpo $(DEPDIR)/vtcxx-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtcxx-compwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtcxx_CXXFLAGS) $(CXXFLAGS) -c -o vtcxx-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` + +vtf77-compwrap.o: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf77_CXXFLAGS) $(CXXFLAGS) -MT vtf77-compwrap.o -MD -MP -MF $(DEPDIR)/vtf77-compwrap.Tpo -c -o vtf77-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtf77-compwrap.Tpo $(DEPDIR)/vtf77-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtf77-compwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf77_CXXFLAGS) $(CXXFLAGS) -c -o vtf77-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc + +vtf77-compwrap.obj: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf77_CXXFLAGS) $(CXXFLAGS) -MT vtf77-compwrap.obj -MD -MP -MF $(DEPDIR)/vtf77-compwrap.Tpo -c -o vtf77-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtf77-compwrap.Tpo $(DEPDIR)/vtf77-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtf77-compwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf77_CXXFLAGS) $(CXXFLAGS) -c -o vtf77-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` + +vtf90-compwrap.o: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf90_CXXFLAGS) $(CXXFLAGS) -MT vtf90-compwrap.o -MD -MP -MF $(DEPDIR)/vtf90-compwrap.Tpo -c -o vtf90-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtf90-compwrap.Tpo $(DEPDIR)/vtf90-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtf90-compwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf90_CXXFLAGS) $(CXXFLAGS) -c -o vtf90-compwrap.o `test -f 'compwrap.cc' || echo '$(srcdir)/'`compwrap.cc + +vtf90-compwrap.obj: compwrap.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf90_CXXFLAGS) $(CXXFLAGS) -MT vtf90-compwrap.obj -MD -MP -MF $(DEPDIR)/vtf90-compwrap.Tpo -c -o vtf90-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtf90-compwrap.Tpo $(DEPDIR)/vtf90-compwrap.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='compwrap.cc' object='vtf90-compwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtf90_CXXFLAGS) $(CXXFLAGS) -c -o vtf90-compwrap.obj `if test -f 'compwrap.cc'; then $(CYGPATH_W) 'compwrap.cc'; else $(CYGPATH_W) '$(srcdir)/compwrap.cc'; fi` +install-vtdataDATA: $(vtdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(vtdatadir)" || $(MKDIR_P) "$(DESTDIR)$(vtdatadir)" + @list='$(vtdata_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(vtdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(vtdatadir)/$$f'"; \ + $(vtdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(vtdatadir)/$$f"; \ + done + +uninstall-vtdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(vtdata_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(vtdatadir)/$$f'"; \ + rm -f "$(DESTDIR)$(vtdatadir)/$$f"; \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(DATA) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(vtdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-vtdataDATA + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-vtdataDATA + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + install-vtdataDATA installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-vtdataDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/compwrap/compwrap.cc b/ompi/contrib/vt/vt/tools/compwrap/compwrap.cc new file mode 100644 index 0000000000..fe43a0cfd8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/compwrap.cc @@ -0,0 +1,1564 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "compwrap.h" + +static bool ReadDataFile(); +static bool ReadEnvironmentVars(); +static bool ParseCommandLine( int argc, char ** argv ); + +#ifdef WRAP_LANG_CC +#define WRAP_LANG_SUFFIX "cc" +static const std::string ExeName = "vtcc"; +#elif defined(WRAP_LANG_CXX) +#define WRAP_LANG_SUFFIX "cxx" +static const std::string ExeName = "vtcxx"; +#elif defined(WRAP_LANG_F77) +#define WRAP_LANG_SUFFIX "f77" +static const std::string ExeName = "vtf77"; +#elif defined(WRAP_LANG_F90) +#define WRAP_LANG_SUFFIX "f90" +static const std::string ExeName = "vtf90"; +#else +#define WRAP_LANG_SUFFIX "unknown" +static const std::string ExeName = ""; +#error Macro WRAP_LANG_* not defined or invalid +#endif + +Wrapper * theWrapper; // instance of class Wrapper + +int +main( int argc, char ** argv ) +{ + int rc; + + // create instance of wrapper (initialize) + theWrapper = new Wrapper(); + assert( theWrapper ); + + // set opari's table file + Properties.opari_tab_file = + std::make_pair(std::string("opari.tab.c"), std::string("opari.tab.o")); + + // read wrapper's data file + if( !ReadDataFile() ) + return 1; + + // read environment variables + if( !ReadEnvironmentVars() ) + return 1; + + // parse command line + if( !ParseCommandLine( argc, argv ) ) + return 1; + + // start compiling/linking + rc = theWrapper->run(); + + delete theWrapper; + return rc; +} + +static bool +ReadDataFile() +{ + bool error = false; + + const unsigned int keys_num = 24; + const std::string keys[] = { + "version", "language", "compiler_env", "compiler_flags_env", + "compiler", "compiler_flags", "linker_flags", "libs", "includedir", + "libdir", "opari_bin", "opari_tab_compiler", "opari_tab_compiler_flags", + "pmpilib", "fmpilib", "dynattlib", "compiler_iflags_gnu", + "compiler_iflags_intel", "compiler_iflags_pgi", "compiler_iflags_phat", + "compiler_iflags_xl", "compiler_iflags_ftrace", "inst_avail", + "inst_default" + }; + + std::string data_file = DATADIR"/" + ExeName + "-wrapper-data.txt"; + std::ifstream in( data_file.c_str() ); + if( !in ) + { + std::cerr << ExeName << ": error: could not open " + << data_file << std::endl; + return false; + } + + char buffer[STRBUFSIZE]; + std::string line; + unsigned int line_no = 0; + unsigned int key_idx = 0; + + while( key_idx < keys_num + && in.getline( buffer, STRBUFSIZE ) ) + { + line_no++; + + if( buffer[0] == '#' || buffer[0] == '\n' || buffer[0] == '\0' ) + continue; + if( buffer[strlen(buffer)-1] == '\n' ) + buffer[strlen(buffer)-1] = '\0'; + + line = buffer; + + int valpos = (int)line.find( "=" ); + std::string key; + std::string value; + + if( valpos < 1 ) + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "could not be parsed" << std::endl; + error = true; + break; + } + + key = line.substr( 0, valpos ); + value = line.substr( valpos+1 ); + + if( key.compare( keys[key_idx++] ) != 0 ) + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "unexpected key '" + << key << "'" << std::endl; + error = true; + break; + } + + if( key.compare( "version" ) == 0 ) + { + Properties.version = value; + } + else if( key.compare( "language" ) == 0 ) + { + Properties.language = value; + } + else if( key.compare( "compiler_env" ) == 0 ) + { + Properties.comp_cmd_env = value; + } + else if( key.compare( "compiler_flags_env" ) == 0 ) + { + Properties.comp_flags_env = value; + } + else if( key.compare( "compiler" ) == 0 ) + { + theWrapper->comp_setCmd( value ); + } + else if( key.compare( "compiler_flags" ) == 0 ) + { + Properties.comp_flags = value; + } + else if( key.compare( "linker_flags" ) == 0 ) + { + Properties.comp_ldflags = value; + } + else if( key.compare( "libs" ) == 0 ) + { + Properties.comp_ulibs = value; + } + else if( key.compare( "includedir" ) == 0 ) + { + if( value.length() > 0 ) + Properties.includedir = "-I" + value; + } + else if( key.compare( "libdir" ) == 0 ) + { + if( value.length() > 0 ) + Properties.libdir = "-L" + value; + } + else if( key.compare( "opari_bin" ) == 0 ) + { + Properties.opari_cmd = value; + } + else if( key.compare( "opari_tab_compiler" ) == 0 ) + { + Properties.opari_tab_comp_cmd = value; + } + else if( key.compare( "opari_tab_compiler_flags" ) == 0 ) + { + Properties.opari_tab_comp_flags = value; + } + else if( key.compare( "pmpilib" ) == 0 ) + { + Properties.pmpilib = value; + } + else if( key.compare( "fmpilib" ) == 0 ) + { + Properties.fmpilib = value; + } + else if( key.compare( "dynattlib" ) == 0 ) + { + Properties.dynattlib = value; + } + else if( key.compare( "compiler_iflags_gnu" ) == 0 ) + { + Properties.iflags_gnu = value; + } + else if( key.compare( "compiler_iflags_intel" ) == 0 ) + { + Properties.iflags_intel = value; + } + else if( key.compare( "compiler_iflags_pgi" ) == 0 ) + { + Properties.iflags_pgi = value; + } + else if( key.compare( "compiler_iflags_phat" ) == 0 ) + { + Properties.iflags_phat = value; + } + else if( key.compare( "compiler_iflags_xl" ) == 0 ) + { + Properties.iflags_xl = value; + } + else if( key.compare( "compiler_iflags_ftrace" ) == 0 ) + { + Properties.iflags_ftrace = value; + } + else if( key.compare( "inst_avail" ) == 0 ) + { + char cvalue[STRBUFSIZE]; + strcpy( cvalue, value.c_str() ); + + char * token = strtok( cvalue, " " ); + if( !token ) + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "could not be parsed" << std::endl; + error = true; + break; + } + + do + { + if( strcmp( token, "gnu" ) == 0 ) + Properties.inst_avail |= INST_TYPE_GNU; + else if( strcmp( token, "intel" ) == 0 ) + Properties.inst_avail |= INST_TYPE_INTEL; + else if( strcmp( token, "pgi" ) == 0 ) + Properties.inst_avail |= INST_TYPE_PGI; + else if( strcmp( token, "phat" ) == 0 ) + Properties.inst_avail |= INST_TYPE_PHAT; + else if( strcmp( token, "xl" ) == 0 ) + Properties.inst_avail |= INST_TYPE_XL; + else if( strcmp( token, "ftrace" ) == 0 ) + Properties.inst_avail |= INST_TYPE_FTRACE; + else if( strcmp( token, "dyninst" ) == 0 ) + Properties.inst_avail |= INST_TYPE_DYNINST; + else if( strcmp( token, "manual" ) == 0 ) + Properties.inst_avail |= INST_TYPE_MANUAL; + else if( strcmp( token, "pomp" ) == 0 ) + Properties.inst_avail |= INST_TYPE_POMP; + else + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "unknown instrumentation type '" + << token << "'" << std::endl; + error = true; + break; + } + } while( ( token = strtok( 0, " " ) ) ); + if( error ) break; + } + else if( key.compare( "inst_default" ) == 0 ) + { + if( strcmp( value.c_str(), "gnu" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_GNU ); + else if( strcmp( value.c_str(), "intel" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_INTEL ); + else if( strcmp( value.c_str(), "pgi" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PGI ); + else if( strcmp( value.c_str(), "phat" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PHAT ); + else if( strcmp( value.c_str(), "xl" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_XL ); + else if( strcmp( value.c_str(), "ftrace" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_FTRACE ); + else if( strcmp( value.c_str(), "dyninst" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_DYNINST ); + else if( strcmp( value.c_str(), "manual" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_MANUAL ); + else if( strcmp( value.c_str(), "pomp" ) == 0 ) + error = !theWrapper->setInstType( INST_TYPE_POMP ); + else + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "unknown instrumentation type '" + << value << "'" << std::endl; + error = true; + break; + } + + if( error ) + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "instrumentation type '" << value << "' " + << "not supported" << std::endl; + break; + } + } + else + { + std::cerr << ExeName << ": " + << data_file << ":" << line_no << ": " + << "could not be parsed" << std::endl; + error = true; + break; + } + } + + in.close(); + + if( !error && key_idx < keys_num ) + { + std::cerr << ExeName << ": " + << data_file << ": " + << "unexpected end of file" << std::endl; + return false; + } + + return !error; +} + +static bool +ReadEnvironmentVars() +{ + char * env; + + // read environment var. for compiler command + // (VT_) + // + env = getenv( Properties.comp_cmd_env.c_str() ); + if( env ) theWrapper->comp_setCmd( env ); + + // read environment var. for extra compiler flags + // (VT_FLAGS) + env = getenv( Properties.comp_flags_env.c_str() ); + if( env ) Properties.comp_flags = env; + + // read environment var. for extra linker flags + // (VT_LDFLAGS) + env = getenv( "VT_LDFLAGS" ); + if( env ) Properties.comp_ldflags = env; + + // read environment var. for extra libs + // (VT_LIBS) + env = getenv( "VT_LIBS" ); + if( env ) theWrapper->comp_addULib( env ); + + // read environment var. for instrumentation type + // (VT_INST) + // + env = getenv( "VT_INST" ); + if( env ) + { + bool error = false; + std::string senv = env; + + if( senv.compare("gnu") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_GNU ); + else if( senv.compare("intel") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_INTEL ); + else if( senv.compare("pgi") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PGI ); + else if( senv.compare("phat") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PHAT ); + else if( senv.compare("xl") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_XL ); + else if( senv.compare("ftrace") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_FTRACE ); + else if( senv.compare("manual") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_MANUAL ); + else if( senv.compare("pomp") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_POMP ); + else if( senv.compare("dyninst") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_DYNINST ); + else + { + std::cerr << ExeName << ": error: VT_INST: " + << "unknown instrumentation type '" + << senv << "'" << std::endl; + return false; + } + + if( error ) + { + std::cerr << ExeName << ": error: VT_INST: " + << "instrumentation type '" << senv << "' " + << "not supported" << std::endl; + return false; + } + } + + return true; +} + +static bool +ParseCommandLine( int argc, char ** argv ) +{ + bool addlibs = false; + int i; + std::string arg; + + for( i = 1; i < argc; i++ ) + { + arg = argv[i]; + + // + // we also accept "--vt:" - modify "--vt:" to "-vt:" + // + if( arg.compare(0,5,"--vt:") == 0 ) + { + arg.erase(0,1); + } + + // + // -vt:help + // + if( arg.compare("-vt:help") == 0 ) + { + theWrapper->showUsageText(); + exit(0); + } + // + // -vt:version + // + if( arg.compare("-vt:version") == 0 ) + { + theWrapper->showVersion(); + exit(0); + } + // + // -vt:showme + // + else if( arg.compare("-vt:showme") == 0 ) + { + theWrapper->setShowme( true ); + } + // + // -vt:showme_compile + // + else if( arg.compare("-vt:showme_compile") == 0 ) + { + theWrapper->setShowmeCompile( true ); + } + // + // -vt:showme_link + // + else if( arg.compare("-vt:showme_link") == 0 ) + { + theWrapper->setShowmeLink( true ); + } + // + // -vt:inst + // + else if( arg.compare("-vt:inst") == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": expected -- -vt:inst" + << std::endl; + return false; + } + + bool error = false; + + arg = argv[++i]; + + if( arg.compare("gnu") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_GNU ); + else if( arg.compare("intel") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_INTEL ); + else if( arg.compare("pgi") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PGI ); + else if( arg.compare("phat") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_PHAT ); + else if( arg.compare("xl") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_XL ); + else if( arg.compare("ftrace") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_FTRACE ); + else if( arg.compare("manual") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_MANUAL ); + else if( arg.compare("pomp") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_POMP ); + else if( arg.compare("dyninst") == 0 ) + error = !theWrapper->setInstType( INST_TYPE_DYNINST ); + else + { + std::cerr << ExeName << ": unknown instrumentation type '" + << arg << "'" << std::endl; + return false; + } + + if( error ) + { + std::cerr << ExeName << ": instrumentation type '" + << arg << "' not supported" << std::endl; + return false; + } + } + // + // -vt:seq + // + else if( arg.compare("-vt:seq") == 0 ) + { + theWrapper->setUsesMPI( false, true, true ); + theWrapper->setUsesOMP( false, true, true ); + } + // + // -vt:mpi + // + else if( arg.compare("-vt:mpi") == 0 ) + { + theWrapper->setUsesMPI( true, true, true ); + theWrapper->setUsesOMP( false, true, true ); + } + // + // -vt:omp + // + else if( arg.compare("-vt:omp") == 0 ) + { + theWrapper->setUsesMPI( false, true, true ); + theWrapper->setUsesOMP( true, true, true ); + } + // + // -vt:hyb + // + else if( arg.compare("-vt:hyb") == 0 ) + { + theWrapper->setUsesMPI( true, true, true ); + theWrapper->setUsesOMP( true, true, true ); + } + // + // openmp flag + // + else if( arg.compare( "-openmp" ) == 0 + || arg.compare( "-Popenmp" ) == 0 + || arg.compare( "-mp" ) == 0 + || arg.compare( 0, 4, "-mp=" ) == 0 + || arg.compare( "-qsmp=omp" ) == 0 ) + { + theWrapper->setUsesOMP( true ); + theWrapper->comp_addArg( arg ); + } + } + + for( i = 1; i < argc; i++ ) + { + arg = argv[i]; + + // + // we also accept "--vt:" - modify "--vt:" to "-vt:" + // + if( arg.compare(0,5,"--vt:") == 0 ) + { + arg.erase(0,1); + } + // + // escape spaces and double quotes + // + size_t found = arg.find_first_of(" \""); + while(found!=std::string::npos) + { + arg.insert(found,"\\"); + found = arg.find_first_of(" \"",found+2); + } + + // + // -vt:help, -vt:version, -vt:showme, -vt:showme_compile, + // -vt:showme_link, -vt:seq, -vt:mpi, -vt:omp, -vt:hyb, + // openmp flag + // (processed above; ignore here) + // + if( arg.compare("-vt:help") == 0 + || arg.compare("-vt:version") == 0 + || arg.compare("-vt:showme") == 0 + || arg.compare("-vt:showme_compile") == 0 + || arg.compare("-vt:showme_link") == 0 + || arg.compare("-vt:seq") == 0 + || arg.compare("-vt:mpi") == 0 + || arg.compare("-vt:omp") == 0 + || arg.compare("-vt:hyb") == 0 + || arg.compare( "-openmp" ) == 0 + || arg.compare( "-Popenmp" ) == 0 + || arg.compare( "-mp" ) == 0 + || arg.compare( 0, 4, "-mp=" ) == 0 + || arg.compare( "-qsmp=omp" ) == 0 ) + { + // do nothing + } + else if( arg.compare("-vt:inst") == 0 ) + { + // skip next argument + i++; + } + // + // -vt:verbose + // + else if( arg.compare("-vt:verbose") == 0 ) + { + theWrapper->setBeVerbose( true ); + } + // + // -vt: + // + else if( arg.compare("-vt:"WRAP_LANG_SUFFIX) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": expected -- -vt:"WRAP_LANG_SUFFIX + << std::endl; + return false; + } + + theWrapper->comp_setCmd( argv[++i] ); + } + // + // -vt:opari + // + else if( arg.compare("-vt:opari") == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": expected -- -vt:opari" + << std::endl; + return false; + } + + char * args = new char[strlen(argv[i+1])+1]; + strcpy( args, argv[++i] ); + char * token = strtok( args, " " ); + + do + { + if( strcmp( token, "-table" ) == 0 ) + { + token = strtok( 0, " " ); + if( !token ) + { + std::cerr << ExeName << ": expected -- -table" + << std::endl; + free( args ); + return false; + } + + theWrapper->opari_setTabFile( token ); + } + else + { + theWrapper->opari_addArg( token ); + } + } while( ( token = strtok( 0, " " ) ) ); + + free( args ); + } + // + // -vt:* -> unknown wrapper argument + // + else if( arg.compare( 0, 4, "-vt:" ) == 0 ) + { + std::cerr << ExeName << ": unknown option -- " + << arg << std::endl; + return false; + } + // + // source file + // + else if( ( arg.length() >= 2 + && arg.compare( arg.length() - 2, 2, ".c" ) == 0 ) + || ( arg.length() >= 2 + && arg.compare( arg.length() - 2, 2, ".C" ) == 0 ) + || ( arg.length() >= 3 + && arg.compare( arg.length() - 3, 3, ".cc" ) == 0 ) + || ( arg.length() >= 3 + && arg.compare( arg.length() - 3, 3, ".CC" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".cpp" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".CPP" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".cxx" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".CXX" ) == 0 ) + || ( arg.length() >= 2 + && arg.compare( arg.length() - 2, 2, ".f" ) == 0 ) + || ( arg.length() >= 2 + && arg.compare( arg.length() - 2, 2, ".F" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".f77" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".F77" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".f90" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".F90" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".f95" ) == 0 ) + || ( arg.length() >= 4 + && arg.compare( arg.length() - 4, 4, ".F95" ) == 0 ) ) + { + if( ( !theWrapper->showmeCompile() && !theWrapper->showmeLink() ) + && ( theWrapper->usesOMP() + || theWrapper->getInstType() == INST_TYPE_POMP ) ) + { + theWrapper->opari_addSrcFile( arg ); + } + else + { + theWrapper->comp_addArg( arg ); + } + } + // + // -c + // + else if( arg.compare("-c") == 0 ) + { + theWrapper->setComponly( true ); + theWrapper->comp_addArg( arg ); + } + // + // -l + // + else if( arg.compare( 0, 5, "-lmpi" ) == 0 + || arg.compare( 0, 7, "-lmtmpi" ) == 0 + || arg.compare( 0, 7, "-lhpmpi" ) == 0 + || arg.compare( 0, 7, "-lscmpi" ) == 0 ) + { + theWrapper->setUsesMPI( true ); + theWrapper->comp_addULib( arg ); + addlibs = true; + } + // + // -l* + // + else if( arg.compare( 0, 2, "-l" ) == 0 ) + { + if( addlibs ) + theWrapper->comp_addULib( arg ); + else + theWrapper->comp_addArg( arg ); + } + // + // unknown argument + // + else + { + theWrapper->comp_addArg( arg ); + } + } + + return true; +} + +//////////////////// class Wrapper //////////////////// + +// public methods +// + +Wrapper::Wrapper() +{ + // empty +} + +Wrapper::~Wrapper() +{ + // empty +} + +void +Wrapper::showVersion() +{ + std::cout << Properties.version << std::endl; +} + +void +Wrapper::showUsageText() +{ + std::cout << std::endl + << " " << ExeName << " - " << Properties.language + << " compiler wrapper for VampirTrace." + << std::endl << std::endl + << " Syntax: " << ExeName << " " + << "[-vt:"WRAP_LANG_SUFFIX" ] " + << "[-vt:inst ] [-vt:] " + << std::endl << " " + << "[-vt:opari ]" + << std::endl << " " + << "[-vt:verbose] " + << "[-vt:version] " + << "[-vt:showme] " + << "[-vt:showme_compile] " + << "[-vt:showme_link] ..." + << std::endl << std::endl; + + std::cout << " options:" + << std::endl + << " -vt:help Show this help message." + << std::endl + << " -vt:"WRAP_LANG_SUFFIX" "; + if( strlen( WRAP_LANG_SUFFIX ) == 2 ) std::cout << " "; + std::cout << "Set the underlying compiler command."; + std::cout << std::endl << std::endl; + + std::cout << " -vt:inst Set the instrumentation type." + << std::endl << std::endl + << " possible values:" + << std::endl << std::endl + << " gnu fully-automatic by GNU compiler" + << std::endl + << " intel ... Intel (version >= 10.x) ..." + << std::endl + << " pgi ... Portland Group (PGI) ..." + << std::endl + << " phat ... SUN Fortran 90 ..." + << std::endl + << " xl ... IBM ..." + << std::endl + << " ftrace ... NEC SX ..." + << std::endl + << " manual manual by using VampirTrace's API" + << std::endl + << " pomp manual by using POMP INST directives" + << std::endl + << " dyninst binary by using Dyninst (www.dyninst.org)" + << std::endl << std::endl + << " default: "; +#ifdef DEFAULT_COMPINST + if( std::string(DEFAULT_COMPINST).compare( "gnu" ) == 0 ) + std::cout << "gnu"; + else if( std::string(DEFAULT_COMPINST).compare( "intel" ) == 0 ) + std::cout << "intel"; + else if( std::string(DEFAULT_COMPINST).compare( "pgi" ) == 0 ) + std::cout << "pgi"; + else if( std::string(DEFAULT_COMPINST).compare( "phat" ) == 0 ) + std::cout << "phat"; + else if( std::string(DEFAULT_COMPINST).compare( "xl" ) == 0 ) + std::cout << "xl"; + else if( std::string(DEFAULT_COMPINST).compare( "ftrace" ) == 0 ) + std::cout << "ftrace"; + else + std::cout << "manual"; +#else + std::cout << "manual"; +#endif + + std::cout << std::endl << std::endl; + + std::cout << " -vt:opari Set options for OPARI command." + << std::endl + << " (see "DATADIR"/doc/opari/Readme.html for more information)" + << std::endl << std::endl + << " -vt:" + << std::endl + << " Force application's parallelization type." + << std::endl + << " It's necessary, if this could not determined" + << std::endl + << " by underlying compiler and flags." + << std::endl + << " seq = sequential" + << std::endl + << " mpi = parallel (uses MPI)" + << std::endl + << " omp = parallel (uses OpenMP)" + << std::endl + << " hyb = hybrid parallel (MPI + OpenMP)" + << std::endl + << " (default: automatically determining by" + << std::endl + << " underlying compiler and flags)" + << std::endl << std::endl + << " -vt:verbose Enable verbose mode." + << std::endl << std::endl + << " -vt:showme Do not invoke the underlying compiler." + << std::endl + << " Instead, show the command line that would be" + << std::endl + << " executed to compile and link the program." + << std::endl << std::endl + << " -vt:showme_compile Do not invoke the underlying compiler." + << std::endl + << " Instead, show the compiler flags that would be" + << std::endl + << " supplied to the compiler." + << std::endl << std::endl + << " -vt:showme_link Do not invoke the underlying compiler." + << std::endl + << " Instead, show the linker flags the would be" + << std::endl + << " supplied to the compiler." + << std::endl << std::endl + << " See the man page for your underlying compiler for other options that can" + << std::endl + << " be passed through 'vt"WRAP_LANG_SUFFIX"'." + << std::endl << std::endl + << " environment variables:" + << std::endl +#ifdef WRAP_LANG_CC + << " VT_CC " +#elif defined(WRAP_LANG_CXX) + << " VT_CXX" +#elif defined(WRAP_LANG_F77) + << " VT_F77" +#elif defined(WRAP_LANG_F90) + << " VT_F90" +#endif + << " Equivalent to '-vt:"WRAP_LANG_SUFFIX"'" + << std::endl + << " VT_INST Equivalent to '-vt:inst'" + << std::endl << std::endl + << " The corresponding command line options overwrites the environment" + << std::endl + << " variables setting." + << std::endl << std::endl + << " examples:" + << std::endl + << " automatically instrumentation by using GNU compiler:" + << std::endl << std::endl +#ifdef WRAP_LANG_CC + << " vtcc -vt:cc gcc -vt:inst gnu -c foo.c -o foo.o" + << std::endl + << " vtcc -vt:cc gcc -vt:inst gnu -c bar.c -o bar.o" + << std::endl + << " vtcc -vt:cc gcc -vt:inst gnu foo.o bar.o -o foo" + << std::endl << std::endl + << " manually instrumentation by using VT's API:" + << std::endl << std::endl + << " vtcc -vt:inst manual foobar.c -o foobar -DVTRACE" +#elif defined(WRAP_LANG_CXX) + << " vtcxx -vt:cxx g++ -vt:inst gnu -c foo.cpp -o foo.o" + << std::endl + << " vtcxx -vt:cxx g++ -vt:inst gnu bar.cpp -o bar.o" + << std::endl + << " vtcxx -vt:cxx g++ -vt:inst gnu foo.o bar.o -o foo" + << std::endl << std::endl + << " manually instrumentation by using VT's API:" + << std::endl << std::endl + << " vtcxx -vt:inst manual foobar.cpp -o foobar -DVTRACE" +#elif defined(WRAP_LANG_F77) + << " vtf77 -vt:f77 g77 -vt:inst gnu -c foo.F -o foo.o" + << std::endl + << " vtf77 -vt:f77 g77 -vt:inst gnu bar.F -o bar.o" + << std::endl + << " vtf77 -vt:f77 g77 -vt:inst gnu foo.o bar.o -o foo" + << std::endl << std::endl + << " manually instrumentation by using VT's API:" + << std::endl << std::endl + << " vtf77 -vt:inst manual foobar.F -o foobar -DVTRACE" +#elif defined(WRAP_LANG_F90) + << " vtf90 -vt:f90 gfortran -vt:inst gnu -c foo.F90 -o foo.o" + << std::endl + << " vtf90 -vt:f90 gfortran -vt:inst gnu bar.F90 -o bar.o" + << std::endl + << " vtf90 -vt:f90 gfortran -vt:inst gnu foo.o bar.o -o foo" + << std::endl << std::endl + << " manually instrumentation by using VT's API:" + << std::endl << std::endl + << " vtf90 -vt:inst manual foobar.F90 -o foobar -DVTRACE" +#endif + +#if defined(WRAP_LANG_F77) || defined(WRAP_LANG_F90) + << std::endl << std::endl + << " IMPORTANT: Fortran source files instrumented by using VT's API or POMP" + << std::endl + << " directives have to be (CPP) preprocessed." +#endif + << std::endl << std::endl; +} + +void +Wrapper::showInfo() +{ + // underlying compiler + // + std::cout << "Underlying compiler: " + << Properties.comp_cmd << std::endl; + + // instrumentation type + // + InstTypeT inst_type = getInstType(); + std::cout << "Instrumentation type: "; + + switch( inst_type ) + { + case INST_TYPE_GNU: + std::cout << "gnu" << std::endl; + break; + case INST_TYPE_INTEL: + std::cout << "intel" << std::endl; + break; + case INST_TYPE_PGI: + std::cout << "pgi" << std::endl; + break; + case INST_TYPE_PHAT: + std::cout << "phat" << std::endl; + break; + case INST_TYPE_XL: + std::cout << "xl" << std::endl; + break; + case INST_TYPE_FTRACE: + std::cout << "ftrace" << std::endl; + break; + case INST_TYPE_MANUAL: + std::cout << "manual" << std::endl; + break; + case INST_TYPE_POMP: + std::cout << "pomp" << std::endl; + break; + case INST_TYPE_DYNINST: + std::cout << "dyninst" << std::endl; + break; + default: + assert( 0 ); + break; + } + + // available instrumentation types + // + std::cout << " Available instrumentation types: "; + if( isInstAvail( INST_TYPE_GNU ) ) + std::cout << " gnu"; + if( isInstAvail( INST_TYPE_INTEL ) ) + std::cout << " intel"; + if( isInstAvail( INST_TYPE_PGI ) ) + std::cout << " pgi"; + if( isInstAvail( INST_TYPE_PHAT ) ) + std::cout << " phat"; + if( isInstAvail( INST_TYPE_XL ) ) + std::cout << " xl"; + if( isInstAvail( INST_TYPE_FTRACE ) ) + std::cout << " ftrace"; + if( isInstAvail( INST_TYPE_MANUAL ) ) + std::cout << " manual"; + if( isInstAvail( INST_TYPE_POMP ) ) + std::cout << " pomp"; + if( isInstAvail( INST_TYPE_DYNINST ) ) + std::cout << " dyninst"; + std::cout << std::endl; +} + +void +Wrapper::show() +{ + // show compiler command + // + if( showme() ) + std::cout << Properties.comp_cmd << " "; + + // show compiler flags + // + if( showmeCompile() ) + { + std::cout << Properties.comp_flags << " " + << Properties.includedir << " " + << Properties.comp_iflags << " " + << Properties.comp_args << " "; + if( !showmeLink() ) std::cout << std::endl; + } + + // show linker flags + // + if( showmeLink() ) + { + char vtlib[STRBUFSIZE]; + + if( usesOMP() ) + { + if( usesMPI() ) + { + sprintf( vtlib, "%s %s %s %s "VTHYBLIB" %s %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", +#if defined(WRAP_LANG_F77) || defined(WRAP_LANG_F90) + Properties.fmpilib.c_str(), +#else + "", +#endif + Properties.pmpilib.c_str(), + Properties.comp_ulibs.c_str() ); + } + else + { + sprintf( vtlib, "%s %s %s "VTOMPLIB" %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", + Properties.comp_ulibs.c_str() ); + } + } + else if( usesMPI() ) + { + sprintf( vtlib, "%s %s %s %s "VTMPILIB" %s %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", +#if defined(WRAP_LANG_F77) || defined(WRAP_LANG_F90) + Properties.fmpilib.c_str(), +#else + "", +#endif + Properties.pmpilib.c_str(), + Properties.comp_ulibs.c_str() ); + } + else + { + sprintf( vtlib, "%s %s %s "VTSEQLIB" %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", + Properties.comp_ulibs.c_str() ); + } + + std::cout << (showmeCompile() ? "" : Properties.comp_args) << " " + << (showmeCompile() ? "" : Properties.comp_iflags) << " " + << vtlib << std::endl; + } +} + +int +Wrapper::run() +{ + // show compiler/linker flags ? + // + if( showmeCompile() || showmeLink() ) + { + show(); + return 0; + } + + std::string cmd; + int rc = 0; + + // call compiler without any parameters, if + // insufficient arguments given + // + if( Properties.comp_args.length() == 0 + && !showmeCompile() && !showmeLink() ) + { + rc = system( Properties.comp_cmd.c_str() ); + return WEXITSTATUS( rc ); + } + + // run opari on every collected source file + // + if( usesOMP() || getInstType() == INST_TYPE_POMP ) + { + // add opari option '-nodecl' if PGI compiler will be used + if( getInstType() == INST_TYPE_PGI ) + opari_addArg( "-nodecl" ); + + for( unsigned int i = 0; i < Properties.vec_opari_files.size(); i++ ) + { + cmd = + Properties.opari_cmd + " " + + Properties.opari_args + " " + + (usesOMP() ? "" : "-disable omp") + " " + + "-table " + + Properties.opari_tab_file.first + " " + + Properties.vec_opari_files[i]; + + if( beverbose() ) + std::cout << "+++ " << cmd << std::endl; + rc = system( cmd.c_str() ); + if( WEXITSTATUS( rc ) != 0 ) + return WEXITSTATUS( rc ); + } + } + + // executing modified command + // + if( componly() ) + { + cmd = + Properties.comp_cmd + " " + + Properties.comp_flags + " " + + Properties.includedir + " " + + Properties.comp_iflags + " " + + Properties.comp_args; + + if( beverbose() ) + std::cout << "+++ " << cmd << std::endl; + rc = system( cmd.c_str() ); + if( WEXITSTATUS( rc ) != 0 ) + return WEXITSTATUS( rc ); + } + else + { + char vtlib[STRBUFSIZE]; + + if( usesOMP() || getInstType() == INST_TYPE_POMP ) + { + // compile opari table file + // + cmd = + Properties.opari_tab_comp_cmd + " " + + Properties.opari_tab_comp_flags + " " + + Properties.includedir + " " + + "-c " + Properties.opari_tab_file.first + " " + + "-o " + Properties.opari_tab_file.second; + + if( beverbose() ) + std::cout << "+++ " << cmd << std::endl; + rc = system( cmd.c_str() ); + if( WEXITSTATUS( rc ) != 0 ) + return WEXITSTATUS( rc ); + } + + if( usesOMP() ) + { + if( usesMPI() ) + { + sprintf( vtlib, "%s %s %s %s "VTHYBLIB" %s %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", +#if defined(WRAP_LANG_F77) || defined(WRAP_LANG_F90) + Properties.fmpilib.c_str(), +#else + "", +#endif + Properties.pmpilib.c_str(), + Properties.comp_ulibs.c_str() ); + } + else + { + sprintf( vtlib, "%s %s %s "VTOMPLIB" %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", + Properties.comp_ulibs.c_str() ); + } + } + else + { + if( usesMPI() ) + { + sprintf( vtlib, "%s %s %s %s "VTMPILIB" %s %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", +#if defined(WRAP_LANG_F77) || defined(WRAP_LANG_F90) + Properties.fmpilib.c_str(), +#else + "", +#endif + Properties.pmpilib.c_str(), + Properties.comp_ulibs.c_str() ); + } + else + { + sprintf( vtlib, "%s %s %s "VTSEQLIB" %s", + Properties.comp_ldflags.c_str(), + Properties.libdir.c_str(), + getInstType() == INST_TYPE_DYNINST ? + Properties.dynattlib.c_str() : "", + Properties.comp_ulibs.c_str() ); + } + } + + cmd = + Properties.comp_cmd + " " + + Properties.comp_flags + " " + + Properties.includedir + " " + + Properties.comp_iflags + " " + + Properties.comp_args + " " + + (( usesOMP() || getInstType() == INST_TYPE_POMP ) ? Properties.opari_tab_file.second : "" ) + " " + + vtlib; + + if( beverbose() ) + std::cout << "+++ " << cmd << std::endl; + + rc = system( cmd.c_str() ); + if( WEXITSTATUS( rc ) != 0 ) + return WEXITSTATUS( rc ); + + // cleanup intermediate files (in non-verbose mode) + // + if( !beverbose() + && (usesOMP() || getInstType() == INST_TYPE_POMP) ) + { + std::vector vec_incfiles = + opari_getIncFilesFromTabFile( + Properties.opari_tab_file.first ); + + for( unsigned int i = 0; i < vec_incfiles.size(); i++ ) + remove( vec_incfiles[i].c_str() ); + + remove( Properties.opari_tab_file.first.c_str() ); + remove( Properties.opari_tab_file.second.c_str() ); + } + } + + if( usesOMP() || getInstType() == INST_TYPE_POMP ) + { + unsigned int i; + + // rename compiler output to original file name + // + for( i = 0; i < Properties.vec_opari_mfiles_obj.size(); i++ ) + { + if( access( Properties.vec_opari_mfiles_obj[i].c_str(), F_OK ) == 0 ) + { + int modi = Properties.vec_opari_mfiles_obj[i].find( ".mod" ); + + if( modi != -1 ) + { + std::string target = Properties.vec_opari_mfiles_obj[i]; + target.erase( modi, 4 ); + + if( beverbose() ) + std::cout << "+++ rename " << Properties.vec_opari_mfiles_obj[i] + << " to " << target << std::endl; + + rename( Properties.vec_opari_mfiles_obj[i].c_str(), + target.c_str() ); + } + } + } + + // delete intermediate opari output (in non-verbose mode) + // + if( !beverbose() ) + { + for( i = 0; i < Properties.vec_opari_mfiles_src.size(); i++ ) + remove( Properties.vec_opari_mfiles_src[i].c_str() ); + } + } + + return 0; +} + +bool +Wrapper::setInstType( const InstTypeT type ) +{ + assert( Properties.inst_avail != 0 ); + + // instrumentation available ? + if( !isInstAvail( type ) ) + return false; + + Properties.inst_type = type; + + switch( type ) + { + case INST_TYPE_GNU: + Properties.comp_iflags = Properties.iflags_gnu; + break; + case INST_TYPE_INTEL: + Properties.comp_iflags = Properties.iflags_intel; + break; + case INST_TYPE_PGI: + Properties.comp_iflags = Properties.iflags_pgi; + break; + case INST_TYPE_PHAT: + Properties.comp_iflags = Properties.iflags_phat; + break; + case INST_TYPE_XL: + Properties.comp_iflags = Properties.iflags_xl; + break; + case INST_TYPE_FTRACE: + Properties.comp_iflags = Properties.iflags_ftrace; + break; + default: + Properties.comp_iflags = ""; + break; + } + + return true; +} + +void +Wrapper::setUsesMPI( const bool set, const bool lock, + const bool ovwrt ) +{ + static bool locked = false; + if( lock ) locked = true; + if( !locked || ovwrt ) Properties.uses_mpi = set; +} + +void +Wrapper::setUsesOMP( const bool set, const bool lock, + const bool ovwrt ) +{ + static bool locked = false; + if( lock ) locked = true; + if( !locked || ovwrt ) Properties.uses_omp = set; +} + +void +Wrapper::comp_setCmd( const std::string cmd ) +{ + std::string bcomp = cmd; + int ls = cmd.rfind('/'); + + if( ls != -1 ) bcomp = cmd.substr( ls+1 ); + + if( !usesMPI() && + bcomp.compare( 0, 2, "mp" ) == 0 || + bcomp.compare( 0, 4, "sxmp" ) == 0 ) + setUsesMPI( true ); + + Properties.comp_cmd = cmd; +} + +void +Wrapper::comp_addArg( const std::string arg ) +{ + if( Properties.comp_args.length() > 0 ) + Properties.comp_args += " "; + + Properties.comp_args += arg; +} + +void +Wrapper::comp_addULib( const std::string ulib ) +{ + if( Properties.comp_ulibs.length() > 0 ) + Properties.comp_ulibs += " "; + + Properties.comp_ulibs += ulib; +} + +void +Wrapper::opari_setTabFile( const std::string tabfile ) +{ + std::string file_src; + std::string file_obj; + + if( !( tabfile.length() >= 2 + && tabfile.compare( tabfile.length()-2, 2, ".c" ) == 0 ) ) + { + file_src = tabfile + ".c"; + file_obj = tabfile + ".o"; + } + else + { + file_src = file_obj = tabfile; + file_obj.replace( tabfile.length()-2, 2, ".o" ); + } + + Properties.opari_tab_file = std::make_pair( file_src, file_obj ); + +} + +void +Wrapper::opari_addArg( const std::string arg ) +{ + if( Properties.opari_args.length() > 0 ) + Properties.opari_args += " "; + + Properties.opari_args += arg; +} + +void +Wrapper::opari_addSrcFile( const std::string srcfile ) +{ + std::string base = srcfile.substr(0, srcfile.rfind('.')); + std::string suf = srcfile.substr(srcfile.rfind('.')); + std::string newsrcfile; + std::string newobjfile = base + std::string(".mod.o"); + + // erase path of object file + int si = newobjfile.rfind('/'); + if( si != -1 ) newobjfile.erase( 0, si+1 ); + + // replace 'f' by 'F' + // so the compiler invokes the C-preprocessor + int fi = suf.rfind( 'f' ); + if( fi != -1 ) suf.replace( fi, 1, "F" ); + + newsrcfile = base + std::string(".mod") + suf; + + Properties.vec_opari_files.push_back( srcfile ); + Properties.vec_opari_mfiles_src.push_back( newsrcfile ); + Properties.vec_opari_mfiles_obj.push_back( newobjfile ); + + if( !( ( srcfile.length() >= 2 + && srcfile.compare( srcfile.length() - 2, 2, ".f" ) == 0 ) + || ( srcfile.length() >= 2 + && srcfile.compare( srcfile.length() - 2, 2, ".F" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".f77" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".F77" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".f90" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".F90" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".f95" ) == 0 ) + || ( srcfile.length() >= 4 + && srcfile.compare( srcfile.length() - 4, 4, ".F95" ) == 0 ) ) ) + { + std::string incfile = srcfile + std::string(".opari.inc"); + Properties.vec_opari_mfiles_src.push_back( incfile ); + } + + comp_addArg( newsrcfile ); +} + +std::vector +Wrapper::opari_getIncFilesFromTabFile( const std::string tabfile ) +{ + std::vector vec_incfiles; + + std::ifstream in( tabfile.c_str() ); + if( in ) + { + char buffer[STRBUFSIZE]; + std::string line; + + while( in.getline( buffer, STRBUFSIZE ) ) + { + line = buffer; + + if( (int)(line.find( "#include" )) != -1 + && (int)(line.find( ".opari.inc" )) != -1 ) + { + std::string incfile = line.substr( line.find("#include")+10 ); + incfile.erase( incfile.length()-1 ); + + vec_incfiles.push_back( incfile ); + } + } + + in.close(); + } + + return vec_incfiles; +} diff --git a/ompi/contrib/vt/vt/tools/compwrap/compwrap.h b/ompi/contrib/vt/vt/tools/compwrap/compwrap.h new file mode 100644 index 0000000000..033841fc5f --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/compwrap.h @@ -0,0 +1,153 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _COMPWRAP_H_ +#define _COMPWRAP_H_ + +#define STRBUFSIZE 4096 + +#define VTSEQLIB "-lvt" +#define VTMPILIB "-lvt.mpi" +#define VTOMPLIB "-lvt.omp" +#define VTHYBLIB "-lvt.ompi" + +typedef enum +{ + INST_TYPE_GNU = 0x1, // auto. instrumentation by GNU comp. + INST_TYPE_INTEL = 0x2, // ^ Intel version >=10 + INST_TYPE_PGI = 0x4, // ^ PGI + INST_TYPE_PHAT = 0x8, // ^ SUN + INST_TYPE_XL = 0x10, // ^ IBM (xlc, xlC,...) + INST_TYPE_FTRACE = 0x20, // ^ NEC SX + INST_TYPE_MANUAL = 0x40, // manual instr. by VT API + INST_TYPE_POMP = 0x80, // semi auto. instr. by POMP directives + INST_TYPE_DYNINST = 0x100 // binary instrumentation by Dyninst +} InstTypeT; + +struct ProperiesS +{ + ProperiesS() : + version(""), language(""), includedir(""), libdir(""), + comp_cmd_env(""), comp_flags_env(""), comp_cmd(""), comp_args(""), + comp_flags(""), comp_ldflags(""), comp_iflags(""), comp_ulibs(""), + opari_cmd(""), opari_args(""), opari_tab_comp_cmd(""), + opari_tab_comp_flags(""), + pmpilib(""), fmpilib(""), dynattlib(""), + iflags_gnu(""), iflags_intel(""), iflags_pgi(""), + iflags_phat(""), iflags_xl(""), iflags_ftrace(""), + inst_type(INST_TYPE_MANUAL), inst_avail(0), + beverbose(false), componly(false), uses_mpi(false), uses_omp(false), + showme(false), showme_compile(false), showme_link(false) {} + + std::string version; // version + std::string language; // language + + std::string includedir; // VT's include directory + std::string libdir; // VT's library directory + + std::string comp_cmd_env; // compiler command env. name + std::string comp_flags_env; // compiler flags env. name + std::string comp_cmd; // compiler command + std::string comp_args; // compiler arguments + std::string comp_flags; // compiler flags + std::string comp_ldflags; // linker flags + std::string comp_iflags; // compiler instrumentation flag + std::string comp_ulibs; // necessary libs. for VT + + std::string opari_cmd; // OPARI command + std::string opari_args; // OPARI arguments + std::pair + opari_tab_file; // OPARI's table source file + std::string opari_tab_comp_cmd; // compiler command for OPARI's table file + std::string opari_tab_comp_flags; // compiler flags for OPARI's table file + std::vector + vec_opari_files; // OPARI's input source files + std::vector + vec_opari_mfiles_src; // OPARI's output source files (*.mod.*) + std::vector + vec_opari_mfiles_obj; // ^ corresponding obj. files + + std::string pmpilib; + std::string fmpilib; + std::string dynattlib; + + std::string iflags_gnu; + std::string iflags_intel; + std::string iflags_pgi; + std::string iflags_phat; + std::string iflags_xl; + std::string iflags_ftrace; + + InstTypeT inst_type; // instrumentation type + // (e.g. gnu,intel,manual,...) + int inst_avail; // bitmask for available instr.-types + bool beverbose; // FLAG: be verbose ? + bool componly; // FLAG: compile only ? + bool uses_mpi; // FLAG: uses MPI ? + bool uses_omp; // FLAG: uses OpenMP ? + bool showme; // FLAG: show compiler/linker flags ? + bool showme_compile; // FLAG: show compiler flags ? + bool showme_link; // FLAG: show linker flags ? +} Properties; + +class Wrapper +{ +public: + + Wrapper(); // contructor + ~Wrapper(); // destructor + + void showVersion(); + void showUsageText(); + void showInfo(); + void show(); + int run(); + + bool setInstType( const InstTypeT type ); + InstTypeT getInstType() { return Properties.inst_type; } + bool isInstAvail( InstTypeT type ) { + return (Properties.inst_avail & type); } + + void setUsesMPI( const bool set, const bool lock = false, + const bool ovwrt = false ); + bool usesMPI() { return Properties.uses_mpi; } + void setUsesOMP( const bool set, const bool lock = false, + const bool ovwrt = true ); + bool usesOMP() { return Properties.uses_omp; } + void setBeVerbose( const bool set ) { Properties.beverbose = set; } + bool beverbose() { return Properties.beverbose; } + void setComponly( const bool set ) { Properties.componly = set; } + bool componly() { return Properties.componly; } + void setShowme( const bool set ) { + Properties.showme = Properties.showme_compile = + Properties.showme_link = set; } + bool showme() { return Properties.showme; } + void setShowmeCompile( const bool set ) { Properties.showme_compile = set; } + bool showmeCompile() { return Properties.showme_compile; } + void setShowmeLink( const bool set ) { Properties.showme_link = set; } + bool showmeLink() { return Properties.showme_link; } + + void comp_setCmd( const std::string cmd ); + void comp_addArg( const std::string arg ); + void comp_addULib( const std::string ulib ); + + void opari_setTabFile( const std::string tabfile ); + void opari_addArg( const std::string arg ); + void opari_addSrcFile( const std::string srcfile ); + std::vector opari_getIncFilesFromTabFile + ( const std::string tabfile ); + +}; + +extern Wrapper * theWrapper; + +#endif // _COMPWRAP_H_ diff --git a/ompi/contrib/vt/vt/tools/compwrap/vtcc-wrapper-data.txt.in b/ompi/contrib/vt/vt/tools/compwrap/vtcc-wrapper-data.txt.in new file mode 100644 index 0000000000..87854062c6 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/vtcc-wrapper-data.txt.in @@ -0,0 +1,24 @@ +version=@VERSION@ +language=C +compiler_env=VT_CC +compiler_flags_env=VT_CFLAGS +compiler=@CC@ +compiler_flags=@VT_WRAPPER_EXTRA_CFLAGS@ +linker_flags=@VT_WRAPPER_EXTRA_LDFLAGS@ +libs=@OTFLIBDIR@ @OTFLIB@ @BFDLIBDIR@ @BFDLIB@ @LIBERTYLIBDIR@ @LIBERTYLIB@ @PAPILIBDIR@ @PAPILIB@ @DLLIBDIR@ @DLLIB@ @VT_WRAPPER_EXTRA_LIBS@ +includedir=@VT_WRAPPER_INCDIR@ +libdir=@VT_WRAPPER_LIBDIR@ +opari_bin=@VT_WRAPPER_OPARI_BIN@ +opari_tab_compiler=@CC@ +opari_tab_compiler_flags=@CFLAGS@ +pmpilib=@PMPILIB@ +fmpilib= +dynattlib=@VTDYNATTLIB@ +compiler_iflags_gnu=-g -finstrument-functions +compiler_iflags_intel=-g -finstrument-functions +compiler_iflags_pgi=-Mprof=func +compiler_iflags_phat= +compiler_iflags_xl=-qdebug=function_trace +compiler_iflags_ftrace=-ftrace +inst_avail=@VT_WRAPPER_AVAIL_INST@ +inst_default=@VT_WRAPPER_DEFAULT_INST@ diff --git a/ompi/contrib/vt/vt/tools/compwrap/vtcxx-wrapper-data.txt.in b/ompi/contrib/vt/vt/tools/compwrap/vtcxx-wrapper-data.txt.in new file mode 100644 index 0000000000..032cc6b6e6 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/vtcxx-wrapper-data.txt.in @@ -0,0 +1,24 @@ +version=@VERSION@ +language=C++ +compiler_env=VT_CXX +compiler_flags_env=VT_CXXFLAGS +compiler=@CXX@ +compiler_flags=@VT_WRAPPER_EXTRA_CFLAGS@ +linker_flags=@VT_WRAPPER_EXTRA_LDFLAGS@ +libs=@OTFLIBDIR@ @OTFLIB@ @BFDLIBDIR@ @BFDLIB@ @LIBERTYLIBDIR@ @LIBERTYLIB@ @PAPILIBDIR@ @PAPILIB@ @DLLIBDIR@ @DLLIB@ @VT_WRAPPER_EXTRA_LIBS@ +includedir=@VT_WRAPPER_INCDIR@ +libdir=@VT_WRAPPER_LIBDIR@ +opari_bin=@VT_WRAPPER_OPARI_BIN@ +opari_tab_compiler=@CC@ +opari_tab_compiler_flags=@CFLAGS@ +pmpilib=@PMPILIB@ +fmpilib= +dynattlib=@VTDYNATTLIB@ +compiler_iflags_gnu=-g -finstrument-functions +compiler_iflags_intel=-g -finstrument-functions +compiler_iflags_pgi=-Mprof=func +compiler_iflags_phat= +compiler_iflags_xl=-qdebug=function_trace +compiler_iflags_ftrace=-ftrace +inst_avail=@VT_WRAPPER_AVAIL_INST@ +inst_default=@VT_WRAPPER_DEFAULT_INST@ diff --git a/ompi/contrib/vt/vt/tools/compwrap/vtf77-wrapper-data.txt.in b/ompi/contrib/vt/vt/tools/compwrap/vtf77-wrapper-data.txt.in new file mode 100644 index 0000000000..9dcda103de --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/vtf77-wrapper-data.txt.in @@ -0,0 +1,24 @@ +version=@VERSION@ +language=Fortran 77 +compiler_env=VT_F77 +compiler_flags_env=VT_FFLAGS +compiler=@F77@ +compiler_flags=@VT_WRAPPER_EXTRA_FFLAGS@ +linker_flags=@VT_WRAPPER_EXTRA_LDFLAGS@ +libs=@OTFLIBDIR@ @OTFLIB@ @BFDLIBDIR@ @BFDLIB@ @LIBERTYLIBDIR@ @LIBERTYLIB@ @PAPILIBDIR@ @PAPILIB@ @DLLIBDIR@ @DLLIB@ @VT_WRAPPER_EXTRA_LIBS@ +includedir=@VT_WRAPPER_INCDIR@ +libdir=@VT_WRAPPER_LIBDIR@ +opari_bin=@VT_WRAPPER_OPARI_BIN@ +opari_tab_compiler=@CC@ +opari_tab_compiler_flags=@CFLAGS@ +pmpilib=@PMPILIB@ +fmpilib=@FMPILIB@ +dynattlib=@VTDYNATTLIB@ +compiler_iflags_gnu=-g -finstrument-functions +compiler_iflags_intel=-g -finstrument-functions +compiler_iflags_pgi=-Mprof=func +compiler_iflags_phat=-O -Qoption f90comp -phat +compiler_iflags_xl=-qdebug=function_trace +compiler_iflags_ftrace=-ftrace +inst_avail=@VT_WRAPPER_AVAIL_INST@ +inst_default=@VT_WRAPPER_DEFAULT_INST@ diff --git a/ompi/contrib/vt/vt/tools/compwrap/vtf90-wrapper-data.txt.in b/ompi/contrib/vt/vt/tools/compwrap/vtf90-wrapper-data.txt.in new file mode 100644 index 0000000000..888804c027 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/compwrap/vtf90-wrapper-data.txt.in @@ -0,0 +1,24 @@ +version=@VERSION@ +language=Fortran 90 +compiler_env=VT_FC +compiler_flags_env=VT_FCFLAGS +compiler=@FC@ +compiler_flags=@VT_WRAPPER_EXTRA_FCFLAGS@ +linker_flags=@VT_WRAPPER_EXTRA_LDFLAGS@ +libs=@OTFLIBDIR@ @OTFLIB@ @BFDLIBDIR@ @BFDLIB@ @LIBERTYLIBDIR@ @LIBERTYLIB@ @PAPILIBDIR@ @PAPILIB@ @DLLIBDIR@ @DLLIB@ @VT_WRAPPER_EXTRA_LIBS@ +includedir=@VT_WRAPPER_INCDIR@ +libdir=@VT_WRAPPER_LIBDIR@ +opari_bin=@VT_WRAPPER_OPARI_BIN@ +opari_tab_compiler=@CC@ +opari_tab_compiler_flags=@CFLAGS@ +pmpilib=@PMPILIB@ +fmpilib=@FMPILIB@ +dynattlib=@VTDYNATTLIB@ +compiler_iflags_gnu=-g -finstrument-functions +compiler_iflags_intel=-g -finstrument-functions +compiler_iflags_pgi=-Mprof=func +compiler_iflags_phat=-O -Qoption f90comp -phat +compiler_iflags_xl=-qdebug=function_trace +compiler_iflags_ftrace=-ftrace +inst_avail=@VT_WRAPPER_AVAIL_INST@ +inst_default=@VT_WRAPPER_DEFAULT_INST@ diff --git a/ompi/contrib/vt/vt/tools/opari/COPYING b/ompi/contrib/vt/vt/tools/opari/COPYING new file mode 100644 index 0000000000..938bb90f9b --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/COPYING @@ -0,0 +1,35 @@ +Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +Republic of Germany + +Copyright (c) 2003-2005, University of Tennessee, Knoxville, United +States of America + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the names of Forschungszentrum Juelich GmbH or the University + of Tennessee, Knoxville, nor the names of their contributors may be + used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/ompi/contrib/vt/vt/tools/opari/ChangeLog b/ompi/contrib/vt/vt/tools/opari/ChangeLog new file mode 100644 index 0000000000..e3e38cb8b8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/ChangeLog @@ -0,0 +1,77 @@ +13. !!!INCOMPATIBLE CHANGE!!! + POMP interface routines renamed from pomp_type_event to + POMP_Type_event. Necessary to allow porting to machines + where Fortran name mangling is all lowercase (like IBM). + +12. Support for Intel Linux compilers + +11. Improved C/C++ parsing so that cases where nested for loops + did not uses braces for all loop bodies work correctly now. + For example + + #pragma omp for + for (i=0; i/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/opari/doc/ChangeLog b/ompi/contrib/vt/vt/tools/opari/doc/ChangeLog new file mode 100644 index 0000000000..e3e38cb8b8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/doc/ChangeLog @@ -0,0 +1,77 @@ +13. !!!INCOMPATIBLE CHANGE!!! + POMP interface routines renamed from pomp_type_event to + POMP_Type_event. Necessary to allow porting to machines + where Fortran name mangling is all lowercase (like IBM). + +12. Support for Intel Linux compilers + +11. Improved C/C++ parsing so that cases where nested for loops + did not uses braces for all loop bodies work correctly now. + For example + + #pragma omp for + for (i=0; i + + +OPARI: OpenMP Pragma And Region Instrumentor + + + + +

+ +

OpenMP +Pragma +And +Region +Instrumentor -

+
+Version 1.1, October 2001 +

+© 2001 Forschungszentrum Jülich, ZAM, Germany +
Bernd Mohr +

+ +

+ +

+ +OPARI is a source-to-source translation tool +which automatically adds all necessary calls to the +pomp runtime measurement library which +allows to collect runtime performance data of Fortran, C, or C++ OpenMP +applications. It is based on the idea of OpenMP pragma/directive +rewriting which is described in detail in a paper +(PostScript, + PDF) +for LACSI'01. + +

+ +OPARI was developed as part of the +KOJAK and +TAU projects. + +


DOWNLOAD

+ +This software is free but copyright © 2001 by +Forschungszentrum Juelich, ZAM, Germany. By downloading and using this +software you automatically agree to comply with the regulations as +described in the license agreement. + +

+ + + + + + + + + +
Sources in gzipped tar format +
Version + Date + Description +
1.1 + 17-Oct-2001 + Changes +
1.0 + 28-Aug-2001 + Initial version +
+

+ +


USAGE

+ +Before compiling the source files of an OpenMP application, each file +needs to be transformed by a call to the OPARI +tool. In addition, the application has to be linked against the +pomp runtime measurement library and the +OPARI runtime table file. The latter has to +be generated by using the -table option to +OPARI either together with the +transformation of the last input source file or with a separate call +to OPARI after all transformations are done. +A call to OPARI has the following syntax: +
+

+     opari [-f77|-f90|-c|-c++] [-nosrc] [-disable constructs]
+           [-rcfile file] [-table tabfile] infile [outfile]
+or:
+     opari [-rcfile file] -table tabfile
+
+
+ +The options and parameters have the following meaning: + + + + + + + + + + + + + + + + +
[-f77|-f90|-c|-c++] + [OPTIONAL]  Specifies the programming language + of the input source file. This option is only + necessary if the automatic language detection + based on the input file suffix fails. +
[-nosrc] + [OPTIONAL]  If specified, + OPARI does not generate + #line constructs in the transformation process + which allow to preserve the original source file + and line number information. This option might + be necessary if the OpenMP compiler does not + understand #line constructs. The default is to + generate #line constructs. +
[-rcfile file] + [OPTIONAL]  OPARI + uses the file ./opari.rc to preserve state information + between calls to OPARI if the OpenMP + application consists of more than one source file. With the + -rcfile option the file file is + used instead. This can be useful if more than one application is + stored in the same directory or if the source files of an application + are stored in more than one directory. +
-table tabfile + Generate the OPARI runtime + table in file tabfile. + This option has to be used either together with the + call to OPARI for the transformation of + the last input source file or with a separate call to + OPARI after all transformations are done. +
-disable constructs + [OPTIONAL]  Disable the instrumentation of + the more fine-grained OpenMP constructs such as !$OMP + ATOMIC. constructs + is a comma separated list of the constructs for which the + instrumentation should be disabled. Accepted tokens are + atomic, critical, master, + flush, single, or locks + as well as sync to disable all of them. +
infile + Input file name. +
[outfile] + [OPTIONAL]  Output file name. If not specified, + OPARI uses the name + infile.mod.suffix if + the input file is called infile.suffix. +
+ +In addition to the modified output file, OPARI +also generates a file named infile.opari.inc. It +contains OpenMP region descriptors, one for each OpenMP region found in the +input file. The meaning of the descriptor fields are described in the file +pomp_lib.h. + +

+ +In summary, the typical usage of OPARI consists of the following steps: + +

    +
  1. Reset OPARI state information by removing + the state information file if it exists. +
    
    +    % rm -f opari.rc
    +    
    + +
  2. Call OPARI for each input source file +
    
    +    % opari file1.f90
    +    ...
    +    % opari fileN.f90
    +    
    + +
  3. Generate the OPARI runtime table and + compile it using a ANSI C compiler +
    
    +    % opari -table opari.tab.c
    +    % cc -c opari.tab.c
    +    
    + +
  4. Compile all modified output files *.mod.* using the OpenMP + compiler +

    + +

  5. Link the resulting object files against the + OPARI runtime table + opari.tab.o and the pomp + runtime measurement library. +
+ +


LIMITATIONS

+ +OPARI understands all OpenMP constructs by the +Fortran 77/90 OpenMP 2.0 and +C/C++ OpenMP 1.0 specifications +as well as the OpenMP extension INST directives/pragmas +and the alternative POMP sentinel proposed in +lacsi01.ps.gz / +lacsi01.pdf. + +

Limitations due to fuzzy parsing

+ +Because OPARI does not contain full parsers for +the supported programming languages the following restrictions apply: + +

Fortran 77/90:

+ +
    +
  1. The !$OMP END DO and + !$OMP END PARALLEL + DO directives + are required (and not optional as described in the OpenMP specification) +

    +

  2. The atomic expression controlled by a + !$OMP ATOMIC + directive has to be on a line all by itself. +

    +

  3. If the measurement environment does not support the automatic + recording of user function entries and exits, the + OPARI runtime + measurement library has to be initialized by a + !$OMP INST INIT + directive prior to any other OpenMP directive. +
+ +

C/C++:

+ +
    +
  1. structured blocks describing the extend of an OpenMP pragma + need to be either compound statements {....}, + while loops, or simple statements. In addition, + for loops are supported after + omp for and omp + parallel for pragmas. + Complex statements like + if-then-else or do-while need to + be enclosed in a block ( {....} ). +

    +

  2. If the measurement environment does not support the automatic + recording of user function entries and exits, the + OPARI runtime measurement library has to + be initialized by a omp inst + init pragma prior to any other OpenMP pragma. +
+ +We did not find these limitations overly restrictive during our tests and +experiments. They rarely apply for well-written code. If they do, the +original source code can easily be fixed. Of course, it would be possible +to remove these limitations by enhancing OPARI`s +parsing sophistication. + +

Limitations due to source-to-source translation

+ +In addition, because of some subtleties in the OpenMP standard specifications, +the transformations performed by OPARI on the +source code level can differ from the same instrumentation done by a real +OpenMP compiler. Here is the list of limitations we currently know about: +
    +
  • OPARI makes implicit barriers explicit. + Unfortunately, this method cannot be used for measuring the barrier waiting + time at the end of PARALLEL directives because they do not + allow a NOWAIT clause. Therefore, we add an explicit + barrier with corresponding performance interface calls here. For OPARI, this means that actually two barriers get + called. But the second (implicit) barrier should execute and succeed + immediately because the threads of the OpenMP team are already synchronized + by the first barrier. +

    +

  • The OpenMP standard (unfortunately) allows compilers to ignore + NOWAITs, which means that in this case OPARI inserts an extra barrier and the + pomp functions get invoked on this extra + (and not the real) barrier. +

    +

  • OPARI cannot instrument the (required) + internal synchronization inside !$OMP + WORKSHARE. +

    +

  • Mark Bull's Microbenchmarks + show that some compiler use different implementations (with different + characteristics) for implicit and explicit barriers. If OPARI changes implicit to explicit barriers, we + measure the wrong behavior on these compilers. +
+ +Of course, an OpenMP compiler can insert the pomp +performance interface calls directly around the implicit barriers, thereby +avoiding the described overheads and discrepancies. + +
+ + diff --git a/ompi/contrib/vt/vt/tools/opari/doc/lacsi01.pdf b/ompi/contrib/vt/vt/tools/opari/doc/lacsi01.pdf new file mode 100644 index 0000000000000000000000000000000000000000..706faa732457dfc8cd84408b5184ea62245af8f0 GIT binary patch literal 987843 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 z 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 OL1Dx7d(V$peEw1y@4POgn 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�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 z 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℞b9jTv(uD{v; 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ξ_E!$ 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


gC|1;Ds|IZ*Cn}XAlNjL+_XLUa3?b$W3 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 z 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

@hq8>?#BXF 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 Qul{E~d*F}24<;c70B4f@3;+NC literal 0 HcmV?d00001 diff --git a/ompi/contrib/vt/vt/tools/opari/doc/opari-logo-100.gif b/ompi/contrib/vt/vt/tools/opari/doc/opari-logo-100.gif new file mode 100644 index 0000000000000000000000000000000000000000..1cd50b1c8497a938cc2e01ae2e056b2d98adcb0f GIT binary patch literal 33809 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 literal 0 HcmV?d00001 diff --git a/ompi/contrib/vt/vt/tools/opari/lib/opari_omp.h b/ompi/contrib/vt/vt/tools/opari/lib/opari_omp.h new file mode 100644 index 0000000000..13431f02ed --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/opari_omp.h @@ -0,0 +1,13 @@ +/*************************************************************************/ +/* OPARI Version 1.1 */ +/* Copyright (c) 2001-2005 */ +/* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */ +/*************************************************************************/ + +#ifndef OPARI_OMP_H +#define OPARI_OMP_H + + #ifdef _OPENMP + #include + #endif +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper.c b/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper.c new file mode 100644 index 0000000000..713b2c9d20 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper.c @@ -0,0 +1,160 @@ +/*************************************************************************/ +/* OPARI Version 1.1 */ +/* Copyright (c) 2001-2005 */ +/* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */ +/*************************************************************************/ + +#include +#include + +#include "pomp_lib.h" +#include "vt_fbindings.h" + +/* macro for one-step declaration and definition of functions */ +#define DEF_FPOMP_FUNC(function) \ +function; /* declaration */ \ +function /* definition */ + +/* + * Fortran wrappers calling the C versions + */ + +DEF_FPOMP_FUNC(void POMP_Atomic_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Atomic_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_atomic_enter, POMP_ATOMIC_ENTER, + POMP_Atomic_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Atomic_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Atomic_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_atomic_exit, POMP_ATOMIC_EXIT, + POMP_Atomic_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Barrier_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Barrier_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_barrier_enter, POMP_BARRIER_ENTER, + POMP_Barrier_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Barrier_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Barrier_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_barrier_exit, POMP_BARRIER_EXIT, + POMP_Barrier_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Flush_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Flush_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_flush_enter, POMP_FLUSH_ENTER, + POMP_Flush_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Flush_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Flush_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_flush_exit, POMP_FLUSH_EXIT, + POMP_Flush_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Critical_begin_f(int* id)) { + if ( pomp_tracing ) POMP_Critical_begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_critical_begin, POMP_CRITICAL_BEGIN, + POMP_Critical_begin_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Critical_end_f(int* id)) { + if ( pomp_tracing ) POMP_Critical_end(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_critical_end, POMP_CRITICAL_END, + POMP_Critical_end_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Critical_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Critical_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_critical_enter, POMP_CRITICAL_ENTER, + POMP_Critical_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Critical_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Critical_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_critical_exit, POMP_CRITICAL_EXIT, + POMP_Critical_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Do_enter_f(int* id)) { + if ( pomp_tracing ) POMP_For_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_do_enter, POMP_DO_ENTER, + POMP_Do_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Do_exit_f(int* id)) { + if ( pomp_tracing ) POMP_For_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_do_exit, POMP_DO_EXIT, + POMP_Do_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Master_begin_f(int* id)) { + if ( pomp_tracing ) POMP_Master_begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_master_begin, POMP_MASTER_BEGIN, + POMP_Master_begin_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Master_end_f(int* id)) { + if ( pomp_tracing ) POMP_Master_end(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_master_end, POMP_MASTER_END, + POMP_Master_end_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Parallel_begin_f(int* id)) { + if ( pomp_tracing ) POMP_Parallel_begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_parallel_begin, POMP_PARALLEL_BEGIN, + POMP_Parallel_begin_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Parallel_end_f(int* id)) { + if ( pomp_tracing ) POMP_Parallel_end(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_parallel_end, POMP_PARALLEL_END, + POMP_Parallel_end_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Parallel_fork_f(int* id)) { + if ( pomp_tracing ) POMP_Parallel_fork(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_parallel_fork, POMP_PARALLEL_FORK, + POMP_Parallel_fork_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Parallel_join_f(int* id)) { + if ( pomp_tracing ) POMP_Parallel_join(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_parallel_join, POMP_PARALLEL_JOIN, + POMP_Parallel_join_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Section_begin_f(int* id)) { + if ( pomp_tracing ) POMP_Section_begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_section_begin, POMP_SECTION_BEGIN, + POMP_Section_begin_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Section_end_f(int* id)) { + if ( pomp_tracing ) POMP_Section_end(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_section_end, POMP_SECTION_END, + POMP_Section_end_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Sections_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Sections_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_sections_enter, POMP_SECTIONS_ENTER, + POMP_Sections_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Sections_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Sections_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_sections_exit, POMP_SECTIONS_EXIT, + POMP_Sections_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Single_begin_f(int* id)) { + if ( pomp_tracing ) POMP_Single_begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_single_begin, POMP_SINGLE_BEGIN, + POMP_Single_begin_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Single_end_f(int* id)) { + if ( pomp_tracing ) POMP_Single_end(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_single_end, POMP_SINGLE_END, + POMP_Single_end_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Single_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Single_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_single_enter, POMP_SINGLE_ENTER, + POMP_Single_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Single_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Single_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_single_exit, POMP_SINGLE_EXIT, + POMP_Single_exit_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Workshare_enter_f(int* id)) { + if ( pomp_tracing ) POMP_Workshare_enter(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_workshare_enter, POMP_WORKSHARE_ENTER, + POMP_Workshare_enter_f, (int* id), (id)) + +DEF_FPOMP_FUNC(void POMP_Workshare_exit_f(int* id)) { + if ( pomp_tracing ) POMP_Workshare_exit(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_workshare_exit, POMP_WORKSHARE_EXIT, + POMP_Workshare_exit_f, (int* id), (id)) diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper_base.c b/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper_base.c new file mode 100644 index 0000000000..c47e7b860d --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_fwrapper_base.c @@ -0,0 +1,52 @@ +/*************************************************************************/ +/* OPARI Version 1.1 */ +/* Copyright (c) 2001-2005 */ +/* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */ +/*************************************************************************/ + +#include +#include + +#include "pomp_lib.h" +#include "vt_fbindings.h" + +/* + * Basic Fortran wrappers calling the C versions + */ + +void POMP_Finalize_f(void); +void POMP_Init_f(void); +void POMP_Off_f(void); +void POMP_On_f(void); +void POMP_Begin_f(int* id); +void POMP_End_f(int* id); + +void POMP_Finalize_f() { + POMP_Finalize(); +} VT_GENERATE_F77_BINDINGS(pomp_finalize, POMP_FINALIZE, + POMP_Finalize_f, (void), ()) + +void POMP_Init_f() { + POMP_Init(); +} VT_GENERATE_F77_BINDINGS(pomp_init, POMP_INIT, + POMP_Init_f, (void), ()) + +void POMP_Off_f() { + pomp_tracing = 0; +} VT_GENERATE_F77_BINDINGS(pomp_off, POMP_OFF, + POMP_Off_f, (void), ()) + +void POMP_On_f() { + pomp_tracing = 1; +} VT_GENERATE_F77_BINDINGS(pomp_on, POMP_ON, + POMP_On_f, (void), ()) + +void POMP_Begin_f(int* id) { + if ( pomp_tracing ) POMP_Begin(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_begin, POMP_BEGIN, + POMP_Begin_f, (int* id), (id)) + +void POMP_End_f(int* id) { + if ( pomp_tracing ) POMP_End(pomp_rd_table[*id]); +} VT_GENERATE_F77_BINDINGS(pomp_end, POMP_END, + POMP_End_f, (int* id), (id)) diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.c b/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.c new file mode 100644 index 0000000000..1c9fb6c295 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.c @@ -0,0 +1,438 @@ +/*************************************************************************/ +/* OPARI Version 1.1 */ +/* Copyright (c) 2001-2005 */ +/* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */ +/*************************************************************************/ + +#include +#include + +#include "pomp_lib.h" +#include "vt_fbindings.h" + +/* + * Global variables + */ + +int pomp_tracing = 0; + +/* + * C pomp function library + */ + +void POMP_Finalize() { + static int pomp_finalize_called = 0; + + if ( ! pomp_finalize_called ) { + pomp_finalize_called = 1; + + fprintf(stderr, " 0: finalize\n"); + } +} + +void POMP_Init() { + int i; + static int pomp_init_called = 0; + + if ( ! pomp_init_called ) { + pomp_init_called = 1; + + atexit(POMP_Finalize); + fprintf(stderr, " 0: init\n"); + + for(i=0; idata = 0; /* <-- allocate space for + performance data here */ + } + } + pomp_tracing = 1; + } +} + +void POMP_Off() { + pomp_tracing = 0; +} + +void POMP_On() { + pomp_tracing = 1; +} + +void POMP_Atomic_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter atomic\n", omp_get_thread_num()); + } +} + +void POMP_Atomic_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit atomic\n", omp_get_thread_num()); + } +} + +void POMP_Barrier_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + if ( r->name[0] == 'b' ) + fprintf(stderr, "%3d: enter barrier\n", omp_get_thread_num()); + else + fprintf(stderr, "%3d: enter implicit barrier of %s\n", + omp_get_thread_num(), r->name); + } +} + +void POMP_Barrier_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + if ( r->name[0] == 'b' ) + fprintf(stderr, "%3d: exit barrier\n", omp_get_thread_num()); + else + fprintf(stderr, "%3d: exit implicit barrier of %s\n", + omp_get_thread_num(), r->name); + } +} + +void POMP_Flush_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter flush\n", omp_get_thread_num()); + } +} + +void POMP_Flush_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit flush\n", omp_get_thread_num()); + } +} + +void POMP_Critical_begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin critical %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +void POMP_Critical_end(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end critical %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +void POMP_Critical_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter critical %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +void POMP_Critical_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit critical %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +void POMP_For_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter for\n", omp_get_thread_num()); + } +} + +void POMP_For_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit for\n", omp_get_thread_num()); + } +} + +void POMP_Master_begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin master\n", omp_get_thread_num()); + } +} + +void POMP_Master_end(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end master\n", omp_get_thread_num()); + } +} + +void POMP_Parallel_begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin parallel\n", omp_get_thread_num()); + } +} + +void POMP_Parallel_end(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end parallel\n", omp_get_thread_num()); + } +} + +void POMP_Parallel_fork(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: fork parallel\n", omp_get_thread_num()); + } +} + +void POMP_Parallel_join(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: join parallel\n", omp_get_thread_num()); + } +} + +void POMP_Section_begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin section\n", omp_get_thread_num()); + } +} + +void POMP_Section_end(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end section\n", omp_get_thread_num()); + } +} + +void POMP_Sections_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter sections\n", omp_get_thread_num()); + } +} + +void POMP_Sections_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit sections\n", omp_get_thread_num()); + } +} + +void POMP_Single_begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin single\n", omp_get_thread_num()); + } +} + +void POMP_Single_end(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end single\n", omp_get_thread_num()); + } +} + +void POMP_Single_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter single\n", omp_get_thread_num()); + } +} + +void POMP_Single_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit single\n", omp_get_thread_num()); + } +} + +void POMP_Workshare_enter(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: enter workshare\n", omp_get_thread_num()); + } +} + +void POMP_Workshare_exit(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: exit workshare\n", omp_get_thread_num()); + } +} + +void POMP_Begin(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: begin region %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +void POMP_End(struct ompregdescr* r) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: end region %s\n", + omp_get_thread_num(), r->sub_name); + } +} + +/* + *---------------------------------------------------------------- + * C Wrapper for OpenMP API + *---------------------------------------------------------------- + */ + +void POMP_Init_lock(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: init lock\n", omp_get_thread_num()); + } + omp_init_lock(s); +} + +void POMP_Destroy_lock(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: destroy lock\n", omp_get_thread_num()); + } + omp_destroy_lock(s); +} + +void POMP_Set_lock(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: set lock\n", omp_get_thread_num()); + } + omp_set_lock(s); +} + +void POMP_Unset_lock(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: unset lock\n", omp_get_thread_num()); + } + omp_unset_lock(s); +} + +int POMP_Test_lock(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: test lock\n", omp_get_thread_num()); + } + return omp_test_lock(s); +} + +void POMP_Init_nest_lock(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: init nestlock\n", omp_get_thread_num()); + } + omp_init_nest_lock(s); +} + +void POMP_Destroy_nest_lock(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: destroy nestlock\n", omp_get_thread_num()); + } + omp_destroy_nest_lock(s); +} + +void POMP_Set_nest_lock(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: set nestlock\n", omp_get_thread_num()); + } + omp_set_nest_lock(s); +} + +void POMP_Unset_nest_lock(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: unset nestlock\n", omp_get_thread_num()); + } + omp_unset_nest_lock(s); +} + +int POMP_Test_nest_lock(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: test nestlock\n", omp_get_thread_num()); + } + return omp_test_nest_lock(s); +} + +/* + *---------------------------------------------------------------- + * Fortran Wrapper for OpenMP API + *---------------------------------------------------------------- + */ + +void POMP_Init_lock_f(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: init lock\n", omp_get_thread_num()); + } + omp_init_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_init_lock, POMP_INIT_LOCK, + POMP_Init_lock_f, + (omp_lock_t *s), + ()) + +void POMP_Destroy_lock_f(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: destroy lock\n", omp_get_thread_num()); + } + omp_destroy_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_destroy_lock, POMP_DESTROY_LOCK, + POMP_Destroy_lock_f, + (omp_lock_t *s), + ()) + +void POMP_Set_lock_f(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: set lock\n", omp_get_thread_num()); + } + omp_set_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_set_lock, POMP_SET_LOCK, + POMP_Set_lock_f, + (omp_lock_t *s), + ()) + +void POMP_Unset_lock_f(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: unset lock\n", omp_get_thread_num()); + } + omp_unset_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_unset_lock, POMP_UNSET_LOCK, + POMP_Unset_lock_f, + (omp_lock_t *s), + ()) + +int POMP_Test_lock_f(omp_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: test lock\n", omp_get_thread_num()); + } + return omp_test_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_test_lock, POMP_TEST_LOCK, + POMP_Test_lock_f, + (omp_lock_t *s), + ()) + +#ifndef __osf__ +void POMP_Init_nest_lock_f(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: init nestlock\n", omp_get_thread_num()); + } + omp_init_nest_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_init_nest_lock, POMP_INIT_NEST_LOCK, + POMP_Init_nest_lock_f, + (omp_nest_lock_t *s), + ()) + +void POMP_Destroy_nest_lock_f(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: destroy nestlock\n", omp_get_thread_num()); + } + omp_destroy_nest_lock_f(s); +} VT_GENERATE_F77_BINDINGS(pomp_destroy_nest_lock, POMP_DESTROY_NEST_LOCK, + POMP_Destroy_nest_lock_f, + (omp_nest_lock_t *s), + ()) + +void POMP_Set_nest_lock_f(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: set nestlock\n", omp_get_thread_num()); + } + omp_set_nest_lock_f(s); +} VT_GENERATE_F77_BINDINGS(pomp_set_nest_lock, POMP_SET_NEST_LOCK, + POMP_Set_nest_lock_f, + (omp_nest_lock_t *s), + ()) + +void POMP_Unset_nest_lock_f(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: unset nestlock\n", omp_get_thread_num()); + } + omp_unset_nest_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_unset_nest_lock, POMP_UNSET_NEST_LOCK, + POMP_Unset_nest_lock_f, + (omp_nest_lock_t *s), + ()) + +int POMP_Test_nest_lock_f(omp_nest_lock_t *s) { + if ( pomp_tracing ) { + fprintf(stderr, "%3d: test nestlock\n", omp_get_thread_num()); + } + return omp_test_nest_lock(s); +} VT_GENERATE_F77_BINDINGS(pomp_test_nest_lock, POMP_TEST_NEST_LOCK, + POMP_Test_nest_lock_f, + (omp_nest_lock_t *s), + ()) +#endif + diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.h b/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.h new file mode 100644 index 0000000000..7d10b9080d --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_lib.h @@ -0,0 +1,88 @@ +/*************************************************************************/ +/* OPARI Version 1.1 */ +/* Copyright (c) 2001-2005 */ +/* Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik */ +/*************************************************************************/ + +#ifndef POMP_LIB_H +#define POMP_LIB_H + +#include "opari_omp.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct ompregdescr { + char* name; /* name of construct */ + char* sub_name; /* optional: region name */ + int num_sections; /* sections only: number of sections */ + char* file_name; /* source code location */ + int begin_first_line; /* line number first line opening pragma */ + int begin_last_line; /* line number last line opening pragma */ + int end_first_line; /* line number first line closing pragma */ + int end_last_line; /* line number last line closing pragma */ + void* data; /* space for performance data */ + struct ompregdescr* next; /* for linking */ +}; + +extern int POMP_MAX_ID; + +extern struct ompregdescr* pomp_rd_table[]; + +extern void POMP_Finalize(void); +extern void POMP_Init(void); +extern void POMP_Off(void); +extern void POMP_On(void); +extern void POMP_Begin(struct ompregdescr* r); +extern void POMP_End(struct ompregdescr* r); + +#ifdef _OPENMP +extern void POMP_Atomic_enter(struct ompregdescr* r); +extern void POMP_Atomic_exit(struct ompregdescr* r); +extern void POMP_Barrier_enter(struct ompregdescr* r); +extern void POMP_Barrier_exit(struct ompregdescr* r); +extern void POMP_Flush_enter(struct ompregdescr* r); +extern void POMP_Flush_exit(struct ompregdescr* r); +extern void POMP_Critical_begin(struct ompregdescr* r); +extern void POMP_Critical_end(struct ompregdescr* r); +extern void POMP_Critical_enter(struct ompregdescr* r); +extern void POMP_Critical_exit(struct ompregdescr* r); +extern void POMP_For_enter(struct ompregdescr* r); +extern void POMP_For_exit(struct ompregdescr* r); +extern void POMP_Master_begin(struct ompregdescr* r); +extern void POMP_Master_end(struct ompregdescr* r); +extern void POMP_Parallel_begin(struct ompregdescr* r); +extern void POMP_Parallel_end(struct ompregdescr* r); +extern void POMP_Parallel_fork(struct ompregdescr* r); +extern void POMP_Parallel_join(struct ompregdescr* r); +extern void POMP_Section_begin(struct ompregdescr* r); +extern void POMP_Section_end(struct ompregdescr* r); +extern void POMP_Sections_enter(struct ompregdescr* r); +extern void POMP_Sections_exit(struct ompregdescr* r); +extern void POMP_Single_begin(struct ompregdescr* r); +extern void POMP_Single_end(struct ompregdescr* r); +extern void POMP_Single_enter(struct ompregdescr* r); +extern void POMP_Single_exit(struct ompregdescr* r); +extern void POMP_Workshare_enter(struct ompregdescr* r); +extern void POMP_Workshare_exit(struct ompregdescr* r); + +extern void POMP_Init_lock(omp_lock_t *s); +extern void POMP_Destroy_lock(omp_lock_t *s); +extern void POMP_Set_lock(omp_lock_t *s); +extern void POMP_Unset_lock(omp_lock_t *s); +extern int POMP_Test_lock(omp_lock_t *s); +extern void POMP_Init_nest_lock(omp_nest_lock_t *s); +extern void POMP_Destroy_nest_lock(omp_nest_lock_t *s); +extern void POMP_Set_nest_lock(omp_nest_lock_t *s); +extern void POMP_Unset_nest_lock(omp_nest_lock_t *s); +extern int POMP_Test_nest_lock(omp_nest_lock_t *s); +#endif + +extern int pomp_tracing; + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.c b/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.c new file mode 100644 index 0000000000..31510c0460 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.c @@ -0,0 +1,29 @@ +#include + +int main() { + int i; + + #pragma pomp inst init + + printf("+++ sequential1\n"); + + #pragma pomp inst begin(phase1) + + #pragma omp parallel for + for (i=0; i<4; ++i) { printf("+++ pdo %d\n", i); } + + #pragma pomp inst end(phase1) + + printf("+++ sequential2\n"); + + #pragma omp parallelsections + { + #pragma omp section + printf("+++ psection 1\n"); + #pragma omp section + printf("+++ psection 2\n"); + } + + printf("+++ sequential3\n"); + return 0; +} diff --git a/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.f90 b/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.f90 new file mode 100644 index 0000000000..8af9ba24fc --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/pomp_test.f90 @@ -0,0 +1,29 @@ + program test2 + integer i + + !$pomp inst init + + write(*,*) "+++ sequential1" + + !$pomp inst begin(phase1) + + !$omp parallel do + do i=1,4 + write(*,*) "+++ pdo",i + enddo + !$omp end parallel do + + !$pomp inst end(phase1) + + write(*,*) "+++ sequential2" + + !$omp parallelsections + !$omp section + write(*,*) "+++ psection 1" + !$omp section + write(*,*) "+++ psection 2" + !$omp end parallelsections + + write(*,*) "+++ sequential3" + + end diff --git a/ompi/contrib/vt/vt/tools/opari/lib/transformations.c b/ompi/contrib/vt/vt/tools/opari/lib/transformations.c new file mode 100644 index 0000000000..fad5ab59da --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/lib/transformations.c @@ -0,0 +1,173 @@ +#include + +#include "opari_omp.h" + +static void log(const char* msg, int val) { + printf("--- %3d: %s", omp_get_thread_num(), msg); + if ( val != -1 ) printf(" %d", val); + printf("\n"); + fflush(stdout); +} + +const int iterations = 4; + +int main() { + int i, k = 0; + omp_lock_t lck; + + #pragma omp inst init + + log("sequential", 0); + + /* ---- plain parallel region ---- */ + #pragma omp parallel + { + log("parallel", 0); + } + + log("sequential", 1); + + /* ---- large parallel region ---- */ + #pragma omp parallel + { + log("parallel", 1); + + #pragma omp inst begin(worksharing) + + /* ---- worksharing for loop without synchronisation ---- */ + #pragma omp for nowait + for(i=0; i + using std::cout; + using std::endl; +#include + using std::setw; + +#include "opari_omp.h" + +namespace { + void log(const char* msg, int val = -1) { + cout << "--- " << setw(3) << omp_get_thread_num() << ": " << msg; + if ( val != - 1 ) cout << " " << val; + cout << endl; + } +} + +const int iterations = 4; + +int main() { + int i, k = 0; + + #pragma omp inst init + + log("sequential", 0); + + // ---- plain parallel region + #pragma omp parallel + { + log("parallel", 0); + } + + log("sequential", 1); + + // ---- large parallel region + #pragma omp parallel + { + log("parallel", 1); + + #pragma omp inst begin(worksharing) + + // ---- worksharing for loop without synchronisation + #pragma omp for nowait + for(i=0; i + +namespace std { +using ::isalnum; +using ::isalpha; +using ::iscntrl; +using ::isdigit; +using ::isgraph; +using ::islower; +using ::isprint; +using ::ispunct; +using ::isspace; +using ::isupper; +using ::isxdigit; +using ::tolower; +using ::toupper; +} + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstddef b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstddef new file mode 100644 index 0000000000..992d28cdd1 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstddef @@ -0,0 +1,11 @@ +#ifndef __CSTDDEF +#define __CSTDDEF + +#include + +namespace std { +using ::size_t; +using ::ptrdiff_t; +} + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdio b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdio new file mode 100644 index 0000000000..0d09c689f7 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdio @@ -0,0 +1,54 @@ +#ifndef __CSTDIO +#define __CSTDIO + +#include + +namespace std { +using ::size_t; +using ::FILE; +using ::fpos_t; + +using ::clearerr; +using ::fclose; +using ::feof; +using ::ferror; +using ::fflush; +using ::fgetc; +using ::fgetpos; +using ::fgets; +using ::fopen; +using ::fprintf; +using ::fputc; +using ::fputs; +using ::fread; +using ::freopen; +using ::fscanf; +using ::fseek; +using ::fsetpos; +using ::ftell; +using ::fwrite; +using ::getc; +using ::getchar; +using ::gets; +using ::perror; +using ::printf; +using ::putc; +using ::putchar; +using ::puts; +using ::remove; +using ::rename; +using ::rewind; +using ::scanf; +using ::setbuf; +using ::setvbuf; +using ::sprintf; +using ::sscanf; +using ::tmpfile; +using ::tmpnam; +using ::ungetc; +using ::vfprintf; +using ::vprintf; +using ::vsprintf; +} + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdlib b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdlib new file mode 100644 index 0000000000..c5f0f0dece --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstdlib @@ -0,0 +1,35 @@ +#ifndef __CSTDLIB +#define __CSTDLIB + +#include + +namespace std { +using ::size_t; +using ::div_t; +using ::ldiv_t; +using ::abort; +using ::abs; +using ::atexit; +using ::atof; +using ::atoi; +using ::atol; +using ::bsearch; +using ::calloc; +using ::div; +using ::exit; +using ::free; +using ::getenv; +using ::labs; +using ::ldiv; +using ::malloc; +using ::qsort; +using ::rand; +using ::realloc; +using ::srand; +using ::strtod; +using ::strtol; +using ::strtoul; +using ::system; +} + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstring b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstring new file mode 100644 index 0000000000..a2ed0cb22c --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/fixinc/cstring @@ -0,0 +1,32 @@ +#ifndef __CSTRING +#define __CSTRING + +#include + +namespace std { +using ::size_t; +using ::memchr; +using ::memcmp; +using ::memcpy; +using ::memmove; +using ::memset; +using ::strchr; +using ::strcat; +using ::strcmp; +using ::strcoll; +using ::strcpy; +using ::strcspn; +using ::strerror; +using ::strlen; +using ::strncat; +using ::strncmp; +using ::strncpy; +using ::strpbrk; +using ::strrchr; +using ::strspn; +using ::strstr; +using ::strtok; +using ::strxfrm; +} + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/handler.cc b/ompi/contrib/vt/vt/tools/opari/tool/handler.cc new file mode 100644 index 0000000000..b4110d6e28 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/handler.cc @@ -0,0 +1,996 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include + using std::vector; +#include + using std::map; +#include + using std::stack; +#include + using std::cerr; +#include + using std::ifstream; + using std::ofstream; +#include + using std::string; + using std::getline; +#include + using std::exit; +#include + using std::strcmp; +#include + using std::toupper; + +#include "handler.h" +#include "ompregion.h" + +/* + * global data + */ + +namespace { + class File { + public: + File(const string& n, int f, int l, Language la) + : name(n), first(f), last(l), lang(la) {} + string name; + unsigned first, last; + Language lang; + }; + + typedef map htab; + htab table; + vector regions; + stack regStack; + OMPRegion* atomicRegion = 0; + vector fileList; + Language lang = L_NA; + bool keepSrcInfo = false; + const char* infile = ""; + const char* rcfile = ""; +} + +bool do_transform = true; + +/* + * local utility functions and data + */ + +namespace { + enum constructs { + C_NONE = 0x0000, + C_ATOMIC = 0x0001, + C_CRITICAL = 0x0002, + C_MASTER = 0x0004, + C_SINGLE = 0x0008, + C_LOCKS = 0x0010, + C_FLUSH = 0x0020, + C_SYNC = 0x00FF, + C_OMP = 0x0FFF, + C_ALL = 0xFFFF + }; + + unsigned enabled = C_ALL; + + unsigned string2construct(const string& str) { + switch ( str[0] ) { + case 'a': if ( str == "atomic" ) return C_ATOMIC; + break; + case 'c': if ( str == "critical" ) return C_CRITICAL; + break; + case 'f': if ( str == "flush" ) return C_FLUSH; + break; + case 'l': if ( str == "locks" ) return C_LOCKS; + break; + case 'm': if ( str == "master" ) return C_MASTER; + break; + case 'o': if ( str == "omp" ) return C_OMP; + break; + case 's': if ( str == "single" ) return C_SINGLE; + if ( str == "sync" ) return C_SYNC; + break; + } + return C_NONE; + } + + unsigned IDused = 0; + + int nextID() { return ++IDused; } + + void generate_call(const char* event, const char* type, int id, ostream& os) { + char c1 = toupper(type[0]); + if ( lang & L_FORTRAN ) + os << " call POMP_" << c1 << (type+1) + << "_" << event << "(" << id << ")\n"; + else { + if ( strcmp(event, "begin") == 0 ) os << "{ "; + os << "POMP_" << c1 << (type+1) + << "_" << event << "(&omp_rd_" << id << ");"; + if ( strcmp(event, "end") == 0 ) os << " }"; + os << "\n"; + } + } + + void generate_pragma(const char* p, ostream& os) { + if ( lang & L_FORTRAN ) + os << "!$omp " << p << "\n"; + else + os << "#pragma omp " << p << "\n"; + } + + void generate_barrier(int n, ostream& os) { + generate_call("enter", "barrier", n, os); + generate_pragma("barrier", os); + generate_call("exit", "barrier", n, os); + } + + void print_pragma(OMPragma* p, ostream& os) { + if ( p->lines.size() && keepSrcInfo ) { + // print original source location information reset pragma + os << "#line " << p->lineno << " \"" << infile << "\"" << "\n"; + } + // print pragma text + for (unsigned i=0; ilines.size(); ++i) os << p->lines[i] << "\n"; + } + + void print_pragma_plain(OMPragma* p, ostream& os) { + for (unsigned i=0; ilines.size(); ++i) os << p->lines[i] << "\n"; + } + + void reset_src_info(OMPragma* p, ostream& os) { + os << "#line " << p->lineno+p->lines.size() + << " \"" << infile << "\"" << "\n"; + } + + OMPRegion* REnter(OMPragma* p, int n, bool new_outer = false) { + OMPRegion* r = new OMPRegion(p->name, p->filename, n, + p->lineno, p->lineno+p->lines.size()-1, + new_outer); + regions.push_back(r); + regStack.push(r); + return r; + } + + OMPRegion* RTop(OMPragma* p) { + if ( regStack.empty() ) { + cerr << infile << ":" << p->lineno + << ": ERROR: unbalanced pragma/directive nesting\n"; + cleanup_and_exit(); + } else { + return regStack.top(); + } + return 0; + } + + int RExit(OMPragma* p, bool end_outer = false) { + OMPRegion* r = RTop(p); + +#if defined(__GNUC__) && (__GNUC__ < 3) + if ( p->name[0] != '$' && p->name.substr(3) != r->name ) { +#else + if ( p->name[0] != '$' && p->name.compare(3, string::npos, r->name) != 0 ) { +#endif + cerr << infile << ":" << r->begin_first_line + << ": ERROR: missing end" << r->name << " directive for " + << r->name << " directive\n"; + cerr << infile << ":" << p->lineno + << ": ERROR: non-matching " << p->name + << " directive\n"; + cleanup_and_exit(); + } + if ( p->lines.size() ) { + r->end_first_line = p->lineno; + r->end_last_line = p->lineno + p->lines.size() - 1; + } else { + // C/C++ $END$ pragma + r->end_first_line = r->end_last_line = p->lineno - p->pline; + } + if (end_outer) r->finish(); + regStack.pop(); + return r->id; + } + + void readResourceFile(const char* inf, const char* rcf) { + ifstream rcs(rcf); + if ( !rcs ) { + IDused = 0; + if ( inf ) fileList.push_back(new File(inf, 1, -1, lang)); + } else { + string magic; + getline(rcs, magic); + if ( magic != "" ) { + cerr << "ERROR: wrong magic number for " << rcf << "\n"; + cleanup_and_exit(); + } + rcs >> IDused; + rcs.ignore(9999, '\n'); // ignore rest of line + + string line; + while ( getline(rcs, line) ) { + /* workaround for bogus getline implementations */ + if ( line.size() == 1 && line[0] == '\0' ) break; + + if ( inf && line == inf ) { + cerr << "WARNING: " << inf << " was already processed\n"; + } else { + int f, l, la; + rcs >> f >> l >> la; + fileList.push_back(new File(line, f, l, static_cast(la))); + } + rcs.ignore(9999, '\n'); // ignore rest of line + } + if ( inf ) fileList.push_back(new File(inf, IDused+1, -1, lang)); + } + } + + void writeTableFile(const char* rcdir, const char* tabfile) { + ofstream tabs(tabfile); + if ( !tabs ) { + cerr << "ERROR: cannot open opari table file " << tabfile << "\n"; + cleanup_and_exit(); + } + OMPRegion::generate_header(tabs); + tabs << "\n"; + + // For Fortran: include generated .opari.inc files containing the + // descriptors + // For C/C++ : generate extern declaration for descriptor (as they + // are part of the C/C++ file + for (unsigned i=0; ilang & L_FORTRAN ) { + tabs << "#include \"" << rcdir << "/"; + // only need base filename without path + string::size_type sep = fileList[i]->name.rfind('/'); + if ( sep != string::npos ) + tabs << fileList[i]->name.substr(sep+1) << ".opari.inc\"\n"; + else + tabs << fileList[i]->name << ".opari.inc\"\n"; + } else if ( unsigned d = fileList[i]->first ) { + for (; d<=fileList[i]->last; ++d) + tabs << "extern struct ompregdescr omp_rd_" << d << ";\n"; + } + } + tabs << "\n"; + + // Generate descriptor table + // Note: might contain holes! + tabs << "int POMP_MAX_ID = " << (IDused+1) << ";\n\n"; + tabs << "struct ompregdescr* pomp_rd_table[" << (IDused+1) << "] = {\n"; + if ( IDused == 0 ) tabs << " 0,\n"; // hole + int id = -1; + for (unsigned i=0; ifirst; + if ( d ) { + for (int n=id+1; nlast; + for (; d<=id; ++d) tabs << " &omp_rd_" << d << ",\n"; + } + } + tabs << "};\n"; + } +} + +/* + * OpenMP pragma transformation functions + */ + +namespace { + void h_parallel(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + p->add_descr(n); + generate_call("fork", "parallel", n, os); + print_pragma(p, os); + generate_call("begin", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endparallel(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_barrier(n, os); + generate_call("end", "parallel", n, os); + print_pragma(p, os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_for(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = REnter(p, n); + if ( ! p->is_nowait() ) { + p->add_nowait(); + r->noWaitAdded = true; + } + generate_call("enter", "for", n, os); + print_pragma(p, os); + } + + void h_endfor(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + int n = RExit(p); + if ( r->noWaitAdded ) generate_barrier(n, os); + generate_call("exit", "for", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_do(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n); + generate_call("enter", "do", n, os); + print_pragma(p, os); + } + + void h_enddo(OMPragma* p, ostream& os) { + int n = RExit(p); + if ( p->is_nowait() ) { + print_pragma(p, os); + } else { + p->add_nowait(); + print_pragma(p, os); + generate_barrier(n, os); + } + generate_call("exit", "do", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_sections_c(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = REnter(p, n); + if ( ! p->is_nowait() ) { + p->add_nowait(); + r->noWaitAdded = true; + } + generate_call("enter", "sections", n, os); + print_pragma(p, os); + } + + void h_section_c(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + OMPRegion* s = new OMPRegion(p->name, p->filename, r->id, + p->lineno, p->lineno+p->lines.size()-1); + regStack.push(s); + if ( r->num_sections ) print_pragma_plain(p, os); else print_pragma(p, os); + generate_call("begin", "section", r->id, os); + if ( keepSrcInfo ) reset_src_info(p, os); + r->num_sections++; + } + + void h_endsection_c(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + generate_call("end", "section", r->id, os); + if ( keepSrcInfo ) reset_src_info(p, os); + regStack.pop(); + } + + void h_endsections_c(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + int n = RExit(p); + if ( r->noWaitAdded ) generate_barrier(n, os); + generate_call("exit", "sections", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_sections(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n); + generate_call("enter", "sections", n, os); + print_pragma(p, os); + } + + void h_section(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + if ( r->num_sections ) { + // close last section if necessary + generate_call("end", "section", r->id, os); + } + print_pragma(p, os); + generate_call("begin", "section", r->id, os); + if ( keepSrcInfo ) reset_src_info(p, os); + ++(r->num_sections); + } + + void h_endsections(OMPragma* p, ostream& os) { + int n = RExit(p); + generate_call("end", "section", n, os); + if ( p->is_nowait() ) { + print_pragma(p, os); + } else { + p->add_nowait(); + print_pragma(p, os); + generate_barrier(n, os); + } + generate_call("exit", "sections", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_single_c(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = REnter(p, n); + if ( ! p->is_nowait() ) { + if ( ! p->has_copypriv() ) p->add_nowait(); + r->noWaitAdded = true; + } + generate_call("enter", "single", n, os); + print_pragma(p, os); + generate_call("begin", "single", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endsingle_c(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + int n = RExit(p); + generate_call("end", "single", n, os); + if ( r->noWaitAdded ) generate_barrier(n, os); + generate_call("exit", "single", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_single(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n); + generate_call("enter", "single", n, os); + print_pragma(p, os); + generate_call("begin", "single", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endsingle(OMPragma* p, ostream& os) { + int n = RExit(p); + generate_call("end", "single", n, os); + if ( p->is_nowait() ) { + print_pragma(p, os); + } else { + if ( ! p->has_copypriv() ) p->add_nowait(); + print_pragma(p, os); + generate_barrier(n, os); + } + generate_call("exit", "single", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_master(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n); + print_pragma(p, os); + generate_call("begin", "master", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endmaster_c(OMPragma* p, ostream& os) { + int n = RExit(p); + generate_call("end", "master", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endmaster(OMPragma* p, ostream& os) { + int n = RExit(p); + generate_call("end", "master", n, os); + print_pragma(p, os); + } + + void h_critical(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = REnter(p, n); + r->sub_name = p->find_sub_name(); + generate_call("enter", "critical", n, os); + print_pragma(p, os); + generate_call("begin", "critical", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_endcritical(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + int n = RExit(p); + if ( p->name[0] != '$' ) { + string cname = p->find_sub_name(); + if ( cname != r->sub_name ) { + cerr << infile << ":" << r->begin_first_line + << ": ERROR: missing end critical(" << r->sub_name + << ") directive\n"; + cerr << infile << ":" << p->lineno + << ": ERROR: non-matching end critical(" << cname + << ") directive\n"; + cleanup_and_exit(); + } + } + generate_call("end", "critical", n, os); + print_pragma(p, os); + generate_call("exit", "critical", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_parallelfor(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + OMPragma* forPragma = p->split_combined(); + forPragma->add_nowait(); + + generate_call("fork", "parallel", n, os); + print_pragma(p, os); // #omp parallel + generate_call("begin", "parallel", n, os); + generate_call("enter", "for", n, os); + print_pragma(forPragma, os); // #omp for nowait + delete forPragma; + } + + void h_endparallelfor(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_barrier(n, os); + generate_call("exit", "for", n, os); + generate_call("end", "parallel", n, os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_paralleldo(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + generate_call("fork", "parallel", n, os); + OMPragma* doPragma = p->split_combined(); + print_pragma(p, os); // #omp parallel + generate_call("begin", "parallel", n, os); + generate_call("enter", "do", n, os); + print_pragma(doPragma, os); // #omp do + delete doPragma; + } + + void h_endparalleldo(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_pragma("end do nowait", os); + generate_barrier(n, os); + generate_call("exit", "do", n, os); + generate_call("end", "parallel", n, os); + generate_pragma("end parallel", os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_parallelsections_c(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + OMPragma* secPragma = p->split_combined(); + secPragma->add_nowait(); + + generate_call("fork", "parallel", n, os); + print_pragma(p, os); // #omp parallel + generate_call("begin", "parallel", n, os); + generate_call("enter", "sections", n, os); + print_pragma(secPragma, os); // #omp sections + delete secPragma; + } + + void h_endparallelsections_c(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_barrier(n, os); + generate_call("exit", "sections", n, os); + generate_call("end", "parallel", n, os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_parallelsections(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + generate_call("fork", "parallel", n, os); + OMPragma* secPragma = p->split_combined(); + print_pragma(p, os); // #omp parallel + generate_call("begin", "parallel", n, os); + generate_call("enter", "sections", n, os); + print_pragma(secPragma, os); // #omp sections + delete secPragma; + } + + void h_endparallelsections(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_call("end", "section", n, os); + generate_pragma("end sections nowait", os); + generate_barrier(n, os); + generate_call("exit", "sections", n, os); + generate_call("end", "parallel", n, os); + generate_pragma("end parallel", os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_barrier(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = new OMPRegion(p->name, p->filename, n, + p->lineno, p->lineno+p->lines.size()-1); + regions.push_back(r); + generate_call("enter", "barrier", n, os); + print_pragma(p, os); + generate_call("exit", "barrier", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_flush(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = new OMPRegion(p->name, p->filename, n, + p->lineno, p->lineno+p->lines.size()-1); + regions.push_back(r); + generate_call("enter", "flush", n, os); + print_pragma(p, os); + generate_call("exit", "flush", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_atomic(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = new OMPRegion(p->name, p->filename, n, + p->lineno, p->lineno+p->lines.size()-1); + regions.push_back(r); + generate_call("enter", "atomic", n, os); + print_pragma(p, os); + atomicRegion = r; + } + + /*2.0*/ + void h_workshare(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n); + generate_call("enter", "workshare", n, os); + print_pragma(p, os); + } + + /*2.0*/ + void h_endworkshare(OMPragma* p, ostream& os) { + int n = RExit(p); + if ( p->is_nowait() ) { + print_pragma(p, os); + generate_call("exit", "workshare", n, os); + } else { + p->add_nowait(); + print_pragma(p, os); + generate_barrier(n, os); + generate_call("exit", "workshare", n, os); + } + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*2.0*/ + void h_parallelworkshare(OMPragma* p, ostream& os) { + int n = nextID(); + /*OMPRegion* r =*/ REnter(p, n, true); + generate_call("fork", "parallel", n, os); + OMPragma* wsPragma = p->split_combined(); + print_pragma(p, os); // #omp parallel + generate_call("begin", "parallel", n, os); + generate_call("enter", "workshare", n, os); + print_pragma(wsPragma, os); // #omp workshare + delete wsPragma; + } + + /*2.0*/ + void h_endparallelworkshare(OMPragma* p, ostream& os) { + int n = RExit(p, true); + generate_pragma("end workshare nowait", os); + generate_barrier(n, os); + generate_call("exit", "workshare", n, os); + generate_call("end", "parallel", n, os); + generate_pragma("end parallel", os); + generate_call("join", "parallel", n, os); + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_inst(OMPragma* p, ostream& os) { + char c1 = toupper(p->name.substr(4)[0]); + if ( lang & L_FORTRAN ) + os << " call POMP_" << c1 << p->name.substr(5) << "()\n"; + else + os << "POMP_" << c1 << p->name.substr(5) << "();\n"; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_instbegin(OMPragma* p, ostream& os) { + int n = nextID(); + OMPRegion* r = REnter(p, n); + r->name = "region"; + r->sub_name = p->find_sub_name(); + if ( lang & L_FORTRAN ) + os << " call POMP_Begin(" << n << ")\n"; + else + os << "POMP_Begin(&omp_rd_" << n << ");\n"; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_instaltend(OMPragma* p, ostream& os) { + OMPRegion* r = RTop(p); + string cname = p->find_sub_name(); + if ( cname != r->sub_name ) { + cerr << infile << ":" << r->begin_first_line + << ": ERROR: missing inst end(" << r->sub_name + << ") pragma/directive\n"; + cerr << infile << ":" << p->lineno + << ": ERROR: non-matching inst end(" << cname + << ") pragma/directive\n"; + cleanup_and_exit(); + } + if ( lang & L_FORTRAN ) + os << " call POMP_End(" << r->id << ")\n"; + else + os << "POMP_End(&omp_rd_" << r->id << ");\n"; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_instend(OMPragma* p, ostream& os) { + p->name = "endregion"; + OMPRegion* r = RTop(p); + string cname = p->find_sub_name(); + int n = RExit(p); + if ( cname != r->sub_name ) { + cerr << infile << ":" << r->begin_first_line + << ": ERROR: missing inst end(" << r->sub_name + << ") pragma/directive\n"; + cerr << infile << ":" << p->lineno + << ": ERROR: non-matching inst end(" << cname + << ") pragma/directive\n"; + cleanup_and_exit(); + } + if ( lang & L_FORTRAN ) + os << " call POMP_End(" << n << ")\n"; + else + os << "POMP_End(&omp_rd_" << n << ");\n"; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_instrument(OMPragma* p, ostream& os) { + do_transform = true; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + /*INST*/ + void h_noinstrument(OMPragma* p, ostream& os) { + do_transform = false; + if ( keepSrcInfo ) reset_src_info(p, os); + } + + void h_cxx_end(OMPragma* p, ostream& os) { + if ( atomicRegion ) { + extra_handler(p->lineno-p->pline, os); + } else { + OMPRegion* r = RTop(p); + phandler_t handler = find_handler("end"+r->name); + handler(p, os); + } + } +} + +/* + * External interface functions + */ + +void init_handler(const char* inf, const char* rcf, Language l, bool g) { + // remember environment + lang = l; + keepSrcInfo = g; + infile = inf; + rcfile = rcf; + + readResourceFile(inf, rcf); + + // init handler table + if ( enabled & C_OMP ) { + if ( lang & L_FORTRAN ) { + table["do"] = h_do; + table["enddo"] = h_enddo; + table["workshare"] = h_workshare; /*2.0*/ + table["endworkshare"] = h_endworkshare; /*2.0*/ + table["sections"] = h_sections; + table["section"] = h_section; + table["endsections"] = h_endsections; + if ( enabled & C_SINGLE ) { + table["single"] = h_single; + table["endsingle"] = h_endsingle; + } + if ( enabled & C_MASTER ) { + table["master"] = h_master; + table["endmaster"] = h_endmaster; + } + + table["paralleldo"] = h_paralleldo; + table["endparalleldo"] = h_endparalleldo; + table["parallelsections"] = h_parallelsections; + table["endparallelsections"] = h_endparallelsections; + table["parallelworkshare"] = h_parallelworkshare; /*2.0*/ + table["endparallelworkshare"] = h_endparallelworkshare; /*2.0*/ + } else { + table["for"] = h_for; + table["endfor"] = h_endfor; + table["sections"] = h_sections_c; + table["section"] = h_section_c; + table["endsection"] = h_endsection_c; + table["endsections"] = h_endsections_c; + if ( enabled & C_SINGLE ) { + table["single"] = h_single_c; + table["endsingle"] = h_endsingle_c; + } + if ( enabled & C_MASTER ) { + table["master"] = h_master; // F version OK here + table["endmaster"] = h_endmaster_c; // but not here + } + + table["parallelfor"] = h_parallelfor; + table["endparallelfor"] = h_endparallelfor; + table["parallelsections"] = h_parallelsections_c; + table["endparallelsections"] = h_endparallelsections_c; + + table["$END$"] = h_cxx_end; + } + table["parallel"] = h_parallel; + table["endparallel"] = h_endparallel; + if ( enabled & C_CRITICAL ) { + table["critical"] = h_critical; + table["endcritical"] = h_endcritical; + } + + table["barrier"] = h_barrier; + if ( enabled & C_FLUSH ) { + table["flush"] = h_flush; + } + if ( enabled & C_ATOMIC ) { + table["atomic"] = h_atomic; + } + } + + table["instinit"] = h_inst; /*INST*/ + table["instfinalize"] = h_inst; /*INST*/ + table["inston"] = h_inst; /*INST*/ + table["instoff"] = h_inst; /*INST*/ + table["instbegin"] = h_instbegin; /*INST*/ + table["instaltend"] = h_instaltend; /*INST*/ + table["instend"] = h_instend; /*INST*/ + + table["instrument"] = h_instrument; /*INST*/ + table["noinstrument"] = h_noinstrument; /*INST*/ +} + +void finalize_handler(const char* rcdir, + const char* incfile, const char* tabfile) { + // check region stack + if ( ! regStack.empty() ) { + cerr << "ERROR: unbalanced pragma/directive nesting\n"; + print_regstack_top(); + cleanup_and_exit(); + } + + // update information about current file in file list + File* myFile = fileList.back(); + if ( myFile->first > IDused ) { + myFile->first = 0; + myFile->last = 0; + } else { + myFile->last = IDused; + } + + // update resource file + ofstream rcs(rcfile); + if ( !rcs ) { + cerr << "ERROR: cannot open opari resource file " << rcfile << "\n"; + exit(1); + } + rcs << "\n"; + rcs << IDused << "\n"; + for (unsigned i=0; iname << "\n"; + rcs << fileList[i]->first << " " + << fileList[i]->last << " " + << static_cast(fileList[i]->lang) << "\n"; + } + + // generate opari include file + ofstream incs(incfile); + if ( !incs ) { + cerr << "ERROR: cannot open opari include file " << incfile << "\n"; + exit(1); + } + + OMPRegion::generate_header(incs); + if ( regions.size() ) { + for (unsigned i=0; igenerate_descr(incs); + } + + // generate opari table file + if ( tabfile ) writeTableFile(rcdir, tabfile); + + // free file list + for (unsigned i=0; isecond; + else + return print_pragma; +} + +void extra_handler(int lineno, ostream& os) { + if ( atomicRegion ) { + atomicRegion->end_first_line = lineno; + atomicRegion->end_last_line = lineno; + generate_call("exit", "atomic", atomicRegion->id, os); + if ( keepSrcInfo ) { + os << "#line " << (lineno+1) << " \"" << infile << "\"" << "\n"; + } + atomicRegion = 0; + } +} + +bool set_disabled(const string& constructs) { + string::size_type pos = 0 ; + string::size_type last = 0 ; + unsigned c; + string s; + + do { + pos = constructs.find_first_of(",", last); + if ( pos < string::npos ) { + s = constructs.substr(last, pos-last); + if ( (c = string2construct(s)) == C_NONE ) { + cerr << "ERROR: unknown value \'" << s << "\' for option -disable\n"; + return true; + } else { + enabled &= ~c; + } + last = pos + 1; + } + } while ( pos < string::npos ); + + s = constructs.substr(last); + if ( (c = string2construct(s)) == C_NONE ) { + cerr << "ERROR: unknown value \'" << s << "\' for option -disable\n"; + return true; + } else { + enabled &= ~c; + } + + return false; +} + +bool instrument_locks() { + return enabled & C_LOCKS; +} + +bool genLineStmts() { + return keepSrcInfo; +} + +void print_regstack_top() { + OMPRegion* rt = regStack.top(); + cerr << " near OpenMP " << rt->name << " construct at " + << rt->file_name << ":" << rt->begin_first_line; + if ( rt->begin_first_line != rt->begin_last_line ) + cerr << "-" << rt->begin_last_line << "\n"; + else + cerr << "\n"; +} diff --git a/ompi/contrib/vt/vt/tools/opari/tool/handler.h b/ompi/contrib/vt/vt/tools/opari/tool/handler.h new file mode 100644 index 0000000000..f21718b4a4 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/handler.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#ifndef HANDLER_H +#define HANDLER_H + +#include "opari.h" +#include "ompragma.h" + +typedef void (* phandler_t)(OMPragma*, ostream&); + +void init_handler(const char* infile, const char* rcfile, + Language l, bool genLineStmts); + +void finalize_handler(const char* rcdir, + const char* incfile, const char* tabfile); + +void generateTableFile(const char* rcdir, + const char* rcfile, const char* tabfile); + +phandler_t find_handler(const string& pragma); + +void extra_handler(int lineno, ostream& os); + +bool set_disabled(const string& constructs); + +bool instrument_locks(); + +bool genLineStmts(); + +void print_regstack_top(); + +extern bool do_transform; + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompragma.cc b/ompi/contrib/vt/vt/tools/opari/tool/ompragma.cc new file mode 100644 index 0000000000..3235ae75d7 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompragma.cc @@ -0,0 +1,57 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include "ompragma.h" +#include + +void OMPragma::find_name() { + string w; + + if ( lines.empty() ) { + // automatically generated END pragma for C/C++ + name = "$END$"; + return; + } + name = find_next_word(); + if ( name == "parallel" ) { + w = find_next_word(); + if ( w == "do" || w == "sections" || + w == "for" || w == "workshare" /*2.0*/) name += w; + } else if ( name == "end" ) { + w = find_next_word(); + name += w; + if ( w == "parallel" ) { + w = find_next_word(); + if ( w == "do" || w == "sections" || + w == "for" || w == "workshare" /*2.0*/) name += w; + } + } else if ( name == "no" || name == "inst" ) { /*INST*/ + name += find_next_word(); /*INST*/ + } +} + +bool OMPragma::is_nowait() { + unsigned dummy = 0; + string::size_type dummy2 = 0; + return find_word("nowait", dummy, dummy2); +} + +bool OMPragma::has_copypriv() { + unsigned dummy = 0; + string::size_type dummy2 = 0; + return find_word("copyprivate", dummy, dummy2); +} + +string OMPragma::find_sub_name() { + string cname = find_next_word(); + if ( cname == "(" ) return find_next_word(); + return ""; +} + diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompragma.h b/ompi/contrib/vt/vt/tools/opari/tool/ompragma.h new file mode 100644 index 0000000000..98ae29c469 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompragma.h @@ -0,0 +1,84 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#ifndef OMPRAGMA_H +#define OMPRAGMA_H + +#include + using std::string; +#include + using std::vector; + +class OMPragma { +public: + OMPragma(const string& f, int l, int pl, int pp, bool a) + : filename(f), lineno(l), pline(pl), ppos(pp), asd(a) {} + void find_name(); + bool is_nowait(); + bool has_copypriv(); + string find_sub_name(); + virtual void add_nowait() = 0; + virtual void add_descr(int n) = 0; + virtual OMPragma* split_combined() = 0; + virtual ~OMPragma() {} + + string filename; + int lineno; + unsigned pline; // current parsing line + string::size_type ppos; // current parsing position + bool asd; + string name; + vector lines; + +private: + virtual string find_next_word() = 0; + virtual bool find_word(const char* word, unsigned& line, + string::size_type& pos) = 0; +}; + +class OMPragmaF : public OMPragma { +public: + OMPragmaF(const string& f, int l, int p, const string& line, int pomp, bool a) + : OMPragma(f, l, 0, p, a), slen(5+pomp) { + lines.push_back(line); + sentinel = pomp ? "$pomp" : "$omp"; + } + virtual void add_nowait(); + virtual void add_descr(int n); + virtual OMPragma* split_combined(); + +private: + virtual string find_next_word(); + virtual bool find_word(const char* word, unsigned& line, + string::size_type& pos); + void remove_empties(); + + string sentinel; + int slen; +}; + +class OMPragmaC : public OMPragma { +public: + OMPragmaC(const string& f, int l, int pl, int pp, vector& stmts, + bool a) : OMPragma(f, l, pl, pp, a) { + lines.swap(stmts); + } + virtual void add_nowait(); + virtual void add_descr(int n); + virtual OMPragma* split_combined(); + +private: + virtual string find_next_word(); + virtual bool find_word(const char* word, unsigned& line, + string::size_type& pos); + void remove_empties(); +}; + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompragma_c.cc b/ompi/contrib/vt/vt/tools/opari/tool/ompragma_c.cc new file mode 100644 index 0000000000..f7eaefcbb4 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompragma_c.cc @@ -0,0 +1,177 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include "ompragma.h" +#include +#include +#include + +string OMPragmaC::find_next_word() { + while ( pline < lines.size() ) { + string::size_type wbeg = lines[pline].find_first_not_of(" \t", ppos); + if ( lines[pline][wbeg] == '\\' || wbeg == string::npos ) { + ++pline; + if ( pline < lines.size() ) { ppos = 0; } else { return ""; } + } else if ( lines[pline][wbeg] == '(' || lines[pline][wbeg] == ')' ) { + ppos = wbeg+1; + return string(1, lines[pline][wbeg]); + } else { + ppos = lines[pline].find_first_of(" \t()", wbeg); + return lines[pline].substr(wbeg, ppos==string::npos ? ppos : ppos-wbeg); + } + } + return ""; +} + +bool OMPragmaC::find_word(const char* word, + unsigned& line, string::size_type& pos) { + for (unsigned i=line; ilines[line][pos]); + char* iptr = &(inner->lines[line][pos]); + while ( *optr != ')' ) { + while ( *optr == '\\' ) { + // skip to next line + ++line; + if ( line >= outer->lines.size() ) return; + pos = 0; + optr = &(outer->lines[line][pos]); + iptr = &(inner->lines[line][pos]); + } + *iptr = *optr; + *optr = ' '; + ++iptr; ++optr; ++pos; + } + *iptr = ')'; + *optr = ' '; + } +} + +void OMPragmaC::remove_empties() { + // remove lines without content + vector::iterator it=lines.begin(); + while ( it!=lines.end() ) { + string::size_type l = it->find_first_not_of(" \t&"); + if ( l == string::npos || (*it)[l] == '\\' ) + it = lines.erase(it); + else + ++it; + } + + // make sure last line is not a continuated line + int lastline = lines.size() - 1; + string::size_type lastpos = lines[lastline].size() -1; + if ( lines[lastline][lastpos] == '\\' ) lines[lastline][lastpos] = ' '; +} + + +OMPragma* OMPragmaC::split_combined() { + // make empty copy with continuation characters + vector innerLines; + for (unsigned i=0; ilines[line], "for", pos); + } + line = pos = 0; + if ( find_word("sections", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "sections", pos); + } + + // fix pragma clauses + line = pos = 0; + while ( find_word("ordered", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "ordered", pos); + pos += 7; + } + line = pos = 0; + while ( find_word("lastprivate", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "lastprivate", pos); + pos += 11; + fix_clause_arg(this, inner, line, pos); + } + line = pos = 0; + while ( find_word("schedule", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "schedule", pos); + pos += 8; + fix_clause_arg(this, inner, line, pos); + } + + // final cleanup + remove_empties(); + inner->remove_empties(); + + return inner; +} + diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompragma_f.cc b/ompi/contrib/vt/vt/tools/opari/tool/ompragma_f.cc new file mode 100644 index 0000000000..f8112b53df --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompragma_f.cc @@ -0,0 +1,202 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include "ompragma.h" +#include + +string OMPragmaF::find_next_word() { + while ( pline < lines.size() ) { + string::size_type wbeg = lines[pline].find_first_not_of(" \t", ppos); + if ( lines[pline][wbeg] == '&' || wbeg == string::npos ) { + ++pline; + if ( pline < lines.size() ) { + ppos = lines[pline].find(sentinel) + slen; + if ( lines[pline][ppos] == '&' ) ++ppos; + } else { + return ""; + } + } else if ( lines[pline][wbeg] == '(' || lines[pline][wbeg] == ')' ) { + ppos = wbeg+1; + return string(1, lines[pline][wbeg]); + } else { + ppos = lines[pline].find_first_of(" \t()", wbeg); + return lines[pline].substr(wbeg, ppos==string::npos ? ppos : ppos-wbeg); + } + } + return ""; +} + +bool OMPragmaF::find_word(const char* word, + unsigned& line, string::size_type& pos) { + for (unsigned i=line; ilines[line][pos]); + char* iptr = &(inner->lines[line][pos]); + while ( *optr != ')' ) { + while ( *optr == '!' || *optr == '&' || + pos >= outer->lines[line].size() ) { + // skip to next line + ++line; + if ( line >= outer->lines.size() ) return; + pos = outer->lines[line].find(sentinel) + slen; + pos = outer->lines[line].find_first_not_of(" \t", pos); + if ( outer->lines[line][pos] == '&' ) ++pos; + optr = &(outer->lines[line][pos]); + iptr = &(inner->lines[line][pos]); + } + *iptr = *optr; + *optr = ' '; + ++iptr; ++optr; ++pos; + } + *iptr = ')'; + *optr = ' '; + } +} + +void OMPragmaF::remove_empties() { + // remove lines without content + vector::iterator it=lines.begin(); + while ( it!=lines.end() ) { + string::size_type s = it->find(sentinel) + slen; + string::size_type l = it->find_first_not_of(" \t&", s); + if ( l == string::npos || (*it)[l] == '!' ) + it = lines.erase(it); + else + ++it; + } + + // make sure 1st line is not a continuation line + string::size_type s = lines[0].find(sentinel); + if ( s == 1) { + lines[0][slen] = ' '; + } else { + string::size_type l = lines[0].find_first_not_of(" \t", s+slen); + if ( lines[0][l] == '&' ) lines[0][l] = ' '; + } + + // make sure last line is not a continuated line + int lastline = lines.size() - 1; + s = lines[lastline].find(sentinel) + slen; + string::size_type c = lines[lastline].find('!', s); + if ( c != string::npos ) --c; + string::size_type amp = lines[lastline].find_last_not_of(" \t", c); + if ( lines[lastline][amp] == '&' ) lines[lastline][amp] = ' '; +} + +OMPragma* OMPragmaF::split_combined() { + OMPragmaF* inner = new OMPragmaF(filename, lineno, 0, + string(lines[0].size(), ' '), + (slen==6), asd); + + // copy sentinel and continuation characters + for (unsigned i=0; ilines.push_back(string(lines[i].size(), ' ')); + + // sentinel (and column 6/7) + string::size_type s = lines[i].find(sentinel); + sreplace(inner->lines[i], lines[i], s-1, s+slen); + + // & continuation characters + string::size_type com = lines[i].find("!", s+slen); + if ( com != string::npos ) --com; + string::size_type amp2 = lines[i].find_last_not_of(" \t", com); + if ( lines[i][amp2] == '&' ) inner->lines[i][amp2] = '&'; + string::size_type amp1 = lines[i].find_first_not_of(" \t", s+slen); + if ( lines[i][amp1] == '&' ) inner->lines[i][amp1] = '&'; + } + + // fix pragma name + unsigned line = 0; string::size_type pos = 0; + if ( find_word("do", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "do", pos); + } + line = pos = 0; + if ( find_word("sections", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "sections", pos); + } + line = pos = 0; /*2.0*/ + if ( find_word("workshare", line, pos) ) { /*2.0*/ + sreplace(lines[line], " ", pos); /*2.0*/ + sreplace(inner->lines[line], "workshare", pos); /*2.0*/ + } /*2.0*/ + + // fix pragma clauses + line = pos = 0; + while ( find_word("ordered", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "ordered", pos); + pos += 7; + } + line = pos = 0; + while ( find_word("lastprivate", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "lastprivate", pos); + pos += 11; + fix_clause_arg(this, inner, line, pos, sentinel, slen); + } + line = pos = 0; + while ( find_word("schedule", line, pos) ) { + sreplace(lines[line], " ", pos); + sreplace(inner->lines[line], "schedule", pos); + pos += 8; + fix_clause_arg(this, inner, line, pos, sentinel, slen); + } + + // final cleanup + remove_empties(); + inner->remove_empties(); + + return inner; +} + diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompregion.cc b/ompi/contrib/vt/vt/tools/opari/tool/ompregion.cc new file mode 100644 index 0000000000..e22185c317 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompregion.cc @@ -0,0 +1,54 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include "ompregion.h" +#include + using std::setw; + using std::setfill; + +OMPRegion::OMPRegion(const string& n, const string& file, + int i, int bfl, int bll, bool outr) + : name(n), file_name(file), id(i), + begin_first_line(bfl), begin_last_line(bll), + end_first_line(0), end_last_line(0), + num_sections(0), noWaitAdded(false), outer_reg(outr), enclosing_reg(0) { + enclosing_reg = outer_ptr; + if (outer_reg) outer_ptr = this; + if (outer_ptr) outer_ptr->descrs.insert(id); +} + +void OMPRegion::generate_header(ostream& os) { + os << "#include \"pomp_lib.h\"\n\n"; +} + +void OMPRegion::generate_descr(ostream& os) { + os << "struct ompregdescr omp_rd_" << id << " = {\n"; + os << " \"" << name << "\", \"" << sub_name << "\", " + << num_sections << ", \"" << file_name << "\", " + << begin_first_line << ", " << begin_last_line << ", " + << end_first_line << ", " << end_last_line << "\n};\n\n"; + + if (descrs.size()) { + os << "#define POMP_DLIST_" << setw(5) << setfill('0') << id + << " shared("; + for (set::const_iterator it = descrs.begin(); + it != descrs.end(); ++it) { + if (it != descrs.begin()) os << ","; + os << "omp_rd_" << *it; + } + os << ")\n\n"; + } +} + +void OMPRegion::finish() { + if (outer_reg) outer_ptr = enclosing_reg; +} + +OMPRegion* OMPRegion::outer_ptr = 0; diff --git a/ompi/contrib/vt/vt/tools/opari/tool/ompregion.h b/ompi/contrib/vt/vt/tools/opari/tool/ompregion.h new file mode 100644 index 0000000000..baca0cb8e2 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/ompregion.h @@ -0,0 +1,49 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#ifndef OMPREGION_H +#define OMPREGION_H + +#include + using std::ostream; +#include + using std::set; +#include + using std::string; + +class OMPRegion { +public: + OMPRegion(const string& n, const string& file, int i, int bfl, int bll, + bool outr = false); + + static void generate_header(ostream& os); + + void generate_descr(ostream& os); + + void finish(); + + string name; + string file_name; + string sub_name; + int id; + int begin_first_line; + int begin_last_line; + int end_first_line; + int end_last_line; + int num_sections; + bool noWaitAdded; + bool outer_reg; + set descrs; + OMPRegion* enclosing_reg; + + static OMPRegion* outer_ptr; +}; + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/opari.cc b/ompi/contrib/vt/vt/tools/opari/tool/opari.cc new file mode 100644 index 0000000000..98d09f8456 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/opari.cc @@ -0,0 +1,252 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include + using std::ifstream; + using std::ofstream; +#include + using std::cout; + using std::cerr; +#include + using std::sprintf; + using std::remove; +#include + using std::strcmp; + using std::strrchr; + using std::strncpy; + using std::strcat; + using std::strlen; +#include + using std::exit; + +#include "opari.h" +#include "handler.h" + +namespace { + void define_POMP(ostream& os) { + os << "#ifdef _POMP\n" + << "# undef _POMP\n" + << "#endif\n" + << "#define _POMP 200110\n\n"; + } + + char* out_filename = 0; +} + +void cleanup_and_exit() { + if ( out_filename ) remove(out_filename); + exit(1); +} + +int main (int argc, char *argv[]) { + // -- parse options + int a = 1; + Language lang = L_NA; + bool keepSrcInfo = true; + bool addSharedDecl = true; + bool errFlag = false; + const char* rcfile = 0; + char* rcdir = 0; + const char* infile = 0; + const char* tabfile = 0; + const char* disabled = 0; + + while ( a < argc && argv[a][0] == '-' ) { + if ( strcmp(argv[a], "-f77") == 0 ) { + lang = L_F77; + } else if ( strcmp(argv[a], "-f90") == 0 ) { + lang = L_F90; + } else if ( strcmp(argv[a], "-c++") == 0 ) { + lang = L_CXX; + } else if ( strcmp(argv[a], "-c") == 0 ) { + lang = L_C; + } else if ( strcmp(argv[a], "-nosrc") == 0 ) { + keepSrcInfo = false; + } else if ( strcmp(argv[a], "-nodecl") == 0 ) { + addSharedDecl = false; + } else if ( strcmp(argv[a], "-rcfile") == 0 ) { + if ( (a+1) < argc ) { + rcfile = argv[++a]; + } else { + cerr << "ERROR: missing value for option -rcfile\n"; + errFlag = true; + } + } else if ( strcmp(argv[a], "-table") == 0 ) { + if ( (a+1) < argc ) { + tabfile = argv[++a]; + } else { + cerr << "ERROR: missing value for option -table\n"; + errFlag = true; + } + } else if ( strcmp(argv[a], "-disable") == 0 ) { + if ( (a+1) < argc ) { + disabled = argv[++a]; + if ( set_disabled(disabled) ) errFlag = true; + } else { + cerr << "ERROR: missing value for option -disable\n"; + errFlag = true; + } + } else { + cerr << "ERROR: unknown option " << argv[a] << "\n"; + errFlag = true; + } + ++a; + } + + // -- parse file arguments + ifstream is; + ofstream os; + + switch ( argc - a ) { + case 2: + if ( strcmp(argv[a+1], "-") == 0 ) { + os.std::ostream::rdbuf(cout.rdbuf()); + } else { + os.open(argv[a+1]); + if ( !os ) { + cerr << "ERROR: cannot open output file " << argv[a+1] << "\n"; + errFlag = true; + } + out_filename = argv[a+1]; + } + /*NOBREAK*/ + case 1: + infile = argv[a]; + is.open(infile); + if ( !is ) { + cerr << "ERROR: cannot open input file " << infile << "\n"; + errFlag = true; + } + break; + case 0: + if ( tabfile ) break; + cerr << "ERROR: missing input file\n"; + /*NOBREAK*/ + default: + errFlag = true; + break; + } + + // initialize language if necessary + // name *.[fF] => Fortran77 + // name *.[fF]9* => Fortran90 + // name *.c => C + // name *.[cC]* => C++ + if ( !errFlag && infile && lang == L_NA ) { + const char* dot = strrchr(infile, '.'); + if ( dot != 0 && dot[1] ) { + switch ( dot[1] ) { + case 'f': case 'F': + lang = dot[2]=='9' ? L_F90 : L_F77; + break; + case 'c': case 'C': + lang = dot[2] ? L_CXX : L_C; + break; + } + } + } + if ( infile && lang == L_NA ) { + cerr << "ERROR: cannot determine input file language\n"; + errFlag =true; + } + + // generate output file name if necessary + if ( !errFlag && (a+1) == argc ) { + out_filename = new char[strlen(infile)+5]; + char* dot = (char *) strrchr(infile, '.'); + if ( dot != 0 ) { + sprintf(out_filename, "%.*s.mod%s", (int)(dot - infile), infile, dot); + + if ( keepSrcInfo && (lang & L_FORTRAN) ) { + dot = strrchr(out_filename, '.'); + *(++dot) = 'F'; + } + + os.open(out_filename); + if ( !os ) { + cerr << "ERROR: cannot open output file " << out_filename << "\n"; + errFlag = true; + } + } else { + cerr << "ERROR: cannot generate output file name\n"; + errFlag =true; + } + } + + // print usage and die on error + if ( errFlag ) { + cerr << "usage: " << argv[0] << " [-f77|-f90|-c|-c++] [-nosrc]\n" + << " [-disable [,]...]\n" + << " [-rcfile ] [-table ] []\n"; + cerr << " or: " << argv[0] << " [-rcfile ] -table \n"; + exit(1); + } + + // generate opari resource file if necessary + if ( !rcfile ) { + rcfile = "opari.rc"; + rcdir = (char*)"."; + } else { + const char* sep = strrchr(rcfile, '/'); + if ( sep ) { + rcdir = new char[strlen(rcfile)]; + int dirlen = sep - rcfile; + strncpy(rcdir, rcfile, dirlen); + rcdir[dirlen] = '\0'; + } else { + rcdir = (char*)"."; + } + } + + // do actual work + if ( tabfile && (a == argc) ) { + // just generate table file + generateTableFile(rcdir, rcfile, tabfile); + } else { + // generate opari include file name + // C: in working directory + // F: in rcfile directory + char* incfile = 0; + if ( lang & L_FORTRAN ) { + // only need base filename without path + const char* dirsep = strrchr(infile, '/'); + if ( dirsep ) { + incfile = new char[strlen(rcdir)+strlen(dirsep)+12]; + sprintf(incfile, "%s/%s.opari.inc", rcdir, dirsep+1); + } else { + incfile = new char[strlen(rcdir)+strlen(infile)+13]; + sprintf(incfile, "%s/%s.opari.inc", rcdir, infile); + } + } else { + incfile = new char[strlen(infile)+12]; + sprintf(incfile, "%s.opari.inc", infile); + } + + // transform + do_transform = true; + init_handler(infile, rcfile, lang, keepSrcInfo); + if ( lang & L_FORTRAN ) { + if ( keepSrcInfo ) { + define_POMP(os); + os << "#line 1 \"" << infile << "\"" << "\n"; + } + process_fortran(is, infile, os, addSharedDecl); + } else { + define_POMP(os); + os << "#include \"" << incfile << "\"" << "\n"; + if ( keepSrcInfo ) os << "#line 1 \"" << infile << "\"" << "\n"; + process_c_or_cxx(is, infile, os, addSharedDecl); + } + finalize_handler(rcdir, incfile, tabfile); + delete [] incfile; + } + + return 0; +} diff --git a/ompi/contrib/vt/vt/tools/opari/tool/opari.h b/ompi/contrib/vt/vt/tools/opari/tool/opari.h new file mode 100644 index 0000000000..b13f731201 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/opari.h @@ -0,0 +1,32 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#ifndef OPARI_H +#define OPARI_H + +#include + using std::istream; + using std::ostream; + +#include "ompragma.h" + +enum Language { L_NA = 0x00, + L_F77 = 0x01, L_F90 = 0x02, L_FORTRAN = 0x03, + L_C = 0x04, L_CXX = 0x08, L_C_OR_CXX = 0x0C }; + +void process_fortran(istream& is, const char* infile, ostream& os, + bool addSharedDecl); +void process_c_or_cxx(istream& is, const char* infile, ostream& os, + bool addSharedDecl); +void process_pragma(OMPragma* p, ostream& os, bool* hasEnd=0, bool* isFor=0); + +void cleanup_and_exit(); + +#endif diff --git a/ompi/contrib/vt/vt/tools/opari/tool/process_c.cc b/ompi/contrib/vt/vt/tools/opari/tool/process_c.cc new file mode 100644 index 0000000000..25bf7f7e10 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/process_c.cc @@ -0,0 +1,342 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include + using std::cerr; +#include + using std::stack; +#include + using std::vector; +#include + using std::map; +#include + using std::getline; + using std::string; +#include + using std::isalnum; + using std::isalpha; + +#include "opari.h" +#include "handler.h" + +namespace { + string find_next_word(vector& preStmt, unsigned size, + unsigned& pline, string::size_type& ppos) { + while ( pline < size ) { + string::size_type wbeg = preStmt[pline].find_first_not_of(" \t", ppos); + if ( preStmt[pline][wbeg] == '\\' || wbeg == string::npos ) { + ++pline; + if ( pline < size ) { ppos = 0; } else { return ""; } + } else { + ppos = preStmt[pline].find_first_of(" \t()", wbeg); + return preStmt[pline].substr(wbeg, + ppos==string::npos ? ppos : ppos-wbeg); + } + } + return ""; + } + + bool process_preStmt(vector& preStmt, ostream& os, + const char* infile, int lineno, + string::size_type ppos, bool* e, bool* f, bool asd) { + unsigned s = preStmt.size(); + bool inComment = false; + + // "remove" comments + for (unsigned i=0; i -> remove it + string word = find_next_word(preStmt, s, pline, ppos); + if ( (word == "\"omp.h\"") || (word == "") ) { + s = 0; + } + } + + for (unsigned i=0; i preStmt; + vector endStmt; + stack nextEnd; + map wrapper; + + wrapper["omp_init_lock"] = "POMP_Init_lock"; + wrapper["omp_destroy_lock"] = "POMP_Destroy_lock"; + wrapper["omp_set_lock"] = "POMP_Set_lock"; + wrapper["omp_unset_lock"] = "POMP_Unset_lock"; + wrapper["omp_test_lock"] = "POMP_Test_lock"; + wrapper["omp_init_nest_lock"] = "POMP_Init_nest_lock"; + wrapper["omp_destroy_nest_lock"] = "POMP_Destroy_nest_lock"; + wrapper["omp_set_nest_lock"] = "POMP_Set_nest_lock"; + wrapper["omp_unset_nest_lock"] = "POMP_Unset_nest_lock"; + wrapper["omp_test_nest_lock"] = "POMP_Test_nest_lock"; + + nextEnd.push(-1); + + while ( getline(is, line) ) { + /* workaround for bogus getline implementations */ + if ( line.size() == 1 && line[0] == '\0' ) break; + + if ( preContLine ) { + /* + * preprocessor directive continuation + */ + preStmt.push_back(line); + if ( line[line.size()-1] != '\\' ) { + preContLine = false; + if ( process_preStmt(preStmt, os, infile, lineno-preStmt.size()+1, + lstart+1, &requiresEnd, &isFor, addSharedDecl) ) { + if ( requiresEnd ) { + nextEnd.push(level); + numSemi = isFor ? 3 : 1; + } else { + numSemi = 0; + } + } + } + + } else if ( !inComment && + ((lstart = line.find_first_not_of(" \t")) != string::npos) && + line[lstart] == '#' ) { + /* + * preprocessor directive + */ + preStmt.push_back(line); + if ( line[line.size()-1] == '\\' ) { + preContLine = true; + } else { + if ( process_preStmt(preStmt, os, infile, lineno, lstart+1, + &requiresEnd, &isFor, addSharedDecl) ) { + if ( requiresEnd ) { + nextEnd.push(level); + numSemi = isFor ? 3 : 1; + } else { + numSemi = 0; + } + } + } + + } else { + /* + * regular line + */ + bool newlinePrinted = false; + + while ( pos < line.size() ) { + newlinePrinted = false; + if ( inComment ) { + // look for comment end + if ( line[pos] == '*' && line[pos+1] == '/' ) { + os << "*/"; + inComment = false; + pos += 2; + } else { + os << line[pos++]; + } + + } else if ( line[pos] == '/' ) { + pos++; + if ( line[pos] == '/' ) { + // c++ comments + pos++; + os << "//"; + while ( pos < line.size() ) { os << line[pos++]; } + } else if ( line[pos] == '*' ) { + // c comment start + pos++; + os << "/*"; + inComment = true; + } else { + os << '/'; + } + + } else if ( inString || line[pos] == '\"' ) { + // character string constant + if ( inString ) { + inString = false; + pos--; // to make sure current character gets reprcessed + } else { + os << "\""; + } + do { + pos++; + if ( line[pos] == '\\' ) { + os << '\\'; + pos++; + if ( line[pos] == '\0' ) { + inString = true; + break; + } else if ( line[pos] == '\"' ) { + os << '\"'; + pos++; + } + } + os << line[pos]; + } + while ( line[pos] != '\"' ); + pos++; + + } else if ( line[pos] == '\'' ) { + // character constant + os << "\'"; + do { + pos++; + if ( line[pos] == '\\' ) { + os << '\\'; + pos++; + if ( line[pos] == '\'' ) { + os << '\''; + pos++; + } + } + os << line[pos]; + } + while ( line[pos] != '\'' ); + pos++; + + } else if ( isalpha(line[pos]) || line[pos] == '_' ) { + // identifier + string::size_type startpos = pos; + while ( pos < line.size() && + (isalnum(line[pos]) || line[pos]=='_') ) { + pos++; + } + string ident(line, startpos, pos-startpos); + map::iterator w = wrapper.find(ident); + if ( w != wrapper.end() && instrument_locks() ) + os << w->second; + else + os << ident; + + if ( ident == "for" && numSemi == 1 ) numSemi = 3; + + } else if ( line[pos] == '{' ) { + // block open + os << line[pos++]; + level++; + numSemi = 0; + + } else if ( line[pos] == '}' ) { + // block close + os << line[pos++]; + level--; + if ( nextEnd.top() == level ) { + int moreChars = (pos < line.size()); + os << '\n'; + newlinePrinted = true; + + // while because block can actually close more than one pragma + while ( nextEnd.top() == level ) { + // hack: use pline (arg3) for correction value for line info + process_pragma(new OMPragmaC(infile, lineno+1-moreChars, + 1-moreChars, 0, endStmt, + addSharedDecl), os); + nextEnd.pop(); + } + if ( moreChars ) for(unsigned i=0; i + using std::cerr; +#include + using std::vector; +#include + using std::tolower; + using std::toupper; +#include + using std::getline; +#include + using std::transform; + using std::sort; +#include + using std::greater; +#include + using std::strlen; + +#ifdef EBUG +# include + using std::setw; +#endif + +#include "opari.h" +#include "handler.h" + +namespace { + void look_for(const string& lowline, const char* word, + vector& positions) { + string::size_type s = 0; + while ( (s = lowline.find(word, s)) != string::npos ) { + positions.push_back(s); + s += strlen(word); + } + } + + bool is_comment_line(string& lowline, string& line) { + if ( lowline[0] == '!' || lowline[0] == '*' || lowline[0] == 'c' ) { + // fixed form comment + + if ( lowline[1] == '$' && + lowline.find_first_not_of(" \t0123456789", 2) > 5 ) { + // OpenMP Conditional Compilation + lowline[0] = ' '; + lowline[1] = ' '; + return false; + } else if ( lowline[1] == 'p' && lowline[2] == '$' && + lowline.find_first_not_of(" \t0123456789", 3) > 5 ) { + // POMP Conditional Compilation + lowline[0] = line[0] = ' '; + lowline[1] = line[1] = ' '; + lowline[2] = line[2] = ' '; + return false; + } else { + return true; + } + } + + string::size_type s = lowline.find_first_not_of(" \n"); + if ( s != string::npos && lowline[s] == '!' ) { + // free form full line comment + + string::size_type c = lowline.find("!$ "); + if ( c == s ) { + // OpenMP Conditional Compilation + lowline[s] = ' '; + lowline[s+1] = ' '; + return false; + } + c = lowline.find("!p$ "); + if ( c == s ) { + // POMP Conditional Compilation + lowline[s] = line[s] = ' '; + lowline[s+1] = line[s+1] = ' '; + lowline[s+2] = line[s+2] = ' '; + return false; + } + return true; + } + return false; + } + + void del_strings_and_comments(string& lowline, char& inString) { + // zero out string constants and free form comments + for (unsigned i=0; i= lowline.size() ) { + // eol: no double string delimiter -> string ends + inString = 0; + break; + } + if ( lowline[i] != inString ) { + // no double string delimiter -> string ends + inString = 0; + continue; + } + } + lowline[i] = '@'; + } + + else if ( lowline[i] == '!' ) { + /* -- zero out partial line F90 comments -- */ + for (; i positions; + look_for(lowline, "omp_init_lock", positions); + look_for(lowline, "omp_destroy_lock", positions); + look_for(lowline, "omp_set_lock", positions); + look_for(lowline, "omp_unset_lock", positions); + look_for(lowline, "omp_test_lock", positions); + look_for(lowline, "omp_init_nest_lock", positions); /*2.0*/ + look_for(lowline, "omp_destroy_nest_lock", positions); /*2.0*/ + look_for(lowline, "omp_set_nest_lock", positions); /*2.0*/ + look_for(lowline, "omp_unset_nest_lock", positions); /*2.0*/ + look_for(lowline, "omp_test_nest_lock", positions); /*2.0*/ + sort(positions.begin(), positions.end(), greater()); + for (unsigned i=0; i { + int operator()(int x) const { + return std::tolower(x); + } + }; +} + +void process_fortran(istream& is, const char* infile, ostream& os, + bool addSharedDecl) { + string line; + int lineno = 0; + OMPragma* currPragma = 0; + bool needPragma = false; + char inString = 0; + string::size_type pstart = string::npos; + string::size_type lstart = string::npos; + + while ( getline(is, line) ) { + /* workaround for bogus getline implementations */ + if ( line.size() == 1 && line[0] == '\0' ) break; + + ++lineno; + string lowline(line); + transform(line.begin(), line.end(), lowline.begin(), fo_tolower()); + + if ( inString ) { + if ( ! is_comment_line(lowline, line) ) { + del_strings_and_comments(lowline, inString); + if ( instrument_locks() ) replace_openmp_api_calls(lowline, line); + } + os << line << '\n'; +# ifdef EBUG + cerr << setw(3) << lineno << ":S+: " << line << '\n'; +# endif + + } else if ( line.size() && + (lowline[0] == '!' || lowline[0] == 'c' || lowline[0] == '*') && ( + (lowline[1] == '$' && + ( + (lowline[2] == 'p' && lowline[3] == 'o' && + lowline[4] == 'm' && lowline[5] == 'p') + || + (lowline[2] == 'o' && + lowline[3] == 'm' && lowline[4] == 'p')) ) + || + (lowline[1] == 'p' && lowline[2] == 'o' && + lowline[3] == 'm' && lowline[4] == 'p' && lowline[5] == '$') + )) { + + int pomp = ((lowline[1] == 'p') || (lowline[2] == 'p')); + + /* + * fix form omp directive + */ + if ( lowline[5+pomp]==' ' || lowline[5+pomp]=='\t' + || lowline[5+pomp]=='0' ) { + // new directive + if ( currPragma ) { + // if necessary process last complete directive + process_pragma(currPragma, os); + currPragma = 0; + } + currPragma = new OMPragmaF(infile, lineno, 6+pomp, lowline, pomp, + addSharedDecl); + + } else { + // continuation directive line + if ( currPragma ) { + currPragma->lines.push_back(lowline); + } else { + cerr << infile << ":" << lineno + << ": ERROR: invalid continuation line\n"; + cleanup_and_exit(); + } + } + + } else if ( line.size() && + (lstart = lowline.find_first_not_of(" \t")) != string::npos && + ((lstart == (pstart = lowline.find("!$omp"))) || + (lstart == (pstart = lowline.find("!$pomp"))) || + (lstart == (pstart = lowline.find("!pomp$")))) + ) { + + int pomp = ((lowline[pstart+1] == 'p') || (lowline[pstart+2] == 'p')); + + /* + * free form omp directive + */ + if ( needPragma ) { + // continuation directive line + currPragma->lines.push_back(lowline); + } else { + // new directive + currPragma + = new OMPragmaF(infile, lineno, pstart+5+pomp, lowline, pomp, + addSharedDecl); + } + string::size_type com = lowline.find("!", pstart+4+pomp); + if ( com != string::npos ) --com; + string::size_type amp = lowline.find_last_not_of(" \t", com); + if ( lowline[amp] == '&' ) { + // last non-white non-comment character == '&' --> continuation + needPragma = true; + } else { + // complete + needPragma = false; + process_pragma(currPragma, os); + currPragma = 0; + } + + } else { + /* + * normal line + */ + if ( needPragma ) { + cerr << infile << ":" << lineno-1 + << ": ERROR: missing continuation line\n"; + cleanup_and_exit(); + } else if ( currPragma ) { + // if necessary process last complete directive + process_pragma(currPragma, os); + currPragma = 0; + } + + if ( is_comment_line(lowline, line) ) { + os << line << '\n'; +# ifdef EBUG + cerr << setw(3) << lineno << ":C : " << line << '\n'; +# endif + } else { + del_strings_and_comments(lowline, inString); + if ( instrument_locks() ) { + replace_openmp_api_calls(lowline, line); + } + os << line << '\n'; + extra_handler(lineno, os); +# ifdef EBUG + cerr << setw(3) << lineno << ": : " << line << '\n'; +# endif + } + } + } +} diff --git a/ompi/contrib/vt/vt/tools/opari/tool/process_omp.cc b/ompi/contrib/vt/vt/tools/opari/tool/process_omp.cc new file mode 100644 index 0000000000..bf527123c4 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/opari/tool/process_omp.cc @@ -0,0 +1,47 @@ +/**************************************************************************** +** SCALASCA http://www.scalasca.org/ ** +** KOJAK http://www.fz-juelich.de/zam/kojak/ ** +***************************************************************************** +** Copyright (c) 1998-2007 ** +** Forschungszentrum Juelich, Zentralinstitut fuer Angewandte Mathematik ** +** ** +** See the file COPYRIGHT in the package base directory for details ** +****************************************************************************/ + +#include +#ifdef EBUG + using std::cerr; + +# include + using std::setw; +# endif + +#include "opari.h" +#include "handler.h" + +void process_pragma(OMPragma* p, ostream& os, bool* hasEnd, bool* isFor) { +# ifdef EBUG + for (unsigned i=0; ilines.size(); ++i) + cerr << setw(3) << p->lineno+i << ":O" << (i?"+":" ") + << ": " << p->lines[i] << "\n"; +# endif + p->find_name(); + + if ( do_transform || p->name == "instrument" ) { + if ( hasEnd ) + *hasEnd = (p->name != "barrier" && p->name != "noinstrument" && + p->name != "flush" && p->name != "threadprivate" && +#if defined(__GNUC__) && (__GNUC__ < 3) + p->name.substr(0, 4) != "inst"); +#else + p->name.compare(0, 4, "inst") != 0); +#endif + if ( isFor ) + *isFor = (p->name == "for" || p->name == "parallelfor"); + phandler_t handler = find_handler(p->name); + handler(p, os); + } else { + for (unsigned i=0; ilines.size(); ++i) os << p->lines[i] << "\n"; + } + delete p; +} diff --git a/ompi/contrib/vt/vt/tools/vtdyn/Makefile.am b/ompi/contrib/vt/vt/tools/vtdyn/Makefile.am new file mode 100644 index 0000000000..50977024a0 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/Makefile.am @@ -0,0 +1,14 @@ +if AMBUILDDYNATTLIB +SUBDIRS = dynattlib +endif + +bin_PROGRAMS = vtdyn + +INCLUDES = $(DYNIINCDIR) + +vtdyn_SOURCES = \ + vt_dyn.h \ + vt_dyn.cc +vtdyn_LDADD = \ + $(DYNILIBDIR) $(DYNILIB) + diff --git a/ompi/contrib/vt/vt/tools/vtdyn/Makefile.in b/ompi/contrib/vt/vt/tools/vtdyn/Makefile.in new file mode 100644 index 0000000000..f29f90af20 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/Makefile.in @@ -0,0 +1,610 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = vtdyn$(EXEEXT) +subdir = tools/vtdyn +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_vtdyn_OBJECTS = vt_dyn.$(OBJEXT) +vtdyn_OBJECTS = $(am_vtdyn_OBJECTS) +am__DEPENDENCIES_1 = +vtdyn_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(vtdyn_SOURCES) +DIST_SOURCES = $(vtdyn_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = dynattlib +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMBUILDDYNATTLIB_TRUE@SUBDIRS = dynattlib +INCLUDES = $(DYNIINCDIR) +vtdyn_SOURCES = \ + vt_dyn.h \ + vt_dyn.cc + +vtdyn_LDADD = \ + $(DYNILIBDIR) $(DYNILIB) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/vtdyn/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/vtdyn/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +vtdyn$(EXEEXT): $(vtdyn_OBJECTS) $(vtdyn_DEPENDENCIES) + @rm -f vtdyn$(EXEEXT) + $(CXXLINK) $(vtdyn_OBJECTS) $(vtdyn_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_dyn.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(PROGRAMS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-exec-am: install-binPROGRAMS + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-binPROGRAMS \ + clean-generic ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.am b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.am new file mode 100644 index 0000000000..7d27a6a170 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = libvt.dynatt.so + +bindir = $(libdir) + +libvt_dynatt_so_SOURCES = \ + vt_dynatt.c + +libvt_dynatt_so_LDFLAGS = $(LDFLAGS) $(LDSHFLAG) + diff --git a/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.in b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.in new file mode 100644 index 0000000000..a292efb61e --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.in @@ -0,0 +1,487 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = libvt.dynatt.so$(EXEEXT) +subdir = tools/vtdyn/dynattlib +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_libvt_dynatt_so_OBJECTS = vt_dynatt.$(OBJEXT) +libvt_dynatt_so_OBJECTS = $(am_libvt_dynatt_so_OBJECTS) +libvt_dynatt_so_LDADD = $(LDADD) +libvt_dynatt_so_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libvt_dynatt_so_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(libvt_dynatt_so_SOURCES) +DIST_SOURCES = $(libvt_dynatt_so_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = $(libdir) +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +libvt_dynatt_so_SOURCES = \ + vt_dynatt.c + +libvt_dynatt_so_LDFLAGS = $(LDFLAGS) $(LDSHFLAG) +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/vtdyn/dynattlib/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/vtdyn/dynattlib/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +libvt.dynatt.so$(EXEEXT): $(libvt_dynatt_so_OBJECTS) $(libvt_dynatt_so_DEPENDENCIES) + @rm -f libvt.dynatt.so$(EXEEXT) + $(libvt_dynatt_so_LINK) $(libvt_dynatt_so_OBJECTS) $(libvt_dynatt_so_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_dynatt.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/vt_dynatt.c b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/vt_dynatt.c new file mode 100644 index 0000000000..e483cca5bd --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/dynattlib/vt_dynatt.c @@ -0,0 +1,26 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifdef __GNUC__ +# define INITROU dynatt_init + void __attribute__ ((constructor)) INITROU(void); +#else +# define INITROU _init +#endif + +extern void VT_Dyn_attach(void); +void INITROU(void); + +void INITROU() +{ + VT_Dyn_attach(); +} diff --git a/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.cc b/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.cc new file mode 100644 index 0000000000..22b13a82c6 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.cc @@ -0,0 +1,706 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "vt_dyn.h" + +#define USAGETEXT std::endl \ +<< " " << ExeName << " - Dyninst Mutator for VampirTrace." << std::endl \ +<< std::endl \ +<< " Syntax: " << ExeName << " [-v|--verbose] [-s|--shlib [,...]] [-b|--blacklist [-p|--pid ] [appargs ...]" << std::endl \ +<< std::endl \ +<< " options:" << std::endl \ +<< " -h, --help Show this help message." << std::endl \ +<< std::endl \ +<< " -v, --verbose Enable verbose mode." << std::endl \ +<< std::endl \ +<< " -s, --shlib Comma-separated list of shared libraries" << std::endl \ +<< " [,...] which should also be instrumented." << std::endl \ +<< std::endl \ +<< " -b, --blacklist Set path of blacklist file containing" << std::endl \ +<< " a newline-separated list of functions" << std::endl \ +<< " which should not be instrumented." << std::endl \ +<< std::endl \ +<< " -p, --pid application's process id" << std::endl \ +<< " (attaches the mutator to a running process)" << std::endl \ +<< std::endl \ +<< " app path of application executable" << std::endl \ +<< std::endl \ +<< " appargs application's arguments" << std::endl + +// +// structure that contains the program options +// +struct Params_struct +{ + Params_struct() + : mutatee(""), mutatee_pid(-1), + blist_path(""), beverbose(false) {} + + std::string mutatee; + std::vector mutatee_args; + int mutatee_pid; + std::vector shlibs; + std::string blist_path; + bool beverbose; +} Params; + +static bool ParseCommandLine( int argc, char ** argv ); + +static const std::string ExeName = "vtdyn"; +static const std::string BLName = "vtdyn_blist"; + +Mutator * theMutator; // instance of class Mutator +BPatch theBpatch; // instance of class BPatch +int mutatorPid = getpid(); // mutator's process id + +int +main( int argc, char ** argv ) +{ + int rc; + + // parse command line + if( !ParseCommandLine( argc, argv ) ) + return 1; + + // show help text, if command line parameters are incomplete + // + if( Params.mutatee.length() == 0 && Params.mutatee_pid == -1 ) + { + std::cout << USAGETEXT << std::endl; + return 0; + } + + if( Params.mutatee_pid == -1 ) + { + // set/overwrite environment variable VT_UNIFY to zero, + // so VampirTrace don't unify local traces (DYNINST Bug?) +#if HAVE_SETENV == 1 + setenv( "VT_UNIFY", "no", 1 ); +#else + putenv( "VT_UNIFY=no" ); +#endif + } + + // create instance of mutator + theMutator = new Mutator(); + assert( theMutator ); + + // start mutation + rc = theMutator->run() ? 0 : 1; + + // cleanup + // + delete theMutator; + + return rc; +} + +static bool +ParseCommandLine( int argc, char ** argv ) +{ + int i, j; + + for( i = 1; i < argc; i++ ) + { + if( strcmp( argv[i], "-h" ) == 0 + || strcmp( argv[i], "--help" ) == 0 ) + { + Params.mutatee = ""; Params.mutatee_pid = -1; + return true; + } + else if( strcmp( argv[i], "-v" ) == 0 + || strcmp( argv[i], "--verbose" ) == 0 ) + { + Params.beverbose = true; + } + else if( strcmp( argv[i], "-s" ) == 0 + || strcmp( argv[i], "--shlib" ) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: expected -- -s" << std::endl; + return false; + } + + char shlibs_str[STRBUFSIZE]; + char * tk; + + strcpy( shlibs_str, argv[++i] ); + tk = strtok( shlibs_str, "," ); + do + { + Params.shlibs.push_back( std::string(tk) ); + } while( (tk = strtok( 0, "," )) ); + } + else if( strcmp( argv[i], "-b" ) == 0 + || strcmp( argv[i], "--blacklist" ) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: expected -- -b" << std::endl; + return false; + } + + Params.blist_path = std::string( argv[++i] ); + } + else if( strcmp( argv[i], "-p" ) == 0 + || strcmp( argv[i], "--pid" ) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: expected -- -p" << std::endl; + return false; + } + + Params.mutatee_pid = atoi( argv[++i] ); + } + else + { + if( Params.mutatee.length() == 0 ) + { + Params.mutatee = std::string( argv[i] ); + Params.mutatee_args.push_back( Params.mutatee ); + } + else + { + for( j = 1; i < argc; i++, j++ ) + Params.mutatee_args.push_back( std::string( argv[i] ) ); + break; + } + } + } + + return true; +} + +//////////////////// class Mutator //////////////////// + +// public methods +// + +Mutator::Mutator() : m_pAppProcess(0), m_pAppImage(0), + m_pVTDynStartFunc(0), m_pVTDynEndFunc(0) +{ + // empty +} + +Mutator::~Mutator() +{ + // empty +} + +bool +Mutator::run() +{ + bool error = false; + + uint32_t i; + + // initialize mutator + if( !initialize() ) + error = true; + + // get instrumentable functions of image + // + std::vector vec_inst_funcs; + if( !error && !getFunctions( &vec_inst_funcs ) ) + error = true; + + // instrument functions + // + if( !error ) + { + DGOUT( "Instrumenting functions ..." ); + + for( i = 0; i < vec_inst_funcs.size(); i++ ) + { + if( !instrumentFunction( vec_inst_funcs[i] ) ) + break; + } + if( i != vec_inst_funcs.size() ) + error = true; + } + + for( i = 0; i < vec_inst_funcs.size(); i++ ) + delete vec_inst_funcs[i]; + + if( !error ) + { + DGOUT( "Executing application ..." ); + + // continue execution of the mutatee + // + if( !m_pAppProcess->isStopped() || m_pAppProcess->isTerminated() ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Could not continue execution of process" << std::endl; + error = true; + } + + if( !error ) + { + // send mutatee process a signal to continue execution + // + if( Params.mutatee_pid != -1 ) + kill( Params.mutatee_pid, SIGUSR1 ); + + m_pAppProcess->continueExecution(); + + // wait for mutatee to terminate + // + while( !m_pAppProcess->isTerminated() ) + { + theBpatch.waitForStatusChange(); + sleep(1); + } + + DGOUT( "End of application" ); + } + } + + // terminate execution, if an error occurred + // + if( error && m_pAppProcess && !m_pAppProcess->isTerminated() ) + m_pAppProcess->terminateExecution(); + + return !error; +} + +// private methods +// + +bool +Mutator::initialize() +{ + // read function blacklist file + // + if( Params.blist_path.length() > 0 ) + { + if( !readFunctionBL() ) + return false; + } + + // attach to the program + // + if( Params.mutatee_pid == -1 ) // ... by executable + { + DGOUT( "Creating process ..." ); + + char ** mutatee_args = new char*[Params.mutatee_args.size()]; + + for( uint32_t i = 0; i < Params.mutatee_args.size(); i++ ) + { + mutatee_args[i] = new char[Params.mutatee_args[i].length()+1]; + strcpy( mutatee_args[i], Params.mutatee_args[i].c_str() ); + } + + m_pAppProcess = + theBpatch.processCreate( Params.mutatee.c_str(), + (const char**)mutatee_args ); + } + else // ... by pid + { + DGOUT( "Attaching myself at pid " << Params.mutatee_pid << " ..." ); + m_pAppProcess = + theBpatch.processAttach( Params.mutatee.c_str(), Params.mutatee_pid ); + } + + if( !m_pAppProcess || m_pAppProcess->isTerminated() ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Could not create process object" << std::endl; + if( Params.mutatee_pid != -1 && + ( Params.mutatee.length() == 0 ) ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: A possible solution to the problem is to set the environment variable VT_APPPATH to the path of your application." << std::endl; + } + return false; + } + + // read the program's image and get an associated image object + // + m_pAppImage = m_pAppProcess->getImage(); + if( !m_pAppImage ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Could not get an image object" << std::endl; + return false; + } + + // search some functions from VampirTrace + // + if( !findFunction( "VT_Dyn_start", &m_pVTDynStartFunc ) ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Unable to find function VT_Dyn_start" << std::endl; + return false; + } + if( !findFunction( "VT_Dyn_end", &m_pVTDynEndFunc ) ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Unable to find function VT_Dyn_end" << std::endl; + return false; + } + + return true; +} + +bool +Mutator::readFunctionBL() +{ + assert( Params.blist_path.length() > 0 ); + + // open function blacklist file for reading + // + std::ifstream in( Params.blist_path.c_str() ); + + if( !in ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Cannot open blacklist file " << Params.blist_path << std::endl; + return false; + } + + char buffer[STRBUFSIZE]; + + // read line per line + // + while( in.getline( buffer, STRBUFSIZE ) ) + { + chomp(buffer); + trim(buffer); + + if( strlen( buffer ) == 0 || buffer[0] == '#' ) + continue; + + m_vecBlacklist.push_back( buffer ); + } + + // close function blacklist file + in.close(); + + // sort function blacklist for faster searching + // + if( m_vecBlacklist.size() > 0 ) + { + std::sort( m_vecBlacklist.begin(), + m_vecBlacklist.end() ); + } + + return true; +} + +bool +Mutator::checkFunctionBL( std::string name ) +{ + std::vector::iterator it = + std::find( m_vecBlacklist.begin(), + m_vecBlacklist.end(), + name ); + + return it != m_vecBlacklist.end(); +} + +bool +Mutator::getFunctions( std::vector * p_vecInstFuncs ) +{ + DGOUT( "Get instrumentable functions ..." ); + + // get list of modules from image + // + BPatch_Vector * p_vec_modules = + m_pAppImage->getModules(); + + if( !p_vec_modules ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Could not get modules of image" << std::endl; + return false; + } + + for( uint32_t i = 0; i < p_vec_modules->size(); i++ ) + { + std::string module_name; + char buffer[STRBUFSIZE] = ""; + + (*p_vec_modules)[i]->getName( buffer, STRBUFSIZE ); + module_name = buffer; + + if( constraintModule( module_name ) ) + { + DGOUT( " Skip module '" << module_name << "'" ); + continue; + } + + // get functions of module + // + BPatch_Vector * p_vec_functions = + (*p_vec_modules)[i]->getProcedures(); + + if( !p_vec_functions ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Could not get functions of module " << module_name << std::endl; + return false; + } + + for( uint32_t j = 0; j < p_vec_functions->size(); j++ ) + { + std::string function_name; + + (*p_vec_functions)[j]->getName( buffer, STRBUFSIZE ); + function_name = buffer; + + if( !(*p_vec_functions)[j]->isInstrumentable() ) + { + DGOUT( " Skip function '" << function_name << "' (not instrumentable)" ); + continue; + } + + if( constraintFunction( function_name ) ) + { + DGOUT( " Skip function '" << function_name << "'" ); + continue; + } + + std::vector statements; + unsigned long addr; + const char* file_name = NULL; + int line_number = 0; + + addr = (unsigned long)(*p_vec_functions)[j]->getBaseAddr(); + (*p_vec_modules)[i]->getSourceLines( addr, statements ); + + if( statements.size() > 0 ) + { + file_name = statements[0].fileName(); + line_number = statements[0].lineNumber(); + } + + if( statements.size() == 0 || + file_name == NULL || + constraintModule( file_name ) ) + { + DGOUT( " Skip function '" << function_name << "' (determ. source code loc. failed)" ); + continue; + } + + DGOUT( " Add function '" << function_name << "' for instrumenting" ); + p_vecInstFuncs->push_back( + new struct InstFunc( (*p_vec_functions)[j], addr, + function_name, + file_name, + line_number ) ); + } + } + + return true; +} + +bool +Mutator::constraintModule( std::string name ) +{ + int len = name.length(); + + if( name.compare( "DEFAULT_MODULE" ) == 0 || + name.compare( "LIBRARY_MODULE" ) == 0 || + ( name.compare( 0, 3, "vt_" ) != 0 && + name.compare( 0, 4, "rfg_" ) != 0 && + name.compare( 0, 4, "OTF_" ) != 0 && + name.compare( 0, 5, "pomp_" ) != 0 )&& + name.compare( len-2, 2, ".c" ) == 0 || + name.compare( len-2, 2, ".C" ) == 0 || + name.compare( len-3, 3, ".cc" ) == 0 || + name.compare( len-4, 4, ".cpp" ) == 0 || + name.compare( len-2, 2, ".f" ) == 0 || + name.compare( len-2, 2, ".F" ) == 0 || + name.compare( len-4, 4, ".f77" ) == 0 || + name.compare( len-4, 4, ".F77" ) == 0 || + name.compare( len-4, 4, ".f90" ) == 0 || + name.compare( len-4, 4, ".F90" ) == 0 || + name.compare( len-4, 4, ".f95" ) == 0 || + name.compare( len-4, 4, ".F95" ) == 0 ) + { + return false; // ok, module should be instrumented + } + else + { + // check for user specified constraints on modules + // + std::vector::iterator it = + std::find( Params.shlibs.begin(), + Params.shlibs.end(), + name ); + + return it == Params.shlibs.end(); + } +} + +bool +Mutator::constraintFunction( std::string name ) +{ + if( isMPI() && name.compare( 0, 4, "MPI_" ) == 0 ) + { + return true; // don't instrument MPI functions + // (already done by function wrapper) + } + else if( checkFunctionBL( name ) || + name.compare( "ataxit" ) == 0 ) + { + return true; // don't instrument function + } + else + { + return false; // ok, function should be instrumented + } +} + +bool +Mutator::isMPI() +{ + static int is_mpi = -1; + + if( is_mpi == -1 ) + { + BPatch_function * p_mpi_init = 0; + if( findFunction( "MPI_Init", &p_mpi_init ) ) + is_mpi = 1; + else + is_mpi = 0; + } + + return is_mpi == 1 ? true : false; +} + +bool +Mutator::findFunction( std::string name, BPatch_function ** p_function ) +{ + BPatch_Vector vec_found_funcs; + + m_pAppImage->findFunction( name.c_str(), vec_found_funcs, false ); + + if( vec_found_funcs.size() > 0 ) + { + *p_function = vec_found_funcs[0]; + return true; + } + else + { + *p_function = 0; + return false; + } +} + +bool +Mutator::instrumentFunction( struct InstFunc * p_instFunc ) +{ + bool error = false; + + BPatch_Vector *p_callee_args = + new BPatch_Vector(); + + BPatch_constExpr * p_const_expr_faddr = + new BPatch_constExpr( p_instFunc->addr ); + p_callee_args->push_back( p_const_expr_faddr ); + BPatch_constExpr * p_const_expr_fname = + new BPatch_constExpr( p_instFunc->name.c_str() ); + p_callee_args->push_back( p_const_expr_fname ); + BPatch_constExpr * p_const_expr_file = + new BPatch_constExpr( p_instFunc->file.c_str() ); + p_callee_args->push_back( p_const_expr_file ); + BPatch_constExpr * p_const_expr_lno = + new BPatch_constExpr( p_instFunc->lno ); + p_callee_args->push_back( p_const_expr_lno ); + + DGOUT( " Instrumenting-> '" << p_instFunc->name << "' Entry ..." ); + if( !insertFunctionCall( p_instFunc->p_func, BPatch_entry, + m_pVTDynStartFunc, p_callee_args ) ) + { error = true; } + + delete p_const_expr_lno; + delete p_const_expr_file; + delete p_const_expr_fname; + p_callee_args->pop_back(); + p_callee_args->pop_back(); + p_callee_args->pop_back(); + + if( !error ) + { + DGOUT( " Instrumenting-> '" << p_instFunc->name << "' Exit ..." ); + if( !insertFunctionCall( p_instFunc->p_func, BPatch_exit, + m_pVTDynEndFunc, p_callee_args ) ) + { error = true; } + } + + delete p_const_expr_faddr; + delete p_callee_args; + + return !error; +} + +bool +Mutator::insertFunctionCall( BPatch_function * p_function, + BPatch_procedureLocation loc, + BPatch_function * p_callee, + BPatch_Vector * p_callee_args ) +{ + const BPatch_snippet *p_snippet = + new BPatch_funcCallExpr( *p_callee, *p_callee_args ); + + if( p_snippet == 0 ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Unable to create snippet to call callee" << std::endl; + return false; + } + + const BPatch_Vector *p_points = + p_function->findPoint( loc ); + + if( p_points == 0 ) + { + std::cerr << ExeName << ": [" << mutatorPid << "]: Error: Unable to find insert point to call callee" << std::endl; + delete p_snippet; + return false; + } + + if( loc == BPatch_entry ) + { + m_pAppProcess->insertSnippet( *p_snippet, *p_points, + BPatch_callBefore, BPatch_lastSnippet ); + } + else + { + m_pAppProcess->insertSnippet( *p_snippet, *p_points ); + } + + delete p_snippet; + + return true; +} diff --git a/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.h b/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.h new file mode 100644 index 0000000000..d9a4c39a4d --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtdyn/vt_dyn.h @@ -0,0 +1,93 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_DYN_H_ +#define _VT_DYN_H_ + +#define STRBUFSIZE 1024 + +#define DGOUT(str) \ + if( Params.beverbose ) \ + std::cout << ExeName << ": [" << mutatorPid << "]: " << str << std::endl; + +// macro to remove newline character from string +#define chomp(str) { \ + if( str[strlen(str)-1] == '\n' ) \ + str[strlen(str)-1] = '\0'; } + +// macro to strip whitespace from string +#define trim(str) { \ + int _trim_start_idx_ = 0; \ + int _trim_stop_idx_ = strlen( str ); \ + int i, j; \ + if( strlen( str ) > 0 ) { \ + for( i = 0; i < (int)strlen( str ) \ + && str[i] == ' '; i++ ) _trim_start_idx_++; \ + for( i = (int)strlen( str ) - 1; i >= 0 \ + && str[i] == ' '; i-- ) _trim_stop_idx_--; \ + for( j = 0, i = _trim_start_idx_; i < _trim_stop_idx_; i++, j++ ) \ + str[j] = str[i]; \ + str[j] = '\0'; } } + +class Mutator +{ + struct InstFunc + { + InstFunc() : p_func(0), addr(0), name(""), file(""), lno(0) {} + InstFunc(BPatch_function * _p_func, unsigned long _addr, + std::string _name, std::string _file, uint32_t _lno ) + : p_func(_p_func), addr(_addr), name(_name), file(_file), lno(_lno) {} + + BPatch_function * p_func; + unsigned long addr; + std::string name; + std::string file; + uint32_t lno; + }; + +public: + + Mutator(); // contructor + ~Mutator(); // destructor + + bool run(); + +private: + + bool initialize(); + bool readFunctionBL(); + bool checkFunctionBL( std::string name ); + bool getFunctions( std::vector * p_vecInstFuncs ); + bool constraintModule( std::string name ); + bool constraintFunction( std::string name ); + bool isMPI(); + bool findFunction( std::string name, BPatch_function ** p_function ); + bool instrumentFunction( struct InstFunc * p_instFunc ); + bool insertFunctionCall( BPatch_function * p_function, + BPatch_procedureLocation loc, + BPatch_function * p_callee, + BPatch_Vector * p_callee_args ); + + BPatch_process * m_pAppProcess; + BPatch_image * m_pAppImage; + + BPatch_function * m_pVTDynStartFunc; + BPatch_function * m_pVTDynEndFunc; + + std::vector m_vecBlacklist; +}; + +extern Mutator * theMutator; +extern BPatch theBpatch; +extern int mutatorPid; + +#endif // _VT_DYN_H_ diff --git a/ompi/contrib/vt/vt/tools/vtfilter/Makefile.am b/ompi/contrib/vt/vt/tools/vtfilter/Makefile.am new file mode 100644 index 0000000000..d2db711167 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/Makefile.am @@ -0,0 +1,31 @@ +bin_PROGRAMS = vtfilter + +if AMEXTERNOTF +OTFINCLUDE = $(OTFINCDIR) +OTFLIBRARY = $(OTFLIBDIR) $(OTFLIB) +else +OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +OTFLIBRARY = -L$(top_builddir)/extlib/otf/otflib -L$(top_builddir)/extlib/otf/otflib/.libs $(OTFLIB) +endif + +INCLUDES = $(OTFINCLUDE) -I$(top_srcdir)/vtlib/ -I$(top_builddir)/vtlib + +if AMHAVEOMP +vtfilter_CXXFLAGS = $(OMPFLAG) -DVT_OMP +vtfilter_LDFLAGS = $(OMPFLAG) +else +vtfilter_CXXFLAGS = +vtfilter_LDFLAGS = +endif + +vtfilter_SOURCES = \ + vt_filter.h \ + vt_filthandler.h \ + vt_otfhandler.h \ + vt_filter.cc \ + vt_filthandler.cc \ + vt_otfhandler.cc \ + vt_tracefilter.cc + +vtfilter_LDADD = $(OTFLIBRARY) + diff --git a/ompi/contrib/vt/vt/tools/vtfilter/Makefile.in b/ompi/contrib/vt/vt/tools/vtfilter/Makefile.in new file mode 100644 index 0000000000..0097c1a73c --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/Makefile.in @@ -0,0 +1,573 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = vtfilter$(EXEEXT) +subdir = tools/vtfilter +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_vtfilter_OBJECTS = vtfilter-vt_filter.$(OBJEXT) \ + vtfilter-vt_filthandler.$(OBJEXT) \ + vtfilter-vt_otfhandler.$(OBJEXT) \ + vtfilter-vt_tracefilter.$(OBJEXT) +vtfilter_OBJECTS = $(am_vtfilter_OBJECTS) +am__DEPENDENCIES_1 = +@AMEXTERNOTF_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +@AMEXTERNOTF_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ +@AMEXTERNOTF_TRUE@ $(am__DEPENDENCIES_1) +vtfilter_DEPENDENCIES = $(am__DEPENDENCIES_2) +vtfilter_LINK = $(CXXLD) $(vtfilter_CXXFLAGS) $(CXXFLAGS) \ + $(vtfilter_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(vtfilter_SOURCES) +DIST_SOURCES = $(vtfilter_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMEXTERNOTF_FALSE@OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +@AMEXTERNOTF_TRUE@OTFINCLUDE = $(OTFINCDIR) +@AMEXTERNOTF_FALSE@OTFLIBRARY = -L$(top_builddir)/extlib/otf/otflib -L$(top_builddir)/extlib/otf/otflib/.libs $(OTFLIB) +@AMEXTERNOTF_TRUE@OTFLIBRARY = $(OTFLIBDIR) $(OTFLIB) +INCLUDES = $(OTFINCLUDE) -I$(top_srcdir)/vtlib/ -I$(top_builddir)/vtlib +@AMHAVEOMP_FALSE@vtfilter_CXXFLAGS = +@AMHAVEOMP_TRUE@vtfilter_CXXFLAGS = $(OMPFLAG) -DVT_OMP +@AMHAVEOMP_FALSE@vtfilter_LDFLAGS = +@AMHAVEOMP_TRUE@vtfilter_LDFLAGS = $(OMPFLAG) +vtfilter_SOURCES = \ + vt_filter.h \ + vt_filthandler.h \ + vt_otfhandler.h \ + vt_filter.cc \ + vt_filthandler.cc \ + vt_otfhandler.cc \ + vt_tracefilter.cc + +vtfilter_LDADD = $(OTFLIBRARY) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/vtfilter/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/vtfilter/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +vtfilter$(EXEEXT): $(vtfilter_OBJECTS) $(vtfilter_DEPENDENCIES) + @rm -f vtfilter$(EXEEXT) + $(vtfilter_LINK) $(vtfilter_OBJECTS) $(vtfilter_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtfilter-vt_filter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtfilter-vt_filthandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtfilter-vt_otfhandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtfilter-vt_tracefilter.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +vtfilter-vt_filter.o: vt_filter.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_filter.o -MD -MP -MF $(DEPDIR)/vtfilter-vt_filter.Tpo -c -o vtfilter-vt_filter.o `test -f 'vt_filter.cc' || echo '$(srcdir)/'`vt_filter.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_filter.Tpo $(DEPDIR)/vtfilter-vt_filter.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_filter.cc' object='vtfilter-vt_filter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_filter.o `test -f 'vt_filter.cc' || echo '$(srcdir)/'`vt_filter.cc + +vtfilter-vt_filter.obj: vt_filter.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_filter.obj -MD -MP -MF $(DEPDIR)/vtfilter-vt_filter.Tpo -c -o vtfilter-vt_filter.obj `if test -f 'vt_filter.cc'; then $(CYGPATH_W) 'vt_filter.cc'; else $(CYGPATH_W) '$(srcdir)/vt_filter.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_filter.Tpo $(DEPDIR)/vtfilter-vt_filter.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_filter.cc' object='vtfilter-vt_filter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_filter.obj `if test -f 'vt_filter.cc'; then $(CYGPATH_W) 'vt_filter.cc'; else $(CYGPATH_W) '$(srcdir)/vt_filter.cc'; fi` + +vtfilter-vt_filthandler.o: vt_filthandler.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_filthandler.o -MD -MP -MF $(DEPDIR)/vtfilter-vt_filthandler.Tpo -c -o vtfilter-vt_filthandler.o `test -f 'vt_filthandler.cc' || echo '$(srcdir)/'`vt_filthandler.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_filthandler.Tpo $(DEPDIR)/vtfilter-vt_filthandler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_filthandler.cc' object='vtfilter-vt_filthandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_filthandler.o `test -f 'vt_filthandler.cc' || echo '$(srcdir)/'`vt_filthandler.cc + +vtfilter-vt_filthandler.obj: vt_filthandler.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_filthandler.obj -MD -MP -MF $(DEPDIR)/vtfilter-vt_filthandler.Tpo -c -o vtfilter-vt_filthandler.obj `if test -f 'vt_filthandler.cc'; then $(CYGPATH_W) 'vt_filthandler.cc'; else $(CYGPATH_W) '$(srcdir)/vt_filthandler.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_filthandler.Tpo $(DEPDIR)/vtfilter-vt_filthandler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_filthandler.cc' object='vtfilter-vt_filthandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_filthandler.obj `if test -f 'vt_filthandler.cc'; then $(CYGPATH_W) 'vt_filthandler.cc'; else $(CYGPATH_W) '$(srcdir)/vt_filthandler.cc'; fi` + +vtfilter-vt_otfhandler.o: vt_otfhandler.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_otfhandler.o -MD -MP -MF $(DEPDIR)/vtfilter-vt_otfhandler.Tpo -c -o vtfilter-vt_otfhandler.o `test -f 'vt_otfhandler.cc' || echo '$(srcdir)/'`vt_otfhandler.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_otfhandler.Tpo $(DEPDIR)/vtfilter-vt_otfhandler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_otfhandler.cc' object='vtfilter-vt_otfhandler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_otfhandler.o `test -f 'vt_otfhandler.cc' || echo '$(srcdir)/'`vt_otfhandler.cc + +vtfilter-vt_otfhandler.obj: vt_otfhandler.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_otfhandler.obj -MD -MP -MF $(DEPDIR)/vtfilter-vt_otfhandler.Tpo -c -o vtfilter-vt_otfhandler.obj `if test -f 'vt_otfhandler.cc'; then $(CYGPATH_W) 'vt_otfhandler.cc'; else $(CYGPATH_W) '$(srcdir)/vt_otfhandler.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_otfhandler.Tpo $(DEPDIR)/vtfilter-vt_otfhandler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_otfhandler.cc' object='vtfilter-vt_otfhandler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_otfhandler.obj `if test -f 'vt_otfhandler.cc'; then $(CYGPATH_W) 'vt_otfhandler.cc'; else $(CYGPATH_W) '$(srcdir)/vt_otfhandler.cc'; fi` + +vtfilter-vt_tracefilter.o: vt_tracefilter.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_tracefilter.o -MD -MP -MF $(DEPDIR)/vtfilter-vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.o `test -f 'vt_tracefilter.cc' || echo '$(srcdir)/'`vt_tracefilter.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_tracefilter.Tpo $(DEPDIR)/vtfilter-vt_tracefilter.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_tracefilter.cc' object='vtfilter-vt_tracefilter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_tracefilter.o `test -f 'vt_tracefilter.cc' || echo '$(srcdir)/'`vt_tracefilter.cc + +vtfilter-vt_tracefilter.obj: vt_tracefilter.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -MT vtfilter-vt_tracefilter.obj -MD -MP -MF $(DEPDIR)/vtfilter-vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.obj `if test -f 'vt_tracefilter.cc'; then $(CYGPATH_W) 'vt_tracefilter.cc'; else $(CYGPATH_W) '$(srcdir)/vt_tracefilter.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtfilter-vt_tracefilter.Tpo $(DEPDIR)/vtfilter-vt_tracefilter.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_tracefilter.cc' object='vtfilter-vt_tracefilter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtfilter_CXXFLAGS) $(CXXFLAGS) -c -o vtfilter-vt_tracefilter.obj `if test -f 'vt_tracefilter.cc'; then $(CYGPATH_W) 'vt_tracefilter.cc'; else $(CYGPATH_W) '$(srcdir)/vt_tracefilter.cc'; fi` + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.cc b/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.cc new file mode 100644 index 0000000000..59db83d77f --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.cc @@ -0,0 +1,431 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_filter.h" +using namespace std; + +#include + + +Filter::Filter() + : maxStackDepth(0), totalInvocations(0), maxInvocations(0), + timerResolution(0), messageCount(0), collectiveCount(0) { +} + + +void Filter::setTimerResolution( uint64_t tickspersecond ) { + + + timerResolution= tickspersecond; +} + + +void Filter::addFunction( uint32_t func, const std::string& name ) { + + + functions.insert( pair(func, Function( func, name ) ) ); +} + + +void Filter::addEnter( uint32_t func, uint32_t process, uint64_t time ) { + + + /* add the new process if it does not already exist */ + stack& rstack= callStack.insert( + pair >( process, stack() ) ).first->second; + + + /* add the new function if it does not already exist - should never happen */ + map::iterator itfunc= functions.insert( + pair(func, Function( func, "_undefined" ) ) ).first; + + + /* increase number of invocations */ + ++(itfunc->second.invocations); + + + /* add the function to the parent */ + if( false == rstack.empty() ) { + + /* add the function to the subfunctionlist, if it does not already exist */ + rstack.top().it->second.subFuncs.insert( func ); + + rstack.top().it->second.accDurationExcl+= time; + } + + /* push the callstack */ + rstack.push( StackItem( itfunc ) ); + rstack.top().it->second.accDurationIncl-= time; + rstack.top().it->second.accDurationExcl-= time; +} + + +void Filter::addLeave( uint32_t process, uint64_t time ) { + + + /* add the new process if it does not already exist */ + stack& rstack= callStack.insert( + pair >( process, stack() ) ).first->second; + + rstack.top().it->second.accDurationIncl+= time; + rstack.top().it->second.accDurationExcl+= time; + + rstack.pop(); + + if( false == rstack.empty() ) { + + rstack.top().it->second.accDurationExcl-= time; + } +} + + +void Filter::postProcessing() { + + + std::map::iterator itf; + for( itf= functions.begin(); itf != functions.end(); ++itf ) { + + /* calculate max subcalls */ + if ( itf->second.subFuncs.size() > maxInvocations ) { + + maxInvocations= itf->second.subFuncs.size(); + } + + /* count total invocations */ + totalInvocations+= itf->second.invocations; + + + /* calculate the stack depth - without recursion!!! */ + stack stack; + stack.push( PostStackItem( itf->second.id, set() ) ); + + /*cerr << "visit: " << itf->second.id << " " << itf->second.name + << " subcalls: " << itf->second.invocations << " subfunctions: " << itf->second.subFuncs.size()<< endl;*/ + + itf->second.depth= visitFunction( stack, NULL, NULL, NULL ) - 1; + + if( itf->second.depth > maxStackDepth ) { + maxStackDepth= itf->second.depth; + } + } +} + + +vector Filter::getFunctions() const { + + + vector ret; + map::const_iterator it; + + for( it= functions.begin(); it != functions.end(); ++it ) { + + ret.push_back( it->second ); + } + + sort( ret.begin(), ret.end() ); + + return ret; +} + + +set Filter::reduceTo( float* percent, const set& excludes, + const set& includes, bool includechildren, uint64_t limit ) { + + vector funcs= getFunctions(); + set killed; + set nokill; + bool killedsomething= true; + + + + double msgf= 1.0; + double collf= 1.0; + + uint64_t allrecords= (uint64_t) ( (double) getTotalInvocations() + + msgf * (double) getMessageCount() + + collf * (double) getCollectiveCount() ); + + /*cerr << "invocations: " << getTotalInvocations() + << "messages: " << getMessageCount() + << "collectives: " << getCollectiveCount() << endl; + */ + + int64_t invocationstokill= (int64_t)allrecords - + ((int64_t) ((((double)allrecords * (*percent)) / 100.0) + 0.5)); + + + + vector::iterator itfuncs; + set::const_iterator itkilled; + + + /* add all excludes and their parents recrusively to the nokill-set + this is important for the includes ( otherwise it is not required, because + functions with children will not be filtered anyways ) */ + for( itfuncs= funcs.begin(); itfuncs != funcs.end(); ++itfuncs ) { + + stack stack; + stack.push( PostStackItem( itfuncs->id, set() ) ); + + /* recursively visit all functions */ + visitFunctionExclude( stack, nokill ); + + /* if the function should be excluded, do it */ + if( excludes.find( itfuncs->id ) != excludes.end() ) { + + nokill.insert( itfuncs->id ); + } + } + + + /* add all includes (and maybe their children recursively) to the killed-set + */ + for( itfuncs= funcs.begin(); itfuncs != funcs.end(); ++itfuncs ) { + + /* if the function should not be excluded and should be included */ + if( nokill.find( itfuncs->id ) == nokill.end() && + includes.find( itfuncs->id ) != includes.end() ) { + + /* is recursion enabled? */ + if( true == includechildren ) { + + stack stack; + stack.push( PostStackItem( itfuncs->id, set() ) ); + + uint64_t killedinvocations= 0; + visitFunction( stack, &killed, &killedinvocations, &nokill ); + invocationstokill-= killedinvocations; + } + + /* kill this function if it is not already done */ + if( killed.find( itfuncs->id ) == killed.end() ) { + killed.insert( itfuncs->id ); + + /* If the limit is smaller than the invocationcount, + subtract the invocationcount and add the limit to "invocationstokill" */ + if( limit < itfuncs->invocations ) { + invocationstokill-= itfuncs->invocations; + invocationstokill+= limit; + } + /* else: do nothing, because limit >= invocationcount */ + + } + + } + } + + + uint64_t candidateinvocations= 0; + uint32_t candidateid= 0; + + + /* normal kill decision loop */ + while( invocationstokill > 0 && false != killedsomething ) { + + killedsomething= false; + + + /* iterate through all functions */ + for( itfuncs= funcs.begin(); itfuncs != funcs.end(); ++itfuncs ) { + + /* delete all references to killed functions */ + for( itkilled= killed.begin(); itkilled != killed.end(); ++itkilled ) { + + itfuncs->subFuncs.erase( *itkilled ); + } + + /* are there children? yes if: set-size == 0, + recursion does not count */ + bool nochildren= true; + set::const_iterator itfid; + for( itfid= itfuncs->subFuncs.begin(); itfid != itfuncs->subFuncs.end(); ++itfid ) { + if( *itfid != itfuncs->id ) nochildren= false; + } + + + /* strategy 2 - if we are right over the invocationcount + the function stored in "candidate*" is the right one to kill */ + if( (int64_t)itfuncs->invocations < invocationstokill && + 0 != candidateid ) { + + killed.insert( candidateid ); + + invocationstokill-= candidateinvocations; + invocationstokill+= limit; + + killedsomething= true; + candidateid= 0; + + break; + } + + + /* if the function is not excluded and is not killed */ + if( nokill.find( itfuncs->id ) == nokill.end() && + killed.find( itfuncs->id ) == killed.end() ) { + + /* strategy 2 - save this function as a candidate, if + it has more invocations than the limit is */ + + if( true == nochildren && itfuncs->invocations > limit ) { + candidateinvocations= itfuncs->invocations; + candidateid= itfuncs->id; + } + + } + + } + + /* sort newly because the references might have changed, thus the order too */ + sort( funcs.begin(), funcs.end() ); + } + + + /* calculate the percentage of remaining events */ + *percent= (float) + ((double)( (((int64_t) ((((double)allrecords * (*percent)) / 100.0) + 0.5)) + + invocationstokill) * 100 ) / (double)allrecords); + + + return killed; +} + + +void Filter::operator+=( const Filter& filter ) { + + if( maxStackDepth < filter.getMaxStackDepth() ) maxStackDepth = filter.getMaxStackDepth(); + totalInvocations += filter.getTotalInvocations(); + if( maxInvocations < filter.getMaxInvocations() ) maxInvocations = filter.getMaxInvocations(); + messageCount += filter.getMessageCount(); + collectiveCount += filter.getCollectiveCount(); + + + if( timerResolution != 0 && filter.getTimerResolution() != 0 + && timerResolution != filter.getTimerResolution() ) { + + cerr << "Multiple timerresolutions found. aborting" << endl; + abort(); + + } else if ( timerResolution == 0 && filter.getTimerResolution() != 0 ) { + timerResolution = filter.getTimerResolution(); + } + + /* merge the functions i.e. accumulate all stats, compare max values .... */ + map::const_iterator itf; + map::iterator itf2; + for( itf = filter.getFunctionMap().begin(); itf != filter.getFunctionMap().end(); ++itf ) { + itf2 = functions.find( itf->first ); + if( itf2 != functions.end() ) { + itf2->second += itf->second; + } else { + functions.insert(pair(itf->first, itf->second)); + } + } +} + + + +/* *** protected *** */ +uint32_t Filter::visitFunction( stack& stackx, set* killed, + uint64_t* killedinvocations, const set* nokill ) { + + + map::const_iterator itf= functions.find( stackx.top().id ); + uint32_t ret= stackx.size(); + + + /* kill the function */ + if( NULL != killed && + NULL != nokill && + nokill->find( itf->second.id ) == nokill->end() && + killed->find( itf->second.id ) == killed->end() ) { + + killed->insert( itf->second.id ); + + if( NULL != killedinvocations ) { + + (*killedinvocations)+= itf->second.invocations; + } + + } else if ( NULL != killed && + NULL != nokill && + ( nokill->find( itf->second.id ) != nokill->end() || + killed->find( itf->second.id ) != killed->end() ) ) { + + return ret; + } + + + + /* recursively visit the functions with having an eye on the stack */ + uint32_t tmpret; + set::const_iterator its; + + for( its= itf->second.subFuncs.begin(); its != itf->second.subFuncs.end(); ++its ) { + + if( stackx.size() == stackx.top().visited.size() && + stackx.top().visited.end() == stackx.top().visited.find(*its) ) { + /* if we are still not finished & we didn´t visit this function yet */ + + stackx.push( PostStackItem( *its, stackx.top().visited ) ); + + + tmpret= visitFunction( stackx, killed, killedinvocations, nokill ); + if( tmpret > ret ) ret= tmpret; + + + stackx.pop(); + } + } + + return ret; +} + + +void Filter::visitFunctionExclude( stack& stackx, set& nokill ) { + + + + /* this function is an exclude - store the complete stack into the nokill-set */ + if( nokill.find( stackx.top().id ) != nokill.end() ) { + + stack stackcopy= stackx; + + stackcopy.pop(); + + while( false == stackcopy.empty() ) { + + nokill.insert( stackcopy.top().id ); + + stackcopy.pop(); + } + } + + + /* recursively visit the functions with having an eye on the stack */ + map::const_iterator itf= functions.find( stackx.top().id ); + set::const_iterator its; + + for( its= itf->second.subFuncs.begin(); its != itf->second.subFuncs.end(); ++its ) { + + if( stackx.size() == stackx.top().visited.size() && + stackx.top().visited.end() == stackx.top().visited.find(*its) ) { + /* if we are still not finished & we didn´t visit this function yet */ + + stackx.push( PostStackItem( *its, stackx.top().visited ) ); + + visitFunctionExclude( stackx, nokill ); + + stackx.pop(); + } + } +} diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.h b/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.h new file mode 100644 index 0000000000..8eb24e2c2c --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_filter.h @@ -0,0 +1,176 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_FILTER_H_ +#define _VT_FILTER_H_ + +#include +#include +#include +#include +#include +#include + +#include "vt_inttypes.h" + +struct Function { + + uint32_t id; + + std::string name; + + std::set subFuncs; + + uint64_t invocations; + + /* maximum depth of functions under itself */ + uint32_t depth; + + /* accumulated duration time in ticks + divided by the number of invocations it is the average duration */ + int64_t accDurationExcl; + int64_t accDurationIncl; + + + Function( uint32_t _id, const std::string& nm ) : + id(_id), name(nm), invocations(0), depth(0), accDurationExcl(0), accDurationIncl(0) {} + + bool operator<( const Function& func ) const { + + /* order function by depth, subfunction count and invocation count */ + if( depth != func.depth ) return depth < func.depth; + else if( subFuncs.size() != func.subFuncs.size() ) return subFuncs.size() < func.subFuncs.size(); + else return invocations > func.invocations; + } + + void operator+=( const Function& func ) { + invocations += func.invocations; + if( depth < func.depth ) depth = func.depth; + accDurationExcl += func.accDurationExcl; + accDurationIncl += func.accDurationIncl; + + std::set::const_iterator itsf; + + for( itsf = func.subFuncs.begin(); itsf != func.subFuncs.end(); ++itsf ) { + if( subFuncs.find( *itsf ) == subFuncs.end() ) subFuncs.insert( *itsf ); + } + } +}; + + + +struct StackItem { + + StackItem( std::map::iterator _it ) : it( _it ) {} + + std::map::iterator it; +}; + + +struct PostStackItem { + + PostStackItem( uint32_t _id, const std::set& vs ) : + id( _id ), visited( vs ) { visited.insert( _id ); } + + uint32_t id;// + + std::set visited; +}; + + +class Filter { + +public: + + Filter(); + + void setTimerResolution( uint64_t tickspersecond ); + void addFunction( uint32_t func, const std::string& name ); + void addEnter( uint32_t func, uint32_t process, uint64_t time ); + void addLeave( uint32_t process, uint64_t time ); + + void incrMessageCount() + { ++messageCount; } + void incrCollectiveCount() + { ++collectiveCount; } + + + /* calculates 'maxStackDepth', 'totalInvocations', 'maxInvocations' + * calculates the 'depth' of every function + */ + void postProcessing(); + + + + /* returns a set of functions ordered by their importance for filtering + * 1. stackdepth 2. subfunction count 3. invocation count + */ + std::vector getFunctions() const; + + + /* Reduces the count of events to 'percent' percent. + * It does not filter functions included in 'excludesymbols'. + * Returns a set of function tokens, which have been filtered. + */ + std::set reduceTo( float* percent, + const std::set& excludesymbols, + const std::set& includesymbols, + bool includechildren, + uint64_t limit ); + + + uint32_t getMaxStackDepth() const { return maxStackDepth; } + uint64_t getTotalInvocations() const { return totalInvocations; } + uint64_t getMaxInvocations() const { return maxInvocations; } + uint64_t getTimerResolution() const { return timerResolution; } + uint64_t getMessageCount() const { return messageCount; } + uint64_t getCollectiveCount() const { return collectiveCount; } + + void operator+=( const Filter& filter ); + + const std::map& getFunctionMap() const { return functions; } + + +protected: + + /* visites a function and its children (recursively) to gather information + about the stackdepth. + If killed is not NULL it adds the visited functions to the set and + counts the killed invocations */ + uint32_t visitFunction( std::stack& stck, + std::set* killed, uint64_t* killedinvocations, + const std::set* nokill ); + + /* visites a function and its children (recursively) in order to + add the parents of nokill-functions to the nokill-set as well */ + void visitFunctionExclude( std::stack& stck, + std::set& nokill ); + +protected: + + uint32_t maxStackDepth; + uint64_t totalInvocations; + uint64_t maxInvocations; + uint64_t timerResolution; + + uint64_t messageCount; + uint64_t collectiveCount; + + /* all functions */ + std::map functions; + + std::map > callStack; +}; + + +#endif /* _VT_FILTER_H_ */ + diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.cc b/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.cc new file mode 100644 index 0000000000..ab8740a6d9 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.cc @@ -0,0 +1,496 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_filthandler.h" + +using namespace std; + +//#define FF cerr << omp_get_thread_num() << " " << __func__ << endl; +#define FF + + +int handleFiltDefinitionComment( void* userData, + uint32_t stream, + const char* comment ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefinitionComment(fha->wstream, comment) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefTimerResolution( void* userData, + uint32_t stream, + uint64_t ticksPerSecond ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefTimerResolution(fha->wstream,ticksPerSecond) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefProcess( void* userData, + uint32_t stream, + uint32_t process, + const char* name, + uint32_t parent ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + fha->t2p.insert(pair(process, Process()) ); + + return OTF_WStream_writeDefProcess(fha->wstream,process,name,parent) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefProcessGroup( void* userData, + uint32_t stream, + uint32_t procGroup, + const char* name, + uint32_t numberOfProcs, + const uint32_t* procs ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefProcessGroup(fha->wstream,procGroup,name, + numberOfProcs,procs) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefFunction( void* userData, + uint32_t stream, + uint32_t func, + const char* name, + uint32_t funcGroup, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + if( fha->nm2tok.find(name) == fha->nm2tok.end() ) + fha->nm2tok.insert(pair(name,func)); + + return OTF_WStream_writeDefFunction(fha->wstream,func,name,funcGroup,source) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefFunctionGroup( void* userData, + uint32_t stream, + uint32_t funcGroup, + const char* name ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefFunctionGroup(fha->wstream,funcGroup,name) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefCollectiveOperation( void* userData, + uint32_t stream, + uint32_t collOp, + const char* name, + uint32_t type ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefCollectiveOperation(fha->wstream,collOp,name,type) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefCounter( void* userData, + uint32_t stream, + uint32_t counter, + const char* name, + uint32_t properties, + uint32_t counterGroup, + const char* unit ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefCounter(fha->wstream,counter,name,properties, + counterGroup,unit) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefCounterGroup( void* userData, + uint32_t stream, + uint32_t counterGroup, + const char* name ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefCounterGroup(fha->wstream,counterGroup,name) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefScl( void* userData, + uint32_t stream, + uint32_t source, + uint32_t sourceFile, + uint32_t line ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefScl(fha->wstream,source,sourceFile,line) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefSclFile( void* userData, + uint32_t stream, + uint32_t sourceFile, + const char* name ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefSclFile(fha->wstream,sourceFile,name) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefCreator( void* userData, + uint32_t stream, + const char* creator ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefCreator(fha->wstream,creator) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefFile( void* userData, + uint32_t stream, + uint32_t token, + const char *name, + uint32_t group ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefFile(fha->wstream,token,name,group) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltDefFileGroup( void* userData, + uint32_t stream, + uint32_t token, + const char *name ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeDefFileGroup(fha->wstream,token,name) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltEnter( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + Process& proc = fha->t2p.find( process )->second; + + map::iterator it = proc.f2l.find(function); + if( it != proc.f2l.end() ) { + if( it->second > 0 ) { + --it->second; + } else { + proc.fstack.push(false); + return OTF_RETURN_OK; + } + } + + proc.fstack.push(true); + + /*cerr << omp_get_thread_num() << " process " << process << " stream " << OTF_MasterControl_mapReverse( + fha->mc,process) << " " << endl;*/ + + return OTF_WStream_writeEnter(fha->wstream,time,function,process,source) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltLeave( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + Process& proc = fha->t2p.find( process )->second; + + if( proc.fstack.top() == false ) { + proc.fstack.pop(); + return OTF_RETURN_OK; + } + + proc.fstack.pop(); + + return OTF_WStream_writeLeave(fha->wstream,time,function,process,source) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltSendMsg( void* userData, + uint64_t time, + uint32_t sender, + uint32_t receiver, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeSendMsg(fha->wstream,time,sender,receiver,group,type,length, + source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltRecvMsg( void* userData, + uint64_t time, + uint32_t recvProc, + uint32_t sendProc, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeRecvMsg(fha->wstream,time,recvProc,sendProc,group,type, + length,source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltCounter( void* userData, + uint64_t time, + uint32_t process, + uint32_t counter, + uint64_t value ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + Process& proc = fha->t2p.find( process )->second; + + if( proc.fstack.top() == false ) return OTF_RETURN_OK; + + return OTF_WStream_writeCounter(fha->wstream,time,process,counter,value) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltCollectiveOperation( void* userData, + uint64_t time, + uint32_t process, + uint32_t collective, + uint32_t procGroup, + uint32_t rootProc, + uint32_t sent, + uint32_t received, + uint64_t duration, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeCollectiveOperation(fha->wstream,time,process,collective, + procGroup,rootProc,sent,received,duration,source) == 0 ? OTF_RETURN_ABORT : + OTF_RETURN_OK; +} + +int handleFiltEventComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeEventComment(fha->wstream,time,process,comment) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltBeginProcess( void* userData, + uint64_t time, + uint32_t process ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeBeginProcess(fha->wstream,time,process) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltEndProcess( void* userData, + uint64_t time, + uint32_t process ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeEndProcess(fha->wstream,time,process) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltFileOperation( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t operation, + uint64_t bytes, + uint64_t duration, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeFileOperation(fha->wstream,time,fileid,process,handleid, + operation,bytes,duration,source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltSnapshotComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeSnapshotComment(fha->wstream,time,process,comment) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltEnterSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t function, + uint32_t process, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeEnterSnapshot(fha->wstream,time,originaltime,function,process, + source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltSendSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t sender, + uint32_t receiver, + uint32_t procGroup, + uint32_t tag, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeSendSnapshot(fha->wstream,time,originaltime,sender,receiver, + procGroup,tag,source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltOpenFileSnapshot( void* userData, + uint64_t time, + uint64_t originaltime, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t source ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeOpenFileSnapshot(fha->wstream,time,originaltime,fileid,process, + handleid,source) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltSummaryComment( void * userData, + uint64_t time, + uint32_t process, + const char* comment ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeSummaryComment(fha->wstream,time,process,comment) == 0 ? + OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltFunctionSummary( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeFunctionSummary(fha->wstream,time,function,process, + invocations,exclTime,inclTime) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltFunctionGroupSummary( void* userData, + uint64_t time, + uint32_t funcGroup, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeFunctionGroupSummary(fha->wstream,time,funcGroup,process, + invocations,exclTime,inclTime) == 0 ? OTF_RETURN_ABORT : OTF_RETURN_OK; +} + +int handleFiltMessageSummary( void* userData, + uint64_t time, + uint32_t process, + uint32_t peer, + uint32_t comm, + uint32_t type, + uint64_t sentNumber, + uint64_t receivedNumber, + uint64_t sentBytes, + uint64_t receivedBytes ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeMessageSummary(fha->wstream,time,process,peer,comm,type, + sentNumber,receivedNumber,sentBytes,receivedBytes) == 0 ? OTF_RETURN_ABORT + : OTF_RETURN_OK; +} + +int handleFiltFileOperationSummary( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeFileOperationSummary(fha->wstream,time,fileid,process,nopen, + nclose,nread,nwrite,nseek,bytesread,byteswrite) == 0 ? OTF_RETURN_ABORT + : OTF_RETURN_OK; +} + +int handleFiltFileGroupOperationSummary( void* userData, + uint64_t time, + uint32_t groupid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ) { FF + + FiltHandlerArgument* fha = static_cast(userData); + + return OTF_WStream_writeFileGroupOperationSummary(fha->wstream,time,groupid,process, + nopen,nclose,nread,nwrite,nseek,bytesread,byteswrite) == 0 ? OTF_RETURN_ABORT + : OTF_RETURN_OK; +} + diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.h b/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.h new file mode 100644 index 0000000000..8e1726170d --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_filthandler.h @@ -0,0 +1,281 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_FILTHANDLER_H_ +#define _VT_FILTHANDLER_H_ + +#include +#include +#include +#include +#include + +#include + +#include "vt_inttypes.h" + +struct Process { + std::stack fstack; /* function 2 limit - limit decreases for every function call in the eventloop */ + std::map f2l; /* contains the functionstack of every process - written = true, ignored = false */ +}; +struct FiltHandlerArgument { + + std::map nm2tok; /* created during definition reading*/ + std::map t2p; + OTF_WStream* wstream; + OTF_MasterControl* mc; +}; + + +int handleFiltDefinitionComment( void* userData, + uint32_t stream, + const char* comment ); + +int handleFiltDefTimerResolution( void* userData, + uint32_t stream, + uint64_t ticksPerSecond ); + +int handleFiltDefProcess( void* userData, + uint32_t stream, + uint32_t process, + const char* name, + uint32_t parent ); + +int handleFiltDefProcessGroup( void* userData, + uint32_t stream, + uint32_t procGroup, + const char* name, + uint32_t numberOfProcs, + const uint32_t* procs ); + +int handleFiltDefFunction( void* userData, + uint32_t stream, + uint32_t func, + const char* name, + uint32_t funcGroup, + uint32_t source ); + +int handleFiltDefFunctionGroup( void* userData, + uint32_t stream, + uint32_t funcGroup, + const char* name ); + +int handleFiltDefCollectiveOperation( void* userData, + uint32_t stream, + uint32_t collOp, + const char* name, + uint32_t type ); + +int handleFiltDefCounter( void* userData, + uint32_t stream, + uint32_t counter, + const char* name, + uint32_t properties, + uint32_t counterGroup, + const char* unit ); + +int handleFiltDefCounterGroup( void* userData, + uint32_t stream, + uint32_t counterGroup, + const char* name ); + +int handleFiltDefScl( void* userData, + uint32_t stream, + uint32_t source, + uint32_t sourceFile, + uint32_t line ); + +int handleFiltDefSclFile( void* userData, + uint32_t stream, + uint32_t sourceFile, + const char* name ); + +int handleFiltDefCreator( void* userData, + uint32_t stream, + const char* creator ); + +int handleFiltDefVersion( void* userData, + uint32_t stream, + uint8_t major, + uint8_t minor, + uint8_t sub, + const char* string ); + +int handleFiltDefFile( void* userData, + uint32_t stream, + uint32_t token, + const char *name, + uint32_t group ); + +int handleFiltDefFileGroup( void* userData, + uint32_t stream, + uint32_t token, + const char *name ); + +int handleFiltEnter( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + +int handleFiltLeave( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint32_t source ); + +int handleFiltSendMsg( void* userData, + uint64_t time, + uint32_t sender, + uint32_t receiver, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ); + +int handleFiltRecvMsg( void* userData, + uint64_t time, + uint32_t recvProc, + uint32_t sendProc, + uint32_t group, + uint32_t type, + uint32_t length, + uint32_t source ); + +int handleFiltCounter( void* userData, + uint64_t time, + uint32_t process, + uint32_t counter, + uint64_t value ); + +int handleFiltCollectiveOperation( void* userData, + uint64_t time, + uint32_t process, + uint32_t collective, + uint32_t procGroup, + uint32_t rootProc, + uint32_t sent, + uint32_t received, + uint64_t duration, + uint32_t source ); + +int handleFiltEventComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ); + +int handleFiltBeginProcess( void* userData, + uint64_t time, + uint32_t process ); + +int handleFiltEndProcess( void* userData, + uint64_t time, + uint32_t process ); + +int handleFiltFileOperation( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t operation, + uint64_t bytes, + uint64_t duration, + uint32_t source ); + +int handleFiltSnapshotComment( void* userData, + uint64_t time, + uint32_t process, + const char* comment ); + +int handleFiltEnterSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t function, + uint32_t process, + uint32_t source ); + +int handleFiltSendSnapshot( void *userData, + uint64_t time, + uint64_t originaltime, + uint32_t sender, + uint32_t receiver, + uint32_t procGroup, + uint32_t tag, + uint32_t source ); + +int handleFiltOpenFileSnapshot( void* userData, + uint64_t time, + uint64_t originaltime, + uint32_t fileid, + uint32_t process, + uint64_t handleid, + uint32_t source ); + +int handleFiltSummaryComment( void * userData, + uint64_t time, + uint32_t process, + const char* comment ); + +int handleFiltFunctionSummary( void* userData, + uint64_t time, + uint32_t function, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ); + +int handleFiltFunctionGroupSummary( void* userData, + uint64_t time, + uint32_t funcGroup, + uint32_t process, + uint64_t invocations, + uint64_t exclTime, + uint64_t inclTime ); + +int handleFiltMessageSummary( void* userData, + uint64_t time, + uint32_t process, + uint32_t peer, + uint32_t comm, + uint32_t type, + uint64_t sentNumber, + uint64_t receivedNumber, + uint64_t sentBytes, + uint64_t receivedBytes ); + +int handleFiltFileOperationSummary( void* userData, + uint64_t time, + uint32_t fileid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ); + +int handleFiltFileGroupOperationSummary( void* userData, + uint64_t time, + uint32_t groupid, + uint32_t process, + uint64_t nopen, + uint64_t nclose, + uint64_t nread, + uint64_t nwrite, + uint64_t nseek, + uint64_t bytesread, + uint64_t byteswrite ); + + +#endif /* _VT_FILTHANDLER_H_ */ + diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.cc b/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.cc new file mode 100644 index 0000000000..0b417a5434 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.cc @@ -0,0 +1,126 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_otfhandler.h" +#include "vt_filter.h" +using namespace std; + + +int handleDefTimerResolution( void* ud, + uint32_t streamid, uint64_t tickspersecond ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( 0 ); + + it->second.setTimerResolution( tickspersecond ); + + + return OTF_RETURN_OK; +} + + +int handleDefFunction( void* ud, uint32_t streamid, + uint32_t func, const char* name, uint32_t /*group*/, uint32_t /*scltoken*/ ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( 0 ); + + string escaped; + + for( uint32_t i= 0; i < strlen(name); ++i ) { + + if( '*' == name[i] ) { + escaped.append( 1, '\\' ); + } + + escaped.append( 1, name[i] ); + } + + + it->second.addFunction( func, escaped ); + + + return OTF_RETURN_OK; +} + + +int handleEnter( void* ud, uint64_t time, uint32_t function, + uint32_t process, uint32_t /*source*/ ) { + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( process ); + + it->second.addEnter( function, process, time ); + + + return OTF_RETURN_OK; +} + + +int handleLeave( void* ud, uint64_t time, uint32_t function, + uint32_t process, uint32_t /*source*/ ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( process ); + + + it->second.addLeave( process, time ); + + + return OTF_RETURN_OK; +} + + +int handleCollectiveOperation( void* ud, uint64_t /*time*/, + uint32_t process, uint32_t /*functionToken*/, uint32_t /*communicator*/, + uint32_t /*rootprocess*/, uint32_t /*sent*/, uint32_t /*received*/, + uint64_t /*duration*/, uint32_t /*scltoken*/ ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( process ); + + + it->second.incrCollectiveCount(); + + + return OTF_RETURN_OK; +} + + +int handleRecvMsg( void* ud, uint64_t /*time*/, + uint32_t receiver, uint32_t /*sender*/, uint32_t /*communicator*/, + uint32_t /*msgtype*/, uint32_t /*msglength*/, + uint32_t /*scltoken*/ ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( receiver ); + + + it->second.incrMessageCount(); + + + return OTF_RETURN_OK; +} + + +int handleSendMsg( void* ud, uint64_t /*time*/, + uint32_t sender, uint32_t /*receiver*/, uint32_t /*communicator*/, + uint32_t /*msgtype*/, uint32_t /*msglength*/, uint32_t /*scltoken*/ ) { + + + map::iterator it = ((HandlerArgument*)ud)->s2f.find( sender ); + + + it->second.incrMessageCount(); + + + return OTF_RETURN_OK; +} diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.h b/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.h new file mode 100644 index 0000000000..50b92d9df6 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_otfhandler.h @@ -0,0 +1,53 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_OTFHANDLER_H_ +#define _VT_OTFHANDLER_H_ + +#include + +#include "vt_filter.h" + +struct HandlerArgument { + + /* we use one filter per process -> enables parallelisation */ + std::map s2f; +}; + + +int handleDefTimerResolution( void* userData, + uint32_t streamid, uint64_t tickspersecond ); + +int handleDefFunction( void* userData, uint32_t streamid, + uint32_t deftoken, const char* name, uint32_t group, uint32_t scltoken ); + +int handleEnter( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int handleLeave( void* userData, uint64_t time, uint32_t function, + uint32_t process, uint32_t source ); + +int handleCollectiveOperation( void* firsthandlerarg, uint64_t time, + uint32_t process, uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, uint32_t received, + uint64_t duration, uint32_t scltoken ); + +int handleRecvMsg( void* firsthandlerarg, uint64_t time, + uint32_t receiver, uint32_t sender, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, + uint32_t scltoken ); + +int handleSendMsg( void* firsthandlerarg, uint64_t time, + uint32_t sender, uint32_t receiver, uint32_t communicator, + uint32_t msgtype, uint32_t msglength, uint32_t scltoken ); + +#endif /* _VT_OTFHANDLER_H_ */ diff --git a/ompi/contrib/vt/vt/tools/vtfilter/vt_tracefilter.cc b/ompi/contrib/vt/vt/tools/vtfilter/vt_tracefilter.cc new file mode 100644 index 0000000000..f89b934b9a --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtfilter/vt_tracefilter.cc @@ -0,0 +1,1237 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + + +/* + When generating a filterfile this tool creates a statistic over all processes and functions. + It simply adds all functions and all values together. Even the subfunctions of a function are simply + put together. + + With using this statistic vtfilter decides which functions to filter. + + VampirTrace instead does filtering on a per process basis, which means + That if someone sets the functionlimit to 3000, the function might actually be called + 12000 times on 4 different processes. + + vtfilter does not regard this case, because it's pretty difficult to calculate a correct + reduction of the trace. + -> Filtering happens on a per process basis, but a filterfile belongs to every process. + + This means the calculation of the reduction percentage is wrong !!! + + + + Filtering using vtfilter is exactly the same as doing another tracerun with + newly created filter file. +*/ + + +#include "vt_filter.h" +#include "vt_otfhandler.h" +#include "vt_filthandler.h" + +#include "vt_fnmatch.h" + +#include +#include +#include + +using namespace std; + + +#if (defined (VT_OMP)) +# include +#else +# define omp_get_num_threads() 1 +# define omp_get_thread_num() 0 +# define omp_get_max_threads() 1 +#endif + + +#if SIZEOF_LONG == 4 +# define ATOL8 atoll +#else +# define ATOL8 atol +#endif + +#define HELPTEXT "" \ +" \n" \ +" vtfilter - filter generator for VampirTrace. \n" \ +" \n" \ +" Syntax: \n" \ +" Filter a trace file using an already existing filter file: \n" \ +" vtfilter -filt [filt-options] \n" \ +" \n" \ +" Generate a filter: \n" \ +" vtfilter -gen [gen-options] \n" \ +" \n" \ +" options: \n" \ +" -h, --help show this help message \n" \ +" -p show progress \n" \ +" \n" \ +" filt-options: \n" \ +" -to output trace file name \n" \ +" -fi input filter file name \n" \ +" \n" \ +" -z Set the compression level. Level reaches from 0\n" \ +" to 9 where 0 is no compression and 9 is the \n" \ +" highest level. Standard is 4. \n" \ +" -f Set max number of file handles available. \n" \ +" Standard is 256. \n" \ +" \n" \ +" gen-options: \n" \ +" -fo output filterfile name \n" \ +" \n" \ +" -r Reduce the trace size to percent of the \n" \ +" original size. The program relies on the fact \n" \ +" that the major part of the trace are function \n" \ +" calls. The approximation of size will get \n" \ +" worse with a rising percentage of \n" \ +" communication and other non function calling \n" \ +" or performance counter records. \n" \ +" -l Limit the number of accepted function calls \n" \ +" for filtered functions to . Standard is 0. \n" \ +" -ex ,,... Exclude certain symbols from filtering. \n" \ +" A symbol may contain wildcards. \n" \ +" -in ,,... Force to include certain symbols into the \n" \ +" filter. A symbol may contain wildcards. \n" \ +" -inc Automatically include children of included \n" \ +" functions as well into the filter. \n" \ +" \n" \ +" -stats Prints out the desired and the expected \n" \ +" percentage of file size. \n" \ +" \n" \ +" environment variables: \n" \ +" TRACEFILTER_EXCLUDEFILE Specifies a file containing a list of \n" \ +" symbols not to be filtered. The list of \n" \ +" members can be seperated by space, comma, \n" \ +" tab, newline and may contain wildcards. \n" \ +" TRACEFILTER_INCLUDEFILE Specifies a file containing a list of \n" \ +" symbols to be filtered. \n" + + +static void initProgressDisplay(); +static void finishProgressDisplay(); +static void updateProgressDisplay( uint32_t i, uint64_t max, uint64_t cur ); + +static void dump ( const vector& functions, const set& excluded, + uint64_t timerresolution, uint64_t limit, ostream& out ); +static vector readTokensFromFile( const string& filename ); +static map readFilterFile( const string& filename, const map& nm2tok ); + + +enum Action { none, gen, filt }; + +int main( int argc, char** argv ) { + + ofstream of; + + string intrace; + string outtrace; + string infilt; + string outfilt; + + vector exsym; + vector insym; + + float expected_reducepercentage= 100.0f; + float desired_reducepercentage= 100.0f; + + Action action = none; + uint64_t invocationlimit = 0; + bool inchildren = false; + bool stats = false; + OTF_FileCompression compression= 4; + uint32_t nfiles = 256; + bool showprogress = false; + + uint64_t retev, retst, retsn; + + + /* *** need help? *** */ + if ( argc < 2 ) { + cout << HELPTEXT << endl; + return 0; + } + for( int i = 1; i < argc; i++ ) { + if ( strcmp( "--help", argv[i] ) == 0 || strcmp( "-h", argv[i] ) == 0 ) { + cout << HELPTEXT << endl; + return 0; + } + } + + /* *** determine actuib to take *** */ + if( strcmp("-gen",argv[1]) == 0 ) action = gen; + else if( strcmp("-filt",argv[1]) == 0 ) action = filt; + else action = none; + + /* *** parse parameters *** */ + for ( int i = 2; i < argc; i++ ) { + + if ( strcmp( "-p", argv[i] ) == 0 ) { + showprogress = true; + } else if ( strcmp("-fo", argv[i]) == 0 && ( i+1 < argc ) ) { + ++i; + outfilt= argv[i]; + } else if (strcmp( "-fi",argv[i]) == 0 && ( i+1 < argc ) ) { + ++i; + infilt = argv[i]; + } else if (strcmp( "-to",argv[i]) == 0 && ( i+1 < argc ) ) { + ++i; + outtrace= argv[i]; + } else if ( 0 == strcmp("-z", argv[i]) && ( i+1 < argc ) ) { + ++i; + compression = (uint32_t) atoi( argv[i] ); + } else if ( 0 == strcmp("-f", argv[i]) && ( i+1 < argc ) ) { + ++i; + nfiles = (uint32_t) atoi(argv[i]); + } else if ( 0 == strcmp("-r",argv[i]) && ( i+1 < argc ) ) { + ++i; + desired_reducepercentage= (float) atof( argv[i] ); + expected_reducepercentage= desired_reducepercentage; + } else if ( 0 == strcmp("-l", argv[i]) && ( i+1 < argc ) ) { + ++i; + invocationlimit= (uint64_t) ATOL8( argv[i] ); + } else if ( 0 == strcmp( "-ex", argv[i] ) && ( i+1 < argc ) ) { + + ++i; + + char* token= strtok( argv[i], "," ); + while( NULL != token ) { + exsym.push_back( token ); + token= strtok( NULL, "," ); + } + + } else if ( 0 == strcmp( "-in", argv[i] ) && ( i+1 < argc ) ) { + + ++i; + + char* token= strtok( argv[i], "," ); + while( NULL != token ) { + insym.push_back( token ); + token= strtok( NULL, "," ); + } + + } else if ( 0 == strcmp( "-inc", argv[i] ) ) { + + inchildren= true; + + } else if ( 0 == strcmp( "-stats", argv[i] ) ) { + + stats= true; + + } else { + + if ( '-' != argv[i][0] ) { + + intrace= argv[i]; + + } else { + + cerr << "Unknown option: \"" << argv[i] << "\". Aborting" << endl; + exit(1); + } + } + } + + /* *** check the correctness of the parameters *** */ + bool err = false; + if( intrace.empty() == true ) { + cerr << "No no input trace has been specified. Aborting" << endl; + err = true; + } + + if( nfiles < (uint32_t)omp_get_max_threads() ) { + cerr << "The maximum number of open files is not allowed to be less than" + " the threadcount. Aborting" << endl; + abort(); + } + + switch(action) { + case gen: + if( desired_reducepercentage < 0.0f || desired_reducepercentage > 100.0f ) { + cerr << "Wrong reduction percentage: " << desired_reducepercentage << ". Aborting" << endl; + err = true; + } + if( outfilt.empty() == true ) { + cerr << "No output filter has been specified. Aborting" << endl; + err = true; + } + break; + case filt: + if( outtrace.empty() == true ) { + cerr << "No output trace has been specified. Aborting" << endl; + err = true; + } + if( infilt.empty() == true ) { + cerr << "No input filter has been specified. Aborting" << endl; + err = true; + } + break; + case none: + default: + cerr << "No action has been specified. Aborting" << endl; + err = true; + break; + } + + if( err == true ) exit(1); + + + /* *** read the exclude symbols file, if there is one *** */ + char* tfef = getenv("TRACEFILTER_EXCLUDEFILE"); + char* tfif = getenv("TRACEFILTER_INCLUDEFILE"); + + vector ret = readTokensFromFile( tfef != NULL ? tfef : "" ); + for( size_t i = 0; i < ret.size(); ++i ) { + exsym.push_back( ret[i] ); + } + ret = readTokensFromFile( tfif != NULL ? tfif : "" ); + for( size_t i = 0; i < ret.size(); ++i ) { + insym.push_back( ret[i] ); + } + + /* generate a new filter file */ + if( action == gen ) { + + HandlerArgument fha; + + fha.s2f.insert( pair(0,Filter()) ); + + uint64_t minbytes = 0, curbytes = 0, maxbytes = 0; + + uint64_t pminbytestmp, pcurbytestmp, pmaxbytestmp; + + /* *** Read the trace once without handling records -> get the min and maxbytes. + Read the definitions + Add all streams to the stream2filter mapping *** */ + OTF_FileManager* pmanager; + OTF_Reader* preader; + OTF_HandlerArray* phandlers; + + pmanager= OTF_FileManager_open( nfiles ); + assert( pmanager ); + preader = OTF_Reader_open( intrace.c_str(), pmanager ); + assert( preader ); + phandlers = OTF_HandlerArray_open(); + assert( phandlers ); + OTF_MasterControl* pmc = OTF_Reader_getMasterControl( preader ); + assert( pmc ); + + OTF_HandlerArray_setHandler( phandlers, + (OTF_FunctionPointer*) handleDefTimerResolution, OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( phandlers, + &fha, OTF_DEFTIMERRESOLUTION_RECORD ); + + OTF_HandlerArray_setHandler( phandlers, + (OTF_FunctionPointer*) handleDefFunction, OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( phandlers, + &fha, OTF_DEFFUNCTION_RECORD ); + + /* 1. progress stuff */ + OTF_Reader_setRecordLimit( preader, 0 ); + + uint64_t pretev= OTF_Reader_readEvents( preader, phandlers ); + if( pretev == OTF_READ_ERROR ) { + cerr << "Error while reading Events. Aborting" << endl; + abort(); + } + + OTF_Reader_eventBytesProgress( preader, &pminbytestmp, &pcurbytestmp, &pmaxbytestmp ); + minbytes += pminbytestmp; + maxbytes += pmaxbytestmp; + + + /* 2. defs */ + OTF_Reader_setRecordLimit( preader, OTF_READ_MAXRECORDS ); + + uint64_t pretde= OTF_Reader_readDefinitions( preader, phandlers ); + if( pretde == OTF_READ_ERROR ) { + cerr << "Error while reading Definitions. Aborting" << endl; + abort(); + } + + /* 3. insert all streams into the stream2filter mapping */ + for( uint32_t i = 0; i < OTF_MasterControl_getCount( pmc ); ++i ) { + OTF_MapEntry* entry = OTF_MasterControl_getEntryByIndex( pmc, i ); + fha.s2f.insert( pair(entry->argument,Filter()) ); + } + + OTF_HandlerArray_close( phandlers ); + OTF_Reader_close( preader ); + OTF_FileManager_close( pmanager ); + + + if( showprogress ) { + initProgressDisplay(); + } + + + /* open the mastercontrol file */ + OTF_FileManager* mcmanager = OTF_FileManager_open(nfiles); + assert(mcmanager); + OTF_MasterControl* mc = OTF_MasterControl_new(mcmanager); + assert(mc); + if( 0 == OTF_MasterControl_read( mc, intrace.c_str() ) ) { + cerr << "Could not read Master Control File. Aborting" << endl; + abort(); + } + + /* *** prepare the parallel construct *** */ + int maxstreams = (int) OTF_MasterControl_getCount(mc); + + uint64_t readrecords= 0; + uint64_t lastprogressupdate = 0; + uint64_t progress_counter = 0; + bool erroroccured = false; + + #ifdef VT_OMP + #pragma omp parallel for firstprivate(mc,nfiles,minbytes,maxbytes) \ + shared(fha,curbytes,readrecords,lastprogressupdate,progress_counter,erroroccured) + #endif + for( int streamindex = 0; streamindex < maxstreams; ++streamindex ) + { + /* *** init otf *** */ + OTF_FileManager* manager; + OTF_RStream* rstream; + OTF_HandlerArray* handlers; + + uint32_t streamid = OTF_MasterControl_getEntryByIndex(mc,(uint32_t)streamindex)->argument; + + manager= OTF_FileManager_open( nfiles ); + assert( manager ); + rstream = OTF_RStream_open( intrace.c_str(), streamid, manager ); + assert( rstream ); + handlers = OTF_HandlerArray_open(); + assert( handlers ); + + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleEnter, OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleLeave, OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleCollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleRecvMsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, + (OTF_FunctionPointer*) handleSendMsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, + &fha, OTF_SEND_RECORD ); + + if( showprogress ) { + + uint64_t minbytestmp, curbytestmp, lastbytestmp = 0, maxbytestmp; + + OTF_RStream_setRecordLimit( rstream, 100000 ); + + while ( 0 != ( retev= OTF_RStream_readEvents( rstream, handlers ) ) ) { + + if( OTF_READ_ERROR == retev ) { + #ifdef VT_OMP + #pragma omp critical (consoleout) + #endif + { + cerr << "Error while reading events. aborting" << endl; + } + + erroroccured = true; + break; + } + + OTF_RStream_eventBytesProgress( rstream, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + /* update the progress */ + #ifdef VT_OMP + #pragma omp critical (progressupdate) + #endif + { + curbytes += curbytestmp - lastbytestmp; + + lastbytestmp = curbytestmp; + + readrecords += retev; + + if( readrecords - lastprogressupdate >= 100000 ) { + updateProgressDisplay( progress_counter++, maxbytes - minbytes, curbytes ); + lastprogressupdate = readrecords; + } + } + + + } + + } else { + + retev = OTF_RStream_readEvents( rstream, handlers ); + if( retev == OTF_READ_ERROR ) { + #ifdef VT_OMP + #pragma omp critical (consoleout) + #endif + { + cerr << "Error while reading events. aborting" << endl; + } + erroroccured = true; + } + + } + + OTF_HandlerArray_close( handlers ); + OTF_RStream_close( rstream ); + OTF_FileManager_close( manager ); + + } /* end parallel */ + + + OTF_MasterControl_close(mc); + OTF_FileManager_close(mcmanager); + + if( showprogress ) { + finishProgressDisplay(); + } + + if( erroroccured ) { + abort(); + } + + Filter filter; + + /* gather all information from the streams into a single filter structure */ + map::const_iterator itfuncs; + for( itfuncs = fha.s2f.begin(); itfuncs != fha.s2f.end(); ++itfuncs ) { + filter += itfuncs->second; + } + + + /* do some calculations after adding all functions */ + filter.postProcessing(); + + + /* all functions, including statistics */ + vector functions = filter.getFunctions(); + + + /* *** get the excluded and included tokens from their names *** */ + set extok; + set intok; + vector::const_iterator its; /* symbol iterator for in- and excludes */ + vector::const_iterator itf; /* iterator for functions */ + bool excluded; + + + for( itf = functions.begin(); itf != functions.end(); ++itf ) { + + excluded = false; + + for( its = exsym.begin(); its != exsym.end(); ++its ) { + + if( 0 == vt_fnmatch( its->c_str(), itf->name.c_str(), FNM_NOESCAPE ) ) { + extok.insert( itf->id ); + excluded = true; + break; + } + } + + /* you cannot include something you already excluded */ + if( excluded ) continue; + + for( its = insym.begin(); its != insym.end(); ++its ) { + + if( 0 == vt_fnmatch( its->c_str(), itf->name.c_str(), FNM_NOESCAPE ) ) { + intok.insert( itf->id ); + break; + } + } + } + + + /* reduce functions - judging part */ + set killed= filter.reduceTo( &expected_reducepercentage, extok, + intok, inchildren, invocationlimit ); + + /* print out some information */ + if( true == stats ) { + cout << "desired " << desired_reducepercentage << "% expected " << expected_reducepercentage << "%" << endl; + } + + /* print the filter + report to a file or cout if no file has been specified */ + of.open( outfilt.c_str() ); + + if( of.is_open() ) { + + dump( functions, killed, filter.getTimerResolution(), invocationlimit, of ); + + } else { + + cerr << "Could not open outputfile \"" << outtrace << "\". Aborting" << endl; + + } + + of.close(); + + } else if( action == filt ) { + + FiltHandlerArgument fha; + + /* Open the mastercontrol file -> threads need it to determine their workload. + Copy the mastercontrol file to the new trace */ + OTF_FileManager* mcmanager = OTF_FileManager_open(nfiles); + assert(mcmanager); + fha.mc = OTF_MasterControl_new(mcmanager); + assert(fha.mc); + if( 1 == OTF_MasterControl_read( fha.mc, intrace.c_str() ) ) { + if( 0 == OTF_MasterControl_write( fha.mc, outtrace.c_str() ) ) { + cerr << "Could not write Master Control File. Aborting" << endl; + abort(); + } + } else { + cerr << "Could not read Master Control File. Aborting" << endl; + abort(); + } + + /* *** Read the Definitions: + 1. Copy them + 2. create a name-token mapping + *** */ + OTF_FileManager* defmanager; + OTF_RStream* defrstream; + OTF_HandlerArray* defhandlers; + + defmanager= OTF_FileManager_open( nfiles ); + assert( defmanager ); + defhandlers = OTF_HandlerArray_open(); + assert( defhandlers ); + + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFINITIONCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefTimerResolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFTIMERRESOLUTION_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefProcess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefProcessGroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFPROCESSGROUP_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFFUNCTION_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefFunctionGroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFFUNCTIONGROUP_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefCollectiveOperation, + OTF_DEFCOLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFCOLLOP_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefCounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFCOUNTER_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefCounterGroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFCOUNTERGROUP_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefScl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFSCL_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefSclFile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFSCLFILE_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefCreator, + OTF_DEFCREATOR_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFCREATOR_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFFILE_RECORD ); + + OTF_HandlerArray_setHandler( defhandlers, (OTF_FunctionPointer*) handleFiltDefFileGroup, + OTF_DEFFILEGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( defhandlers, &fha, OTF_DEFFILEGROUP_RECORD ); + + + /* explicitly read stream 0 */ + + uint32_t streamid = 0; + + defrstream = OTF_RStream_open( intrace.c_str(), streamid, defmanager ); + assert( defrstream ); + fha.wstream = OTF_WStream_open( outtrace.c_str(), streamid, defmanager ); + assert( fha.wstream ); + + OTF_WStream_setCompression( fha.wstream, compression ); + + + if( OTF_RStream_getDefBuffer(defrstream) != NULL + && OTF_RStream_readDefinitions( defrstream, defhandlers ) == OTF_READ_ERROR ) { + cerr << "Error while reading definitions. aborting" << endl; + OTF_WStream_close( fha.wstream ); + OTF_RStream_close( defrstream ); + abort(); + } + + OTF_WStream_close( fha.wstream ); + OTF_RStream_close( defrstream ); + + + /* read all other streams */ + for( uint32_t i = 0; i < OTF_MasterControl_getCount(fha.mc); ++i ) { + + uint32_t streamid = OTF_MasterControl_getEntryByIndex(fha.mc,i)->argument ; + + defrstream = OTF_RStream_open( intrace.c_str(), streamid, defmanager ); + assert( defrstream ); + fha.wstream = OTF_WStream_open( outtrace.c_str(), streamid, defmanager ); + assert( fha.wstream ); + + OTF_WStream_setCompression( fha.wstream, compression ); + + + if( OTF_RStream_getDefBuffer(defrstream) != NULL + && OTF_RStream_readDefinitions( defrstream, defhandlers ) == OTF_READ_ERROR ) { + cerr << "Error while reading definitions. aborting" << endl; + OTF_WStream_close( fha.wstream ); + OTF_RStream_close( defrstream ); + abort(); + } + + OTF_WStream_close( fha.wstream ); + OTF_RStream_close( defrstream ); + } + + OTF_HandlerArray_close( defhandlers ); + OTF_FileManager_close( defmanager ); + + + /* create the function->limit mapping for every process */ + map f2l = readFilterFile( infilt, fha.nm2tok ); + + map::iterator itp; + for( itp = fha.t2p.begin(); itp != fha.t2p.end(); ++itp ) { + itp->second.f2l = f2l; + } + + + uint64_t minbytes = 0, curbytes = 0, maxbytes = 0; + uint64_t pminbytestmp, pcurbytestmp, pmaxbytestmp; + + /* *** read the trace once without handling records -> get the min and maxbytes *** */ + OTF_FileManager* pmanager; + OTF_Reader* preader; + OTF_HandlerArray* phandlers; + + pmanager= OTF_FileManager_open( nfiles ); + assert( pmanager ); + preader = OTF_Reader_open( intrace.c_str(), pmanager ); + assert( preader ); + phandlers = OTF_HandlerArray_open(); + assert( phandlers ); + + OTF_Reader_setRecordLimit( preader, 0 ); + + if( OTF_READ_ERROR != OTF_Reader_readEvents( preader, phandlers ) ) { + OTF_Reader_eventBytesProgress( preader, &pminbytestmp, &pcurbytestmp, &pmaxbytestmp ); + minbytes += pminbytestmp; + maxbytes += pmaxbytestmp; + } + if( OTF_READ_ERROR != OTF_Reader_readStatistics( preader, phandlers ) ) { + OTF_Reader_statisticBytesProgress( preader, &pminbytestmp, &pcurbytestmp, &pmaxbytestmp ); + minbytes += pminbytestmp; + maxbytes += pmaxbytestmp; + } + if( OTF_READ_ERROR != OTF_Reader_readSnapshots( preader, phandlers ) ) { + OTF_Reader_snapshotBytesProgress( preader, &pminbytestmp, &pcurbytestmp, &pmaxbytestmp ); + minbytes += pminbytestmp; + maxbytes += pmaxbytestmp; + } + + + OTF_HandlerArray_close( phandlers ); + OTF_Reader_close( preader ); + OTF_FileManager_close( pmanager ); + + + if( showprogress ) { + initProgressDisplay(); + } + + /* *** prepare the parallel construct *** */ + int maxstreams = (int) OTF_MasterControl_getCount(fha.mc); + + uint64_t readrecords= 0; + uint64_t lastprogressupdate = 0; + uint32_t progress_counter = 0; + + //cerr << "parallel part " << endl; + + + #ifdef VT_OMP + #pragma omp parallel for firstprivate(fha,nfiles,compression,minbytes,maxbytes) \ + shared(curbytes,readrecords,lastprogressupdate,progress_counter) + #endif + for( int streamindex = 0; streamindex < maxstreams; ++streamindex ) + { + + uint32_t maxfiles = ( nfiles / omp_get_num_threads() ) + + ( (uint32_t)omp_get_thread_num() < (nfiles % (uint32_t)omp_get_num_threads()) ? 1 : 0 ); + + uint32_t streamid = OTF_MasterControl_getEntryByIndex(fha.mc,(uint32_t)streamindex)->argument; + + + OTF_FileManager* manager; + OTF_RStream* rstream; + OTF_HandlerArray* handlers; + + manager= OTF_FileManager_open( maxfiles ); + assert( manager ); + rstream = OTF_RStream_open( intrace.c_str(), streamid, manager ); + assert( rstream ); + handlers = OTF_HandlerArray_open(); + assert( handlers ); + fha.wstream = OTF_WStream_open( outtrace.c_str(), streamid, manager ); + assert( fha.wstream ); + + + //cerr << omp_get_thread_num() << " opened " << streamid << " " << fha.wstream << endl; + + + OTF_WStream_setCompression( fha.wstream, compression ); + + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltEnter, + OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_ENTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltLeave, + OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_LEAVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltSendMsg, + OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_SEND_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltRecvMsg, + OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_RECEIVE_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltCounter, + OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_COUNTER_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltCollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_COLLOP_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltEventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_EVENTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltBeginProcess, + OTF_BEGINPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_BEGINPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltEndProcess, + OTF_ENDPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_ENDPROCESS_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltFileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_FILEOPERATION_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltSnapshotComment, + OTF_SNAPSHOTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_SNAPSHOTCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltEnterSnapshot, + OTF_ENTERSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_ENTERSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltSendSnapshot, + OTF_SENDSNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_SENDSNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltOpenFileSnapshot, + OTF_OPENFILESNAPSHOT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_OPENFILESNAPSHOT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltSummaryComment, + OTF_SUMMARYCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_SUMMARYCOMMENT_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltFunctionSummary, + OTF_FUNCTIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_FUNCTIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltFunctionGroupSummary, + OTF_FUNCTIONGROUPSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_FUNCTIONGROUPSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltMessageSummary, + OTF_MESSAGESUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_MESSAGESUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltFileOperationSummary, + OTF_FILEOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_FILEOPERATIONSUMMARY_RECORD ); + + OTF_HandlerArray_setHandler( handlers, (OTF_FunctionPointer*) handleFiltFileGroupOperationSummary, + OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( handlers, &fha, OTF_FILEGROUPOPERATIONSUMMARY_RECORD ); + + + if( showprogress ) { + + uint64_t lastbytestmp = 0; + uint64_t minbytestmp, curbytestmp, maxbytestmp; + + + OTF_RStream_setRecordLimit( rstream, 100000 ); + + //cerr << omp_get_thread_num() << " read events" << endl; + while ( 0 != ( retev= OTF_RStream_readEvents( rstream, handlers ) ) ) { + + if( OTF_READ_ERROR == retev ) { + break; + } + + OTF_RStream_eventBytesProgress( rstream, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + #ifdef VT_OMP + #pragma omp critical (progressupdate) + #endif + { + curbytes += curbytestmp - lastbytestmp; + lastbytestmp = curbytestmp; + + readrecords += retev; + + if( readrecords - lastprogressupdate >= 100000 ) { + updateProgressDisplay( progress_counter++, maxbytes - minbytes, curbytes ); + lastprogressupdate = readrecords; + } + } + } + + //cerr << omp_get_thread_num() << " end read events" << endl; + + lastbytestmp = 0; + + /* read stats */ + while ( 0 != ( retst= OTF_RStream_readStatistics( rstream, handlers ) ) ) { + + if( OTF_READ_ERROR == retst ) { + break; + } + + OTF_RStream_statisticBytesProgress( rstream, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + #ifdef VT_OMP + #pragma omp critical (progressupdate) + #endif + { + curbytes += curbytestmp - lastbytestmp; + lastbytestmp = curbytestmp; + + readrecords += retev; + + if( readrecords - lastprogressupdate >= 100000 ) { + updateProgressDisplay( progress_counter++, maxbytes - minbytes, curbytes ); + lastprogressupdate = readrecords; + } + } + } + + lastbytestmp = 0; + + /* read snaps */ + while ( 0 != ( retsn= OTF_RStream_readSnapshots( rstream, handlers ) ) ) { + + if( OTF_READ_ERROR == retsn ) { + break; + } + + OTF_RStream_snapshotBytesProgress( rstream, + &minbytestmp, &curbytestmp, &maxbytestmp ); + + #ifdef VT_OMP + #pragma omp critical (progressupdate) + #endif + { + curbytes += curbytestmp - lastbytestmp; + lastbytestmp = curbytestmp; + + readrecords += retev; + + if( readrecords - lastprogressupdate >= 100000 ) { + updateProgressDisplay( progress_counter++, maxbytes - minbytes, curbytes ); + lastprogressupdate = readrecords; + } + } + } + + + } else { + + /* filter events */ + OTF_RStream_readEvents( rstream, handlers ); + /* copy statistics */ + OTF_RStream_readStatistics( rstream, handlers ); + /* copy snapshots */ + OTF_RStream_readSnapshots( rstream, handlers ); + + } + + /* close everything */ + OTF_HandlerArray_close( handlers ); + OTF_WStream_close( fha.wstream ); + OTF_RStream_close( rstream ); + OTF_FileManager_close( manager ); + + + } /* end parallel for */ + + if( showprogress ) { + finishProgressDisplay(); + } + + OTF_MasterControl_close(fha.mc); + OTF_FileManager_close(mcmanager); + + } + + return 0; +} + + +void dump ( const vector& functions, const set& excluded, uint64_t timerresolution, uint64_t limit, ostream& out ) { + + + vector excludedNames; + + out << "#### all functions sorted by stackdepth, subfunction count and invocationcount ###" << endl; + out << "# del? - token - maxstackdepth - subfunccount - invocationcount - avg duration incl - avg duration excl - symbolname - subfunctionlist" << endl; + + + for( vector::const_iterator it= functions.begin(); it != functions.end(); ++it ) { + + out << "# "; + + /* add the excluded function to the names list */ + if( excluded.find( it->id ) != excluded.end() ) { + excludedNames.push_back( it->name ); + out << "x"; + } else { + out << " "; + } + + out.width( 5 ); + out << it->id << " "; + out.width( 3 ); + out << it->depth << " "; + out.width( 3 ); + out << it->subFuncs.size() << " "; + out.width( 9 ); + out << it->invocations << " "; + out.width( 18 ); out.precision( 8 ); + if( 0 != it->invocations ) out << fixed << ((double)it->accDurationIncl / (double)it->invocations) / (double)timerresolution << " "; + else out << "-" << " "; + out.width( 18 ); out.precision( 8 ); + if( 0 != it->invocations ) out << fixed << ((double)it->accDurationExcl / (double)it->invocations) / (double)timerresolution << " "; + else out << "-" << " "; + out.width( 0 ); + out << it->name << " --> { "; + + for( set::const_iterator it2= it->subFuncs.begin(); it2 != it->subFuncs.end(); ++it2 ) { + + out << *it2 << ", "; + } + + out << " }" << endl; + } + + + out << endl << endl; + + out << "#### Filter ###" << endl; + + + vector::const_iterator its; + for( its= excludedNames.begin(); its != excludedNames.end(); ++its ) { + + out << *its << " -- " << limit << endl; + } +} + + +#define BUFSIZE 4096 +vector readTokensFromFile( const string& filename ) { + + FILE* file; + vector ret; + + + if( filename.empty() == true && ( file= fopen( filename.c_str(), "r" ) ) != NULL ) { + + uint64_t readsize= 0; + uint64_t lastreadsize= 0; + uint64_t bufc= BUFSIZE; + char *bufv= (char*) malloc( sizeof(char) * bufc ); + char *bufv2= bufv; + + readsize= lastreadsize= fread( bufv2, sizeof( char ), BUFSIZE, file ); + bufv2+= lastreadsize; + while( lastreadsize > 0 ) { + + if( readsize+BUFSIZE > bufc ) { + bufc+= BUFSIZE; + bufv= (char*) realloc( bufv, sizeof(char)* bufc); + } + + lastreadsize= fread( bufv2, sizeof( char ), BUFSIZE, file ); + bufv2+= lastreadsize; + readsize+= lastreadsize; + } + fclose( file ); + + char* token= strtok( bufv, " ,\n\t" ); + while( NULL != token ) { + + ret.push_back( token ); + cerr << token << endl; + token= strtok( NULL, ",\n\t " ); + } + + free( bufv ); + } + + + return ret; +} +#undef BUFSIZE + + +static map readFilterFile( const string& filename, const map& nm2tok ) { + + map ret; + + fstream i; + string line; + char* doubledash; + char* sline; + string func; + uint64_t ulimit; + int a; + vector::iterator itf; + + if( filename.empty() == false ) { + i.open( filename.c_str(), ios_base::in ); + if( i.is_open() == false ) return ret; + + for(;;) { + + getline( i, line ); + if( i.eof() == true ) break; + + doubledash = const_cast(strstr(line.c_str(), " -- ")); + if( doubledash != NULL ) a = doubledash-line.c_str(); + else a = -1; + + if( a == -1 ) continue; + + ulimit= ATOL8(line.substr(a+4, line.size()-a-4).c_str()); + line= line.substr(0, a); + sline = new char[line.length()+1]; + strcpy( sline, line.c_str() ); + + char* token = strtok(sline, ";"); + while( token ) { + map::const_iterator it = nm2tok.begin(); + for( it = nm2tok.begin(); it != nm2tok.end(); ++it ) { + if( vt_fnmatch(token, it->first.c_str(), FNM_NOESCAPE) == 0 ) { + map::const_iterator it2 = ret.find(it->second); + if( it2 == ret.end() ) { + ret.insert(pair(it->second,ulimit)); + } + } + } + token = strtok(NULL,";"); + } + + delete sline; + } + + i.close(); + + } + + return ret; +} + + +void initProgressDisplay() { + + + printf( " %7.2f %%\r", 0.0 ); + fflush( stdout ); +} + + +void finishProgressDisplay() { + + + printf( " %7.2f %% done\n", 100.0 ); + fflush( stdout ); +} + + +void updateProgressDisplay( uint32_t i, uint64_t max, uint64_t cur ) { + + +/* static char animation[]= {"-", "\\", "|", "/" }; */ + static char* animation[]= { (char*)"", (char*)"." }; + + +/* printf( "%llu / %llu \n", cur, max ); */ + + printf( " %7.2f %% %s \r", + ( ((double) cur) * 100.0 / ((double) max) ), + animation[ i % ( sizeof(animation) / sizeof(animation[0]) ) ] ); + fflush( stdout ); +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/Makefile.am b/ompi/contrib/vt/vt/tools/vtunify/Makefile.am new file mode 100644 index 0000000000..cad0cf6eb2 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/Makefile.am @@ -0,0 +1,40 @@ +bin_PROGRAMS = vtunify + +if AMEXTERNOTF +OTFINCLUDE = $(OTFINCDIR) +OTFLIBRARY = $(OTFLIBDIR) $(OTFLIB) +else +OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +OTFLIBRARY = -L$(top_builddir)/extlib/otf/otflib -L$(top_builddir)/extlib/otf/otflib/.libs $(OTFLIB) +endif + +INCLUDES = $(OTFINCLUDE) -I$(top_srcdir)/vtlib/ + +if AMHAVEOMP +vtunify_CXXFLAGS = $(OMPFLAG) -DVT_OMP +vtunify_LDFLAGS = $(OMPFLAG) +else +vtunify_CXXFLAGS = +vtunify_LDFLAGS = +endif + +vtunify_SOURCES = \ + vt_unify_defs.h \ + vt_unify_defs_hdlr.h \ + vt_unify_events.h \ + vt_unify_events_hdlr.h \ + vt_unify.h \ + vt_unify_stats.h \ + vt_unify_stats_hdlr.h \ + vt_unify_tkfac.h \ + vt_unify.cc \ + vt_unify_defs.cc \ + vt_unify_defs_hdlr.cc \ + vt_unify_events.cc \ + vt_unify_events_hdlr.cc \ + vt_unify_stats.cc \ + vt_unify_stats_hdlr.cc \ + vt_unify_tkfac.cc + +vtunify_LDADD = $(OTFLIBRARY) + diff --git a/ompi/contrib/vt/vt/tools/vtunify/Makefile.in b/ompi/contrib/vt/vt/tools/vtunify/Makefile.in new file mode 100644 index 0000000000..22886d5b26 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/Makefile.in @@ -0,0 +1,646 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = vtunify$(EXEEXT) +subdir = tools/vtunify +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_vtunify_OBJECTS = vtunify-vt_unify.$(OBJEXT) \ + vtunify-vt_unify_defs.$(OBJEXT) \ + vtunify-vt_unify_defs_hdlr.$(OBJEXT) \ + vtunify-vt_unify_events.$(OBJEXT) \ + vtunify-vt_unify_events_hdlr.$(OBJEXT) \ + vtunify-vt_unify_stats.$(OBJEXT) \ + vtunify-vt_unify_stats_hdlr.$(OBJEXT) \ + vtunify-vt_unify_tkfac.$(OBJEXT) +vtunify_OBJECTS = $(am_vtunify_OBJECTS) +am__DEPENDENCIES_1 = +@AMEXTERNOTF_FALSE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +@AMEXTERNOTF_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ +@AMEXTERNOTF_TRUE@ $(am__DEPENDENCIES_1) +vtunify_DEPENDENCIES = $(am__DEPENDENCIES_2) +vtunify_LINK = $(CXXLD) $(vtunify_CXXFLAGS) $(CXXFLAGS) \ + $(vtunify_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(vtunify_SOURCES) +DIST_SOURCES = $(vtunify_SOURCES) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMEXTERNOTF_FALSE@OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +@AMEXTERNOTF_TRUE@OTFINCLUDE = $(OTFINCDIR) +@AMEXTERNOTF_FALSE@OTFLIBRARY = -L$(top_builddir)/extlib/otf/otflib -L$(top_builddir)/extlib/otf/otflib/.libs $(OTFLIB) +@AMEXTERNOTF_TRUE@OTFLIBRARY = $(OTFLIBDIR) $(OTFLIB) +INCLUDES = $(OTFINCLUDE) -I$(top_srcdir)/vtlib/ +@AMHAVEOMP_FALSE@vtunify_CXXFLAGS = +@AMHAVEOMP_TRUE@vtunify_CXXFLAGS = $(OMPFLAG) -DVT_OMP +@AMHAVEOMP_FALSE@vtunify_LDFLAGS = +@AMHAVEOMP_TRUE@vtunify_LDFLAGS = $(OMPFLAG) +vtunify_SOURCES = \ + vt_unify_defs.h \ + vt_unify_defs_hdlr.h \ + vt_unify_events.h \ + vt_unify_events_hdlr.h \ + vt_unify.h \ + vt_unify_stats.h \ + vt_unify_stats_hdlr.h \ + vt_unify_tkfac.h \ + vt_unify.cc \ + vt_unify_defs.cc \ + vt_unify_defs_hdlr.cc \ + vt_unify_events.cc \ + vt_unify_events_hdlr.cc \ + vt_unify_stats.cc \ + vt_unify_stats_hdlr.cc \ + vt_unify_tkfac.cc + +vtunify_LDADD = $(OTFLIBRARY) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/vtunify/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu tools/vtunify/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +vtunify$(EXEEXT): $(vtunify_OBJECTS) $(vtunify_DEPENDENCIES) + @rm -f vtunify$(EXEEXT) + $(vtunify_LINK) $(vtunify_OBJECTS) $(vtunify_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_defs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_defs_hdlr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_events.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_events_hdlr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_stats.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_stats_hdlr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtunify-vt_unify_tkfac.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +vtunify-vt_unify.o: vt_unify.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify.Tpo -c -o vtunify-vt_unify.o `test -f 'vt_unify.cc' || echo '$(srcdir)/'`vt_unify.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify.Tpo $(DEPDIR)/vtunify-vt_unify.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify.cc' object='vtunify-vt_unify.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify.o `test -f 'vt_unify.cc' || echo '$(srcdir)/'`vt_unify.cc + +vtunify-vt_unify.obj: vt_unify.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify.Tpo -c -o vtunify-vt_unify.obj `if test -f 'vt_unify.cc'; then $(CYGPATH_W) 'vt_unify.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify.Tpo $(DEPDIR)/vtunify-vt_unify.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify.cc' object='vtunify-vt_unify.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify.obj `if test -f 'vt_unify.cc'; then $(CYGPATH_W) 'vt_unify.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify.cc'; fi` + +vtunify-vt_unify_defs.o: vt_unify_defs.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_defs.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_defs.Tpo -c -o vtunify-vt_unify_defs.o `test -f 'vt_unify_defs.cc' || echo '$(srcdir)/'`vt_unify_defs.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_defs.Tpo $(DEPDIR)/vtunify-vt_unify_defs.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_defs.cc' object='vtunify-vt_unify_defs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_defs.o `test -f 'vt_unify_defs.cc' || echo '$(srcdir)/'`vt_unify_defs.cc + +vtunify-vt_unify_defs.obj: vt_unify_defs.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_defs.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_defs.Tpo -c -o vtunify-vt_unify_defs.obj `if test -f 'vt_unify_defs.cc'; then $(CYGPATH_W) 'vt_unify_defs.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_defs.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_defs.Tpo $(DEPDIR)/vtunify-vt_unify_defs.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_defs.cc' object='vtunify-vt_unify_defs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_defs.obj `if test -f 'vt_unify_defs.cc'; then $(CYGPATH_W) 'vt_unify_defs.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_defs.cc'; fi` + +vtunify-vt_unify_defs_hdlr.o: vt_unify_defs_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_defs_hdlr.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Tpo -c -o vtunify-vt_unify_defs_hdlr.o `test -f 'vt_unify_defs_hdlr.cc' || echo '$(srcdir)/'`vt_unify_defs_hdlr.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_defs_hdlr.cc' object='vtunify-vt_unify_defs_hdlr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_defs_hdlr.o `test -f 'vt_unify_defs_hdlr.cc' || echo '$(srcdir)/'`vt_unify_defs_hdlr.cc + +vtunify-vt_unify_defs_hdlr.obj: vt_unify_defs_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_defs_hdlr.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Tpo -c -o vtunify-vt_unify_defs_hdlr.obj `if test -f 'vt_unify_defs_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_defs_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_defs_hdlr.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_defs_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_defs_hdlr.cc' object='vtunify-vt_unify_defs_hdlr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_defs_hdlr.obj `if test -f 'vt_unify_defs_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_defs_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_defs_hdlr.cc'; fi` + +vtunify-vt_unify_events.o: vt_unify_events.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_events.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_events.Tpo -c -o vtunify-vt_unify_events.o `test -f 'vt_unify_events.cc' || echo '$(srcdir)/'`vt_unify_events.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_events.Tpo $(DEPDIR)/vtunify-vt_unify_events.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_events.cc' object='vtunify-vt_unify_events.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_events.o `test -f 'vt_unify_events.cc' || echo '$(srcdir)/'`vt_unify_events.cc + +vtunify-vt_unify_events.obj: vt_unify_events.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_events.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_events.Tpo -c -o vtunify-vt_unify_events.obj `if test -f 'vt_unify_events.cc'; then $(CYGPATH_W) 'vt_unify_events.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_events.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_events.Tpo $(DEPDIR)/vtunify-vt_unify_events.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_events.cc' object='vtunify-vt_unify_events.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_events.obj `if test -f 'vt_unify_events.cc'; then $(CYGPATH_W) 'vt_unify_events.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_events.cc'; fi` + +vtunify-vt_unify_events_hdlr.o: vt_unify_events_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_events_hdlr.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_events_hdlr.Tpo -c -o vtunify-vt_unify_events_hdlr.o `test -f 'vt_unify_events_hdlr.cc' || echo '$(srcdir)/'`vt_unify_events_hdlr.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_events_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_events_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_events_hdlr.cc' object='vtunify-vt_unify_events_hdlr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_events_hdlr.o `test -f 'vt_unify_events_hdlr.cc' || echo '$(srcdir)/'`vt_unify_events_hdlr.cc + +vtunify-vt_unify_events_hdlr.obj: vt_unify_events_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_events_hdlr.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_events_hdlr.Tpo -c -o vtunify-vt_unify_events_hdlr.obj `if test -f 'vt_unify_events_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_events_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_events_hdlr.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_events_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_events_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_events_hdlr.cc' object='vtunify-vt_unify_events_hdlr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_events_hdlr.obj `if test -f 'vt_unify_events_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_events_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_events_hdlr.cc'; fi` + +vtunify-vt_unify_stats.o: vt_unify_stats.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_stats.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_stats.Tpo -c -o vtunify-vt_unify_stats.o `test -f 'vt_unify_stats.cc' || echo '$(srcdir)/'`vt_unify_stats.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_stats.Tpo $(DEPDIR)/vtunify-vt_unify_stats.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_stats.cc' object='vtunify-vt_unify_stats.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_stats.o `test -f 'vt_unify_stats.cc' || echo '$(srcdir)/'`vt_unify_stats.cc + +vtunify-vt_unify_stats.obj: vt_unify_stats.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_stats.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_stats.Tpo -c -o vtunify-vt_unify_stats.obj `if test -f 'vt_unify_stats.cc'; then $(CYGPATH_W) 'vt_unify_stats.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_stats.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_stats.Tpo $(DEPDIR)/vtunify-vt_unify_stats.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_stats.cc' object='vtunify-vt_unify_stats.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_stats.obj `if test -f 'vt_unify_stats.cc'; then $(CYGPATH_W) 'vt_unify_stats.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_stats.cc'; fi` + +vtunify-vt_unify_stats_hdlr.o: vt_unify_stats_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_stats_hdlr.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Tpo -c -o vtunify-vt_unify_stats_hdlr.o `test -f 'vt_unify_stats_hdlr.cc' || echo '$(srcdir)/'`vt_unify_stats_hdlr.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_stats_hdlr.cc' object='vtunify-vt_unify_stats_hdlr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_stats_hdlr.o `test -f 'vt_unify_stats_hdlr.cc' || echo '$(srcdir)/'`vt_unify_stats_hdlr.cc + +vtunify-vt_unify_stats_hdlr.obj: vt_unify_stats_hdlr.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_stats_hdlr.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Tpo -c -o vtunify-vt_unify_stats_hdlr.obj `if test -f 'vt_unify_stats_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_stats_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_stats_hdlr.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Tpo $(DEPDIR)/vtunify-vt_unify_stats_hdlr.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_stats_hdlr.cc' object='vtunify-vt_unify_stats_hdlr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_stats_hdlr.obj `if test -f 'vt_unify_stats_hdlr.cc'; then $(CYGPATH_W) 'vt_unify_stats_hdlr.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_stats_hdlr.cc'; fi` + +vtunify-vt_unify_tkfac.o: vt_unify_tkfac.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_tkfac.o -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_tkfac.Tpo -c -o vtunify-vt_unify_tkfac.o `test -f 'vt_unify_tkfac.cc' || echo '$(srcdir)/'`vt_unify_tkfac.cc +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_tkfac.Tpo $(DEPDIR)/vtunify-vt_unify_tkfac.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_tkfac.cc' object='vtunify-vt_unify_tkfac.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_tkfac.o `test -f 'vt_unify_tkfac.cc' || echo '$(srcdir)/'`vt_unify_tkfac.cc + +vtunify-vt_unify_tkfac.obj: vt_unify_tkfac.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -MT vtunify-vt_unify_tkfac.obj -MD -MP -MF $(DEPDIR)/vtunify-vt_unify_tkfac.Tpo -c -o vtunify-vt_unify_tkfac.obj `if test -f 'vt_unify_tkfac.cc'; then $(CYGPATH_W) 'vt_unify_tkfac.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_tkfac.cc'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/vtunify-vt_unify_tkfac.Tpo $(DEPDIR)/vtunify-vt_unify_tkfac.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vt_unify_tkfac.cc' object='vtunify-vt_unify_tkfac.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vtunify_CXXFLAGS) $(CXXFLAGS) -c -o vtunify-vt_unify_tkfac.obj `if test -f 'vt_unify_tkfac.cc'; then $(CYGPATH_W) 'vt_unify_tkfac.cc'; else $(CYGPATH_W) '$(srcdir)/vt_unify_tkfac.cc'; fi` + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-binPROGRAMS + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify.cc new file mode 100644 index 0000000000..e452999d6a --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify.cc @@ -0,0 +1,754 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify.h" +#include "vt_unify_defs.h" +#include "vt_unify_events.h" +#include "vt_unify_stats.h" +#include "vt_unify_tkfac.h" + +#include "vt_inttypes.h" + +#include + +#include +#include +#include +#include +#include + +#include +#include +#include + +#define USAGETEXT std::endl \ +<< " " << ExeName << " - local trace unifier for VampirTrace." << std::endl \ +<< std::endl \ +<< " Syntax: " << ExeName << " <#files> [-o ] [-c|--compress ] [-k|--keeplocal] [-v|--verbose]" << std::endl \ +<< std::endl \ +<< " options:" << std::endl \ +<< " -h, --help Show this help message." << std::endl \ +<< std::endl \ +<< " #files number of local trace files" << std::endl \ +<< " (equal to # of '*.uctl' files)" << std::endl \ +<< std::endl \ +<< " iprefix prefix of input trace filename" << std::endl \ +<< std::endl \ +<< " -o prefix of output trace filename" << std::endl \ +<< std::endl \ +<< " -s statistics output filename" << std::endl \ +<< " default=.stats" << std::endl \ +<< std::endl \ +<< " -q, --noshowstats Don't show statistics on stdout." << std::endl \ +<< std::endl \ +<< " -c, --nocompress Don't compress output trace files." << std::endl \ +<< std::endl \ +<< " -k, --keeplocal Don't remove input trace files." << std::endl \ +<< std::endl \ +<< " -v, --verbose Enable verbose mode." << std::endl + +static bool parseCommandLine( int argc, char ** argv ); +static bool readUnifyControlFiles( void ); +static bool writeMasterControl( void ); +static bool getMinStartTime( void ); +static bool cleanUp( void ); + +const std::string ExeName = "vtunify"; +const std::string TmpFileSuffix = "__ufy.tmp"; +const std::string UniFilePrefix = "u_"; + +// unify parameters +struct Params_struct Params; + +// minimal start time +uint64_t g_uMinStartTime = (uint64_t)-1; + +// unify control vector +std::vector g_vecUnifyCtls; + +// map stream id <-> unify control index +std::map g_mapStreamIdUnifyCtlIdx; + +int +main( int argc, char ** argv ) +{ + // parse command line + if( !parseCommandLine( argc, argv ) ) + return 1; + + // show help text, if command line parameters are incomplete + // + if( Params.uctl_files_num == 0 + || Params.in_file_prefix.length() == 0 ) + { + std::cout << USAGETEXT << std::endl; + return 0; + } + + // set namestub of output streams, if necessary + if( Params.out_file_prefix.length() == 0 ) + Params.out_file_prefix = Params.in_file_prefix; + + // if input files should be kept and output filename + // is equal to input filename, then prefix output filename + if( !Params.doclean && + Params.out_file_prefix == Params.in_file_prefix ) + { + int32_t fileidx = Params.out_file_prefix.rfind('/'); + + if( fileidx > -1 ) + { + Params.out_file_prefix = + Params.out_file_prefix.substr( 0, fileidx + 1 ) + + UniFilePrefix + Params.out_file_prefix.substr( fileidx + 1 ); + } + else + { + Params.out_file_prefix = UniFilePrefix + Params.out_file_prefix; + } + } + + // set output filename for statistics + if( Params.stats_out_file.length() == 0 ) + Params.stats_out_file = Params.out_file_prefix + ".stats"; + + // read unify control files (*.uctl) + if( !readUnifyControlFiles() ) + return 1; + + // create instance of classes ... + // ... definitions + theDefinitions = new Definitions(); + // ... events + theEvents = new Events(); + // ... statistics + theStatistics = new Statistics(); + // ... token factories ... + // ... DefSclFile + theTokenFactory[TKFAC__DEF_SCL_FILE] = + new TokenFactory_DefSclFile(); + assert( theTokenFactory[TKFAC__DEF_SCL_FILE] != 0 ); + // ... DefScl + theTokenFactory[TKFAC__DEF_SCL] = + new TokenFactory_DefScl(); + assert( theTokenFactory[TKFAC__DEF_SCL] != 0 ); + // ... DefFileGroup + theTokenFactory[TKFAC__DEF_FILE_GROUP] = + new TokenFactory_DefFileGroup(); + assert( theTokenFactory[TKFAC__DEF_FILE_GROUP] != 0 ); + // ... DefFile + theTokenFactory[TKFAC__DEF_FILE] = + new TokenFactory_DefFile(); + assert( theTokenFactory[TKFAC__DEF_FILE] != 0 ); + // ... DefFunctionGroup + theTokenFactory[TKFAC__DEF_FUNCTION_GROUP] = + new TokenFactory_DefFunctionGroup(); + assert( theTokenFactory[TKFAC__DEF_FUNCTION_GROUP] != 0 ); + // ... DefFunction + theTokenFactory[TKFAC__DEF_FUNCTION] = + new TokenFactory_DefFunction(); + assert( theTokenFactory[TKFAC__DEF_FUNCTION] != 0 ); + // ... DefCollectiveOperation + theTokenFactory[TKFAC__DEF_COLL_OP] = + new TokenFactory_DefCollectiveOperation(); + assert( theTokenFactory[TKFAC__DEF_COLL_OP] != 0 ); + // ... DefCounterGroup + theTokenFactory[TKFAC__DEF_COUNTER_GROUP] = + new TokenFactory_DefCounterGroup(); + assert( theTokenFactory[TKFAC__DEF_COUNTER_GROUP] != 0 ); + // ... DefCounter + theTokenFactory[TKFAC__DEF_COUNTER] = + new TokenFactory_DefCounter(); + assert( theTokenFactory[TKFAC__DEF_COUNTER] != 0 ); + // ... DefProcessGroup + theTokenFactory[TKFAC__DEF_PROCESS_GROUP] = + new TokenFactory_DefProcessGroup(); + assert( theTokenFactory[TKFAC__DEF_PROCESS_GROUP] != 0 ); + + // unify definitions + if( !theDefinitions->run() ) + return 1; + + // get minimum start time + if( !getMinStartTime() ) + return 1; + + // unify statistics + if( !theStatistics->run() ) + return 1; + + // unify events + if( !theEvents->run() ) + return 1; + + // create OTF master control + if( !writeMasterControl() ) + return 1; + + // remove local definitions/events streams, unify control files + // and temporary files + if( !cleanUp() ) + return 1; + + if( theStatistics->isFuncStatAvail() ) + { + // write summary function statistics to file + + if( !theStatistics->printFuncStat( Params.stats_out_file, + Params.stats_sort_flags ) ) + return 1; + + // print summary function statistics to stdout + if( Params.showstats ) + { + std::cout << std::endl; + theStatistics->printFuncStat( "", Params.stats_sort_flags ); + std::cout << std::endl + << "The complete function summary was written to file '" + << Params.stats_out_file << "'." << std::endl; + } + } + + for( uint32_t i = 0; i < g_vecUnifyCtls.size(); i++ ) + delete( g_vecUnifyCtls[i] ); + + return 0; +} + +static bool +parseCommandLine( int argc, char ** argv ) +{ + bool error = false; + + for( int i = 1; i < argc; i++ ) + { + if( strcmp( argv[i], "-h" ) == 0 + || strcmp( argv[i], "--help" ) == 0 ) + { + Params.uctl_files_num = 0; + return true; + } + else if( i == 1 ) + { + Params.uctl_files_num = atoi( argv[1] ); + if( Params.uctl_files_num == 0 ) + { + std::cerr << "<#files> must be positive integer" << std::endl; + error = true; + } + } + else if( i == 2 ) + { + Params.in_file_prefix = argv[2]; + if( Params.in_file_prefix.compare( 0, 1, "/" ) != 0 && + Params.in_file_prefix.compare( 0, 2, "./" ) != 0 ) + Params.in_file_prefix = std::string("./") + Params.in_file_prefix; + } + else if( strcmp( argv[i], "-o" ) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": expected -- -o" << std::endl; + error = true; + } + else + { + Params.out_file_prefix = argv[++i]; + if( Params.out_file_prefix.compare( 0, 1, "/" ) != 0 && + Params.out_file_prefix.compare( 0, 2, "./" ) != 0 ) + Params.out_file_prefix = std::string("./") + Params.out_file_prefix; + } + } + else if( strcmp( argv[i], "-s" ) == 0 ) + { + if( i == argc - 1 ) + { + std::cerr << ExeName << ": expected -- -s" << std::endl; + error = true; + } + else + { + Params.stats_out_file = argv[++i]; + if( Params.stats_out_file.compare( 0, 1, "/" ) != 0 && + Params.stats_out_file.compare( 0, 2, "./" ) != 0 ) + Params.stats_out_file = std::string("./") + Params.stats_out_file; + } + } + else if( strcmp( argv[i], "-q" ) == 0 + || strcmp( argv[i], "--noshowstats" ) == 0 ) + { + Params.showstats = false; + } + else if( strcmp( argv[i], "-c" ) == 0 + || strcmp( argv[i], "--nocompress" ) == 0 ) + { + Params.docompress = false; + } + else if( strcmp( argv[i], "-k" ) == 0 + || strcmp( argv[i], "--keeplocal" ) == 0 ) + { + Params.doclean = false; + } + else if( strcmp( argv[i], "-v" ) == 0 + || strcmp( argv[i], "--verbose" ) == 0 ) + { + Params.beverbose = true; + } + else + { + std::cerr << ExeName << ": invalid option -- " << argv[i] << std::endl; + error = true; + } + + if( error ) + break; + } + + return !error; +} + +static bool +readUnifyControlFiles() +{ + if( Params.beverbose ) + std::cout << "Reading unify control files ..." << std::endl; + + bool error = false; + uint32_t i, j; + + for( i = 0; i < Params.uctl_files_num; i++ ) + { + char filename[STRBUFSIZE]; + + // create file name + sprintf( filename, "%s.%x.uctl", + Params.in_file_prefix.c_str(), i+1 ); + + // open unify control file for reading + // + std::ifstream in( filename ); + + if( !in ) + { + std::cerr << ExeName << ": Error: " + << "Could not open file " << filename << std::endl; + + error = true; + break; + } + + if( Params.beverbose ) + std::cout << " Opened " << filename << " for reading" << std::endl; + + char buffer[STRBUFSIZE]; + uint32_t line_no = 0; + + std::vector vec_streamids; + int64_t ltime[2] = { 0, 1 }; + int64_t offset[2] = { 0, 0 }; + + // read line per line + // + while( in.getline( buffer, STRBUFSIZE ) ) + { + line_no++; + + // line_no = 1: ids of input streams + // + if( line_no == 1 ) + { + char * p; + + p = strtok( buffer, ":" ); + do + { + vec_streamids.push_back( atoi( p ) ); + } while( ( p = strtok( 0, ":" ) ) ); + + if( vec_streamids.size() == 0 ) + { + std::cerr << filename << ":" << line_no + << ": Could not be parsed" << std::endl; + error = true; + break; + } + } + // line_no = 2: read chronological offsets to global time + // and local times + // + else if( line_no == 2 ) + { + char * p; + uint32_t n = 0; + + p = strtok( buffer, ":" ); + do + { + n++; + + switch( n ) + { + case 1: + ltime[0] = ATOL8(p); + break; + case 2: + offset[0] = ATOL8(p); + break; + case 3: + ltime[1] = ATOL8(p); + break; + case 4: + offset[1] = ATOL8(p); + break; + default: + break; + } + } while( ( p = strtok( 0, ":" ) ) ); + + if( n != 4 ) + { + std::cerr << filename << ":" << line_no + << ": Could not be parsed" << std::endl; + + error = true; + break; + } + } + else + { + break; + } + } + + // close unify control file + in.close(); + + if( Params.beverbose ) + std::cout << " Closed " << filename << std::endl; + + if( !error ) + { + // add to unify control vector + // + for( j = 0; j < vec_streamids.size(); j++ ) + { + g_vecUnifyCtls.push_back( + new UnifyControl_struct(vec_streamids[j], + ltime, + offset) ); + g_mapStreamIdUnifyCtlIdx.insert( + std::make_pair( (uint32_t)vec_streamids[j], + (uint32_t)g_vecUnifyCtls.size()-1 ) ); + } + } + else + { + break; + } + } + + return !error; +} + +static bool +writeMasterControl() +{ + if( Params.beverbose ) + std::cout << "Writing OTF master control ..." << std::endl; + + bool error = false; + + std::string tmp_out_file_prefix = + Params.out_file_prefix + TmpFileSuffix; + + // open file manager + OTF_FileManager * p_uni_mastercontrol_manager = + OTF_FileManager_open( 1 ); + assert( p_uni_mastercontrol_manager ); + + // create master control + OTF_MasterControl * p_uni_mastercontrol = + OTF_MasterControl_new( p_uni_mastercontrol_manager ); + assert( p_uni_mastercontrol ); + + // put stream/process matching to master control + // + for( uint32_t i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + if( OTF_MasterControl_append( p_uni_mastercontrol, + g_vecUnifyCtls[i]->streamid, + g_vecUnifyCtls[i]->streamid ) == 0 ) + { + std::cerr << ExeName << ": Error: " + << "Could not append " + << g_vecUnifyCtls[i]->streamid << ":" + << std::hex << g_vecUnifyCtls[i]->streamid + << " to OTF master control" + << std::dec << std::endl; + error = true; + break; + } + } + + // write master control + if( !error ) + { + OTF_MasterControl_write( p_uni_mastercontrol, + tmp_out_file_prefix.c_str() ); + + if( Params.beverbose ) + std::cout << " Opened OTF master control [namestub " + << tmp_out_file_prefix << "]" << std::endl; + } + + // close file master control + OTF_MasterControl_close( p_uni_mastercontrol ); + // close file manager + OTF_FileManager_close( p_uni_mastercontrol_manager ); + + if( !error && Params.beverbose ) + std::cout << " Closed OTF master control [namestub " + << tmp_out_file_prefix << "]" << std::endl; + + return !error; +} + + +static bool +getMinStartTime() +{ + bool error = false; + + for( uint32_t i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + // open file manager for reader stream + OTF_FileManager * p_org_events_manager = + OTF_FileManager_open( 1 ); + assert( p_org_events_manager ); + + // open stream for reading + OTF_RStream * p_org_events_rstream = + OTF_RStream_open( Params.in_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_org_events_manager ); + assert( p_org_events_rstream ); + + // create record handler + OTF_HandlerArray * p_handler_array = + OTF_HandlerArray_open(); + assert( p_handler_array ); + + // set zero record limit + OTF_RStream_setRecordLimit( p_org_events_rstream, 0 ); + + // start psoudo reading + OTF_RStream_readEvents( p_org_events_rstream, p_handler_array ); + + // get minimum timestamp + uint64_t minimum; uint64_t current; uint64_t maximum; + OTF_RStream_eventProgress( p_org_events_rstream, + &minimum, ¤t, &maximum ); + minimum = CorrectTime( g_vecUnifyCtls[i]->streamid, minimum ); + + if( g_uMinStartTime == (uint64_t)-1 || minimum < g_uMinStartTime ) + g_uMinStartTime = minimum; + + // close record handler + OTF_HandlerArray_close( p_handler_array ); + + // close reader stream + OTF_RStream_close( p_org_events_rstream ); + // close file manager for reader stream + OTF_FileManager_close( p_org_events_manager ); + } + + return !error; +} + +static bool +cleanUp() +{ + if( Params.beverbose ) + std::cout << "Cleaning up ..." << std::endl; + + bool error = false; + + uint32_t i; + char filename1[STRBUFSIZE]; + char filename2[STRBUFSIZE]; + + if( Params.doclean ) + { + // remove unify control files + // + for( i = 0; i < Params.uctl_files_num; i++ ) + { + sprintf( filename1, "%s.%x.uctl", + Params.in_file_prefix.c_str(), i+1 ); + + if( remove( filename1 ) != 0 ) + { + std::cerr << ExeName << ": Error: Could not remove " + << filename1 << std::endl; + break; + } + + if( Params.beverbose ) + std::cout << " Removed " << filename1 << std::endl; + } + + if( i != Params.uctl_files_num ) + return false; + + // remove local def./events/stats trace files + // + for( i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + for( uint32_t j = 0; j < 3; j++ ) + { + OTF_FileType filetype; + + if( j == 0 ) filetype = OTF_FILETYPE_DEF; + else if( j == 1 ) filetype = OTF_FILETYPE_EVENT; + else filetype = OTF_FILETYPE_STATS; + + OTF_getFilename( Params.in_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + filetype, + STRBUFSIZE, filename1 ); + + if( access( filename1, F_OK ) != 0 ) + { + // file not found, try '.z' suffix + strcat( filename1, ".z" ); + } + + if( remove( filename1 ) == 0 ) + { + if( Params.beverbose ) + std::cout << " Removed " << filename1 << std::endl; + } + } + } + + if( i != g_vecUnifyCtls.size() ) + return false; + } + + std::string tmp_out_file_prefix = + Params.out_file_prefix + TmpFileSuffix; + + // rename temporary global definition trace file + // + OTF_getFilename( tmp_out_file_prefix.c_str(), 0, + OTF_FILETYPE_DEF, + STRBUFSIZE, filename1 ); + OTF_getFilename( Params.out_file_prefix.c_str(), 0, + OTF_FILETYPE_DEF, + STRBUFSIZE, filename2 ); + + if( access( filename1, F_OK ) != 0 ) + { + // file not found, try '.z' suffix + strcat( filename1, ".z" ); + strcat( filename2, ".z" ); + } + + if( rename( filename1, filename2 ) != 0 ) + { + std::cerr << ExeName << ": Error: Could not rename " + << filename1 << " to " + << filename2 << std::endl; + return false; + } + + if( Params.beverbose ) + std::cout << " Renamed " << filename1 << " to " << filename2 << std::endl; + + // rename temporary master control file + // + OTF_getFilename( tmp_out_file_prefix.c_str(), 0, + OTF_FILETYPE_MASTER, + STRBUFSIZE, filename1 ); + OTF_getFilename( Params.out_file_prefix.c_str(), 0, + OTF_FILETYPE_MASTER, + STRBUFSIZE, filename2 ); + + if( rename( filename1, filename2 ) != 0 ) + { + std::cerr << ExeName << ": Error: Could not rename " + << filename1 << " to " + << filename2 << std::endl; + return false; + } + + if( Params.beverbose ) + std::cout << " Renamed " << filename1 << " to " << filename2 << std::endl; + + // rename all temporary event/stats trace files + // + for( i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + for( uint32_t j = 0; j < 2; j++ ) + { + OTF_FileType filetype; + + if( j == 0 ) filetype = OTF_FILETYPE_EVENT; + else filetype = OTF_FILETYPE_STATS; + + OTF_getFilename( tmp_out_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + filetype, + STRBUFSIZE, filename1 ); + OTF_getFilename( Params.out_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + filetype, + STRBUFSIZE, filename2 ); + + if( access( filename1, F_OK ) != 0 ) + { + // file not found, try '.z' suffix + strcat( filename1, ".z" ); + strcat( filename2, ".z" ); + } + + if( rename( filename1, filename2 ) == 0 ) + { + if( Params.beverbose ) + std::cout << " Renamed " << filename1 << " to " << filename2 << std::endl; + } + } + } + + return !error; +} + +uint64_t CorrectTime( uint32_t loccpuid, uint64_t time ) +{ + assert( loccpuid > 0 ); + + std::map::iterator it = + g_mapStreamIdUnifyCtlIdx.find( loccpuid ); + assert( it != g_mapStreamIdUnifyCtlIdx.end() ); + assert( it->second < g_vecUnifyCtls.size() ); + + int64_t * ltime = g_vecUnifyCtls[it->second]->ltime; + int64_t * offset = g_vecUnifyCtls[it->second]->offset; + + double d_time = (double)time; + double d_ltime0 = (double)ltime[0]; + double d_offset0 = (double)offset[0]; + double d_ltime1 = (double)ltime[1]; + double d_offset1 = (double)offset[1]; + + return (uint64_t)(d_time + (((d_offset1 - d_offset0) / (d_ltime1 - d_ltime0)) * (d_time - d_ltime0)) + d_offset0); +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify.h new file mode 100644 index 0000000000..f52a4ebde2 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify.h @@ -0,0 +1,97 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_H_ +#define _VT_UNIFY_H_ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_inttypes.h" + +#include +#include +#include + +#define STRBUFSIZE 1024 + +#if SIZEOF_LONG == 4 +# define ATOL8 atoll +#else +# define ATOL8 atol +#endif + +extern const std::string ExeName; +extern const std::string TmpFileSuffix; +extern const std::string UniFilePrefix; + +// +// unify parameter structure (contains the program options) +// +struct Params_struct +{ + Params_struct() + : uctl_files_num(0), in_file_prefix(""), out_file_prefix(""), + stats_out_file(""), stats_sort_flags(0), showstats(true), + docompress(true), doclean(true), beverbose(false) {} + + uint32_t uctl_files_num; + std::string in_file_prefix; + std::string out_file_prefix; + std::string stats_out_file; + int stats_sort_flags; + bool showstats; + bool docompress; + bool doclean; + bool beverbose; +}; + +// +// unify control structure for each file stream +// +struct UnifyControl_struct +{ + UnifyControl_struct() : streamid(0) + { + ltime[0] = 0; ltime[1] = 1; + offset[0] = 0; offset[1] = 0; + } + + UnifyControl_struct(uint32_t _streamid, + int64_t * _ltime, int64_t * _offset) + : streamid(_streamid) + { + ltime[0] = _ltime[0]; ltime[1] = _ltime[1]; + offset[0] = _offset[0]; offset[1] = _offset[1]; + } + + uint32_t streamid; // id of input stream + int64_t ltime[2]; // local times ... + int64_t offset[2]; // ... and chronological offsets to global time +}; + +uint64_t CorrectTime( uint32_t loccpuid, uint64_t time ); + +// unify parameters +extern struct Params_struct Params; + +// minimal start time +extern uint64_t g_uMinStartTime; + +// unify control vector +extern std::vector g_vecUnifyCtls; + +// map stream id <-> unify control index +extern std::map g_mapStreamIdUnifyCtlIdx; + +#endif // _VT_UNIFY_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.cc new file mode 100644 index 0000000000..f8932cd663 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.cc @@ -0,0 +1,1662 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_defs.h" +#include "vt_unify.h" +#include "vt_unify_defs_hdlr.h" +#include "vt_unify_stats.h" +#include "vt_unify_tkfac.h" + +#include "vt_inttypes.h" + +#include + +#include +#include +#include +#include +#include + +#include +#include +#include + +Definitions * theDefinitions; // instance of class Definitions + +bool +LocDefsCmp( Definitions::DefRec_Base_struct * a, + Definitions::DefRec_Base_struct * b ) +{ + // both record types are DEF_REC_TYPE__DefinitionComment ? ... + // + if( a->etype == Definitions::DEF_REC_TYPE__DefinitionComment && + b->etype == Definitions::DEF_REC_TYPE__DefinitionComment ) + { + Definitions::DefRec_DefinitionComment_struct * c1 = + static_cast(a); + Definitions::DefRec_DefinitionComment_struct * c2 = + static_cast(b); + + // ... sort by trace order + return c1->orderidx < c2->orderidx; + } + // both records have the same type ? ... + // + if( a->etype == b->etype && + ( a->etype != Definitions::DEF_REC_TYPE__DefCreator && + a->etype != Definitions::DEF_REC_TYPE__DefTimerResolution ) ) + + { + if( a->deftoken == b->deftoken ) + { + // ... sort by local process id if local tokens are equal + return a->loccpuid < b->loccpuid; + } + else + { + // ... sort by local token + return a->deftoken < b->deftoken; + } + } + // otherwise ... + else + { + // ... sort by type + return a->etype < b->etype; + } +} + +bool +GlobDefsCmp( Definitions::DefRec_Base_struct * a, + Definitions::DefRec_Base_struct * b ) +{ + // both record types are Definitions::DEF_REC_TYPE__DefProcess ? ... + // + if( a->etype == Definitions::DEF_REC_TYPE__DefProcess && + b->etype == Definitions::DEF_REC_TYPE__DefProcess ) + { + // ... sort as follow: + // Master 0 + // Child 1/0 + // Child 2/0 + // Master 1 + // Child 1/1 + // Child 2/1 + // ... + + Definitions::DefRec_DefProcess_struct * p1 = + static_cast(a); + Definitions::DefRec_DefProcess_struct * p2 = + static_cast(b); + + // both are master + if( p1->parent == 0 && p2->parent == 0 ) + return p1->deftoken < p2->deftoken; + // p2 child of p1 + else if( p1->deftoken == p2->parent ) + return true; + // p1 child of p2 + else if( p1->parent == p2->deftoken ) + return false; + // both are childs and have same master + else if( p1->parent != 0 && ( p1->parent == p2->parent ) ) + return p1->deftoken < p2->deftoken; + // both are childs, but not from same master + else if( p1->parent != 0 && p2->parent != 0 && + ( p1->parent != p2->parent ) ) + return p1->parent < p2->parent; + // p1 is master and p2 is child, but both have no reference + else if( p1->parent == 0 && p2->parent != 0 ) + return p1->deftoken < p2->parent; + // p1 is child and p2 is master, but both have no reference + else + return p1->parent < p2->deftoken; + } + // both record types are Definitions::DEF_REC_TYPE__DefProcessGroup ? ... + // + else if( a->etype == Definitions::DEF_REC_TYPE__DefProcessGroup && + b->etype == Definitions::DEF_REC_TYPE__DefProcessGroup ) + { + Definitions::DefRec_DefProcessGroup_struct * p1 = + static_cast(a); + Definitions::DefRec_DefProcessGroup_struct * p2 = + static_cast(b); + + // ... sort to this order: + // Nodes + // MPI_COMM_WORLD + // remaining MPI communicators + // OpenMP Thread Teams + // Rest + + // p1 == TYPE_NODE && p2 != TYPE_NODE + if( p1->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_NODE + && p2->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_NODE ) + { + return true; + } + // p1 != TYPE_NODE && p2 == TYPE_NODE + else if( + p1->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_NODE + && p2->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_NODE ) + { + return false; + } + // p1 == TYPE_MPI_COMM_WORLD && p2 != TYPE_MPI_COMM_WORLD + else if( + p1->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM_WORLD + && p2->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM_WORLD ) + { + return true; + } + // p1 != TYPE_MPI_COMM_WORLD && p2 == TYPE_MPI_COMM_WORLD + else if( + p1->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM_WORLD + && p2->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM_WORLD ) + { + return false; + } + // p1 == TYPE_MPI_COMM && p2 != TYPE_MPI_COMM + else if( + p1->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM + && p2->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM ) + { + return true; + } + // p1 != TYPE_MPI_COMM && p2 == TYPE_MPI_COMM + else if( + p1->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM + && p2->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM ) + { + return false; + } + // p1 == TYPE_OMP_TEAM && p2 != TYPE_OMP_TEAM + else if( + p1->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_OMP_TEAM + && p2->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_OMP_TEAM ) + { + return true; + } + // p1 != TYPE_OMP_TEAM && p2 == TYPE_OMP_TEAM + else if( + p1->type != Definitions::DefRec_DefProcessGroup_struct::TYPE_OMP_TEAM + && p2->type == Definitions::DefRec_DefProcessGroup_struct::TYPE_OMP_TEAM ) + { + return false; + } + else + { + // sort by names if not equal; otherwise sort by token + // + int cmprc = p1->name.compare( p2->name ); + if( cmprc == 0 ) + return p1->deftoken < p2->deftoken; + else + return cmprc < 0 ? true : false; + } + } + // both record types are Definitions::DEF_REC_TYPE__DefinitionComment ? ... + // + if( a->etype == Definitions::DEF_REC_TYPE__DefinitionComment && + b->etype == Definitions::DEF_REC_TYPE__DefinitionComment ) + { + Definitions::DefRec_DefinitionComment_struct * c1 = + static_cast(a); + Definitions::DefRec_DefinitionComment_struct * c2 = + static_cast(b); + + // ... sort by trace order + return c1->orderidx < c2->orderidx; + } + // both records have the same type ? ... + // + else if( a->etype == b->etype && + ( a->etype != Definitions::DEF_REC_TYPE__DefCreator && + a->etype != Definitions::DEF_REC_TYPE__DefTimerResolution ) ) + + { + // ... sort by defined token + return a->deftoken < b->deftoken; + } + // otherwise ... + else + { + // ... sort by type + return a->etype < b->etype; + } +} + +//////////////////// class Definitions //////////////////// + +// public methods +// + +Definitions::Definitions() +{ + // Empty +} + +Definitions::~Definitions() +{ + // Empty +} + +bool +Definitions::run() +{ + bool error = false; + + // allocate vector for local definitions + std::vector * p_vec_loc_defs = + new std::vector(); + assert( p_vec_loc_defs ); + + // allocate vector for global definitions + std::vector * p_vec_glob_defs = + new std::vector(); + assert( p_vec_glob_defs ); + + // read local definitions + if( !readLocal( p_vec_loc_defs ) ) + error = true; + + // create global definitions + if( !error && !createGlobal( p_vec_loc_defs, p_vec_glob_defs ) ) + error = true; + + // write global definitions + if( !error && !writeGlobal( p_vec_glob_defs ) ) + error = true; + + // free local/global definition record vector + // + for( uint32_t i = 0; i < p_vec_loc_defs->size(); i++ ) + delete (*p_vec_loc_defs)[i]; + delete p_vec_loc_defs; + for( uint32_t i = 0; i < p_vec_glob_defs->size(); i++ ) + delete (*p_vec_glob_defs)[i]; + delete p_vec_glob_defs; + + return !error; +} + +// private methods +// + +bool +Definitions::readLocal( std::vector * p_vecLocDefs ) +{ + if( Params.beverbose ) + std::cout << "Reading local definitions ..." << std::endl; + + bool error = false; + + // create record handler and set the local definition + // record vector as first handler argument for ... + // + OTF_HandlerArray * p_handler_array = + OTF_HandlerArray_open(); + assert( p_handler_array ); + + // ... OTF_DEFINITIONCOMMENT_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefinitionComment, + OTF_DEFINITIONCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFINITIONCOMMENT_RECORD ); + + // ... OTF_DEFCREATOR_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefCreator, + OTF_DEFCREATOR_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFCREATOR_RECORD ); + + // ... OTF_DEFTIMERRESOLUTION_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefTimerResolution, + OTF_DEFTIMERRESOLUTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFTIMERRESOLUTION_RECORD ); + + // ... OTF_DEFPROCESSGROUP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefProcessGroup, + OTF_DEFPROCESSGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFPROCESSGROUP_RECORD ); + + // ... OTF_DEFPROCESS_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefProcess, + OTF_DEFPROCESS_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFPROCESS_RECORD ); + + // ... OTF_DEFSCLFILE_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefSclFile, + OTF_DEFSCLFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFSCLFILE_RECORD ); + + // ... OTF_DEFSCL_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefScl, + OTF_DEFSCL_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFSCL_RECORD ); + + // ... OTF_DEFFILEGROUP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefFileGroup, + OTF_DEFFILEGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFFILEGROUP_RECORD ); + + // ... OTF_DEFFILE_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefFile, + OTF_DEFFILE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFFILE_RECORD ); + + // ... OTF_DEFFUNCTIONGROUP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefFunctionGroup, + OTF_DEFFUNCTIONGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFFUNCTIONGROUP_RECORD ); + + // ... OTF_DEFFUNCTION_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefFunction, + OTF_DEFFUNCTION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFFUNCTION_RECORD ); + + // ... OTF_DEFCOLLOP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefCollectiveOperation, + OTF_DEFCOLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFCOLLOP_RECORD ); + + // ... OTF_DEFCOUNTERGROUP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefCounterGroup, + OTF_DEFCOUNTERGROUP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFCOUNTERGROUP_RECORD ); + + // ... OTF_DEFCOUNTER_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_DefCounter, + OTF_DEFCOUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_vecLocDefs, + OTF_DEFCOUNTER_RECORD ); + + // read local definitions + // + for( uint32_t i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + // open file manager for reader stream + OTF_FileManager * p_loc_def_manager + = OTF_FileManager_open( 1 ); + assert( p_loc_def_manager ); + + // open stream for reading + OTF_RStream * p_loc_def_rstream = + OTF_RStream_open( Params.in_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_loc_def_manager ); + assert( p_loc_def_rstream ); + + if( Params.beverbose ) + std::cout << " Opened OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + + if( !OTF_RStream_getDefBuffer( p_loc_def_rstream ) ) + { + if( Params.beverbose ) + { + std::cout << " No definitions found in this OTF reader stream " + << "- Ignored" << std::endl; + } + } + else + { + // close definitions buffer + OTF_RStream_closeDefBuffer( p_loc_def_rstream ); + + // read definitions + if( OTF_RStream_readDefinitions( p_loc_def_rstream, p_handler_array ) + == OTF_READ_ERROR ) + { + std::cerr << ExeName << ": Error: " + << "Could not read definitions of OTF stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + error = true; + } + } + + // close reader stream + OTF_RStream_close( p_loc_def_rstream ); + // close file manager for reader stream + OTF_FileManager_close( p_loc_def_manager ); + + if( Params.beverbose ) + std::cout << " Closed OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + + if( error ) break; + } + + // close record handler + OTF_HandlerArray_close( p_handler_array ); + + if( error ) + { + std::cerr << ExeName << ": " + << "An error occurred during unifying definitions - Terminating ..." + << std::endl; + } + else + { + // sort local definitions + std::sort( p_vecLocDefs->begin(), p_vecLocDefs->end(), + LocDefsCmp ); + } + + return !error; +} + +bool +Definitions::createGlobal( const std::vector * + p_vecLocDefs, + std::vector * p_vecGlobDefs ) +{ + assert( p_vecLocDefs->size() > 0 ); + + bool error = false; + + uint32_t omp_comm_idx = 0; + + for( uint32_t i = 0; i < p_vecLocDefs->size(); i++ ) + { + switch( (*p_vecLocDefs)[i]->etype ) + { + // DefinitionComment + // + case DEF_REC_TYPE__DefinitionComment: + { + // get local definition entry + DefRec_DefinitionComment_struct * p_loc_def_entry = + (DefRec_DefinitionComment_struct*)((*p_vecLocDefs)[i]); + + // add definition without any changes to vector of + // global definitions + p_vecGlobDefs->push_back( new DefRec_DefinitionComment_struct( + p_loc_def_entry->orderidx, + p_loc_def_entry->comment ) ); + + break; + } + // DefCreator + // + case DEF_REC_TYPE__DefCreator: + { + // get local definition entry + DefRec_DefCreator_struct * p_loc_def_entry = + (DefRec_DefCreator_struct*)((*p_vecLocDefs)[i]); + + // add definition without any changes to vector of + // global definitions + p_vecGlobDefs->push_back( new DefRec_DefCreator_struct( + p_loc_def_entry->creator ) ); + + break; + } + // DefTimerResolution + // + case DEF_REC_TYPE__DefTimerResolution: + { + // get local definition entry + DefRec_DefTimerResolution_struct * p_loc_def_entry = + (DefRec_DefTimerResolution_struct*)((*p_vecLocDefs)[i]); + + // add definition without any changes to vector of + // global definitions + p_vecGlobDefs->push_back( new DefRec_DefTimerResolution_struct( + p_loc_def_entry->ticksPerSecond ) ); + + break; + } + // DefProcess + // + case DEF_REC_TYPE__DefProcess: + { + // get local definition entry + DefRec_DefProcess_struct *p_loc_def_entry = + (DefRec_DefProcess_struct*)((*p_vecLocDefs)[i]); + + // add definition without any changes to vector of + // global definitions + p_vecGlobDefs->push_back( new DefRec_DefProcess_struct( + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + p_loc_def_entry->parent ) ); + + break; + } + // DefProcessGroup + // + case DEF_REC_TYPE__DefProcessGroup: + { + // get local definition entry + DefRec_DefProcessGroup_struct * p_loc_def_entry = + (DefRec_DefProcessGroup_struct*)((*p_vecLocDefs)[i]); + + // node definition? + if( p_loc_def_entry->type == + DefRec_DefProcessGroup_struct::TYPE_NODE ) + { + addProc2NodeGroup( p_loc_def_entry->name.substr(9), + p_loc_def_entry->members[0] ); + } + // MPI communicator (except MPI_COMM_WORLD)? + else if( p_loc_def_entry->type == + DefRec_DefProcessGroup_struct::TYPE_MPI_COMM ) + { + addMPIComm( p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->members ); + } + else + { + // get global token factory for this definition type + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + // get global token + uint32_t global_token = + p_tkfac_defprocessgroup->getGlobalToken( + p_loc_def_entry->name, + p_loc_def_entry->members ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defprocessgroup->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + p_loc_def_entry->members ); + + char new_name[256]; + if( p_loc_def_entry->name.compare( "__OMP_TEAM__" ) == 0 ) + snprintf( new_name, sizeof( new_name ), + "OMP Thread Team %d", omp_comm_idx++ ); + else + strncpy( new_name, p_loc_def_entry->name.c_str(), + sizeof( new_name ) ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefProcessGroup_struct( + 0, + global_token, + p_loc_def_entry->type, + new_name, + p_loc_def_entry->members ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defprocessgroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defprocessgroup->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + } + + break; + } + // DefSclFile + // + case DEF_REC_TYPE__DefSclFile: + { + // get local definition entry + DefRec_DefSclFile_struct * p_loc_def_entry = + (DefRec_DefSclFile_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for this definition type + TokenFactory_DefSclFile * p_tkfac_defsclfile = + static_cast(theTokenFactory[TKFAC__DEF_SCL_FILE]); + + // get global token + uint32_t global_token = + p_tkfac_defsclfile->getGlobalToken( + p_loc_def_entry->filename ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defsclfile->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->filename ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefSclFile_struct( + 0, + global_token, + p_loc_def_entry->filename ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defsclfile->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defsclfile->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefScl + // + case DEF_REC_TYPE__DefScl: + { + // get local definition entry + DefRec_DefScl_struct * p_loc_def_entry = + (DefRec_DefScl_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for DefSclFile + TokenFactory_DefSclFile * p_tkfac_defsclfile = + static_cast(theTokenFactory[TKFAC__DEF_SCL_FILE]); + + // get global token factory for this definition type + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + // get global token for DefSclFile (exit if not exists) + uint32_t global_sclfile = + p_tkfac_defsclfile->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->sclfile ); + assert( global_sclfile != 0 ); + + // get global token + uint32_t global_token = + p_tkfac_defscl->getGlobalToken( global_sclfile, + p_loc_def_entry->sclline ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defscl->createGlobalToken( p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_sclfile, + p_loc_def_entry->sclline ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefScl_struct( + 0, + global_token, + global_sclfile, + p_loc_def_entry->sclline ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defscl->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defscl->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefFileGroup + // + case DEF_REC_TYPE__DefFileGroup: + { + // get local definition entry + DefRec_DefFileGroup_struct * p_loc_def_entry = + (DefRec_DefFileGroup_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for this definition type + TokenFactory_DefFileGroup * p_tkfac_deffilegroup = + static_cast(theTokenFactory[TKFAC__DEF_FILE_GROUP]); + + // get global token + uint32_t global_token = + p_tkfac_deffilegroup->getGlobalToken( + p_loc_def_entry->name ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_deffilegroup->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefFileGroup_struct( + 0, + global_token, + p_loc_def_entry->name ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_deffilegroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_deffilegroup->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefFile + // + case DEF_REC_TYPE__DefFile: + { + // get local definition entry + DefRec_DefFile_struct * p_loc_def_entry = + (DefRec_DefFile_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for DefFileGroup + TokenFactory_DefFileGroup * p_tkfac_deffilegroup = + static_cast(theTokenFactory[TKFAC__DEF_FILE_GROUP]); + + // get global token factory for this definition type + TokenFactory_DefFile * p_tkfac_deffile = + static_cast(theTokenFactory[TKFAC__DEF_FILE]); + + // get global token for DefFileGroup (exit if not exists) + uint32_t global_group = + p_tkfac_deffilegroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->group ); + assert( global_group != 0 ); + + // get global token + uint32_t global_token = + p_tkfac_deffile->getGlobalToken( + p_loc_def_entry->name, + global_group ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_deffile->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + global_group ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefFile_struct( + 0, + global_token, + p_loc_def_entry->name, + global_group ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_deffile->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_deffile->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefFunctionGroup + // + case DEF_REC_TYPE__DefFunctionGroup: + { + // get local definition entry + DefRec_DefFunctionGroup_struct * p_loc_def_entry = + (DefRec_DefFunctionGroup_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for this definition type + TokenFactory_DefFunctionGroup * p_tkfac_deffunctiongroup = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION_GROUP]); + + // get global token + uint32_t global_token = + p_tkfac_deffunctiongroup->getGlobalToken( + p_loc_def_entry->name ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_deffunctiongroup->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefFunctionGroup_struct( + 0, + global_token, + p_loc_def_entry->name ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_deffunctiongroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_deffunctiongroup->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefFunction + // + case DEF_REC_TYPE__DefFunction: + { + // get local definition entry + DefRec_DefFunction_struct * p_loc_def_entry = + (DefRec_DefFunction_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for DefFunctionGroup + TokenFactory_DefFunctionGroup * p_tkfac_deffunctiongroup = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION_GROUP]); + + // get global token factory for DefScl + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + // get global token factory for this definition type + TokenFactory_DefFunction * p_tkfac_deffunction = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION]); + + // get global token for DefFunctionGroup (exit if not exists) + uint32_t global_group = + p_tkfac_deffunctiongroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->group ); + assert( global_group != 0 ); + + // get global token for DefScl (exit if not exists) + uint32_t global_scltoken = p_loc_def_entry->scltoken; + if( p_loc_def_entry->scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->scltoken ); + assert( global_scltoken != 0 ); + } + + // get global token + uint32_t global_token = + p_tkfac_deffunction->getGlobalToken( + p_loc_def_entry->name, + global_group, + global_scltoken ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_deffunction->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + global_group, + global_scltoken ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefFunction_struct( + 0, + global_token, + p_loc_def_entry->name, + global_group, + global_scltoken ) ); + + // add new function definition to statistics + theStatistics->addFunc( global_token, + std::string( p_loc_def_entry->name ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_deffunction->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_deffunction->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefCollectiveOperation + // + case DEF_REC_TYPE__DefCollectiveOperation: + { + // get local definition entry + DefRec_DefCollectiveOperation_struct * p_loc_def_entry = + (DefRec_DefCollectiveOperation_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for this definition type + TokenFactory_DefCollectiveOperation * p_tkfac_defcollop = + static_cast(theTokenFactory[TKFAC__DEF_COLL_OP]); + + // get global token + uint32_t global_token = + p_tkfac_defcollop->getGlobalToken( + p_loc_def_entry->name, + p_loc_def_entry->type ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defcollop->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + p_loc_def_entry->type ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefCollectiveOperation_struct( + 0, + global_token, + p_loc_def_entry->name, + p_loc_def_entry->type ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defcollop->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defcollop->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefCounterGroup + // + case DEF_REC_TYPE__DefCounterGroup: + { + // get local definition entry + DefRec_DefCounterGroup_struct * p_loc_def_entry = + (DefRec_DefCounterGroup_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for this definition type + TokenFactory_DefCounterGroup * p_tkfac_defcountergroup = + static_cast(theTokenFactory[TKFAC__DEF_COUNTER_GROUP]); + + // get global token + uint32_t global_token = + p_tkfac_defcountergroup->getGlobalToken( + p_loc_def_entry->name ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defcountergroup->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefCounterGroup_struct( + 0, + global_token, + p_loc_def_entry->name ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defcountergroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defcountergroup->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + // DefCounter + // + case DEF_REC_TYPE__DefCounter: + { + // get local definition entry + DefRec_DefCounter_struct * p_loc_def_entry = + (DefRec_DefCounter_struct*)((*p_vecLocDefs)[i]); + + // get global token factory for DefCounterGroup + TokenFactory_DefCounterGroup * p_tkfac_defcountergroup = + static_cast(theTokenFactory[TKFAC__DEF_COUNTER_GROUP]); + + // get global token factory for this definition type + TokenFactory_DefCounter * p_tkfac_defcounter = + static_cast(theTokenFactory[TKFAC__DEF_COUNTER]); + + // get global token for DefCounterGroup (exit if not exists) + uint32_t global_countergroup = + p_tkfac_defcountergroup->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->countergroup ); + assert( global_countergroup != 0 ); + + // get global token + uint32_t global_token = + p_tkfac_defcounter->getGlobalToken( + p_loc_def_entry->name, + p_loc_def_entry->properties, + global_countergroup, + p_loc_def_entry->unit ); + + // global token found ? + if( global_token == 0 ) + { + // no -> create it + global_token = + p_tkfac_defcounter->createGlobalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + p_loc_def_entry->name, + p_loc_def_entry->properties, + global_countergroup, + p_loc_def_entry->unit ); + + // add new definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefCounter_struct( + 0, + global_token, + p_loc_def_entry->name, + p_loc_def_entry->properties, + global_countergroup, + p_loc_def_entry->unit ) ); + } + else + { + // yes -> (global definition already exists in vector) + + // set translation for this local process id, if necessary + // + if( p_tkfac_defcounter->translateLocalToken( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken ) == 0 ) + { + p_tkfac_defcounter->setTranslation( + p_loc_def_entry->loccpuid, + p_loc_def_entry->deftoken, + global_token ); + } + } + + break; + } + } + } + + // add process group records for nodes to global definition records + addNodeGroups2Global( p_vecGlobDefs ); + + // add process group records for MPI communicators to global def. records + addMPIComms2Global( p_vecGlobDefs ); + + // sort global definition records + std::sort( p_vecGlobDefs->begin(), p_vecGlobDefs->end(), + GlobDefsCmp ); + + return !error; +} + +bool +Definitions::writeGlobal( const std::vector * + p_vecGlobDefs ) +{ + if( Params.beverbose ) + std::cout << "Writing global definitions ..." << std::endl; + + assert( p_vecGlobDefs->size() > 0 ); + + bool error = false; + + std::string tmp_out_file_prefix = + Params.out_file_prefix + TmpFileSuffix; + + // open file manager for writer stream + OTF_FileManager * p_glob_def_manager + = OTF_FileManager_open( 1 ); + assert( p_glob_def_manager ); + + // open stream for writing (stream id = 0) + OTF_WStream * p_glob_def_wstream = + OTF_WStream_open( tmp_out_file_prefix.c_str(), 0, p_glob_def_manager ); + assert( p_glob_def_wstream ); + + // set file compression + if( Params.docompress ) + { + OTF_WStream_setCompression( p_glob_def_wstream, + OTF_FILECOMPRESSION_COMPRESSED ); + } + + // try to get def. buffer + if( !OTF_WStream_getDefBuffer( p_glob_def_wstream ) ) + { + std::cerr << ExeName << ": Error: " + << "Could not open OTF writer stream [namestub " + << tmp_out_file_prefix.c_str() << " id 0]" << std::endl; + OTF_WStream_close( p_glob_def_wstream ); + OTF_FileManager_close( p_glob_def_manager ); + return false; + } + + if( Params.beverbose ) + { + std::cout << " Opened OTF writer stream [namestub " + << tmp_out_file_prefix.c_str() << " id 0]" << std::endl; + } + + // write OTF version record + OTF_WStream_writeOtfVersion( p_glob_def_wstream ); + + // write global definition records + // + for( uint32_t i = 0; i < p_vecGlobDefs->size(); i++ ) + { + switch( (*p_vecGlobDefs)[i]->etype ) + { + case DEF_REC_TYPE__DefinitionComment: + { + DefRec_DefinitionComment_struct * p_entry = + (DefRec_DefinitionComment_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefinitionComment( p_glob_def_wstream, + p_entry->comment.c_str() ); + + break; + } + case DEF_REC_TYPE__DefCreator: + { + DefRec_DefCreator_struct * p_entry = + (DefRec_DefCreator_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefCreator( p_glob_def_wstream, + p_entry->creator.c_str() ); + + break; + } + case DEF_REC_TYPE__DefTimerResolution: + { + DefRec_DefTimerResolution_struct * p_entry = + (DefRec_DefTimerResolution_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefTimerResolution( p_glob_def_wstream, + p_entry->ticksPerSecond ); + + break; + } + case DEF_REC_TYPE__DefProcess: + { + DefRec_DefProcess_struct *p_entry = + (DefRec_DefProcess_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefProcess( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + p_entry->parent ); + + break; + } + case DEF_REC_TYPE__DefProcessGroup: + { + DefRec_DefProcessGroup_struct * p_entry = + (DefRec_DefProcessGroup_struct*)((*p_vecGlobDefs)[i]); + + uint32_t n = p_entry->members.size(); + uint32_t * array = new uint32_t[n]; + for( uint32_t j = 0; j < n; j++ ) + array[j] = p_entry->members[j]; + + OTF_WStream_writeDefProcessGroup( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + n, + array ); + + delete array; + + break; + } + case DEF_REC_TYPE__DefSclFile: + { + DefRec_DefSclFile_struct * p_entry = + (DefRec_DefSclFile_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefSclFile( p_glob_def_wstream, + p_entry->deftoken, + p_entry->filename.c_str() ); + + break; + } + case DEF_REC_TYPE__DefScl: + { + DefRec_DefScl_struct * p_entry = + (DefRec_DefScl_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefScl( p_glob_def_wstream, + p_entry->deftoken, + p_entry->sclfile, + p_entry->sclline ); + + break; + } + case DEF_REC_TYPE__DefFileGroup: + { + DefRec_DefFileGroup_struct * p_entry = + (DefRec_DefFileGroup_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefFileGroup( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str() ); + + break; + } + case DEF_REC_TYPE__DefFile: + { + DefRec_DefFile_struct * p_entry = + (DefRec_DefFile_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefFile( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + p_entry->group ); + + break; + } + case DEF_REC_TYPE__DefFunctionGroup: + { + DefRec_DefFunctionGroup_struct * p_entry = + (DefRec_DefFunctionGroup_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefFunctionGroup( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str() ); + + break; + } + case DEF_REC_TYPE__DefFunction: + { + DefRec_DefFunction_struct * p_entry = + (DefRec_DefFunction_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefFunction( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + p_entry->group, + p_entry->scltoken ); + + break; + } + case DEF_REC_TYPE__DefCollectiveOperation: + { + DefRec_DefCollectiveOperation_struct * p_entry = + (DefRec_DefCollectiveOperation_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefCollectiveOperation( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + p_entry->type ); + + break; + } + case DEF_REC_TYPE__DefCounterGroup: + { + DefRec_DefCounterGroup_struct * p_entry = + (DefRec_DefCounterGroup_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefCounterGroup( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str() ); + + break; + } + case DEF_REC_TYPE__DefCounter: + { + DefRec_DefCounter_struct * p_entry = + (DefRec_DefCounter_struct*)((*p_vecGlobDefs)[i]); + + OTF_WStream_writeDefCounter( p_glob_def_wstream, + p_entry->deftoken, + p_entry->name.c_str(), + p_entry->properties, + p_entry->countergroup, + p_entry->unit.c_str() ); + + break; + } + } + } + + // close writer stream + OTF_WStream_close( p_glob_def_wstream ); + // close file manager for writer stream + OTF_FileManager_close( p_glob_def_manager ); + + if( Params.beverbose ) + std::cout << " Closed OTF writer stream [namestub " + << tmp_out_file_prefix << " id 0]" << std::endl; + + return !error; +} + +bool +Definitions::addProc2NodeGroup( const std::string & nodeName, + const uint32_t & nodeProc ) +{ + // process id already exists for this node? + std::vector::iterator it = + std::find( m_mapNodeProcs[nodeName].begin(), + m_mapNodeProcs[nodeName].end(), + NodeProc_struct( nodeProc ) ); + + // no -> add process id + if( it == m_mapNodeProcs[nodeName].end() ) + { + m_mapNodeProcs[nodeName].push_back( NodeProc_struct( nodeProc ) ); + std::sort( m_mapNodeProcs[nodeName].begin(), + m_mapNodeProcs[nodeName].end(), + std::less() ); + return true; + } + + return false; +} + +bool +Definitions::addNodeGroups2Global( std::vector * + p_vecGlobDefs ) +{ + uint32_t seq_node_group_token = 1500000000; + + for( std::map >::iterator it = + m_mapNodeProcs.begin(); it != m_mapNodeProcs.end(); it++ ) + { + std::vector vec_procids; + for( uint32_t i = 0; i < it->second.size(); i++ ) + vec_procids.push_back( it->second[i].procid ); + + p_vecGlobDefs->push_back( new DefRec_DefProcessGroup_struct( + 0, + seq_node_group_token++, + DefRec_DefProcessGroup_struct::TYPE_NODE, + it->first, + vec_procids ) ); + } + + return true; +} + +bool +Definitions::addMPIComm( const uint32_t proc, const uint32_t defToken, + const std::vector & vecMembers ) +{ + uint32_t comm_id = getMPICommIdByMembers( vecMembers ); + uint32_t index; + + // search MPI comm. entry with same members for proc + // + std::list::iterator it = + std::find( m_mapProcMPIComms[proc].begin(), + m_mapProcMPIComms[proc].end(), + MPIComm_struct( comm_id ) ); + + // if found -> increment index; otherwise init index + if( it != m_mapProcMPIComms[proc].end() ) + index = (it->index) + 1; + else + index = 0; + + // create new MPI comm. entry for proc + // + MPIComm_struct new_comm( comm_id, proc, defToken, index ); + m_mapProcMPIComms[proc].push_front( new_comm ); + + return true; +} + +bool +Definitions::addMPIComms2Global( std::vector * + p_vecGlobDefs ) +{ + std::list list_mpi_comms; + + // convert local MPI comm. map to list + // + for( std::map >::iterator map_it = + m_mapProcMPIComms.begin(); map_it != m_mapProcMPIComms.end(); + map_it++ ) + { + for( std::list::iterator list_it = + map_it->second.begin(); list_it != map_it->second.end(); + list_it++ ) + { + list_mpi_comms.push_back( *list_it ); + } + } + + // get global token factory for this definition type + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + char comm_name[256]; + uint32_t comm_name_idx = 0; + + // unify local MPI comms. + // + while( list_mpi_comms.size() > 0 ) + { + std::list::iterator it = list_mpi_comms.begin(); + + uint32_t commid = it->commid; + uint32_t index = it->index; + std::vector vec_members = m_mapMPICommId2Members[commid]; + + // add index to comm's name + snprintf( comm_name, sizeof( comm_name ), + "MPI Communicator %d", comm_name_idx++ ); + + // create token for global comm. + uint32_t global_token = + p_tkfac_defprocessgroup->createGlobalToken( + it->loccpuid, + it->deftoken, + comm_name, + vec_members ); + + // add process group definition to vector of global definitions + p_vecGlobDefs->push_back( new DefRec_DefProcessGroup_struct( + 0, + global_token, + DefRec_DefProcessGroup_struct::TYPE_MPI_COMM, + comm_name, + vec_members ) ); + + // set translation for all remaining comms. which have this commid + // and index + // + do + { + if( p_tkfac_defprocessgroup->translateLocalToken( + it->loccpuid, + it->deftoken ) == 0 ) + { + p_tkfac_defprocessgroup->setTranslation( + it->loccpuid, + it->deftoken, + global_token ); + } + + // delete processed comm. from list + list_mpi_comms.erase( it ); + + // search next comm. which have this commid and index + it = std::find( list_mpi_comms.begin(), + list_mpi_comms.end(), + MPIComm_struct(commid, index) ); + } + while( it != list_mpi_comms.end() ); + } + + return true; +} + +uint32_t +Definitions::getMPICommIdByMembers( const std::vector & vecMembers ) +{ + uint32_t comm_id = (uint32_t)-1; + + // linear search of comm. id in map + // + for( std::map >::iterator it = + m_mapMPICommId2Members.begin(); it != m_mapMPICommId2Members.end(); + it++ ) + { + if( it->second == vecMembers ) + { + comm_id = it->first; + break; + } + } + + // create new map entry, if not exists + // + if( comm_id == (uint32_t)-1 ) + { + comm_id = m_mapMPICommId2Members.size(); + m_mapMPICommId2Members.insert( std::make_pair( (uint32_t)comm_id, + (std::vector) vecMembers ) ); + } + + return comm_id; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.h new file mode 100644 index 0000000000..e8d935e520 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs.h @@ -0,0 +1,407 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_DEFS_H_ +#define _VT_UNIFY_DEFS_H_ + +#include "vt_inttypes.h" + +#include +#include +#include +#include + +#include + +// +// Definitions class +// +class Definitions +{ +public: + + // definition record types + // + typedef enum { DEF_REC_TYPE__DefinitionComment, + DEF_REC_TYPE__DefCreator, + DEF_REC_TYPE__DefTimerResolution, + DEF_REC_TYPE__DefProcess, + DEF_REC_TYPE__DefProcessGroup, + DEF_REC_TYPE__DefSclFile, + DEF_REC_TYPE__DefScl, + DEF_REC_TYPE__DefFileGroup, + DEF_REC_TYPE__DefFile, + DEF_REC_TYPE__DefFunctionGroup, + DEF_REC_TYPE__DefFunction, + DEF_REC_TYPE__DefCollectiveOperation, + DEF_REC_TYPE__DefCounterGroup, + DEF_REC_TYPE__DefCounter } DefRecTypeT; + + // + // DefRec_Base_struct + // + struct DefRec_Base_struct + { + DefRec_Base_struct() {} + DefRec_Base_struct(DefRecTypeT _etype) + : etype(_etype), loccpuid(0), deftoken(0) {} + virtual ~DefRec_Base_struct() {} + + DefRecTypeT etype; + uint32_t loccpuid; + uint32_t deftoken; + }; + + // + // DefRec_DefinitionComment_struct + // + struct DefRec_DefinitionComment_struct : DefRec_Base_struct + { + DefRec_DefinitionComment_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefinitionComment) {} + DefRec_DefinitionComment_struct(uint32_t _orderidx, + std::string _comment) + : DefRec_Base_struct(DEF_REC_TYPE__DefinitionComment), + orderidx(_orderidx), comment(_comment) {} + + uint32_t orderidx; + std::string comment; + }; + + // + // DefRec_DefCreator_struct + // + struct DefRec_DefCreator_struct : DefRec_Base_struct + { + DefRec_DefCreator_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefCreator) {} + DefRec_DefCreator_struct(std::string _creator) + : DefRec_Base_struct(DEF_REC_TYPE__DefCreator), + creator(_creator) {} + + std::string creator; + }; + + // + // DefRec_DefTimerResolution_struct + // + struct DefRec_DefTimerResolution_struct : DefRec_Base_struct + { + DefRec_DefTimerResolution_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefTimerResolution) {} + DefRec_DefTimerResolution_struct(uint64_t _ticksPerSecond) + : DefRec_Base_struct(DEF_REC_TYPE__DefTimerResolution), + ticksPerSecond(_ticksPerSecond) {} + + uint64_t ticksPerSecond; + }; + + // + // DefRec_DefProcess_struct + // + struct DefRec_DefProcess_struct : DefRec_Base_struct + { + DefRec_DefProcess_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefProcess) {} + DefRec_DefProcess_struct(uint32_t _deftoken, std::string _name, + uint32_t _parent) + : DefRec_Base_struct(DEF_REC_TYPE__DefProcess), + name(_name), parent(_parent) { deftoken = _deftoken; } + + std::string name; + uint32_t parent; + }; + + // + // DefRec_DefProcessGroup_struct + // + struct DefRec_DefProcessGroup_struct : DefRec_Base_struct + { + typedef enum { TYPE_NODE, TYPE_MPI_COMM_WORLD, + TYPE_MPI_COMM, TYPE_OMP_TEAM, TYPE_OTHER } + ProcessGroupTypeT; + + DefRec_DefProcessGroup_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefProcessGroup) {} + + DefRec_DefProcessGroup_struct(uint32_t _loccpuid, + uint32_t _deftoken, + ProcessGroupTypeT _type, + std::string _name, + uint32_t _nmembers, + uint32_t * _members) + : DefRec_Base_struct(DEF_REC_TYPE__DefProcessGroup), + name(_name), type(_type) + { + loccpuid = _loccpuid; + deftoken = _deftoken; + for( uint32_t i = 0; i < _nmembers; i++ ) + members.push_back( _members[i] ); + } + + DefRec_DefProcessGroup_struct(uint32_t _loccpuid, + uint32_t _deftoken, + ProcessGroupTypeT _type, + std::string _name, + std::vector _members) + : DefRec_Base_struct(DEF_REC_TYPE__DefProcessGroup), + name(_name), type(_type), members(_members) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + ProcessGroupTypeT type; + std::vector members; + }; + + // + // DefRec_DefSclFile_struct + // + struct DefRec_DefSclFile_struct : DefRec_Base_struct + { + DefRec_DefSclFile_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefSclFile) {} + DefRec_DefSclFile_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _filename) + : DefRec_Base_struct(DEF_REC_TYPE__DefSclFile), + filename(_filename) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string filename; + }; + + // + // DefRec_DefScl_struct + // + struct DefRec_DefScl_struct : DefRec_Base_struct + { + DefRec_DefScl_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefScl) {} + DefRec_DefScl_struct(uint32_t _loccpuid, uint32_t _deftoken, + uint32_t _sclfile, uint32_t _sclline) + : DefRec_Base_struct(DEF_REC_TYPE__DefScl), + sclfile(_sclfile), sclline(_sclline) { loccpuid = _loccpuid; deftoken = _deftoken; } + ~DefRec_DefScl_struct() {} + + uint32_t sclfile; + uint32_t sclline; + }; + + // + // DefRec_DefFileGroup_struct + // + struct DefRec_DefFileGroup_struct : DefRec_Base_struct + { + DefRec_DefFileGroup_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefFileGroup) {} + DefRec_DefFileGroup_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _name) + : DefRec_Base_struct(DEF_REC_TYPE__DefFileGroup), + name(_name) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + }; + + // + // DefRec_DefFile_struct + // + struct DefRec_DefFile_struct : DefRec_Base_struct + { + DefRec_DefFile_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefFile) {} + DefRec_DefFile_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _name, uint32_t _group ) + : DefRec_Base_struct(DEF_REC_TYPE__DefFile), + name(_name), group(_group) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + uint32_t group; + }; + + // + // DefRec_DefFunctionGroup_struct + // + struct DefRec_DefFunctionGroup_struct : DefRec_Base_struct + { + DefRec_DefFunctionGroup_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefFunctionGroup) {} + DefRec_DefFunctionGroup_struct(uint32_t _loccpuid, + uint32_t _deftoken, + std::string _name) + : DefRec_Base_struct(DEF_REC_TYPE__DefFunctionGroup), + name(_name) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + }; + + // + // DefRec_DefFunction_struct + // + struct DefRec_DefFunction_struct : DefRec_Base_struct + { + DefRec_DefFunction_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefFunction) {} + DefRec_DefFunction_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _name, uint32_t _group, + uint32_t _scltoken) + : DefRec_Base_struct(DEF_REC_TYPE__DefFunction), + name(_name), group(_group), scltoken(_scltoken) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + uint32_t group; + uint32_t scltoken; + }; + + // + // DefRec_DefCollectiveOperation_struct + // + struct DefRec_DefCollectiveOperation_struct : DefRec_Base_struct + { + DefRec_DefCollectiveOperation_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefCollectiveOperation) {} + DefRec_DefCollectiveOperation_struct(uint32_t _loccpuid, + uint32_t _collOp, + std::string _name, + uint32_t _type) + : DefRec_Base_struct(DEF_REC_TYPE__DefCollectiveOperation), + name(_name), type(_type) { loccpuid = _loccpuid; deftoken = _collOp; } + + std::string name; + uint32_t type; + }; + + // + // DefRec_DefCounterGroup_struct + // + struct DefRec_DefCounterGroup_struct : DefRec_Base_struct + { + DefRec_DefCounterGroup_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefCounterGroup) {} + DefRec_DefCounterGroup_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _name) + : DefRec_Base_struct(DEF_REC_TYPE__DefCounterGroup), + name(_name) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + }; + + // + // DefRec_DefCounter_struct + // + struct DefRec_DefCounter_struct : DefRec_Base_struct + { + DefRec_DefCounter_struct() + : DefRec_Base_struct(DEF_REC_TYPE__DefCounter) {} + DefRec_DefCounter_struct(uint32_t _loccpuid, uint32_t _deftoken, + std::string _name, uint32_t _properties, + uint32_t _countergroup, std::string _unit) + : DefRec_Base_struct(DEF_REC_TYPE__DefCounter), + name(_name), properties(_properties), countergroup(_countergroup), + unit(_unit) + { loccpuid = _loccpuid; deftoken = _deftoken; } + + std::string name; + uint32_t properties; + uint32_t countergroup; + std::string unit; + }; + + + // contructor + Definitions(); + + // destructor + ~Definitions(); + + bool run(); + +private: + + struct NodeProc_struct + { + NodeProc_struct(const uint32_t & _procid) : procid(_procid) {} + + uint32_t procid; + + bool operator==(const NodeProc_struct & a) const + { + return procid == a.procid; + } + + bool operator<(const NodeProc_struct & a) const + { + if( procid % 65536 != a.procid % 65536 ) + return procid % 65536 < a.procid % 65536; + else + return procid < a.procid; + } + }; + + struct MPIComm_struct + { + MPIComm_struct(const uint32_t & _commid) : commid(_commid), index((uint32_t)-1) {} + + MPIComm_struct(const uint32_t & _commid, const uint32_t & _index) + : commid(_commid), index(_index) {} + + MPIComm_struct(const uint32_t & _commid, const uint32_t & _loccpuid, + const uint32_t & _deftoken, const uint32_t & _index) + : commid(_commid), loccpuid(_loccpuid), deftoken(_deftoken), index(_index) + {} + + uint32_t commid; + uint32_t loccpuid; + uint32_t deftoken; + uint32_t index; + + bool operator==(const MPIComm_struct & a) const + { + if( a.index == (uint32_t)-1 ) + return commid == a.commid; + else + return ( commid == a.commid && index == a.index ); + } + }; + + bool readLocal( std::vector * p_vecLocDefs ); + bool createGlobal( const std::vector * p_vecLocDefs, + std::vector * p_vecGlobDefs ); + bool writeGlobal( const std::vector * p_vecGlobDefs ); + + bool addProc2NodeGroup( const std::string & nodeName, + const uint32_t & nodeProc ); + bool addNodeGroups2Global( std::vector * + p_vecGlobDefs ); + + bool addMPIComm( const uint32_t proc, const uint32_t defToken, + const std::vector & vecMembers ); + bool addMPIComms2Global( std::vector * + p_vecGlobDefs ); + + uint32_t getMPICommIdByMembers( const std::vector & vecMembers ); + + std::map > m_mapNodeProcs; + + std::map > m_mapMPICommId2Members; + + std::map > m_mapProcMPIComms; + +}; + +// instance of class Definitions +extern Definitions * theDefinitions; + +#endif // _VT_UNIFY_DEFS_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.cc new file mode 100644 index 0000000000..0b5262955f --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.cc @@ -0,0 +1,238 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_defs.h" +#include "vt_unify_stats.h" + +#include "vt_inttypes.h" + +#include + +#include + +#include + +int +Handle_DefinitionComment( std::vector* + p_vecLocDefRecs, uint32_t streamid, + const char* comment ) +{ + static uint32_t orderidx = 0; + + if( streamid == 1 ) + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefinitionComment_struct( + orderidx++, + comment ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefCreator( std::vector* + p_vecLocDefRecs, uint32_t streamid, const char* creator ) +{ + static bool creator_wrote = false; + + if( !creator_wrote ) + { + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefCreator_struct( + creator ) ); + creator_wrote = true; + } + + return OTF_RETURN_OK; +} + +int +Handle_DefTimerResolution( std::vector* + p_vecLocDefRecs, uint32_t streamid, + uint64_t ticksPerSecond ) +{ + static bool timerres_wrote = false; + + if( !timerres_wrote ) + { + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefTimerResolution_struct( + ticksPerSecond ) ); + timerres_wrote = true; + + theStatistics->setTimerRes( ticksPerSecond ); + } + + return OTF_RETURN_OK; +} + +int +Handle_DefProcessGroup( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name, uint32_t n, uint32_t* array ) +{ + Definitions::DefRec_DefProcessGroup_struct::ProcessGroupTypeT type; + + if( strncmp( name, "__NODE__", 8 ) == 0 ) + type = Definitions::DefRec_DefProcessGroup_struct::TYPE_NODE; + else if( strcmp( name, "__MPI_COMM__" ) == 0 ) + type = Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM; + else if( strcmp( name, "MPI_COMM_WORLD" ) == 0 ) + type = Definitions::DefRec_DefProcessGroup_struct::TYPE_MPI_COMM_WORLD; + else if( strcmp( name, "__OMP_TEAM__" ) == 0 ) + type = Definitions::DefRec_DefProcessGroup_struct::TYPE_OMP_TEAM; + else + type = Definitions::DefRec_DefProcessGroup_struct::TYPE_OTHER; + + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefProcessGroup_struct( + streamid % 65536, + deftoken, + type, + name, + n, + array ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefProcess( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name, uint32_t parent ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefProcess_struct( + deftoken, + name, + parent ) ); + return OTF_RETURN_OK; +} + +int +Handle_DefSclFile( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* filename ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefSclFile_struct( + streamid % 65536, + deftoken, + filename ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefScl( std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, uint32_t sclfile, + uint32_t sclline ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefScl_struct( + streamid % 65536, + deftoken, + sclfile, + sclline ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefFileGroup( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefFileGroup_struct( + streamid % 65536, + deftoken, name ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefFile( std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t group ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefFile_struct( + streamid % 65536, + deftoken, + name, + group ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefFunctionGroup( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefFunctionGroup_struct( + streamid % 65536, + deftoken, name ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefFunction( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name, uint32_t group, uint32_t scltoken ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefFunction_struct( + streamid % 65536, + deftoken, + name, + group, + scltoken ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefCollectiveOperation( std::vector* + p_vecLocDefRecs, uint32_t streamid, + uint32_t collOp, const char* name, + uint32_t type ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefCollectiveOperation_struct( + streamid % 65536, + collOp, + name, + type ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefCounterGroup( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefCounterGroup_struct( + streamid % 65536, + deftoken, + name ) ); + + return OTF_RETURN_OK; +} + +int +Handle_DefCounter( std::vector* + p_vecLocDefRecs, uint32_t streamid, uint32_t deftoken, + const char* name, uint32_t properties, + uint32_t countergroup, const char* unit ) +{ + p_vecLocDefRecs->push_back( new Definitions::DefRec_DefCounter_struct( + streamid % 65536, + deftoken, + name, + properties, + countergroup, + unit ) ); + + return OTF_RETURN_OK; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.h new file mode 100644 index 0000000000..eda0bb6f2e --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_hdlr.h @@ -0,0 +1,84 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_DEFS_HDLR_H_ +#define _VT_UNIFY_DEFS_HDLR_H_ + +#include "vt_unify_defs.h" + +#include "vt_inttypes.h" + +#include + +int Handle_DefinitionComment( + std::vector* p_vecLocDefRecs, + uint32_t streamid, const char* comment ); +int Handle_DefCreator( + std::vector* p_vecLocDefRecs, + uint32_t streamid, const char* creator ); + +int Handle_DefTimerResolution( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint64_t ticksPerSecond ); + +int Handle_DefProcessGroup( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t n, uint32_t* array ); + +int Handle_DefProcess( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t parent ); + +int Handle_DefSclFile( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* filename ); + +int Handle_DefScl( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, uint32_t sclfile, + uint32_t sclline ); + +int Handle_DefFileGroup( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name ); + +int Handle_DefFile( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t group ); + +int Handle_DefFunctionGroup( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name ); + +int Handle_DefFunction( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t group, uint32_t scltoken ); + +int Handle_DefCollectiveOperation( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t collOp, const char* name, + uint32_t type ); + +int Handle_DefCounterGroup( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name ); + +int Handle_DefCounter( + std::vector* p_vecLocDefRecs, + uint32_t streamid, uint32_t deftoken, const char* name, + uint32_t properties, uint32_t countergroup, const char* unit ); + +#endif // _VT_UNIFY_DEFS_HDLR_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.cc new file mode 100644 index 0000000000..5b2ce90262 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.cc @@ -0,0 +1,386 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_events.h" +#include "vt_unify.h" +#include "vt_unify_events_hdlr.h" + +#include "vt_inttypes.h" + +#include + +#include +#include + +#include +#include + +#if (defined (VT_OMP)) +#include +#endif + +#define UPDATE_PROGESSBAR \ +{ \ + uint32_t sum_progress = 0; \ + for( uint32_t j = 0; j < vec_progress.size(); j++ ) \ + sum_progress += vec_progress[j]; \ + \ + uint32_t percentage = sum_progress / vec_progress.size(); \ + \ + if( percentage < 10 ) \ + std::cout << "00" << percentage << "%\r" << std::flush; \ + else if( percentage < 100 ) \ + std::cout << "0" << percentage << "%\r" << std::flush; \ + else \ + std::cout << percentage << "%\r" << std::flush; \ +} + +Events * theEvents; // instance of class Events + +//////////////////// class Events //////////////////// + +// public methods +// + +Events::Events() +{ + // Empty +} + +Events::~Events() +{ + // Empty +} + +bool +Events::run() +{ + if( Params.beverbose ) + std::cout << "Unifying events ..." << std::endl; + + bool error = false; + + int i; + int size = (int)g_vecUnifyCtls.size(); + + std::string tmp_out_file_prefix = + Params.out_file_prefix + TmpFileSuffix; + + std::vector< uint32_t > vec_progress; + vec_progress.resize( size ); + for( i = 0; i < size; i++ ) + vec_progress[i] = 0; + +#if (defined (VT_OMP)) + + uint32_t threads_needed = g_vecUnifyCtls.size(); + uint32_t threads_set; + + uint32_t omp_max_threads = omp_get_max_threads(); + char * env_omp_num_threads = getenv( "OMP_NUM_THREADS" ); + + if( env_omp_num_threads ) + { + if( threads_needed < (uint32_t)atoi( env_omp_num_threads ) ) + { + omp_set_num_threads( threads_needed ); + threads_set = threads_needed; + } + else + { + threads_set = atoi( env_omp_num_threads ); + } + } + else + { + if( threads_needed < omp_max_threads ) + { + omp_set_num_threads( threads_needed ); + threads_set = threads_needed; + } + else + { + omp_set_num_threads( omp_max_threads ); + threads_set = omp_max_threads; + } + } + + if( Params.beverbose ) + { + std::cout << " Using " << threads_set << " worker thread(s)" << std::endl; + } + +# pragma omp parallel for private(i) +#endif + for( i = 0; i < size; i++ ) + { + if( !error ) + { + // open file manager for reader stream + OTF_FileManager * p_org_events_manager = + OTF_FileManager_open( 1 ); + assert( p_org_events_manager ); + + // open stream for reading + OTF_RStream * p_org_events_rstream = + OTF_RStream_open( Params.in_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_org_events_manager ); + assert( p_org_events_rstream ); + + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { + std::cout << " [" << omp_get_thread_num() << "]:" << std::flush; +#endif + std::cout << " Opened OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + +#if (defined (VT_OMP)) + } +#endif + } + + if( !OTF_RStream_getEventBuffer( p_org_events_rstream ) ) + { + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { + std::cout << " [" << omp_get_thread_num() << "]:" + << std::flush; +#endif + std::cout << " No events found in this OTF reader stream " + << "- Ignored" << std::endl; +#if (defined (VT_OMP)) + } +#endif + } + } + else + { + // close event buffer + OTF_RStream_closeEventBuffer( p_org_events_rstream ); + + // open file manager for writer stream + OTF_FileManager * p_uni_events_manager = + OTF_FileManager_open( 1 ); + assert( p_uni_events_manager ); + + // open stream for writing + OTF_WStream * p_uni_events_wstream = + OTF_WStream_open( tmp_out_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_uni_events_manager ); + assert( p_uni_events_wstream ); + + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { + std::cout << " [" << omp_get_thread_num() << "]:" + << std::flush; +#endif + std::cout << " Opened OTF writer stream [namestub " + << tmp_out_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; +#if (defined (VT_OMP)) + } +#endif + } + + // create record handler + OTF_HandlerArray * p_handler_array = + OTF_HandlerArray_open(); + assert( p_handler_array ); + + // set record handler and first handler argument for ... + // + + // ... OTF_ENTER_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_Enter, OTF_ENTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_ENTER_RECORD ); + + // ... OTF_LEAVE_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_Leave, OTF_LEAVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_LEAVE_RECORD ); + + // ... OTF_FILEOPERATION_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_FileOperation, + OTF_FILEOPERATION_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_FILEOPERATION_RECORD ); + + // ... OTF_SEND_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_SendMsg, OTF_SEND_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_SEND_RECORD ); + + // ... OTF_RECEIVE_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_RecvMsg, OTF_RECEIVE_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_RECEIVE_RECORD ); + + // ... OTF_COLLOP_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_CollectiveOperation, + OTF_COLLOP_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_COLLOP_RECORD ); + + // ... OTF_COUNTER_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_Counter, OTF_COUNTER_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_COUNTER_RECORD ); + + // ... OTF_EVENTCOMMENT_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_EventComment, + OTF_EVENTCOMMENT_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_events_wstream, OTF_EVENTCOMMENT_RECORD ); + + // set file compression + if( Params.docompress ) + { + OTF_WStream_setCompression( p_uni_events_wstream, + OTF_FILECOMPRESSION_COMPRESSED ); + } + + // set record limit + if( Params.beverbose ) + OTF_RStream_setRecordLimit( p_org_events_rstream, 10000 ); + + // read events + // + uint64_t records_read = 0; + uint64_t minimum; uint64_t current; uint64_t maximum; + while( ( records_read = + OTF_RStream_readEvents( p_org_events_rstream, + p_handler_array ) ) == 10000 ) + { + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { +#endif + // calculate progress bar + // + OTF_RStream_eventProgress( p_org_events_rstream, + &minimum, ¤t, &maximum ); + vec_progress[i] = ( ( current - minimum ) * 100 ) + / ( maximum - minimum ); + + UPDATE_PROGESSBAR; + } +#if (defined (VT_OMP)) + } +#endif + } + + // check for reading error + if( records_read == OTF_READ_ERROR ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { +#endif + std::cerr << ExeName << ": Error: " + << "Could not read events of OTF stream [namestub " + << tmp_out_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + error = true; +#if (defined (VT_OMP)) + } +#endif + } + + // close record handler + OTF_HandlerArray_close( p_handler_array ); + + // close writer stream + OTF_WStream_close( p_uni_events_wstream ); + // close file manager for writer stream + OTF_FileManager_close( p_uni_events_manager ); + + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { + std::cout << " [" << omp_get_thread_num() << "]:" + << std::flush; +#endif + std::cout << " Closed OTF writer stream [namestub " + << tmp_out_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; +#if (defined (VT_OMP)) + } +#endif + } + } + + // close reader stream + OTF_RStream_close( p_org_events_rstream ); + // close file manager for reader stream + OTF_FileManager_close( p_org_events_manager ); + + if( Params.beverbose ) + { +#if (defined (VT_OMP)) +# pragma omp critical + { + std::cout << " [" << omp_get_thread_num() << "]:" << std::flush; +#endif + std::cout << " Closed OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + vec_progress[i] = 100; + UPDATE_PROGESSBAR; +#if (defined (VT_OMP)) + } +#endif + } + } + } + + if( Params.beverbose ) + std::cout << std::endl; + + if( error ) + { + std::cerr << ExeName << ": " + << "An error occurred during unifying events - Terminating ..." + << std::endl; + } + + return !error; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.h new file mode 100644 index 0000000000..5be65c97f8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events.h @@ -0,0 +1,38 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_EVENTS_H_ +#define _VT_UNIFY_EVENTS_H_ + +// +// Events class +// +class Events +{ +public: + + // contructor + Events(); + + // destructor + ~Events(); + + bool run(); + +private: + +}; + +// instance of class Events +extern Events * theEvents; + +#endif // _VT_UNIFY_EVENTS_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.cc new file mode 100644 index 0000000000..da255508a7 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.cc @@ -0,0 +1,293 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_tkfac.h" +#include "vt_unify.h" + +#include "vt_inttypes.h" + +#include + +#include + +int +Handle_Enter( OTF_WStream* wstream, + uint64_t time, uint32_t statetoken, uint32_t cpuid, + uint32_t scltoken ) +{ + uint32_t mcpuid = cpuid % 65536; + + TokenFactory_DefFunction * p_tkfac_deffunction = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_statetoken = + p_tkfac_deffunction->translateLocalToken( mcpuid, statetoken ); + assert( global_statetoken != 0 ); + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( mcpuid, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( mcpuid, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeEnter( wstream, + time, + global_statetoken, + cpuid, + global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_Leave( OTF_WStream* wstream, + uint64_t time, uint32_t statetoken, uint32_t cpuid, + uint32_t scltoken ) +{ + uint32_t mcpuid = cpuid % 65536; + + TokenFactory_DefFunction * p_tkfac_deffunction = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_statetoken = statetoken; + + if( statetoken != 0 ) + { + global_statetoken = + p_tkfac_deffunction->translateLocalToken( mcpuid, statetoken ); + assert( global_statetoken != 0 ); + } + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( mcpuid, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( mcpuid, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeLeave( wstream, + time, + global_statetoken, + cpuid, + global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_FileOperation( OTF_WStream* wstream, + uint64_t time, uint32_t filetoken, uint32_t cpuid, + uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t scltoken ) +{ + uint32_t mcpuid = cpuid % 65536; + + TokenFactory_DefFile * p_tkfac_deffile = + static_cast(theTokenFactory[TKFAC__DEF_FILE]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_filetoken = + p_tkfac_deffile->translateLocalToken( mcpuid, filetoken ); + assert( global_filetoken != 0 ); + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( mcpuid, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( mcpuid, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeFileOperation( wstream, + time, + global_filetoken, + cpuid, + handleid, + operation, + bytes, + duration, + global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_SendMsg( OTF_WStream* wstream, + uint64_t time, uint32_t sender, uint32_t receiver, + uint32_t communicator, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ) +{ + uint32_t msender = sender % 65536; + + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_communicator = + p_tkfac_defprocessgroup->translateLocalToken( msender, communicator ); + assert( global_communicator != 0 ); + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( msender, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( msender, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeSendMsg( wstream, + time, sender, receiver, + global_communicator, msgtag, + msglength, global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_RecvMsg( OTF_WStream* wstream, + uint64_t time, uint32_t receiver, uint32_t sender, + uint32_t communicator, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ) +{ + uint32_t mreceiver = receiver % 65536; + + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_communicator = + p_tkfac_defprocessgroup->translateLocalToken( mreceiver, communicator ); + assert( global_communicator != 0 ); + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( mreceiver, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( mreceiver, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeRecvMsg( wstream, + time, receiver, sender, + global_communicator, msgtag, + msglength, global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_CollectiveOperation( OTF_WStream* wstream, + uint64_t time, uint32_t process, + uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, + uint32_t received, uint64_t duration, + uint32_t scltoken ) +{ + uint32_t mprocess = process % 65536; + + TokenFactory_DefCollectiveOperation * p_tkfac_defcollop = + static_cast(theTokenFactory[TKFAC__DEF_COLL_OP]); + + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + TokenFactory_DefScl * p_tkfac_defscl = + static_cast(theTokenFactory[TKFAC__DEF_SCL]); + + uint32_t global_functionToken = + p_tkfac_defcollop->translateLocalToken( mprocess, functionToken ); + assert( global_functionToken != 0 ); + + uint32_t global_communicator = + p_tkfac_defprocessgroup->translateLocalToken( mprocess, communicator ); + assert( global_communicator != 0 ); + + uint32_t global_scltoken = scltoken; + + if( scltoken != 0 ) + { + global_scltoken = + p_tkfac_defscl->translateLocalToken( mprocess, scltoken ); + assert( global_scltoken != 0 ); + } + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeCollectiveOperation( wstream, + time, process, + global_functionToken, + global_communicator, + rootprocess, sent, + received, duration, + global_scltoken ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_Counter( OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t counter_token, + uint64_t value ) +{ + uint32_t mprocess = process % 65536; + + TokenFactory_DefCounter * p_tkfac_defcounter = + static_cast(theTokenFactory[TKFAC__DEF_COUNTER]); + + uint32_t global_counter_token = + p_tkfac_defcounter->translateLocalToken( mprocess, counter_token ); + assert( global_counter_token != 0 ); + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeCounter( wstream, + time, process, global_counter_token, + value ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_EventComment( OTF_WStream* wstream, + uint64_t time, uint32_t process, const char* comment ) +{ + uint32_t mprocess = process % 65536; + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeEventComment( wstream, + time, process, comment ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.h new file mode 100644 index 0000000000..96daee85c4 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_events_hdlr.h @@ -0,0 +1,65 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_EVENTS_HDLR_H_ +#define _VT_UNIFY_EVENTS_HDLR_H_ + +#include "vt_inttypes.h" + +#include + +int Handle_Enter( + OTF_WStream* wstream, + uint64_t time, uint32_t statetoken, uint32_t cpuid, + uint32_t scltoken ); + +int Handle_Leave( + OTF_WStream* wstream, + uint64_t time, uint32_t statetoken, uint32_t cpuid, + uint32_t scltoken ); + +int Handle_FileOperation( + OTF_WStream* wstream, + uint64_t time, uint32_t filetoken, uint32_t cpuid, + uint64_t handleid, uint32_t operation, uint64_t bytes, + uint64_t duration, uint32_t scltoken ); + +int Handle_SendMsg( + OTF_WStream* wstream, + uint64_t time, uint32_t sender, uint32_t receiver, + uint32_t communicator, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ); + +int Handle_RecvMsg( + OTF_WStream* wstream, + uint64_t time, uint32_t receiver, uint32_t sender, + uint32_t communicator, uint32_t msgtag, + uint32_t msglength, uint32_t scltoken ); + +int Handle_CollectiveOperation( + OTF_WStream* wstream, + uint64_t time, uint32_t process, + uint32_t functionToken, uint32_t communicator, + uint32_t rootprocess, uint32_t sent, + uint32_t received, uint64_t duration, + uint32_t scltoken ); + +int Handle_Counter( + OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t counter_token, + uint64_t value ); + +int Handle_EventComment( + OTF_WStream* wstream, + uint64_t time, uint32_t process, const char* comment ); + +#endif // _VT_UNIFY_EVENTS_HDLR_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.cc new file mode 100644 index 0000000000..147c4e94e6 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.cc @@ -0,0 +1,530 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_stats.h" +#include "vt_unify.h" +#include "vt_unify_stats_hdlr.h" + +#include "vt_inttypes.h" + +#include + +#include +#include +#include + +#include +#include + +Statistics * theStatistics; // instance of class Statistics + +//////////////////// class Statistics //////////////////// + +// public methods +// + +Statistics::Statistics() : m_lTimerRes(1), m_iFuncStatSortFlags(0x22) +{ + // Empty +} + +Statistics::~Statistics() +{ + // Empty +} + +bool +Statistics::run() +{ + if( Params.beverbose ) + std::cout << "Unifying statistics ..." << std::endl; + + bool error = false; + + std::string tmp_out_file_prefix = + Params.out_file_prefix + TmpFileSuffix; + + for( uint32_t i = 0; i < g_vecUnifyCtls.size(); i++ ) + { + // open file manager for reader stream + OTF_FileManager * p_org_stats_manager = + OTF_FileManager_open( 1 ); + assert( p_org_stats_manager ); + + // open stream for reading + OTF_RStream * p_org_stats_rstream = + OTF_RStream_open( Params.in_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_org_stats_manager ); + assert( p_org_stats_rstream ); + + if( Params.beverbose ) + { + std::cout << " Opened OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + } + + if( !OTF_RStream_getStatsBuffer( p_org_stats_rstream ) ) + { + if( Params.beverbose ) + { + std::cout << " No statistics found in this OTF reader stream " + << "- Ignored" << std::endl; + } + } + else + { + // close statistics buffer + OTF_RStream_closeStatsBuffer( p_org_stats_rstream ); + + // open file manager for writer stream + OTF_FileManager * p_uni_stats_manager = + OTF_FileManager_open( 1 ); + assert( p_uni_stats_manager ); + + // open stream for writing + OTF_WStream * p_uni_stats_wstream = + OTF_WStream_open( tmp_out_file_prefix.c_str(), + g_vecUnifyCtls[i]->streamid, + p_uni_stats_manager ); + assert( p_uni_stats_wstream ); + + if( Params.beverbose ) + { + std::cout << " Opened OTF writer stream [namestub " + << tmp_out_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + } + + // create record handler + OTF_HandlerArray * p_handler_array = + OTF_HandlerArray_open(); + assert( p_handler_array ); + + // set record handler and first handler argument for ... + // + + // ... OTF_FUNCTIONSUMMARY_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_FunctionSummary, + OTF_FUNCTIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_stats_wstream, OTF_FUNCTIONSUMMARY_RECORD ); + + // ... OTF_MESSAGESUMMARY_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_MessageSummary, + OTF_MESSAGESUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_stats_wstream, OTF_MESSAGESUMMARY_RECORD ); + + // ... OTF_FILEOPERATIONSUMMARY_RECORD + OTF_HandlerArray_setHandler( p_handler_array, + (OTF_FunctionPointer*)Handle_FileOperationSummary, + OTF_FILEOPERATIONSUMMARY_RECORD ); + OTF_HandlerArray_setFirstHandlerArg( p_handler_array, + p_uni_stats_wstream, OTF_FILEOPERATIONSUMMARY_RECORD ); + + + // set file compression + if( Params.docompress ) + { + OTF_WStream_setCompression( p_uni_stats_wstream, + OTF_FILECOMPRESSION_COMPRESSED ); + } + + // read statistics + if( OTF_RStream_readStatistics( p_org_stats_rstream, p_handler_array ) + == OTF_READ_ERROR ) + { + std::cerr << ExeName << ": Error: " + << "Could not read statistics of OTF stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + error = true; + } + + // close record handler + OTF_HandlerArray_close( p_handler_array ); + // close writer stream + OTF_WStream_close( p_uni_stats_wstream ); + // close file manager for writer stream + OTF_FileManager_close( p_uni_stats_manager ); + + if( Params.beverbose ) + { + std::cout << " Closed OTF writer stream [namestub " + << tmp_out_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + } + } + + // close reader stream + OTF_RStream_close( p_org_stats_rstream ); + // close file manager for reader stream + OTF_FileManager_close( p_org_stats_manager ); + + if( Params.beverbose ) + { + std::cout << " Closed OTF reader stream [namestub " + << Params.in_file_prefix << " id " + << std::hex << g_vecUnifyCtls[i]->streamid << "]" + << std::dec << std::endl; + } + + if( error ) break; + } + + if( error ) + { + std::cerr << ExeName << ": " + << "An error occurred during unifying statistics - Terminating ..." + << std::endl; + } + + return !error; +} + +bool +Statistics::addFunc( uint32_t funcId, std::string funcName ) +{ + std::map::iterator it = + m_mapFuncIdName.find( funcId ); + + if( it == m_mapFuncIdName.end() ) + m_mapFuncIdName.insert( std::make_pair( funcId, funcName ) ); + + return true; +} + +bool +Statistics::addFuncStat( uint32_t procId, uint32_t funcId, uint64_t count, + uint64_t incl, uint64_t excl ) +{ + + // search function statistics map by process id + // + std::map*> + ::iterator proc_it = m_mapProcIdFuncStat.find( procId ); + // found ? + if( proc_it == m_mapProcIdFuncStat.end() ) + { + // no -> create function statistics map + // + std::map* p_map_funcid_stat = + new std::map(); + + m_mapProcIdFuncStat.insert( std::make_pair( procId, + p_map_funcid_stat ) ); + proc_it = m_mapProcIdFuncStat.find( procId ); + assert( proc_it != m_mapProcIdFuncStat.end() ); + } + + // search function statistics by function id + // + std::map::iterator func_it = + proc_it->second->find( funcId ); + // found ? + if( func_it == proc_it->second->end() ) + { + // no -> create function statistics + // + std::string func_name = getFuncNameById(funcId); + assert( func_name != "" ); + struct FuncStat_struct* p_func_stat = + new struct FuncStat_struct( funcId, func_name ); + + proc_it->second->insert( std::make_pair( funcId, p_func_stat ) ); + func_it = proc_it->second->find( funcId ); + assert( func_it != proc_it->second->end() ); + } + + // overwrite function statistics values + // + func_it->second->count = (double)count; + func_it->second->incl = incl; + func_it->second->excl = excl; + + return true; +} + +bool +Statistics::isFuncStatAvail() +{ + // get vector of function statistics + std::vector vec_func_stat = + getFuncStat(); + + return vec_func_stat.size() > 0; +} + +bool +Statistics::isFuncStatAvail( uint32_t procId ) +{ + // get vector of function statistics by process id + std::vector vec_func_stat = + getFuncStat( procId ); + + return vec_func_stat.size() > 0; +} + +bool +Statistics::printFuncStat( std::string outFile, int sortFlags ) +{ + // get vector of function statistics + std::vector vec_func_stat = + getFuncStat(); + + return printFuncStat( outFile, vec_func_stat, sortFlags ); +} + +bool +Statistics::printFuncStat( std::string outFile, + uint32_t procId, int sortFlags ) +{ + // get vector of function statistics by process id + std::vector vec_func_stat = + getFuncStat( procId ); + + return printFuncStat( outFile, vec_func_stat, sortFlags ); +} + +bool +Statistics::printFuncStat( std::string outFile, + std::vector & vecFuncStat, + int sortFlags ) +{ + const uint32_t max_lines_on_stdout = 10; + + FILE * out; + + // open statistics output file, if given + // + if( outFile.length() != 0 ) + { + if( !( out = fopen( outFile.c_str(), "w" ) ) ) + { + std::cerr << ExeName << ": Error: " + << "Could not open file " << outFile << std::endl; + return false; + } + } + // otherwise, print on stdout + else + { + out = stdout; + } + + // sort function statistics vector + // + if( sortFlags != 0 ) + { + int sort_flags_sav = m_iFuncStatSortFlags; + m_iFuncStatSortFlags = sortFlags; + std::sort( vecFuncStat.begin(), vecFuncStat.end(), + std::less() ); + m_iFuncStatSortFlags = sort_flags_sav; + } + else + { + sortFlags = m_iFuncStatSortFlags; + std::sort( vecFuncStat.begin(), vecFuncStat.end(), + std::less() ); + } + + // print out function statistics + // + fprintf( out, " %cexcl. time %cincl. time\n", + (sortFlags & STAT_SORT_FLAG_EXCL_CALL) ? '*' : ' ', + (sortFlags & STAT_SORT_FLAG_INCL_CALL) ? '*' : ' ' ); + + fprintf( out, "%cexcl. time %cincl. time calls / call / call %cname\n", + (sortFlags & STAT_SORT_FLAG_EXCL) ? '*' : ' ', + (sortFlags & STAT_SORT_FLAG_INCL) ? '*' : ' ', + (sortFlags & STAT_SORT_FLAG_FUNCNAME) ? '*' : ' ' ); + + // reduce output lines, if necessary + uint32_t size = vecFuncStat.size(); + if( out == stdout && size > max_lines_on_stdout ) + size = max_lines_on_stdout; + + for( uint32_t i = 0; i < size; i++ ) + { + std::string str_excl = formatTime( vecFuncStat[i].excl ); + std::string str_incl = formatTime( vecFuncStat[i].incl ); + std::string str_excl_call = + formatTime( (uint64_t)((double)vecFuncStat[i].excl / vecFuncStat[i].count) ); + std::string str_incl_call = + formatTime( (uint64_t)((double)vecFuncStat[i].incl / vecFuncStat[i].count) ); + std::string str_funcname = vecFuncStat[i].funcname; + + if( out == stdout ) str_funcname = shortName( vecFuncStat[i].funcname ); + + fprintf( out, + "%11s %11s %10.9g %11s %11s %s\n", + str_excl.c_str(), + str_incl.c_str(), + vecFuncStat[i].count, + str_excl_call.c_str(), + str_incl_call.c_str(), + str_funcname.c_str() ); + } + + if( out == stdout && size < vecFuncStat.size() ) + { + fprintf( out, "Displayed %u from %u functions.\n", + size, (uint32_t)vecFuncStat.size() ); + } + + // close statistics output file, if necessary + if( out != stdout ) fclose( out ); + + return true; +} + +// private methods +// + +std::vector +Statistics::getFuncStat() +{ + std::vector vec_sum_func_stat; + + std::map*>::iterator + proc_it; + + for( proc_it = m_mapProcIdFuncStat.begin(); + proc_it != m_mapProcIdFuncStat.end(); proc_it++ ) + { + std::vector vec_func_stat = + getFuncStat( proc_it->first ); + + for( uint32_t i = 0; i < vec_func_stat.size(); i++ ) + { + std::vector::iterator func_it = + std::find_if( vec_sum_func_stat.begin(), vec_sum_func_stat.end(), + FuncStat_funcId_eq( vec_func_stat[i].funcid ) ); + if( func_it == vec_sum_func_stat.end() ) + { + struct FuncStat_struct func_stat(vec_func_stat[i].funcid, + vec_func_stat[i].funcname, + vec_func_stat[i].count, + vec_func_stat[i].incl, + vec_func_stat[i].excl); + vec_sum_func_stat.push_back( func_stat ); + } + else + { + func_it->count += vec_func_stat[i].count; + func_it->incl += vec_func_stat[i].incl; + func_it->excl += vec_func_stat[i].excl; + } + } + } + + if( m_mapProcIdFuncStat.size() > 1 ) + { + uint32_t nprocs = m_mapProcIdFuncStat.size(); + for( uint32_t i = 0; i < vec_sum_func_stat.size(); i++ ) + { + vec_sum_func_stat[i].count /= (double)nprocs; + vec_sum_func_stat[i].incl /= nprocs; + vec_sum_func_stat[i].excl /= nprocs; + } + } + + return vec_sum_func_stat; +} + +std::vector +Statistics::getFuncStat( uint32_t procId ) +{ + std::vector vec_func_stat; + + // search function statistics map by process id + // + std::map*> + ::iterator proc_it = m_mapProcIdFuncStat.find( procId ); + assert( proc_it != m_mapProcIdFuncStat.end() ); + + for( std::map::iterator it = + proc_it->second->begin(); it != proc_it->second->end(); it++ ) + { + vec_func_stat.push_back(*(it->second)); + } + + return vec_func_stat; +} + +std::string +Statistics::getFuncNameById( uint32_t funcId ) +{ + // search function name by function id + // + std::map::iterator it = + m_mapFuncIdName.find( funcId ); + if( it != m_mapFuncIdName.end() ) + return it->second; // return function name, if found + else + return std::string(""); // otherwise return "" +} + +std::string +Statistics::shortName( const std::string & longName, uint32_t len ) +{ + assert( len >= 5 ); + + std::string short_name; + + if( longName.length() <= len ) + { + short_name = longName; + } + else + { + std::string f, b; + + f = longName.substr( 0, (len-3) / 2 ) + "..."; + b = longName.substr( longName.length()-(len-f.length())); + short_name = f+b; + } + + return short_name; +} + +std::string +Statistics::formatTime( uint64_t time ) +{ + char str[20]; + double d_time = (double)time; + double d_res = (double)m_lTimerRes; + double sec = d_time / d_res; + + static const char unit[4][3] = { "s", "ms", "us", "ns" }; + + for( uint32_t i = 0; i < 4; i++ ) + { + if( i == 3 || sec >= 0.1 ) + { + sprintf( str, "%.3f%s", sec, unit[i] ); + break; + } + sec *= 1000.0; + } + + return std::string( str ); +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.h new file mode 100644 index 0000000000..ec516d2949 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats.h @@ -0,0 +1,212 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_STATS_H_ +#define _VT_UNIFY_STATS_H_ + +#include "vt_inttypes.h" + +#include +#include +#include +#include + +// instance of class Statistics +class Statistics; +extern Statistics * theStatistics; + +// +// Statistics class +// +class Statistics +{ +public: + + // + // function statistics sort flags + // + enum { STAT_SORT_FLAG_DIR_UP = 0x1, + STAT_SORT_FLAG_DIR_DOWN = 0x2, + STAT_SORT_FLAG_FUNCNAME = 0x4, + STAT_SORT_FLAG_COUNT = 0x8, + STAT_SORT_FLAG_INCL = 0x10, + STAT_SORT_FLAG_EXCL = 0x20, + STAT_SORT_FLAG_INCL_CALL = 0x40, + STAT_SORT_FLAG_EXCL_CALL = 0x80 + }; + + // + // function statistics structure + // + struct FuncStat_struct + { + FuncStat_struct() + : funcid(0), funcname(""), count(0.0), incl(0), excl(0) {} + FuncStat_struct(uint32_t _funcid, std::string _funcname) + : funcid(_funcid), funcname(_funcname), count(0.0), incl(0), excl(0) {} + FuncStat_struct(uint32_t _funcid, std::string _funcname, double _count, + uint64_t _incl, uint64_t _excl) + : funcid(_funcid), funcname(_funcname), count(_count), + incl(_incl), excl(_excl) {} + + uint32_t funcid; // function identifier + std::string funcname; // function name + double count; // number of calls + uint64_t incl; // inclusive time + uint64_t excl; // exclusive time + + bool operator<(const struct FuncStat_struct & a) const + { + int flags = theStatistics->m_iFuncStatSortFlags; + + if( (flags & STAT_SORT_FLAG_FUNCNAME) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + std::string _a = funcname, _b = a.funcname; + uint32_t i; + + for( i = 0; i < funcname.length(); i++ ) + _a[i] = tolower( funcname[i] ); + for( i = 0; i < a.funcname.length(); i++ ) + _b[i] = tolower( a.funcname[i] ); + + return _a < _b; + } + else if( (flags & STAT_SORT_FLAG_FUNCNAME) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return funcname > a.funcname; + } + else if( (flags & STAT_SORT_FLAG_COUNT) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + return count < a.count; + } + else if( (flags & STAT_SORT_FLAG_COUNT) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return count > a.count; + } + else if( (flags & STAT_SORT_FLAG_INCL) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + return incl < a.incl; + } + else if( (flags & STAT_SORT_FLAG_INCL) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return incl > a.incl; + } + else if( (flags & STAT_SORT_FLAG_EXCL) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + return excl < a.excl; + } + else if( (flags & STAT_SORT_FLAG_EXCL) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return excl > a.excl; + } + else if( (flags & STAT_SORT_FLAG_INCL_CALL) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + return incl / count < a.incl / a.count; + } + else if( (flags & STAT_SORT_FLAG_INCL_CALL) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return incl / count > a.incl / a.count; + } + else if( (flags & STAT_SORT_FLAG_EXCL_CALL) && + (flags & STAT_SORT_FLAG_DIR_UP ) ) + { + return excl / count < a.excl / a.count; + } + else if( (flags & STAT_SORT_FLAG_EXCL_CALL) && + (flags & STAT_SORT_FLAG_DIR_DOWN ) ) + { + return excl / count > a.excl / a.count; + } + else + { + return true; + } + } + }; + + // class for compare function identifier + // + class FuncStat_funcId_eq : + public std::unary_function + { + uint32_t funcid; + public: + explicit FuncStat_funcId_eq(const uint32_t & _funcid) + : funcid(_funcid) {} + bool operator()(const struct FuncStat_struct & a) const + { + return a.funcid == funcid; + } + }; + + // contructor + Statistics(); + + // destructor + ~Statistics(); + + bool run(); + + bool addFunc( uint32_t funcId, std::string funcName ); + + bool addFuncStat( uint32_t procId, uint32_t funcId, uint64_t count, + uint64_t incl, uint64_t excl ); + + bool isFuncStatAvail(); + bool isFuncStatAvail( uint32_t procId ); + + bool printFuncStat( std::string outFile, + int sortFlags = 0 ); + bool printFuncStat( std::string outFile, + uint32_t procId, int sortFlags = 0 ); + bool printFuncStat( std::string outFile, + std::vector & vecFuncStat, + int sortFlags = 0 ); + + void setTimerRes( uint64_t res ) { m_lTimerRes = res; } + +private: + + std::vector getFuncStat(); + std::vector getFuncStat( uint32_t procId ); + + std::string getFuncNameById( uint32_t funcId ); + + std::string shortName( const std::string & longName, uint32_t len = 20 ); + + std::string formatTime( uint64_t time ); + + // map function id -> function name + std::map m_mapFuncIdName; + + // map process id -> map function id -> function statistics + std::map*> + m_mapProcIdFuncStat; + + uint64_t m_lTimerRes; + + // sort flags for function statistics output + int m_iFuncStatSortFlags; + +}; + +#endif // _VT_UNIFY_STATS_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.cc new file mode 100644 index 0000000000..e420f6c528 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.cc @@ -0,0 +1,104 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_tkfac.h" +#include "vt_unify.h" +#include "vt_unify_stats.h" + +#include "vt_inttypes.h" + +#include + +#include + +int +Handle_FunctionSummary( OTF_WStream* wstream, + uint64_t time, uint32_t function, uint32_t process, + uint64_t invocations, uint64_t exclTime, + uint64_t inclTime ) +{ + uint32_t mprocess = process % 65536; + + TokenFactory_DefFunction * p_tkfac_deffunction = + static_cast(theTokenFactory[TKFAC__DEF_FUNCTION]); + + uint32_t global_function = + p_tkfac_deffunction->translateLocalToken( mprocess, function ); + assert( global_function != 0 ); + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + theStatistics->addFuncStat( process, global_function, invocations, + inclTime, exclTime ); + + int wrrc = OTF_WStream_writeFunctionSummary( wstream, + time, global_function, + process, invocations, + exclTime, inclTime ); + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_MessageSummary( OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t peer, + uint32_t comm, uint32_t type, uint64_t sentNumber, + uint64_t receivedNumber, uint64_t sentBytes, + uint64_t receivedBytes ) +{ + uint32_t mprocess = process % 65536; + + TokenFactory_DefProcessGroup * p_tkfac_defprocessgroup = + static_cast(theTokenFactory[TKFAC__DEF_PROCESS_GROUP]); + + uint32_t global_comm = + p_tkfac_defprocessgroup->translateLocalToken( mprocess, comm ); + assert( global_comm != 0 ); + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeMessageSummary( wstream, + time, process, peer, + global_comm, + type, sentNumber, + receivedNumber, sentBytes, + receivedBytes ); + + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} + +int +Handle_FileOperationSummary( OTF_WStream* wstream, + uint64_t time, uint32_t fileid, uint32_t process, + uint64_t nopen, uint64_t nclose, uint64_t nread, + uint64_t nwrite, uint64_t nseek, + uint64_t bytesread, uint64_t byteswrite ) +{ + uint32_t mprocess = process % 65536; + + TokenFactory_DefFile * p_tkfac_deffile = + static_cast(theTokenFactory[TKFAC__DEF_FILE]); + + uint32_t global_fileid = + p_tkfac_deffile->translateLocalToken( mprocess, fileid ); + assert( global_fileid != 0 ); + + time = CorrectTime( mprocess, time ) - g_uMinStartTime; + + int wrrc = OTF_WStream_writeFileOperationSummary( wstream, + time, global_fileid, + process, nopen, + nclose, nread, + nwrite, nseek, + bytesread, byteswrite ); + + return wrrc == 1 ? OTF_RETURN_OK : OTF_RETURN_ABORT; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.h new file mode 100644 index 0000000000..5a7008c1ce --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_stats_hdlr.h @@ -0,0 +1,37 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_STATS_HDLR_H_ +#define _VT_UNIFY_STATS_HDLR_H_ + +#include "vt_inttypes.h" + +#include + +int Handle_FunctionSummary( + OTF_WStream* wstream, + uint64_t time, uint32_t function, uint32_t process, uint64_t invocations, + uint64_t exclTime, uint64_t inclTime ); + +int Handle_MessageSummary( + OTF_WStream* wstream, + uint64_t time, uint32_t process, uint32_t peer, uint32_t comm, + uint32_t type, uint64_t sentNumber, uint64_t receivedNumber, + uint64_t sentBytes, uint64_t receivedBytes ); + +int Handle_FileOperationSummary( + OTF_WStream* wstream, + uint64_t time, uint32_t fileid, uint32_t process, uint64_t nopen, + uint64_t nclose, uint64_t nread, uint64_t nwrite, uint64_t nseek, + uint64_t bytesread, uint64_t byteswrite ); + +#endif // _VT_UNIFY_STATS_HDLR_H_ diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.cc b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.cc new file mode 100644 index 0000000000..c81f97ac44 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.cc @@ -0,0 +1,421 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_unify_tkfac.h" + +#include "vt_inttypes.h" + +#include +#include +#include + +// array of token factories +TokenFactory * theTokenFactory[TKFAC_NUM]; + +void +TokenFactory::setTranslation( uint32_t mCpuId, + uint32_t localToken, uint32_t globalToken ) +{ + // search local/global token mapping by cpu id + std::map* >::iterator it_cpu = + m_mapLocGlobToken.find( mCpuId ); + + // cpu id not found + // + if( it_cpu == m_mapLocGlobToken.end() ) + { + // create local/global token mapping for cpu + // + std::map * p_map_loc_glob_token = + new std::map(); + + p_map_loc_glob_token->insert( std::make_pair( localToken, globalToken ) ); + + m_mapLocGlobToken.insert( std::make_pair( mCpuId, p_map_loc_glob_token ) ); + } + // cpu id found + // + else + { + // search local token + std::map::iterator it_local_token = + it_cpu->second->find( localToken ); + + // add local/global token + if( it_local_token == it_cpu->second->end() ) + it_cpu->second->insert( std::make_pair( localToken, globalToken ) ); + } +} + +uint32_t +TokenFactory::translateLocalToken( uint32_t mCpuId, uint32_t localToken ) +{ + // search local/global token mapping by cpu id + std::map* >::iterator it_cpu = + m_mapLocGlobToken.find( mCpuId ); + + // cpu id found + // + if( it_cpu != m_mapLocGlobToken.end() ) + { + // search local token + std::map::iterator it_local_token = + it_cpu->second->find( localToken ); + + // return global token if local token found + if( it_local_token != it_cpu->second->end() ) + return it_local_token->second; + } + + return 0; +} + +// +// TokenFactory_DefSclFile +// + +uint32_t +TokenFactory_DefSclFile::getGlobalToken( std::string filename ) +{ + std::map::iterator it = + m_mapDefSclFileGlobToken.find( filename ); + + if( it != m_mapDefSclFileGlobToken.end() ) + return it->second; + else + return 0; +} + +uint32_t +TokenFactory_DefSclFile::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string filename ) +{ + uint32_t global_token = m_SeqToken++; + + m_mapDefSclFileGlobToken.insert( std::make_pair( filename, + global_token ) ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefScl +// + +uint32_t +TokenFactory_DefScl::getGlobalToken( uint32_t sclfile, uint32_t sclline ) +{ + std::vector::iterator it = + std::find_if( m_vecDefScl.begin(), m_vecDefScl.end(), + DefScl_eq( sclfile, sclline ) ); + + if( it != m_vecDefScl.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefScl::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + uint32_t sclfile, uint32_t sclline ) +{ + uint32_t global_token = m_SeqToken++; + + DefScl_struct defscl; + + defscl.global_token = global_token; + defscl.sclfile = sclfile; + defscl.sclline = sclline; + + m_vecDefScl.push_back( defscl ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefFileGroup +// + +uint32_t +TokenFactory_DefFileGroup::getGlobalToken( std::string name ) +{ + std::map::iterator it = + m_mapDefFileGroupGlobToken.find( name ); + + if( it != m_mapDefFileGroupGlobToken.end() ) + return it->second; + else + return 0; +} + +uint32_t +TokenFactory_DefFileGroup::createGlobalToken( uint32_t mCpuId, uint32_t localToken, std::string name ) +{ + uint32_t global_token = m_SeqToken++; + + m_mapDefFileGroupGlobToken.insert( std::make_pair( name, + global_token ) ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefFile +// + +uint32_t +TokenFactory_DefFile::getGlobalToken( std::string name, uint32_t group ) +{ + std::vector::iterator it = + find_if( m_vecDefFile.begin(), m_vecDefFile.end(), + DefFile_eq( name, group ) ); + + if( it != m_vecDefFile.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefFile::createGlobalToken( uint32_t mCpuId, uint32_t localToken, std::string name, uint32_t group ) +{ + uint32_t global_token = m_SeqToken++; + + DefFile_struct deffile; + + deffile.global_token = global_token; + deffile.name = name; + deffile.group = group; + + m_vecDefFile.push_back( deffile ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefFunctionGroup +// + +uint32_t +TokenFactory_DefFunctionGroup::getGlobalToken( std::string name ) +{ + std::map::iterator it = + m_mapDefFunctionGroupGlobToken.find( name ); + + if( it != m_mapDefFunctionGroupGlobToken.end() ) + return it->second; + else + return 0; +} + +uint32_t +TokenFactory_DefFunctionGroup::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name ) +{ + uint32_t global_token = m_SeqToken++; + + m_mapDefFunctionGroupGlobToken.insert( std::make_pair( name, + global_token ) ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefFunction +// + +uint32_t +TokenFactory_DefFunction::getGlobalToken( std::string name, uint32_t group, uint32_t scltoken ) +{ + std::vector::iterator it = + std::find_if( m_vecDefFunction.begin(), m_vecDefFunction.end(), + DefFunction_eq( name, group, scltoken ) ); + + if( it != m_vecDefFunction.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefFunction::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t group, uint32_t scltoken ) +{ + uint32_t global_token = m_SeqToken++; + + DefFunction_struct deffunction; + + deffunction.global_token = global_token; + deffunction.name = name; + deffunction.group = group; + deffunction.scltoken = scltoken; + + m_vecDefFunction.push_back( deffunction ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefCollectiveOperation +// + +uint32_t +TokenFactory_DefCollectiveOperation::getGlobalToken( std::string name, uint32_t type ) +{ + std::vector::iterator it = + std::find_if( m_vecDefCollectiveOperation.begin(), m_vecDefCollectiveOperation.end(), + DefCollectiveOperation_eq( name, type ) ); + + if( it != m_vecDefCollectiveOperation.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefCollectiveOperation::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t type ) +{ + uint32_t global_token = m_SeqToken++; + + DefCollectiveOperation_struct defcollop; + + defcollop.global_token = global_token; + defcollop.name = name; + defcollop.type = type; + + m_vecDefCollectiveOperation.push_back( defcollop ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefCounterGroup +// + +uint32_t +TokenFactory_DefCounterGroup::getGlobalToken( std::string name ) +{ + std::map::iterator it = + m_mapDefCounterGroupGlobToken.find( name ); + + if( it != m_mapDefCounterGroupGlobToken.end() ) + return it->second; + else + return 0; +} + +uint32_t +TokenFactory_DefCounterGroup::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name ) +{ + uint32_t global_token = m_SeqToken++; + + m_mapDefCounterGroupGlobToken.insert( std::make_pair( name, + global_token ) ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefCounter +// + +uint32_t +TokenFactory_DefCounter::getGlobalToken( std::string name, uint32_t properties, + uint32_t countergroup, std::string unit ) +{ + std::vector::iterator it = + std::find_if( m_vecDefCounter.begin(), m_vecDefCounter.end(), + DefCounter_eq( name, properties, countergroup, unit ) ); + + if( it != m_vecDefCounter.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefCounter::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t properties, + uint32_t countergroup, std::string unit ) +{ + uint32_t global_token = m_SeqToken++; + + DefCounter_struct defcounter; + + defcounter.global_token = global_token; + defcounter.name = name; + defcounter.properties = properties; + defcounter.countergroup = countergroup; + defcounter.unit = unit; + + m_vecDefCounter.push_back( defcounter ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} + +// +// TokenFactory_DefProcessGroup +// + +uint32_t +TokenFactory_DefProcessGroup::getGlobalToken( std::string name, + std::vector vecMembers ) +{ + std::vector::iterator it = + std::find_if( m_vecDefProcessGroup.begin(), m_vecDefProcessGroup.end(), + DefProcessGroup_eq( name, vecMembers ) ); + + if( it != m_vecDefProcessGroup.end() ) + return it->global_token; + else + return 0; +} + +uint32_t +TokenFactory_DefProcessGroup::createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, + std::vector vecMembers ) +{ + uint32_t global_token = m_SeqToken++; + + DefProcessGroup_struct defprocessgroup; + + defprocessgroup.global_token = global_token; + defprocessgroup.name = name; + defprocessgroup.members = vecMembers; + + m_vecDefProcessGroup.push_back( defprocessgroup ); + + setTranslation( mCpuId, localToken, global_token ); + + return global_token; +} diff --git a/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.h b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.h new file mode 100644 index 0000000000..51db5608d8 --- /dev/null +++ b/ompi/contrib/vt/vt/tools/vtunify/vt_unify_tkfac.h @@ -0,0 +1,517 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_UNIFY_TKFAC_H_ +#define _VT_UNIFY_TKFAC_H_ + +#include "vt_inttypes.h" + +#include +#include +#include +#include + +// token factory types +// +enum +{ + TKFAC__DEF_SCL_FILE, + TKFAC__DEF_SCL, + TKFAC__DEF_FILE_GROUP, + TKFAC__DEF_FILE, + TKFAC__DEF_FUNCTION_GROUP, + TKFAC__DEF_FUNCTION, + TKFAC__DEF_COLL_OP, + TKFAC__DEF_COUNTER_GROUP, + TKFAC__DEF_COUNTER, + TKFAC__DEF_PROCESS_GROUP, + TKFAC_NUM +}; + +// +// TokenFactory base class +// +class TokenFactory +{ +public: + + // contructor + TokenFactory() : m_SeqToken(1) {} + + // destructor + virtual ~TokenFactory() {} + + // set local/global token translation + void setTranslation( uint32_t mCpuId, + uint32_t localToken, uint32_t globalToken ); + + // translate local to global token + uint32_t translateLocalToken( uint32_t mCpuId, uint32_t localToken ); + +protected: + + // sequential token + uint32_t m_SeqToken; + + // map cpu id -> local/global token + std::map* > m_mapLocGlobToken; + +}; + +// +// TokenFactory_DefSclFile +// +class TokenFactory_DefSclFile : public TokenFactory +{ +public: + + // contructor + TokenFactory_DefSclFile() : TokenFactory() {} + + // destructor + ~TokenFactory_DefSclFile() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string filename ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string filename ); + +private: + + // map definition specifications -> global token + std::map m_mapDefSclFileGlobToken; + +}; + +// +// TokenFactory_DefScl +// +class TokenFactory_DefScl : public TokenFactory +{ +public: + + // definition specifications + // + struct DefScl_struct + { + uint32_t global_token; + uint32_t sclfile; + uint32_t sclline; + }; + + // class for compare definition specifications + // + class DefScl_eq: public std::unary_function + { + uint32_t sclfile; + uint32_t sclline; + public: + explicit DefScl_eq(const uint32_t & _sclfile, + const uint32_t & _sclline) + : sclfile(_sclfile), sclline(_sclline) {} + bool operator()(const DefScl_struct & a) const + { + return ( a.sclfile == sclfile + && a.sclline == sclline ); + } + }; + + // constructor + TokenFactory_DefScl() : TokenFactory() {} + + // destructor + ~TokenFactory_DefScl() {} + + // get global token by definition specifications + uint32_t getGlobalToken( uint32_t sclfile, uint32_t sclline ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + uint32_t sclfile, uint32_t sclline ); + +private: + + // vector of definition specifications + std::vector m_vecDefScl; + +}; + +// +// TokenFactory_DefFileGroup +// +class TokenFactory_DefFileGroup : public TokenFactory +{ +public: + + // constructor + TokenFactory_DefFileGroup() : TokenFactory() {} + + // destructor + ~TokenFactory_DefFileGroup() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name ); + +private: + + // map definition specifications -> global token + std::map m_mapDefFileGroupGlobToken; + +}; + +// +// TokenFactory_DefFile +// +class TokenFactory_DefFile : public TokenFactory +{ +public: + + // definition specifications + // + struct DefFile_struct + { + uint32_t global_token; + std::string name; + uint32_t group; + }; + + // class for compare definition specifications + // + class DefFile_eq: public std::unary_function + { + std::string name; + uint32_t group; + public: + explicit DefFile_eq(const std::string & _name, + const uint32_t & _group) + : name(_name), group(_group) {} + bool operator()(const DefFile_struct & a) const + { + return ( a.name.compare( name ) == 0 + && a.group == group ); + } + }; + + // constructor + TokenFactory_DefFile() : TokenFactory() {} + + // destructor + ~TokenFactory_DefFile() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name, uint32_t group ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t group ); + +private: + + // vector of definition specifications + std::vector m_vecDefFile; + +}; + +// +// TokenFactory_DefFunctionGroup +// +class TokenFactory_DefFunctionGroup : public TokenFactory +{ +public: + + // constructor + TokenFactory_DefFunctionGroup() : TokenFactory() {} + + // destructor + ~TokenFactory_DefFunctionGroup() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name ); + +private: + + // map definition specifications -> global token + std::map m_mapDefFunctionGroupGlobToken; + +}; + +// +// TokenFactory_DefFunction +// +class TokenFactory_DefFunction : public TokenFactory +{ +public: + + // definition specifications + // + struct DefFunction_struct + { + uint32_t global_token; + std::string name; + uint32_t group; + uint32_t scltoken; + }; + + // class for compare definition specifications + // + class DefFunction_eq: public std::unary_function + { + std::string name; + uint32_t group; + uint32_t scltoken; + public: + explicit DefFunction_eq(const std::string & _name, + const uint32_t & _group, + const uint32_t & _scltoken) + : name(_name), group(_group), scltoken(_scltoken) {} + bool operator()(const DefFunction_struct & a) const + { + return ( a.name.compare( name ) == 0 + && a.group == group + && a.scltoken == scltoken ); + } + }; + + // constructor + TokenFactory_DefFunction() : TokenFactory() {} + + // destructor + ~TokenFactory_DefFunction() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name, uint32_t group, uint32_t scltoken ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t group, uint32_t scltoken ); + +private: + + // vector of definition specifications + std::vector m_vecDefFunction; + +}; + +// +// TokenFactory_DefCollectiveOperation +// +class TokenFactory_DefCollectiveOperation : public TokenFactory +{ +public: + + // definition specifications + // + struct DefCollectiveOperation_struct + { + uint32_t global_token; + std::string name; + uint32_t type; + }; + + // class for compare definition specifications + // + class DefCollectiveOperation_eq: public std::unary_function + { + std::string name; + uint32_t type; + public: + explicit DefCollectiveOperation_eq(const std::string & _name, + const uint32_t & _type) + : name(_name), type(_type) {} + bool operator()(const DefCollectiveOperation_struct & a) const + { + return ( a.name.compare( name ) == 0 + && a.type == type ); + } + }; + + // constructor + TokenFactory_DefCollectiveOperation() : TokenFactory() {} + + // destructor + ~TokenFactory_DefCollectiveOperation() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name, uint32_t type ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t type ); + +private: + + // vector of definition specifications + std::vector m_vecDefCollectiveOperation; + +}; + +// +// TokenFactory_DefCounterGroup +// +class TokenFactory_DefCounterGroup : public TokenFactory +{ +public: + + // constructor + TokenFactory_DefCounterGroup() : TokenFactory() {} + + // destructor + ~TokenFactory_DefCounterGroup() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name ); + +private: + + // map definition specifications -> global token + std::map m_mapDefCounterGroupGlobToken; + +}; + +// +// TokenFactory_DefCounter +// +class TokenFactory_DefCounter : public TokenFactory +{ +public: + + // definition specifications + // + struct DefCounter_struct + { + uint32_t global_token; + std::string name; + uint32_t properties; + uint32_t countergroup; + std::string unit; + }; + + // class for compare definition specifications + // + class DefCounter_eq: public std::unary_function + { + std::string name; + uint32_t properties; + uint32_t countergroup; + std::string unit; + public: + explicit DefCounter_eq(const std::string & _name, + const uint32_t & _properties, + const uint32_t & _countergroup, + const std::string & _unit) + : name(_name), properties(_properties), + countergroup(_countergroup), unit(_unit) {} + bool operator()(const DefCounter_struct & a) const + { + return ( a.name.compare( name ) == 0 + && a.properties == properties + && a.countergroup == countergroup + && a.unit.compare( unit ) == 0 ); + } + }; + + // constructor + TokenFactory_DefCounter() : TokenFactory() {} + + // destructor + ~TokenFactory_DefCounter() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name, uint32_t properties, + uint32_t countergroup, std::string unit ); + + // create global token by definition specifications + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, uint32_t properties, + uint32_t countergroup, std::string unit ); + +private: + + // vector of definition specifications + std::vector m_vecDefCounter; + +}; + +// +// TokenFactory_DefProcessGroup +// +class TokenFactory_DefProcessGroup : public TokenFactory +{ +public: + + // definition specifications + // + struct DefProcessGroup_struct + { + uint32_t global_token; + std::string name; + std::vector members; + }; + + // class for compare definition specifications + // + class DefProcessGroup_eq: public std::unary_function + { + std::string name; + std::vector members; + public: + explicit DefProcessGroup_eq(const std::string & _name, + const std::vector & _members) + : name(_name), members(_members) {} + + bool operator()(const DefProcessGroup_struct & a) const + { + return ( a.name.compare( name ) == 0 + && a.members == members ); + } + }; + + // constructor + TokenFactory_DefProcessGroup() : TokenFactory() + { m_SeqToken = 1000000000; } + + // destructor + ~TokenFactory_DefProcessGroup() {} + + // get global token by definition specifications + uint32_t getGlobalToken( std::string name, + std::vector vecMembers ); + + uint32_t createGlobalToken( uint32_t mCpuId, uint32_t localToken, + std::string name, + std::vector vecMembers ); + +private: + + // vector of definition specifications + std::vector m_vecDefProcessGroup; + +}; + +// array of token factories +extern TokenFactory * theTokenFactory[TKFAC_NUM]; + +#endif // _VT_UNIFY_TKFAC_H_ diff --git a/ompi/contrib/vt/vt/vtlib/Makefile.am b/ompi/contrib/vt/vt/vtlib/Makefile.am new file mode 100644 index 0000000000..34c0b96c14 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/Makefile.am @@ -0,0 +1,250 @@ +if AMBUILDMPI +VTMPILIB = libvt.mpi.a +else +VTMPILIB = +endif + +if AMBUILDOMP +VTOMPLIB = libvt.omp.a +else +VTOMPLIB = +endif + +if AMBUILDHYB +VTHYBLIB = libvt.ompi.a +else +VTHYBLIB = +endif + +if AMBUILDFMPI +VTFMPILIB = libvt.fmpi.a +else +VTFMPILIB = +endif + +lib_LIBRARIES = libvt.a $(VTMPILIB) $(VTOMPLIB) $(VTHYBLIB) $(VTFMPILIB) + +OPARILIBDIR = $(top_builddir)/tools/opari/lib +OPARIINCLUDE = -I$(top_srcdir)/tools/opari/lib + +if AMEXTERNOTF +OTFINCLUDE = $(OTFINCDIR) +else +OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +endif + +if AMHAVEMEMHOOKS +MEMHOOKSOURCES = vt_memhook.c vt_memreg.c +MEMHOOKCFLAGS = -DVT_MEMHOOK +else +MEMHOOKSOURCES = +MEMHOOKCFLAGS = +endif + +if AMBUILDIOWRAP +IOWRAPSOURCES = vt_iowrap.c vt_iowrap_helper.c +IOWRAPCFLAGS = -DVT_IOWRAP +else +IOWRAPSOURCES = +IOWRAPCFLAGS = +endif + +if AMHAVEPAPI +METRINCLUDE = $(PAPIINCDIR) +METRSOURCES = vt_metric_papi.c +METRCFLAGS = -DVT_METR +else +METRINCLUDE = +METRSOURCES = +METRCFLAGS = +endif + +if AMBUILDCOMPINST_GNU +COMPGNUSOURCES = vt_comp_gnu.c +else +COMPGNUSOURCES = +endif + +if AMBUILDCOMPINST_INTEL +COMPINTELSOURCES = vt_comp_gnu.c +else +COMPINTELSOURCES = +endif + +if AMBUILDCOMPINST_PGI +COMPPGISOURCES = vt_comp_pgi.c +else +COMPPGISOURCES = +endif + +if AMBUILDCOMPINST_PHAT +COMPPHATSOURCES = vt_comp_phat.c +else +COMPPHATSOURCES = +endif + +if AMBUILDCOMPINST_XL +COMPXLSOURCES = vt_comp_xl.c +else +COMPXLSOURCES = +endif + +if AMBUILDCOMPINST_FTRACE +COMPFTRACESOURCES = vt_comp_ftrace.c vt_comp_ftrace_1.s +else +COMPFTRACESOURCES = +endif + +COMPSOURCES = $(COMPGNUSOURCES) $(COMPINTELSOURCES) \ + $(COMPPGISOURCES) $(COMPPHATSOURCES) $(COMPXLSOURCES) \ + $(COMPHITACHISOURCES) $(COMPFTRACESOURCES) + +if AMHAVEDYNINST +DYNISOURCES = vt_comp_dyninst.c +else +DYNISOURCES = +endif + +if AMHAVEBFD +BFDINCLUDE = $(BFDINCDIR) +BFDCFLAGS = -DVT_BFD +else +BFDINCLUDE = +BFDCFLAGS = +endif + +if AMHAVELIBERTY +LIBERTYINCLUDE = $(LIBERTYINCDIR) +else +LIBERTYINCLUDE = +endif + +INCLUDES = $(OPARIINCLUDE) $(OTFINCLUDE) $(METRINCLUDE) $(BFDINCLUDE) \ + $(LIBERTYINCLUDE) + +include_HEADERS = \ + vt_user.h \ + vt_user.inc \ + vt_user_comment.h \ + vt_user_comment.inc \ + vt_user_count.h \ + vt_user_count.inc + +RFGCFLAGS = -DRFG +RFGSOURCES = \ + rfg_regions.c \ + rfg_filter.c \ + rfg_groups.c +RFGHEADERS = \ + rfg.h \ + rfg_filter.h \ + rfg_groups.h \ + rfg_regions.h \ + rfg_strmkrs.h + +VT_COMMON_SOURCES = \ + $(RFGHEADERS) \ + vt_comp.h \ + vt_defs.h \ + vt_env.h \ + vt_error.h \ + vt_fbindings.h \ + vt_fnmatch.h \ + vt_inttypes.h \ + vt_iowrap.h \ + vt_iowrap_helper.h \ + vt_memhook.h \ + vt_memreg.h \ + vt_metric.h \ + vt_mpicom.h \ + vt_mpireg.h \ + vt_mpireq.h \ + vt_omplock.h \ + vt_ompreg.h \ + vt_otf_gen.h \ + vt_otf_sum.h \ + vt_pform.h \ + vt_pomp.h \ + vt_strdup.h \ + vt_sync.h \ + vt_thrd.h \ + vt_trc.h \ + $(COMPSOURCES) \ + $(DYNISOURCES) \ + $(MEMHOOKSOURCES) \ + $(IOWRAPSOURCES) \ + $(METRSOURCES) \ + $(RFGSOURCES) \ + vt_env.c \ + vt_error.c \ + vt_metmap.c \ + vt_otf_gen.c \ + vt_otf_sum.c \ + vt_otf_trc.c \ + vt_pform_@PLATFORM@.c \ + vt_pomp_base.c \ + vt_strdup.c \ + vt_thrd.c \ + vt_user_comment.c \ + vt_user_count.c \ + vt_user_region.c + +VT_MPI_SOURCES = \ + vt_mpicom.c \ + vt_mpireg.c \ + vt_mpireq.c \ + vt_mpiwrap.c \ + vt_sync.c + +VT_OMP_SOURCES = \ + vt_omplock.c \ + vt_ompreg.c \ + vt_pomp.c \ + $(OPARILIBDIR)/pomp_fwrapper.c + +VT_HYB_SOURCES = \ + $(VT_MPI_SOURCES) \ + $(VT_OMP_SOURCES) + +CC = $(MPICC) +AM_CFLAGS = -DBINDIR=\"$(bindir)\" -DDATADIR=\"$(datadir)\" $(RFGCFLAGS) $(BFDCFLAGS) $(MEMHOOKCFLAGS) $(IOWRAPCFLAGS) $(METRCFLAGS) + +libvt_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(OPARILIBDIR)/pomp_fwrapper_base.c + +libvt_mpi_a_CFLAGS = -DVT_MPI $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_mpi_a_LIBADD = pomp_fwrapper_base.o +libvt_mpi_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_MPI_SOURCES) + +libvt_omp_a_CFLAGS = $(OMPFLAG) -DVT_OMP $(AM_CFLAGS) +libvt_omp_a_LIBADD = pomp_fwrapper_base.o +libvt_omp_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_OMP_SOURCES) + +libvt_ompi_a_CFLAGS = $(OMPFLAG) -DVT_OMPI $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_ompi_a_LIBADD = pomp_fwrapper_base.o +libvt_ompi_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_HYB_SOURCES) + +libvt_fmpi_a_CFLAGS = $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_fmpi_a_SOURCES = vt_fmpiwrap.c + +EXTRA_DIST = \ + vt_pform_altix.c \ + vt_pform_bgl.c \ + vt_pform_crayt3e.c \ + vt_pform_crayx1.c \ + vt_pform_crayxt3.c \ + vt_pform_generic.c \ + vt_pform_ibm.c \ + vt_pform_linux.c \ + vt_pform_macos.c \ + vt_pform_necsx.c \ + vt_pform_origin.c \ + vt_pform_sun.c + diff --git a/ompi/contrib/vt/vt/vtlib/Makefile.in b/ompi/contrib/vt/vt/vtlib/Makefile.in new file mode 100644 index 0000000000..018455acc9 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/Makefile.in @@ -0,0 +1,2501 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = vtlib +DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" +libLIBRARIES_INSTALL = $(INSTALL_DATA) +LIBRARIES = $(lib_LIBRARIES) +ARFLAGS = cru +libvt_a_AR = $(AR) $(ARFLAGS) +libvt_a_LIBADD = +am__libvt_a_SOURCES_DIST = rfg.h rfg_filter.h rfg_groups.h \ + rfg_regions.h rfg_strmkrs.h vt_comp.h vt_defs.h vt_env.h \ + vt_error.h vt_fbindings.h vt_fnmatch.h vt_inttypes.h \ + vt_iowrap.h vt_iowrap_helper.h vt_memhook.h vt_memreg.h \ + vt_metric.h vt_mpicom.h vt_mpireg.h vt_mpireq.h vt_omplock.h \ + vt_ompreg.h vt_otf_gen.h vt_otf_sum.h vt_pform.h vt_pomp.h \ + vt_strdup.h vt_sync.h vt_thrd.h vt_trc.h vt_comp_gnu.c \ + vt_comp_pgi.c vt_comp_phat.c vt_comp_xl.c vt_comp_ftrace.c \ + vt_comp_ftrace_1.s vt_comp_dyninst.c vt_memhook.c vt_memreg.c \ + vt_iowrap.c vt_iowrap_helper.c vt_metric_papi.c rfg_regions.c \ + rfg_filter.c rfg_groups.c vt_env.c vt_error.c vt_metmap.c \ + vt_otf_gen.c vt_otf_sum.c vt_otf_trc.c vt_pform_@PLATFORM@.c \ + vt_pomp_base.c vt_strdup.c vt_thrd.c vt_user_comment.c \ + vt_user_count.c vt_user_region.c \ + $(OPARILIBDIR)/pomp_fwrapper_base.c +am__objects_1 = +@AMBUILDCOMPINST_GNU_TRUE@am__objects_2 = vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_INTEL_TRUE@am__objects_3 = vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_PGI_TRUE@am__objects_4 = vt_comp_pgi.$(OBJEXT) +@AMBUILDCOMPINST_PHAT_TRUE@am__objects_5 = vt_comp_phat.$(OBJEXT) +@AMBUILDCOMPINST_XL_TRUE@am__objects_6 = vt_comp_xl.$(OBJEXT) +@AMBUILDCOMPINST_FTRACE_TRUE@am__objects_7 = vt_comp_ftrace.$(OBJEXT) \ +@AMBUILDCOMPINST_FTRACE_TRUE@ vt_comp_ftrace_1.$(OBJEXT) +am__objects_8 = $(am__objects_2) $(am__objects_3) $(am__objects_4) \ + $(am__objects_5) $(am__objects_6) $(am__objects_7) +@AMHAVEDYNINST_TRUE@am__objects_9 = vt_comp_dyninst.$(OBJEXT) +@AMHAVEMEMHOOKS_TRUE@am__objects_10 = vt_memhook.$(OBJEXT) \ +@AMHAVEMEMHOOKS_TRUE@ vt_memreg.$(OBJEXT) +@AMBUILDIOWRAP_TRUE@am__objects_11 = vt_iowrap.$(OBJEXT) \ +@AMBUILDIOWRAP_TRUE@ vt_iowrap_helper.$(OBJEXT) +@AMHAVEPAPI_TRUE@am__objects_12 = vt_metric_papi.$(OBJEXT) +am__objects_13 = rfg_regions.$(OBJEXT) rfg_filter.$(OBJEXT) \ + rfg_groups.$(OBJEXT) +am__objects_14 = $(am__objects_1) $(am__objects_8) $(am__objects_9) \ + $(am__objects_10) $(am__objects_11) $(am__objects_12) \ + $(am__objects_13) vt_env.$(OBJEXT) vt_error.$(OBJEXT) \ + vt_metmap.$(OBJEXT) vt_otf_gen.$(OBJEXT) vt_otf_sum.$(OBJEXT) \ + vt_otf_trc.$(OBJEXT) vt_pform_@PLATFORM@.$(OBJEXT) \ + vt_pomp_base.$(OBJEXT) vt_strdup.$(OBJEXT) vt_thrd.$(OBJEXT) \ + vt_user_comment.$(OBJEXT) vt_user_count.$(OBJEXT) \ + vt_user_region.$(OBJEXT) +am_libvt_a_OBJECTS = $(am__objects_14) pomp_fwrapper_base.$(OBJEXT) +libvt_a_OBJECTS = $(am_libvt_a_OBJECTS) +libvt_fmpi_a_AR = $(AR) $(ARFLAGS) +libvt_fmpi_a_LIBADD = +am_libvt_fmpi_a_OBJECTS = libvt_fmpi_a-vt_fmpiwrap.$(OBJEXT) +libvt_fmpi_a_OBJECTS = $(am_libvt_fmpi_a_OBJECTS) +libvt_mpi_a_AR = $(AR) $(ARFLAGS) +libvt_mpi_a_DEPENDENCIES = pomp_fwrapper_base.o +am__libvt_mpi_a_SOURCES_DIST = rfg.h rfg_filter.h rfg_groups.h \ + rfg_regions.h rfg_strmkrs.h vt_comp.h vt_defs.h vt_env.h \ + vt_error.h vt_fbindings.h vt_fnmatch.h vt_inttypes.h \ + vt_iowrap.h vt_iowrap_helper.h vt_memhook.h vt_memreg.h \ + vt_metric.h vt_mpicom.h vt_mpireg.h vt_mpireq.h vt_omplock.h \ + vt_ompreg.h vt_otf_gen.h vt_otf_sum.h vt_pform.h vt_pomp.h \ + vt_strdup.h vt_sync.h vt_thrd.h vt_trc.h vt_comp_gnu.c \ + vt_comp_pgi.c vt_comp_phat.c vt_comp_xl.c vt_comp_ftrace.c \ + vt_comp_ftrace_1.s vt_comp_dyninst.c vt_memhook.c vt_memreg.c \ + vt_iowrap.c vt_iowrap_helper.c vt_metric_papi.c rfg_regions.c \ + rfg_filter.c rfg_groups.c vt_env.c vt_error.c vt_metmap.c \ + vt_otf_gen.c vt_otf_sum.c vt_otf_trc.c vt_pform_@PLATFORM@.c \ + vt_pomp_base.c vt_strdup.c vt_thrd.c vt_user_comment.c \ + vt_user_count.c vt_user_region.c vt_mpicom.c vt_mpireg.c \ + vt_mpireq.c vt_mpiwrap.c vt_sync.c +@AMBUILDCOMPINST_GNU_TRUE@am__objects_15 = \ +@AMBUILDCOMPINST_GNU_TRUE@ libvt_mpi_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_INTEL_TRUE@am__objects_16 = \ +@AMBUILDCOMPINST_INTEL_TRUE@ libvt_mpi_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_PGI_TRUE@am__objects_17 = \ +@AMBUILDCOMPINST_PGI_TRUE@ libvt_mpi_a-vt_comp_pgi.$(OBJEXT) +@AMBUILDCOMPINST_PHAT_TRUE@am__objects_18 = \ +@AMBUILDCOMPINST_PHAT_TRUE@ libvt_mpi_a-vt_comp_phat.$(OBJEXT) +@AMBUILDCOMPINST_XL_TRUE@am__objects_19 = \ +@AMBUILDCOMPINST_XL_TRUE@ libvt_mpi_a-vt_comp_xl.$(OBJEXT) +@AMBUILDCOMPINST_FTRACE_TRUE@am__objects_20 = libvt_mpi_a-vt_comp_ftrace.$(OBJEXT) \ +@AMBUILDCOMPINST_FTRACE_TRUE@ vt_comp_ftrace_1.$(OBJEXT) +am__objects_21 = $(am__objects_15) $(am__objects_16) $(am__objects_17) \ + $(am__objects_18) $(am__objects_19) $(am__objects_20) +@AMHAVEDYNINST_TRUE@am__objects_22 = \ +@AMHAVEDYNINST_TRUE@ libvt_mpi_a-vt_comp_dyninst.$(OBJEXT) +@AMHAVEMEMHOOKS_TRUE@am__objects_23 = \ +@AMHAVEMEMHOOKS_TRUE@ libvt_mpi_a-vt_memhook.$(OBJEXT) \ +@AMHAVEMEMHOOKS_TRUE@ libvt_mpi_a-vt_memreg.$(OBJEXT) +@AMBUILDIOWRAP_TRUE@am__objects_24 = libvt_mpi_a-vt_iowrap.$(OBJEXT) \ +@AMBUILDIOWRAP_TRUE@ libvt_mpi_a-vt_iowrap_helper.$(OBJEXT) +@AMHAVEPAPI_TRUE@am__objects_25 = \ +@AMHAVEPAPI_TRUE@ libvt_mpi_a-vt_metric_papi.$(OBJEXT) +am__objects_26 = libvt_mpi_a-rfg_regions.$(OBJEXT) \ + libvt_mpi_a-rfg_filter.$(OBJEXT) \ + libvt_mpi_a-rfg_groups.$(OBJEXT) +am__objects_27 = $(am__objects_1) $(am__objects_21) $(am__objects_22) \ + $(am__objects_23) $(am__objects_24) $(am__objects_25) \ + $(am__objects_26) libvt_mpi_a-vt_env.$(OBJEXT) \ + libvt_mpi_a-vt_error.$(OBJEXT) libvt_mpi_a-vt_metmap.$(OBJEXT) \ + libvt_mpi_a-vt_otf_gen.$(OBJEXT) \ + libvt_mpi_a-vt_otf_sum.$(OBJEXT) \ + libvt_mpi_a-vt_otf_trc.$(OBJEXT) \ + libvt_mpi_a-vt_pform_@PLATFORM@.$(OBJEXT) \ + libvt_mpi_a-vt_pomp_base.$(OBJEXT) \ + libvt_mpi_a-vt_strdup.$(OBJEXT) libvt_mpi_a-vt_thrd.$(OBJEXT) \ + libvt_mpi_a-vt_user_comment.$(OBJEXT) \ + libvt_mpi_a-vt_user_count.$(OBJEXT) \ + libvt_mpi_a-vt_user_region.$(OBJEXT) +am__objects_28 = libvt_mpi_a-vt_mpicom.$(OBJEXT) \ + libvt_mpi_a-vt_mpireg.$(OBJEXT) \ + libvt_mpi_a-vt_mpireq.$(OBJEXT) \ + libvt_mpi_a-vt_mpiwrap.$(OBJEXT) libvt_mpi_a-vt_sync.$(OBJEXT) +am_libvt_mpi_a_OBJECTS = $(am__objects_27) $(am__objects_28) +libvt_mpi_a_OBJECTS = $(am_libvt_mpi_a_OBJECTS) +libvt_omp_a_AR = $(AR) $(ARFLAGS) +libvt_omp_a_DEPENDENCIES = pomp_fwrapper_base.o +am__libvt_omp_a_SOURCES_DIST = rfg.h rfg_filter.h rfg_groups.h \ + rfg_regions.h rfg_strmkrs.h vt_comp.h vt_defs.h vt_env.h \ + vt_error.h vt_fbindings.h vt_fnmatch.h vt_inttypes.h \ + vt_iowrap.h vt_iowrap_helper.h vt_memhook.h vt_memreg.h \ + vt_metric.h vt_mpicom.h vt_mpireg.h vt_mpireq.h vt_omplock.h \ + vt_ompreg.h vt_otf_gen.h vt_otf_sum.h vt_pform.h vt_pomp.h \ + vt_strdup.h vt_sync.h vt_thrd.h vt_trc.h vt_comp_gnu.c \ + vt_comp_pgi.c vt_comp_phat.c vt_comp_xl.c vt_comp_ftrace.c \ + vt_comp_ftrace_1.s vt_comp_dyninst.c vt_memhook.c vt_memreg.c \ + vt_iowrap.c vt_iowrap_helper.c vt_metric_papi.c rfg_regions.c \ + rfg_filter.c rfg_groups.c vt_env.c vt_error.c vt_metmap.c \ + vt_otf_gen.c vt_otf_sum.c vt_otf_trc.c vt_pform_@PLATFORM@.c \ + vt_pomp_base.c vt_strdup.c vt_thrd.c vt_user_comment.c \ + vt_user_count.c vt_user_region.c vt_omplock.c vt_ompreg.c \ + vt_pomp.c $(OPARILIBDIR)/pomp_fwrapper.c +@AMBUILDCOMPINST_GNU_TRUE@am__objects_29 = \ +@AMBUILDCOMPINST_GNU_TRUE@ libvt_omp_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_INTEL_TRUE@am__objects_30 = \ +@AMBUILDCOMPINST_INTEL_TRUE@ libvt_omp_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_PGI_TRUE@am__objects_31 = \ +@AMBUILDCOMPINST_PGI_TRUE@ libvt_omp_a-vt_comp_pgi.$(OBJEXT) +@AMBUILDCOMPINST_PHAT_TRUE@am__objects_32 = \ +@AMBUILDCOMPINST_PHAT_TRUE@ libvt_omp_a-vt_comp_phat.$(OBJEXT) +@AMBUILDCOMPINST_XL_TRUE@am__objects_33 = \ +@AMBUILDCOMPINST_XL_TRUE@ libvt_omp_a-vt_comp_xl.$(OBJEXT) +@AMBUILDCOMPINST_FTRACE_TRUE@am__objects_34 = libvt_omp_a-vt_comp_ftrace.$(OBJEXT) \ +@AMBUILDCOMPINST_FTRACE_TRUE@ vt_comp_ftrace_1.$(OBJEXT) +am__objects_35 = $(am__objects_29) $(am__objects_30) $(am__objects_31) \ + $(am__objects_32) $(am__objects_33) $(am__objects_34) +@AMHAVEDYNINST_TRUE@am__objects_36 = \ +@AMHAVEDYNINST_TRUE@ libvt_omp_a-vt_comp_dyninst.$(OBJEXT) +@AMHAVEMEMHOOKS_TRUE@am__objects_37 = \ +@AMHAVEMEMHOOKS_TRUE@ libvt_omp_a-vt_memhook.$(OBJEXT) \ +@AMHAVEMEMHOOKS_TRUE@ libvt_omp_a-vt_memreg.$(OBJEXT) +@AMBUILDIOWRAP_TRUE@am__objects_38 = libvt_omp_a-vt_iowrap.$(OBJEXT) \ +@AMBUILDIOWRAP_TRUE@ libvt_omp_a-vt_iowrap_helper.$(OBJEXT) +@AMHAVEPAPI_TRUE@am__objects_39 = \ +@AMHAVEPAPI_TRUE@ libvt_omp_a-vt_metric_papi.$(OBJEXT) +am__objects_40 = libvt_omp_a-rfg_regions.$(OBJEXT) \ + libvt_omp_a-rfg_filter.$(OBJEXT) \ + libvt_omp_a-rfg_groups.$(OBJEXT) +am__objects_41 = $(am__objects_1) $(am__objects_35) $(am__objects_36) \ + $(am__objects_37) $(am__objects_38) $(am__objects_39) \ + $(am__objects_40) libvt_omp_a-vt_env.$(OBJEXT) \ + libvt_omp_a-vt_error.$(OBJEXT) libvt_omp_a-vt_metmap.$(OBJEXT) \ + libvt_omp_a-vt_otf_gen.$(OBJEXT) \ + libvt_omp_a-vt_otf_sum.$(OBJEXT) \ + libvt_omp_a-vt_otf_trc.$(OBJEXT) \ + libvt_omp_a-vt_pform_@PLATFORM@.$(OBJEXT) \ + libvt_omp_a-vt_pomp_base.$(OBJEXT) \ + libvt_omp_a-vt_strdup.$(OBJEXT) libvt_omp_a-vt_thrd.$(OBJEXT) \ + libvt_omp_a-vt_user_comment.$(OBJEXT) \ + libvt_omp_a-vt_user_count.$(OBJEXT) \ + libvt_omp_a-vt_user_region.$(OBJEXT) +am__objects_42 = libvt_omp_a-vt_omplock.$(OBJEXT) \ + libvt_omp_a-vt_ompreg.$(OBJEXT) libvt_omp_a-vt_pomp.$(OBJEXT) \ + libvt_omp_a-pomp_fwrapper.$(OBJEXT) +am_libvt_omp_a_OBJECTS = $(am__objects_41) $(am__objects_42) +libvt_omp_a_OBJECTS = $(am_libvt_omp_a_OBJECTS) +libvt_ompi_a_AR = $(AR) $(ARFLAGS) +libvt_ompi_a_DEPENDENCIES = pomp_fwrapper_base.o +am__libvt_ompi_a_SOURCES_DIST = rfg.h rfg_filter.h rfg_groups.h \ + rfg_regions.h rfg_strmkrs.h vt_comp.h vt_defs.h vt_env.h \ + vt_error.h vt_fbindings.h vt_fnmatch.h vt_inttypes.h \ + vt_iowrap.h vt_iowrap_helper.h vt_memhook.h vt_memreg.h \ + vt_metric.h vt_mpicom.h vt_mpireg.h vt_mpireq.h vt_omplock.h \ + vt_ompreg.h vt_otf_gen.h vt_otf_sum.h vt_pform.h vt_pomp.h \ + vt_strdup.h vt_sync.h vt_thrd.h vt_trc.h vt_comp_gnu.c \ + vt_comp_pgi.c vt_comp_phat.c vt_comp_xl.c vt_comp_ftrace.c \ + vt_comp_ftrace_1.s vt_comp_dyninst.c vt_memhook.c vt_memreg.c \ + vt_iowrap.c vt_iowrap_helper.c vt_metric_papi.c rfg_regions.c \ + rfg_filter.c rfg_groups.c vt_env.c vt_error.c vt_metmap.c \ + vt_otf_gen.c vt_otf_sum.c vt_otf_trc.c vt_pform_@PLATFORM@.c \ + vt_pomp_base.c vt_strdup.c vt_thrd.c vt_user_comment.c \ + vt_user_count.c vt_user_region.c vt_mpicom.c vt_mpireg.c \ + vt_mpireq.c vt_mpiwrap.c vt_sync.c vt_omplock.c vt_ompreg.c \ + vt_pomp.c $(OPARILIBDIR)/pomp_fwrapper.c +@AMBUILDCOMPINST_GNU_TRUE@am__objects_43 = \ +@AMBUILDCOMPINST_GNU_TRUE@ libvt_ompi_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_INTEL_TRUE@am__objects_44 = libvt_ompi_a-vt_comp_gnu.$(OBJEXT) +@AMBUILDCOMPINST_PGI_TRUE@am__objects_45 = \ +@AMBUILDCOMPINST_PGI_TRUE@ libvt_ompi_a-vt_comp_pgi.$(OBJEXT) +@AMBUILDCOMPINST_PHAT_TRUE@am__objects_46 = libvt_ompi_a-vt_comp_phat.$(OBJEXT) +@AMBUILDCOMPINST_XL_TRUE@am__objects_47 = \ +@AMBUILDCOMPINST_XL_TRUE@ libvt_ompi_a-vt_comp_xl.$(OBJEXT) +@AMBUILDCOMPINST_FTRACE_TRUE@am__objects_48 = libvt_ompi_a-vt_comp_ftrace.$(OBJEXT) \ +@AMBUILDCOMPINST_FTRACE_TRUE@ vt_comp_ftrace_1.$(OBJEXT) +am__objects_49 = $(am__objects_43) $(am__objects_44) $(am__objects_45) \ + $(am__objects_46) $(am__objects_47) $(am__objects_48) +@AMHAVEDYNINST_TRUE@am__objects_50 = \ +@AMHAVEDYNINST_TRUE@ libvt_ompi_a-vt_comp_dyninst.$(OBJEXT) +@AMHAVEMEMHOOKS_TRUE@am__objects_51 = \ +@AMHAVEMEMHOOKS_TRUE@ libvt_ompi_a-vt_memhook.$(OBJEXT) \ +@AMHAVEMEMHOOKS_TRUE@ libvt_ompi_a-vt_memreg.$(OBJEXT) +@AMBUILDIOWRAP_TRUE@am__objects_52 = libvt_ompi_a-vt_iowrap.$(OBJEXT) \ +@AMBUILDIOWRAP_TRUE@ libvt_ompi_a-vt_iowrap_helper.$(OBJEXT) +@AMHAVEPAPI_TRUE@am__objects_53 = \ +@AMHAVEPAPI_TRUE@ libvt_ompi_a-vt_metric_papi.$(OBJEXT) +am__objects_54 = libvt_ompi_a-rfg_regions.$(OBJEXT) \ + libvt_ompi_a-rfg_filter.$(OBJEXT) \ + libvt_ompi_a-rfg_groups.$(OBJEXT) +am__objects_55 = $(am__objects_1) $(am__objects_49) $(am__objects_50) \ + $(am__objects_51) $(am__objects_52) $(am__objects_53) \ + $(am__objects_54) libvt_ompi_a-vt_env.$(OBJEXT) \ + libvt_ompi_a-vt_error.$(OBJEXT) \ + libvt_ompi_a-vt_metmap.$(OBJEXT) \ + libvt_ompi_a-vt_otf_gen.$(OBJEXT) \ + libvt_ompi_a-vt_otf_sum.$(OBJEXT) \ + libvt_ompi_a-vt_otf_trc.$(OBJEXT) \ + libvt_ompi_a-vt_pform_@PLATFORM@.$(OBJEXT) \ + libvt_ompi_a-vt_pomp_base.$(OBJEXT) \ + libvt_ompi_a-vt_strdup.$(OBJEXT) \ + libvt_ompi_a-vt_thrd.$(OBJEXT) \ + libvt_ompi_a-vt_user_comment.$(OBJEXT) \ + libvt_ompi_a-vt_user_count.$(OBJEXT) \ + libvt_ompi_a-vt_user_region.$(OBJEXT) +am__objects_56 = libvt_ompi_a-vt_mpicom.$(OBJEXT) \ + libvt_ompi_a-vt_mpireg.$(OBJEXT) \ + libvt_ompi_a-vt_mpireq.$(OBJEXT) \ + libvt_ompi_a-vt_mpiwrap.$(OBJEXT) \ + libvt_ompi_a-vt_sync.$(OBJEXT) +am__objects_57 = libvt_ompi_a-vt_omplock.$(OBJEXT) \ + libvt_ompi_a-vt_ompreg.$(OBJEXT) \ + libvt_ompi_a-vt_pomp.$(OBJEXT) \ + libvt_ompi_a-pomp_fwrapper.$(OBJEXT) +am__objects_58 = $(am__objects_56) $(am__objects_57) +am_libvt_ompi_a_OBJECTS = $(am__objects_55) $(am__objects_58) +libvt_ompi_a_OBJECTS = $(am_libvt_ompi_a_OBJECTS) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) +SOURCES = $(libvt_a_SOURCES) $(libvt_fmpi_a_SOURCES) \ + $(libvt_mpi_a_SOURCES) $(libvt_omp_a_SOURCES) \ + $(libvt_ompi_a_SOURCES) +DIST_SOURCES = $(am__libvt_a_SOURCES_DIST) $(libvt_fmpi_a_SOURCES) \ + $(am__libvt_mpi_a_SOURCES_DIST) \ + $(am__libvt_omp_a_SOURCES_DIST) \ + $(am__libvt_ompi_a_SOURCES_DIST) +includeHEADERS_INSTALL = $(INSTALL_HEADER) +HEADERS = $(include_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BFDINCDIR = @BFDINCDIR@ +BFDLIB = @BFDLIB@ +BFDLIBDIR = @BFDLIBDIR@ +CC = $(MPICC) +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@ +CXX_FOR_BUILD = @CXX_FOR_BUILD@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLINCDIR = @DLINCDIR@ +DLLIB = @DLLIB@ +DLLIBDIR = @DLLIBDIR@ +DYNIINCDIR = @DYNIINCDIR@ +DYNILIB = @DYNILIB@ +DYNILIBDIR = @DYNILIBDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FMPILIB = @FMPILIB@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ +LDSHFLAG = @LDSHFLAG@ +LIBERTYINCDIR = @LIBERTYINCDIR@ +LIBERTYLIB = @LIBERTYLIB@ +LIBERTYLIBDIR = @LIBERTYLIBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_FOR_BUILD = @LIBS_FOR_BUILD@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MPICC = @MPICC@ +MPICFLAGS = @MPICFLAGS@ +MPIDIR = @MPIDIR@ +MPIINCDIR = @MPIINCDIR@ +MPILIB = @MPILIB@ +MPILIBDIR = @MPILIBDIR@ +OBJEXT = @OBJEXT@ +OMPFLAG = @OMPFLAG@ +OTFDIR = @OTFDIR@ +OTFINCDIR = @OTFINCDIR@ +OTFLIB = @OTFLIB@ +OTFLIBDIR = @OTFLIBDIR@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PAPIINCDIR = @PAPIINCDIR@ +PAPILIB = @PAPILIB@ +PAPILIBDIR = @PAPILIBDIR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PLATFORM = @PLATFORM@ +PMPILIB = @PMPILIB@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VTDYNATTLIB = @VTDYNATTLIB@ +VT_WRAPPER_AVAIL_INST = @VT_WRAPPER_AVAIL_INST@ +VT_WRAPPER_DEFAULT_INST = @VT_WRAPPER_DEFAULT_INST@ +VT_WRAPPER_EXTRA_CFLAGS = @VT_WRAPPER_EXTRA_CFLAGS@ +VT_WRAPPER_EXTRA_CXXFLAGS = @VT_WRAPPER_EXTRA_CXXFLAGS@ +VT_WRAPPER_EXTRA_FCFLAGS = @VT_WRAPPER_EXTRA_FCFLAGS@ +VT_WRAPPER_EXTRA_FFLAGS = @VT_WRAPPER_EXTRA_FFLAGS@ +VT_WRAPPER_EXTRA_LDFLAGS = @VT_WRAPPER_EXTRA_LDFLAGS@ +VT_WRAPPER_EXTRA_LIBS = @VT_WRAPPER_EXTRA_LIBS@ +VT_WRAPPER_INCDIR = @VT_WRAPPER_INCDIR@ +VT_WRAPPER_LIBDIR = @VT_WRAPPER_LIBDIR@ +VT_WRAPPER_OPARI_BIN = @VT_WRAPPER_OPARI_BIN@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +@AMBUILDMPI_FALSE@VTMPILIB = +@AMBUILDMPI_TRUE@VTMPILIB = libvt.mpi.a +@AMBUILDOMP_FALSE@VTOMPLIB = +@AMBUILDOMP_TRUE@VTOMPLIB = libvt.omp.a +@AMBUILDHYB_FALSE@VTHYBLIB = +@AMBUILDHYB_TRUE@VTHYBLIB = libvt.ompi.a +@AMBUILDFMPI_FALSE@VTFMPILIB = +@AMBUILDFMPI_TRUE@VTFMPILIB = libvt.fmpi.a +lib_LIBRARIES = libvt.a $(VTMPILIB) $(VTOMPLIB) $(VTHYBLIB) $(VTFMPILIB) +OPARILIBDIR = $(top_builddir)/tools/opari/lib +OPARIINCLUDE = -I$(top_srcdir)/tools/opari/lib +@AMEXTERNOTF_FALSE@OTFINCLUDE = -I$(top_srcdir)/extlib/otf/otflib -I$(top_builddir)/extlib/otf/otflib +@AMEXTERNOTF_TRUE@OTFINCLUDE = $(OTFINCDIR) +@AMHAVEMEMHOOKS_FALSE@MEMHOOKSOURCES = +@AMHAVEMEMHOOKS_TRUE@MEMHOOKSOURCES = vt_memhook.c vt_memreg.c +@AMHAVEMEMHOOKS_FALSE@MEMHOOKCFLAGS = +@AMHAVEMEMHOOKS_TRUE@MEMHOOKCFLAGS = -DVT_MEMHOOK +@AMBUILDIOWRAP_FALSE@IOWRAPSOURCES = +@AMBUILDIOWRAP_TRUE@IOWRAPSOURCES = vt_iowrap.c vt_iowrap_helper.c +@AMBUILDIOWRAP_FALSE@IOWRAPCFLAGS = +@AMBUILDIOWRAP_TRUE@IOWRAPCFLAGS = -DVT_IOWRAP +@AMHAVEPAPI_FALSE@METRINCLUDE = +@AMHAVEPAPI_TRUE@METRINCLUDE = $(PAPIINCDIR) +@AMHAVEPAPI_FALSE@METRSOURCES = +@AMHAVEPAPI_TRUE@METRSOURCES = vt_metric_papi.c +@AMHAVEPAPI_FALSE@METRCFLAGS = +@AMHAVEPAPI_TRUE@METRCFLAGS = -DVT_METR +@AMBUILDCOMPINST_GNU_FALSE@COMPGNUSOURCES = +@AMBUILDCOMPINST_GNU_TRUE@COMPGNUSOURCES = vt_comp_gnu.c +@AMBUILDCOMPINST_INTEL_FALSE@COMPINTELSOURCES = +@AMBUILDCOMPINST_INTEL_TRUE@COMPINTELSOURCES = vt_comp_gnu.c +@AMBUILDCOMPINST_PGI_FALSE@COMPPGISOURCES = +@AMBUILDCOMPINST_PGI_TRUE@COMPPGISOURCES = vt_comp_pgi.c +@AMBUILDCOMPINST_PHAT_FALSE@COMPPHATSOURCES = +@AMBUILDCOMPINST_PHAT_TRUE@COMPPHATSOURCES = vt_comp_phat.c +@AMBUILDCOMPINST_XL_FALSE@COMPXLSOURCES = +@AMBUILDCOMPINST_XL_TRUE@COMPXLSOURCES = vt_comp_xl.c +@AMBUILDCOMPINST_FTRACE_FALSE@COMPFTRACESOURCES = +@AMBUILDCOMPINST_FTRACE_TRUE@COMPFTRACESOURCES = vt_comp_ftrace.c vt_comp_ftrace_1.s +COMPSOURCES = $(COMPGNUSOURCES) $(COMPINTELSOURCES) \ + $(COMPPGISOURCES) $(COMPPHATSOURCES) $(COMPXLSOURCES) \ + $(COMPHITACHISOURCES) $(COMPFTRACESOURCES) + +@AMHAVEDYNINST_FALSE@DYNISOURCES = +@AMHAVEDYNINST_TRUE@DYNISOURCES = vt_comp_dyninst.c +@AMHAVEBFD_FALSE@BFDINCLUDE = +@AMHAVEBFD_TRUE@BFDINCLUDE = $(BFDINCDIR) +@AMHAVEBFD_FALSE@BFDCFLAGS = +@AMHAVEBFD_TRUE@BFDCFLAGS = -DVT_BFD +@AMHAVELIBERTY_FALSE@LIBERTYINCLUDE = +@AMHAVELIBERTY_TRUE@LIBERTYINCLUDE = $(LIBERTYINCDIR) +INCLUDES = $(OPARIINCLUDE) $(OTFINCLUDE) $(METRINCLUDE) $(BFDINCLUDE) \ + $(LIBERTYINCLUDE) + +include_HEADERS = \ + vt_user.h \ + vt_user.inc \ + vt_user_comment.h \ + vt_user_comment.inc \ + vt_user_count.h \ + vt_user_count.inc + +RFGCFLAGS = -DRFG +RFGSOURCES = \ + rfg_regions.c \ + rfg_filter.c \ + rfg_groups.c + +RFGHEADERS = \ + rfg.h \ + rfg_filter.h \ + rfg_groups.h \ + rfg_regions.h \ + rfg_strmkrs.h + +VT_COMMON_SOURCES = \ + $(RFGHEADERS) \ + vt_comp.h \ + vt_defs.h \ + vt_env.h \ + vt_error.h \ + vt_fbindings.h \ + vt_fnmatch.h \ + vt_inttypes.h \ + vt_iowrap.h \ + vt_iowrap_helper.h \ + vt_memhook.h \ + vt_memreg.h \ + vt_metric.h \ + vt_mpicom.h \ + vt_mpireg.h \ + vt_mpireq.h \ + vt_omplock.h \ + vt_ompreg.h \ + vt_otf_gen.h \ + vt_otf_sum.h \ + vt_pform.h \ + vt_pomp.h \ + vt_strdup.h \ + vt_sync.h \ + vt_thrd.h \ + vt_trc.h \ + $(COMPSOURCES) \ + $(DYNISOURCES) \ + $(MEMHOOKSOURCES) \ + $(IOWRAPSOURCES) \ + $(METRSOURCES) \ + $(RFGSOURCES) \ + vt_env.c \ + vt_error.c \ + vt_metmap.c \ + vt_otf_gen.c \ + vt_otf_sum.c \ + vt_otf_trc.c \ + vt_pform_@PLATFORM@.c \ + vt_pomp_base.c \ + vt_strdup.c \ + vt_thrd.c \ + vt_user_comment.c \ + vt_user_count.c \ + vt_user_region.c + +VT_MPI_SOURCES = \ + vt_mpicom.c \ + vt_mpireg.c \ + vt_mpireq.c \ + vt_mpiwrap.c \ + vt_sync.c + +VT_OMP_SOURCES = \ + vt_omplock.c \ + vt_ompreg.c \ + vt_pomp.c \ + $(OPARILIBDIR)/pomp_fwrapper.c + +VT_HYB_SOURCES = \ + $(VT_MPI_SOURCES) \ + $(VT_OMP_SOURCES) + +AM_CFLAGS = -DBINDIR=\"$(bindir)\" -DDATADIR=\"$(datadir)\" $(RFGCFLAGS) $(BFDCFLAGS) $(MEMHOOKCFLAGS) $(IOWRAPCFLAGS) $(METRCFLAGS) +libvt_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(OPARILIBDIR)/pomp_fwrapper_base.c + +libvt_mpi_a_CFLAGS = -DVT_MPI $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_mpi_a_LIBADD = pomp_fwrapper_base.o +libvt_mpi_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_MPI_SOURCES) + +libvt_omp_a_CFLAGS = $(OMPFLAG) -DVT_OMP $(AM_CFLAGS) +libvt_omp_a_LIBADD = pomp_fwrapper_base.o +libvt_omp_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_OMP_SOURCES) + +libvt_ompi_a_CFLAGS = $(OMPFLAG) -DVT_OMPI $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_ompi_a_LIBADD = pomp_fwrapper_base.o +libvt_ompi_a_SOURCES = \ + $(VT_COMMON_SOURCES) \ + $(VT_HYB_SOURCES) + +libvt_fmpi_a_CFLAGS = $(AM_CFLAGS) $(MPICFLAGS) $(MPIINCDIR) +libvt_fmpi_a_SOURCES = vt_fmpiwrap.c +EXTRA_DIST = \ + vt_pform_altix.c \ + vt_pform_bgl.c \ + vt_pform_crayt3e.c \ + vt_pform_crayx1.c \ + vt_pform_crayxt3.c \ + vt_pform_generic.c \ + vt_pform_ibm.c \ + vt_pform_linux.c \ + vt_pform_macos.c \ + vt_pform_necsx.c \ + vt_pform_origin.c \ + vt_pform_sun.c + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .o .obj .s +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu vtlib/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu vtlib/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-libLIBRARIES: $(lib_LIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ + echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ + $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + else :; fi; \ + done + @$(POST_INSTALL) + @list='$(lib_LIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + p=$(am__strip_dir) \ + echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \ + $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \ + else :; fi; \ + done + +uninstall-libLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \ + rm -f "$(DESTDIR)$(libdir)/$$p"; \ + done + +clean-libLIBRARIES: + -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) +libvt.a: $(libvt_a_OBJECTS) $(libvt_a_DEPENDENCIES) + -rm -f libvt.a + $(libvt_a_AR) libvt.a $(libvt_a_OBJECTS) $(libvt_a_LIBADD) + $(RANLIB) libvt.a +libvt.fmpi.a: $(libvt_fmpi_a_OBJECTS) $(libvt_fmpi_a_DEPENDENCIES) + -rm -f libvt.fmpi.a + $(libvt_fmpi_a_AR) libvt.fmpi.a $(libvt_fmpi_a_OBJECTS) $(libvt_fmpi_a_LIBADD) + $(RANLIB) libvt.fmpi.a +libvt.mpi.a: $(libvt_mpi_a_OBJECTS) $(libvt_mpi_a_DEPENDENCIES) + -rm -f libvt.mpi.a + $(libvt_mpi_a_AR) libvt.mpi.a $(libvt_mpi_a_OBJECTS) $(libvt_mpi_a_LIBADD) + $(RANLIB) libvt.mpi.a +libvt.omp.a: $(libvt_omp_a_OBJECTS) $(libvt_omp_a_DEPENDENCIES) + -rm -f libvt.omp.a + $(libvt_omp_a_AR) libvt.omp.a $(libvt_omp_a_OBJECTS) $(libvt_omp_a_LIBADD) + $(RANLIB) libvt.omp.a +libvt.ompi.a: $(libvt_ompi_a_OBJECTS) $(libvt_ompi_a_DEPENDENCIES) + -rm -f libvt.ompi.a + $(libvt_ompi_a_AR) libvt.ompi.a $(libvt_ompi_a_OBJECTS) $(libvt_ompi_a_LIBADD) + $(RANLIB) libvt.ompi.a + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-rfg_filter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-rfg_groups.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-rfg_regions.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_phat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_comp_xl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_env.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_iowrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_memhook.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_memreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_metmap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_metric_papi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_mpicom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_mpireg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_mpireq.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_otf_gen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_otf_sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_otf_trc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_pomp_base.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_strdup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_sync.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_thrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_user_comment.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_user_count.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_mpi_a-vt_user_region.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-pomp_fwrapper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-rfg_filter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-rfg_groups.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-rfg_regions.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_gnu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_pgi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_phat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_comp_xl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_env.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_iowrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_memhook.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_memreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_metmap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_metric_papi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_omplock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_ompreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_otf_gen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_otf_sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_otf_trc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_pomp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_pomp_base.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_strdup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_thrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_user_comment.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_user_count.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_omp_a-vt_user_region.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-rfg_filter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-rfg_groups.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-rfg_regions.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_phat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_comp_xl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_env.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_iowrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_memhook.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_memreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_metmap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_metric_papi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_mpicom.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_mpireg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_mpireq.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_omplock.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_ompreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_otf_gen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_otf_sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_otf_trc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_pomp.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_pomp_base.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_strdup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_sync.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_thrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_user_comment.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_user_count.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvt_ompi_a-vt_user_region.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pomp_fwrapper_base.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfg_filter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfg_groups.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfg_regions.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_dyninst.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_ftrace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_gnu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_pgi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_phat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_comp_xl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_env.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_iowrap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_iowrap_helper.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_memhook.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_memreg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_metmap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_metric_papi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_otf_gen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_otf_sum.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_otf_trc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_pform_@PLATFORM@.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_pomp_base.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_strdup.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_thrd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_user_comment.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_user_count.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt_user_region.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +pomp_fwrapper_base.o: $(OPARILIBDIR)/pomp_fwrapper_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pomp_fwrapper_base.o -MD -MP -MF $(DEPDIR)/pomp_fwrapper_base.Tpo -c -o pomp_fwrapper_base.o `test -f '$(OPARILIBDIR)/pomp_fwrapper_base.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper_base.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pomp_fwrapper_base.Tpo $(DEPDIR)/pomp_fwrapper_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper_base.c' object='pomp_fwrapper_base.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pomp_fwrapper_base.o `test -f '$(OPARILIBDIR)/pomp_fwrapper_base.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper_base.c + +pomp_fwrapper_base.obj: $(OPARILIBDIR)/pomp_fwrapper_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pomp_fwrapper_base.obj -MD -MP -MF $(DEPDIR)/pomp_fwrapper_base.Tpo -c -o pomp_fwrapper_base.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper_base.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper_base.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper_base.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pomp_fwrapper_base.Tpo $(DEPDIR)/pomp_fwrapper_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper_base.c' object='pomp_fwrapper_base.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pomp_fwrapper_base.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper_base.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper_base.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper_base.c'; fi` + +libvt_fmpi_a-vt_fmpiwrap.o: vt_fmpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_fmpi_a_CFLAGS) $(CFLAGS) -MT libvt_fmpi_a-vt_fmpiwrap.o -MD -MP -MF $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Tpo -c -o libvt_fmpi_a-vt_fmpiwrap.o `test -f 'vt_fmpiwrap.c' || echo '$(srcdir)/'`vt_fmpiwrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Tpo $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_fmpiwrap.c' object='libvt_fmpi_a-vt_fmpiwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_fmpi_a_CFLAGS) $(CFLAGS) -c -o libvt_fmpi_a-vt_fmpiwrap.o `test -f 'vt_fmpiwrap.c' || echo '$(srcdir)/'`vt_fmpiwrap.c + +libvt_fmpi_a-vt_fmpiwrap.obj: vt_fmpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_fmpi_a_CFLAGS) $(CFLAGS) -MT libvt_fmpi_a-vt_fmpiwrap.obj -MD -MP -MF $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Tpo -c -o libvt_fmpi_a-vt_fmpiwrap.obj `if test -f 'vt_fmpiwrap.c'; then $(CYGPATH_W) 'vt_fmpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_fmpiwrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Tpo $(DEPDIR)/libvt_fmpi_a-vt_fmpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_fmpiwrap.c' object='libvt_fmpi_a-vt_fmpiwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_fmpi_a_CFLAGS) $(CFLAGS) -c -o libvt_fmpi_a-vt_fmpiwrap.obj `if test -f 'vt_fmpiwrap.c'; then $(CYGPATH_W) 'vt_fmpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_fmpiwrap.c'; fi` + +libvt_mpi_a-vt_comp_gnu.o: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_gnu.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Tpo -c -o libvt_mpi_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_mpi_a-vt_comp_gnu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c + +libvt_mpi_a-vt_comp_gnu.obj: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_gnu.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Tpo -c -o libvt_mpi_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_mpi_a-vt_comp_gnu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` + +libvt_mpi_a-vt_comp_pgi.o: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_pgi.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Tpo -c -o libvt_mpi_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_mpi_a-vt_comp_pgi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c + +libvt_mpi_a-vt_comp_pgi.obj: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_pgi.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Tpo -c -o libvt_mpi_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_mpi_a-vt_comp_pgi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` + +libvt_mpi_a-vt_comp_phat.o: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_phat.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Tpo -c -o libvt_mpi_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_mpi_a-vt_comp_phat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c + +libvt_mpi_a-vt_comp_phat.obj: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_phat.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Tpo -c -o libvt_mpi_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_mpi_a-vt_comp_phat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` + +libvt_mpi_a-vt_comp_xl.o: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_xl.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Tpo -c -o libvt_mpi_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_mpi_a-vt_comp_xl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c + +libvt_mpi_a-vt_comp_xl.obj: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_xl.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Tpo -c -o libvt_mpi_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_mpi_a-vt_comp_xl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` + +libvt_mpi_a-vt_comp_ftrace.o: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_ftrace.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Tpo -c -o libvt_mpi_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_mpi_a-vt_comp_ftrace.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c + +libvt_mpi_a-vt_comp_ftrace.obj: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_ftrace.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Tpo -c -o libvt_mpi_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_mpi_a-vt_comp_ftrace.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` + +libvt_mpi_a-vt_comp_dyninst.o: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_dyninst.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Tpo -c -o libvt_mpi_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_mpi_a-vt_comp_dyninst.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c + +libvt_mpi_a-vt_comp_dyninst.obj: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_comp_dyninst.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Tpo -c -o libvt_mpi_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_mpi_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_mpi_a-vt_comp_dyninst.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` + +libvt_mpi_a-vt_memhook.o: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_memhook.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_memhook.Tpo -c -o libvt_mpi_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_memhook.Tpo $(DEPDIR)/libvt_mpi_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_mpi_a-vt_memhook.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c + +libvt_mpi_a-vt_memhook.obj: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_memhook.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_memhook.Tpo -c -o libvt_mpi_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_memhook.Tpo $(DEPDIR)/libvt_mpi_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_mpi_a-vt_memhook.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` + +libvt_mpi_a-vt_memreg.o: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_memreg.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_memreg.Tpo -c -o libvt_mpi_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_memreg.Tpo $(DEPDIR)/libvt_mpi_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_mpi_a-vt_memreg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c + +libvt_mpi_a-vt_memreg.obj: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_memreg.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_memreg.Tpo -c -o libvt_mpi_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_memreg.Tpo $(DEPDIR)/libvt_mpi_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_mpi_a-vt_memreg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` + +libvt_mpi_a-vt_iowrap.o: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_iowrap.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_iowrap.Tpo -c -o libvt_mpi_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_iowrap.Tpo $(DEPDIR)/libvt_mpi_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_mpi_a-vt_iowrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c + +libvt_mpi_a-vt_iowrap.obj: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_iowrap.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_iowrap.Tpo -c -o libvt_mpi_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_iowrap.Tpo $(DEPDIR)/libvt_mpi_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_mpi_a-vt_iowrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` + +libvt_mpi_a-vt_iowrap_helper.o: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_iowrap_helper.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Tpo -c -o libvt_mpi_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_mpi_a-vt_iowrap_helper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c + +libvt_mpi_a-vt_iowrap_helper.obj: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_iowrap_helper.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Tpo -c -o libvt_mpi_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_mpi_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_mpi_a-vt_iowrap_helper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` + +libvt_mpi_a-vt_metric_papi.o: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_metric_papi.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Tpo -c -o libvt_mpi_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_mpi_a-vt_metric_papi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c + +libvt_mpi_a-vt_metric_papi.obj: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_metric_papi.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Tpo -c -o libvt_mpi_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_mpi_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_mpi_a-vt_metric_papi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` + +libvt_mpi_a-rfg_regions.o: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_regions.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_regions.Tpo -c -o libvt_mpi_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_regions.Tpo $(DEPDIR)/libvt_mpi_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_mpi_a-rfg_regions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c + +libvt_mpi_a-rfg_regions.obj: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_regions.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_regions.Tpo -c -o libvt_mpi_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_regions.Tpo $(DEPDIR)/libvt_mpi_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_mpi_a-rfg_regions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` + +libvt_mpi_a-rfg_filter.o: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_filter.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_filter.Tpo -c -o libvt_mpi_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_filter.Tpo $(DEPDIR)/libvt_mpi_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_mpi_a-rfg_filter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c + +libvt_mpi_a-rfg_filter.obj: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_filter.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_filter.Tpo -c -o libvt_mpi_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_filter.Tpo $(DEPDIR)/libvt_mpi_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_mpi_a-rfg_filter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` + +libvt_mpi_a-rfg_groups.o: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_groups.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_groups.Tpo -c -o libvt_mpi_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_groups.Tpo $(DEPDIR)/libvt_mpi_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_mpi_a-rfg_groups.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c + +libvt_mpi_a-rfg_groups.obj: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-rfg_groups.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-rfg_groups.Tpo -c -o libvt_mpi_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-rfg_groups.Tpo $(DEPDIR)/libvt_mpi_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_mpi_a-rfg_groups.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` + +libvt_mpi_a-vt_env.o: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_env.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_env.Tpo -c -o libvt_mpi_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_env.Tpo $(DEPDIR)/libvt_mpi_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_mpi_a-vt_env.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c + +libvt_mpi_a-vt_env.obj: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_env.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_env.Tpo -c -o libvt_mpi_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_env.Tpo $(DEPDIR)/libvt_mpi_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_mpi_a-vt_env.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` + +libvt_mpi_a-vt_error.o: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_error.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_error.Tpo -c -o libvt_mpi_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_error.Tpo $(DEPDIR)/libvt_mpi_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_mpi_a-vt_error.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c + +libvt_mpi_a-vt_error.obj: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_error.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_error.Tpo -c -o libvt_mpi_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_error.Tpo $(DEPDIR)/libvt_mpi_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_mpi_a-vt_error.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` + +libvt_mpi_a-vt_metmap.o: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_metmap.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_metmap.Tpo -c -o libvt_mpi_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_metmap.Tpo $(DEPDIR)/libvt_mpi_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_mpi_a-vt_metmap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c + +libvt_mpi_a-vt_metmap.obj: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_metmap.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_metmap.Tpo -c -o libvt_mpi_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_metmap.Tpo $(DEPDIR)/libvt_mpi_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_mpi_a-vt_metmap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` + +libvt_mpi_a-vt_otf_gen.o: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_gen.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Tpo -c -o libvt_mpi_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_mpi_a-vt_otf_gen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c + +libvt_mpi_a-vt_otf_gen.obj: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_gen.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Tpo -c -o libvt_mpi_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_mpi_a-vt_otf_gen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` + +libvt_mpi_a-vt_otf_sum.o: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_sum.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Tpo -c -o libvt_mpi_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_mpi_a-vt_otf_sum.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c + +libvt_mpi_a-vt_otf_sum.obj: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_sum.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Tpo -c -o libvt_mpi_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_mpi_a-vt_otf_sum.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` + +libvt_mpi_a-vt_otf_trc.o: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_trc.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Tpo -c -o libvt_mpi_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_mpi_a-vt_otf_trc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c + +libvt_mpi_a-vt_otf_trc.obj: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_otf_trc.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Tpo -c -o libvt_mpi_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_mpi_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_mpi_a-vt_otf_trc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` + +libvt_mpi_a-vt_pform_@PLATFORM@.o: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_pform_@PLATFORM@.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_mpi_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_mpi_a-vt_pform_@PLATFORM@.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c + +libvt_mpi_a-vt_pform_@PLATFORM@.obj: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_pform_@PLATFORM@.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_mpi_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_mpi_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_mpi_a-vt_pform_@PLATFORM@.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` + +libvt_mpi_a-vt_pomp_base.o: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_pomp_base.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Tpo -c -o libvt_mpi_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_mpi_a-vt_pomp_base.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c + +libvt_mpi_a-vt_pomp_base.obj: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_pomp_base.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Tpo -c -o libvt_mpi_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_mpi_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_mpi_a-vt_pomp_base.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` + +libvt_mpi_a-vt_strdup.o: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_strdup.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_strdup.Tpo -c -o libvt_mpi_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_strdup.Tpo $(DEPDIR)/libvt_mpi_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_mpi_a-vt_strdup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c + +libvt_mpi_a-vt_strdup.obj: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_strdup.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_strdup.Tpo -c -o libvt_mpi_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_strdup.Tpo $(DEPDIR)/libvt_mpi_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_mpi_a-vt_strdup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` + +libvt_mpi_a-vt_thrd.o: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_thrd.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_thrd.Tpo -c -o libvt_mpi_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_thrd.Tpo $(DEPDIR)/libvt_mpi_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_mpi_a-vt_thrd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c + +libvt_mpi_a-vt_thrd.obj: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_thrd.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_thrd.Tpo -c -o libvt_mpi_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_thrd.Tpo $(DEPDIR)/libvt_mpi_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_mpi_a-vt_thrd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` + +libvt_mpi_a-vt_user_comment.o: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_comment.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_comment.Tpo -c -o libvt_mpi_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_comment.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_mpi_a-vt_user_comment.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c + +libvt_mpi_a-vt_user_comment.obj: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_comment.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_comment.Tpo -c -o libvt_mpi_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_comment.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_mpi_a-vt_user_comment.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` + +libvt_mpi_a-vt_user_count.o: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_count.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_count.Tpo -c -o libvt_mpi_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_count.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_mpi_a-vt_user_count.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c + +libvt_mpi_a-vt_user_count.obj: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_count.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_count.Tpo -c -o libvt_mpi_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_count.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_mpi_a-vt_user_count.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` + +libvt_mpi_a-vt_user_region.o: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_region.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_region.Tpo -c -o libvt_mpi_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_region.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_mpi_a-vt_user_region.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c + +libvt_mpi_a-vt_user_region.obj: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_user_region.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_user_region.Tpo -c -o libvt_mpi_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_user_region.Tpo $(DEPDIR)/libvt_mpi_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_mpi_a-vt_user_region.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` + +libvt_mpi_a-vt_mpicom.o: vt_mpicom.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpicom.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpicom.Tpo -c -o libvt_mpi_a-vt_mpicom.o `test -f 'vt_mpicom.c' || echo '$(srcdir)/'`vt_mpicom.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpicom.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpicom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpicom.c' object='libvt_mpi_a-vt_mpicom.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpicom.o `test -f 'vt_mpicom.c' || echo '$(srcdir)/'`vt_mpicom.c + +libvt_mpi_a-vt_mpicom.obj: vt_mpicom.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpicom.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpicom.Tpo -c -o libvt_mpi_a-vt_mpicom.obj `if test -f 'vt_mpicom.c'; then $(CYGPATH_W) 'vt_mpicom.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpicom.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpicom.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpicom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpicom.c' object='libvt_mpi_a-vt_mpicom.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpicom.obj `if test -f 'vt_mpicom.c'; then $(CYGPATH_W) 'vt_mpicom.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpicom.c'; fi` + +libvt_mpi_a-vt_mpireg.o: vt_mpireg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpireg.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpireg.Tpo -c -o libvt_mpi_a-vt_mpireg.o `test -f 'vt_mpireg.c' || echo '$(srcdir)/'`vt_mpireg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpireg.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpireg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireg.c' object='libvt_mpi_a-vt_mpireg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpireg.o `test -f 'vt_mpireg.c' || echo '$(srcdir)/'`vt_mpireg.c + +libvt_mpi_a-vt_mpireg.obj: vt_mpireg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpireg.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpireg.Tpo -c -o libvt_mpi_a-vt_mpireg.obj `if test -f 'vt_mpireg.c'; then $(CYGPATH_W) 'vt_mpireg.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpireg.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpireg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireg.c' object='libvt_mpi_a-vt_mpireg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpireg.obj `if test -f 'vt_mpireg.c'; then $(CYGPATH_W) 'vt_mpireg.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireg.c'; fi` + +libvt_mpi_a-vt_mpireq.o: vt_mpireq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpireq.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpireq.Tpo -c -o libvt_mpi_a-vt_mpireq.o `test -f 'vt_mpireq.c' || echo '$(srcdir)/'`vt_mpireq.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpireq.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpireq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireq.c' object='libvt_mpi_a-vt_mpireq.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpireq.o `test -f 'vt_mpireq.c' || echo '$(srcdir)/'`vt_mpireq.c + +libvt_mpi_a-vt_mpireq.obj: vt_mpireq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpireq.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpireq.Tpo -c -o libvt_mpi_a-vt_mpireq.obj `if test -f 'vt_mpireq.c'; then $(CYGPATH_W) 'vt_mpireq.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireq.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpireq.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpireq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireq.c' object='libvt_mpi_a-vt_mpireq.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpireq.obj `if test -f 'vt_mpireq.c'; then $(CYGPATH_W) 'vt_mpireq.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireq.c'; fi` + +libvt_mpi_a-vt_mpiwrap.o: vt_mpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpiwrap.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Tpo -c -o libvt_mpi_a-vt_mpiwrap.o `test -f 'vt_mpiwrap.c' || echo '$(srcdir)/'`vt_mpiwrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpiwrap.c' object='libvt_mpi_a-vt_mpiwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpiwrap.o `test -f 'vt_mpiwrap.c' || echo '$(srcdir)/'`vt_mpiwrap.c + +libvt_mpi_a-vt_mpiwrap.obj: vt_mpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_mpiwrap.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Tpo -c -o libvt_mpi_a-vt_mpiwrap.obj `if test -f 'vt_mpiwrap.c'; then $(CYGPATH_W) 'vt_mpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpiwrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Tpo $(DEPDIR)/libvt_mpi_a-vt_mpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpiwrap.c' object='libvt_mpi_a-vt_mpiwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_mpiwrap.obj `if test -f 'vt_mpiwrap.c'; then $(CYGPATH_W) 'vt_mpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpiwrap.c'; fi` + +libvt_mpi_a-vt_sync.o: vt_sync.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_sync.o -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_sync.Tpo -c -o libvt_mpi_a-vt_sync.o `test -f 'vt_sync.c' || echo '$(srcdir)/'`vt_sync.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_sync.Tpo $(DEPDIR)/libvt_mpi_a-vt_sync.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_sync.c' object='libvt_mpi_a-vt_sync.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_sync.o `test -f 'vt_sync.c' || echo '$(srcdir)/'`vt_sync.c + +libvt_mpi_a-vt_sync.obj: vt_sync.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -MT libvt_mpi_a-vt_sync.obj -MD -MP -MF $(DEPDIR)/libvt_mpi_a-vt_sync.Tpo -c -o libvt_mpi_a-vt_sync.obj `if test -f 'vt_sync.c'; then $(CYGPATH_W) 'vt_sync.c'; else $(CYGPATH_W) '$(srcdir)/vt_sync.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_mpi_a-vt_sync.Tpo $(DEPDIR)/libvt_mpi_a-vt_sync.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_sync.c' object='libvt_mpi_a-vt_sync.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_mpi_a_CFLAGS) $(CFLAGS) -c -o libvt_mpi_a-vt_sync.obj `if test -f 'vt_sync.c'; then $(CYGPATH_W) 'vt_sync.c'; else $(CYGPATH_W) '$(srcdir)/vt_sync.c'; fi` + +libvt_omp_a-vt_comp_gnu.o: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_gnu.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Tpo -c -o libvt_omp_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_omp_a-vt_comp_gnu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c + +libvt_omp_a-vt_comp_gnu.obj: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_gnu.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Tpo -c -o libvt_omp_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_omp_a-vt_comp_gnu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` + +libvt_omp_a-vt_comp_pgi.o: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_pgi.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Tpo -c -o libvt_omp_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_omp_a-vt_comp_pgi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c + +libvt_omp_a-vt_comp_pgi.obj: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_pgi.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Tpo -c -o libvt_omp_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_omp_a-vt_comp_pgi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` + +libvt_omp_a-vt_comp_phat.o: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_phat.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_phat.Tpo -c -o libvt_omp_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_omp_a-vt_comp_phat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c + +libvt_omp_a-vt_comp_phat.obj: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_phat.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_phat.Tpo -c -o libvt_omp_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_omp_a-vt_comp_phat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` + +libvt_omp_a-vt_comp_xl.o: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_xl.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_xl.Tpo -c -o libvt_omp_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_omp_a-vt_comp_xl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c + +libvt_omp_a-vt_comp_xl.obj: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_xl.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_xl.Tpo -c -o libvt_omp_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_omp_a-vt_comp_xl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` + +libvt_omp_a-vt_comp_ftrace.o: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_ftrace.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Tpo -c -o libvt_omp_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_omp_a-vt_comp_ftrace.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c + +libvt_omp_a-vt_comp_ftrace.obj: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_ftrace.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Tpo -c -o libvt_omp_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_omp_a-vt_comp_ftrace.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` + +libvt_omp_a-vt_comp_dyninst.o: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_dyninst.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Tpo -c -o libvt_omp_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_omp_a-vt_comp_dyninst.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c + +libvt_omp_a-vt_comp_dyninst.obj: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_comp_dyninst.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Tpo -c -o libvt_omp_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_omp_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_omp_a-vt_comp_dyninst.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` + +libvt_omp_a-vt_memhook.o: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_memhook.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_memhook.Tpo -c -o libvt_omp_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_memhook.Tpo $(DEPDIR)/libvt_omp_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_omp_a-vt_memhook.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c + +libvt_omp_a-vt_memhook.obj: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_memhook.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_memhook.Tpo -c -o libvt_omp_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_memhook.Tpo $(DEPDIR)/libvt_omp_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_omp_a-vt_memhook.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` + +libvt_omp_a-vt_memreg.o: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_memreg.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_memreg.Tpo -c -o libvt_omp_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_memreg.Tpo $(DEPDIR)/libvt_omp_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_omp_a-vt_memreg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c + +libvt_omp_a-vt_memreg.obj: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_memreg.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_memreg.Tpo -c -o libvt_omp_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_memreg.Tpo $(DEPDIR)/libvt_omp_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_omp_a-vt_memreg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` + +libvt_omp_a-vt_iowrap.o: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_iowrap.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_iowrap.Tpo -c -o libvt_omp_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_iowrap.Tpo $(DEPDIR)/libvt_omp_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_omp_a-vt_iowrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c + +libvt_omp_a-vt_iowrap.obj: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_iowrap.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_iowrap.Tpo -c -o libvt_omp_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_iowrap.Tpo $(DEPDIR)/libvt_omp_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_omp_a-vt_iowrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` + +libvt_omp_a-vt_iowrap_helper.o: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_iowrap_helper.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Tpo -c -o libvt_omp_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_omp_a-vt_iowrap_helper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c + +libvt_omp_a-vt_iowrap_helper.obj: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_iowrap_helper.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Tpo -c -o libvt_omp_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_omp_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_omp_a-vt_iowrap_helper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` + +libvt_omp_a-vt_metric_papi.o: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_metric_papi.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_metric_papi.Tpo -c -o libvt_omp_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_omp_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_omp_a-vt_metric_papi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c + +libvt_omp_a-vt_metric_papi.obj: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_metric_papi.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_metric_papi.Tpo -c -o libvt_omp_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_omp_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_omp_a-vt_metric_papi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` + +libvt_omp_a-rfg_regions.o: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_regions.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_regions.Tpo -c -o libvt_omp_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_regions.Tpo $(DEPDIR)/libvt_omp_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_omp_a-rfg_regions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c + +libvt_omp_a-rfg_regions.obj: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_regions.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_regions.Tpo -c -o libvt_omp_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_regions.Tpo $(DEPDIR)/libvt_omp_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_omp_a-rfg_regions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` + +libvt_omp_a-rfg_filter.o: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_filter.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_filter.Tpo -c -o libvt_omp_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_filter.Tpo $(DEPDIR)/libvt_omp_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_omp_a-rfg_filter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c + +libvt_omp_a-rfg_filter.obj: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_filter.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_filter.Tpo -c -o libvt_omp_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_filter.Tpo $(DEPDIR)/libvt_omp_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_omp_a-rfg_filter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` + +libvt_omp_a-rfg_groups.o: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_groups.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_groups.Tpo -c -o libvt_omp_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_groups.Tpo $(DEPDIR)/libvt_omp_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_omp_a-rfg_groups.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c + +libvt_omp_a-rfg_groups.obj: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-rfg_groups.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-rfg_groups.Tpo -c -o libvt_omp_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-rfg_groups.Tpo $(DEPDIR)/libvt_omp_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_omp_a-rfg_groups.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` + +libvt_omp_a-vt_env.o: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_env.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_env.Tpo -c -o libvt_omp_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_env.Tpo $(DEPDIR)/libvt_omp_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_omp_a-vt_env.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c + +libvt_omp_a-vt_env.obj: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_env.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_env.Tpo -c -o libvt_omp_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_env.Tpo $(DEPDIR)/libvt_omp_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_omp_a-vt_env.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` + +libvt_omp_a-vt_error.o: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_error.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_error.Tpo -c -o libvt_omp_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_error.Tpo $(DEPDIR)/libvt_omp_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_omp_a-vt_error.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c + +libvt_omp_a-vt_error.obj: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_error.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_error.Tpo -c -o libvt_omp_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_error.Tpo $(DEPDIR)/libvt_omp_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_omp_a-vt_error.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` + +libvt_omp_a-vt_metmap.o: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_metmap.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_metmap.Tpo -c -o libvt_omp_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_metmap.Tpo $(DEPDIR)/libvt_omp_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_omp_a-vt_metmap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c + +libvt_omp_a-vt_metmap.obj: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_metmap.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_metmap.Tpo -c -o libvt_omp_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_metmap.Tpo $(DEPDIR)/libvt_omp_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_omp_a-vt_metmap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` + +libvt_omp_a-vt_otf_gen.o: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_gen.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_gen.Tpo -c -o libvt_omp_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_omp_a-vt_otf_gen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c + +libvt_omp_a-vt_otf_gen.obj: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_gen.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_gen.Tpo -c -o libvt_omp_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_omp_a-vt_otf_gen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` + +libvt_omp_a-vt_otf_sum.o: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_sum.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_sum.Tpo -c -o libvt_omp_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_omp_a-vt_otf_sum.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c + +libvt_omp_a-vt_otf_sum.obj: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_sum.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_sum.Tpo -c -o libvt_omp_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_omp_a-vt_otf_sum.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` + +libvt_omp_a-vt_otf_trc.o: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_trc.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_trc.Tpo -c -o libvt_omp_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_omp_a-vt_otf_trc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c + +libvt_omp_a-vt_otf_trc.obj: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_otf_trc.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_otf_trc.Tpo -c -o libvt_omp_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_omp_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_omp_a-vt_otf_trc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` + +libvt_omp_a-vt_pform_@PLATFORM@.o: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pform_@PLATFORM@.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_omp_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_omp_a-vt_pform_@PLATFORM@.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c + +libvt_omp_a-vt_pform_@PLATFORM@.obj: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pform_@PLATFORM@.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_omp_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_omp_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_omp_a-vt_pform_@PLATFORM@.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` + +libvt_omp_a-vt_pomp_base.o: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pomp_base.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pomp_base.Tpo -c -o libvt_omp_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_omp_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_omp_a-vt_pomp_base.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c + +libvt_omp_a-vt_pomp_base.obj: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pomp_base.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pomp_base.Tpo -c -o libvt_omp_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_omp_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_omp_a-vt_pomp_base.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` + +libvt_omp_a-vt_strdup.o: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_strdup.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_strdup.Tpo -c -o libvt_omp_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_strdup.Tpo $(DEPDIR)/libvt_omp_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_omp_a-vt_strdup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c + +libvt_omp_a-vt_strdup.obj: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_strdup.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_strdup.Tpo -c -o libvt_omp_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_strdup.Tpo $(DEPDIR)/libvt_omp_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_omp_a-vt_strdup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` + +libvt_omp_a-vt_thrd.o: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_thrd.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_thrd.Tpo -c -o libvt_omp_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_thrd.Tpo $(DEPDIR)/libvt_omp_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_omp_a-vt_thrd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c + +libvt_omp_a-vt_thrd.obj: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_thrd.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_thrd.Tpo -c -o libvt_omp_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_thrd.Tpo $(DEPDIR)/libvt_omp_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_omp_a-vt_thrd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` + +libvt_omp_a-vt_user_comment.o: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_comment.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_comment.Tpo -c -o libvt_omp_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_comment.Tpo $(DEPDIR)/libvt_omp_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_omp_a-vt_user_comment.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c + +libvt_omp_a-vt_user_comment.obj: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_comment.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_comment.Tpo -c -o libvt_omp_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_comment.Tpo $(DEPDIR)/libvt_omp_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_omp_a-vt_user_comment.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` + +libvt_omp_a-vt_user_count.o: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_count.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_count.Tpo -c -o libvt_omp_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_count.Tpo $(DEPDIR)/libvt_omp_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_omp_a-vt_user_count.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c + +libvt_omp_a-vt_user_count.obj: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_count.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_count.Tpo -c -o libvt_omp_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_count.Tpo $(DEPDIR)/libvt_omp_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_omp_a-vt_user_count.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` + +libvt_omp_a-vt_user_region.o: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_region.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_region.Tpo -c -o libvt_omp_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_region.Tpo $(DEPDIR)/libvt_omp_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_omp_a-vt_user_region.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c + +libvt_omp_a-vt_user_region.obj: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_user_region.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_user_region.Tpo -c -o libvt_omp_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_user_region.Tpo $(DEPDIR)/libvt_omp_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_omp_a-vt_user_region.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` + +libvt_omp_a-vt_omplock.o: vt_omplock.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_omplock.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_omplock.Tpo -c -o libvt_omp_a-vt_omplock.o `test -f 'vt_omplock.c' || echo '$(srcdir)/'`vt_omplock.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_omplock.Tpo $(DEPDIR)/libvt_omp_a-vt_omplock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_omplock.c' object='libvt_omp_a-vt_omplock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_omplock.o `test -f 'vt_omplock.c' || echo '$(srcdir)/'`vt_omplock.c + +libvt_omp_a-vt_omplock.obj: vt_omplock.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_omplock.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_omplock.Tpo -c -o libvt_omp_a-vt_omplock.obj `if test -f 'vt_omplock.c'; then $(CYGPATH_W) 'vt_omplock.c'; else $(CYGPATH_W) '$(srcdir)/vt_omplock.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_omplock.Tpo $(DEPDIR)/libvt_omp_a-vt_omplock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_omplock.c' object='libvt_omp_a-vt_omplock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_omplock.obj `if test -f 'vt_omplock.c'; then $(CYGPATH_W) 'vt_omplock.c'; else $(CYGPATH_W) '$(srcdir)/vt_omplock.c'; fi` + +libvt_omp_a-vt_ompreg.o: vt_ompreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_ompreg.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_ompreg.Tpo -c -o libvt_omp_a-vt_ompreg.o `test -f 'vt_ompreg.c' || echo '$(srcdir)/'`vt_ompreg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_ompreg.Tpo $(DEPDIR)/libvt_omp_a-vt_ompreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_ompreg.c' object='libvt_omp_a-vt_ompreg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_ompreg.o `test -f 'vt_ompreg.c' || echo '$(srcdir)/'`vt_ompreg.c + +libvt_omp_a-vt_ompreg.obj: vt_ompreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_ompreg.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_ompreg.Tpo -c -o libvt_omp_a-vt_ompreg.obj `if test -f 'vt_ompreg.c'; then $(CYGPATH_W) 'vt_ompreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_ompreg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_ompreg.Tpo $(DEPDIR)/libvt_omp_a-vt_ompreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_ompreg.c' object='libvt_omp_a-vt_ompreg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_ompreg.obj `if test -f 'vt_ompreg.c'; then $(CYGPATH_W) 'vt_ompreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_ompreg.c'; fi` + +libvt_omp_a-vt_pomp.o: vt_pomp.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pomp.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pomp.Tpo -c -o libvt_omp_a-vt_pomp.o `test -f 'vt_pomp.c' || echo '$(srcdir)/'`vt_pomp.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pomp.Tpo $(DEPDIR)/libvt_omp_a-vt_pomp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp.c' object='libvt_omp_a-vt_pomp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pomp.o `test -f 'vt_pomp.c' || echo '$(srcdir)/'`vt_pomp.c + +libvt_omp_a-vt_pomp.obj: vt_pomp.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-vt_pomp.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-vt_pomp.Tpo -c -o libvt_omp_a-vt_pomp.obj `if test -f 'vt_pomp.c'; then $(CYGPATH_W) 'vt_pomp.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-vt_pomp.Tpo $(DEPDIR)/libvt_omp_a-vt_pomp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp.c' object='libvt_omp_a-vt_pomp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-vt_pomp.obj `if test -f 'vt_pomp.c'; then $(CYGPATH_W) 'vt_pomp.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp.c'; fi` + +libvt_omp_a-pomp_fwrapper.o: $(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-pomp_fwrapper.o -MD -MP -MF $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Tpo -c -o libvt_omp_a-pomp_fwrapper.o `test -f '$(OPARILIBDIR)/pomp_fwrapper.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Tpo $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper.c' object='libvt_omp_a-pomp_fwrapper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-pomp_fwrapper.o `test -f '$(OPARILIBDIR)/pomp_fwrapper.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper.c + +libvt_omp_a-pomp_fwrapper.obj: $(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -MT libvt_omp_a-pomp_fwrapper.obj -MD -MP -MF $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Tpo -c -o libvt_omp_a-pomp_fwrapper.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Tpo $(DEPDIR)/libvt_omp_a-pomp_fwrapper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper.c' object='libvt_omp_a-pomp_fwrapper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_omp_a_CFLAGS) $(CFLAGS) -c -o libvt_omp_a-pomp_fwrapper.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper.c'; fi` + +libvt_ompi_a-vt_comp_gnu.o: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_gnu.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Tpo -c -o libvt_ompi_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_ompi_a-vt_comp_gnu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_gnu.o `test -f 'vt_comp_gnu.c' || echo '$(srcdir)/'`vt_comp_gnu.c + +libvt_ompi_a-vt_comp_gnu.obj: vt_comp_gnu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_gnu.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Tpo -c -o libvt_ompi_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_gnu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_gnu.c' object='libvt_ompi_a-vt_comp_gnu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_gnu.obj `if test -f 'vt_comp_gnu.c'; then $(CYGPATH_W) 'vt_comp_gnu.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_gnu.c'; fi` + +libvt_ompi_a-vt_comp_pgi.o: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_pgi.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Tpo -c -o libvt_ompi_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_ompi_a-vt_comp_pgi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_pgi.o `test -f 'vt_comp_pgi.c' || echo '$(srcdir)/'`vt_comp_pgi.c + +libvt_ompi_a-vt_comp_pgi.obj: vt_comp_pgi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_pgi.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Tpo -c -o libvt_ompi_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_pgi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_pgi.c' object='libvt_ompi_a-vt_comp_pgi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_pgi.obj `if test -f 'vt_comp_pgi.c'; then $(CYGPATH_W) 'vt_comp_pgi.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_pgi.c'; fi` + +libvt_ompi_a-vt_comp_phat.o: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_phat.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Tpo -c -o libvt_ompi_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_ompi_a-vt_comp_phat.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_phat.o `test -f 'vt_comp_phat.c' || echo '$(srcdir)/'`vt_comp_phat.c + +libvt_ompi_a-vt_comp_phat.obj: vt_comp_phat.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_phat.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Tpo -c -o libvt_ompi_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_phat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_phat.c' object='libvt_ompi_a-vt_comp_phat.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_phat.obj `if test -f 'vt_comp_phat.c'; then $(CYGPATH_W) 'vt_comp_phat.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_phat.c'; fi` + +libvt_ompi_a-vt_comp_xl.o: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_xl.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Tpo -c -o libvt_ompi_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_ompi_a-vt_comp_xl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_xl.o `test -f 'vt_comp_xl.c' || echo '$(srcdir)/'`vt_comp_xl.c + +libvt_ompi_a-vt_comp_xl.obj: vt_comp_xl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_xl.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Tpo -c -o libvt_ompi_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_xl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_xl.c' object='libvt_ompi_a-vt_comp_xl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_xl.obj `if test -f 'vt_comp_xl.c'; then $(CYGPATH_W) 'vt_comp_xl.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_xl.c'; fi` + +libvt_ompi_a-vt_comp_ftrace.o: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_ftrace.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Tpo -c -o libvt_ompi_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_ompi_a-vt_comp_ftrace.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_ftrace.o `test -f 'vt_comp_ftrace.c' || echo '$(srcdir)/'`vt_comp_ftrace.c + +libvt_ompi_a-vt_comp_ftrace.obj: vt_comp_ftrace.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_ftrace.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Tpo -c -o libvt_ompi_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_ftrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_ftrace.c' object='libvt_ompi_a-vt_comp_ftrace.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_ftrace.obj `if test -f 'vt_comp_ftrace.c'; then $(CYGPATH_W) 'vt_comp_ftrace.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_ftrace.c'; fi` + +libvt_ompi_a-vt_comp_dyninst.o: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_dyninst.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Tpo -c -o libvt_ompi_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_ompi_a-vt_comp_dyninst.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_dyninst.o `test -f 'vt_comp_dyninst.c' || echo '$(srcdir)/'`vt_comp_dyninst.c + +libvt_ompi_a-vt_comp_dyninst.obj: vt_comp_dyninst.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_comp_dyninst.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Tpo -c -o libvt_ompi_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Tpo $(DEPDIR)/libvt_ompi_a-vt_comp_dyninst.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_comp_dyninst.c' object='libvt_ompi_a-vt_comp_dyninst.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_comp_dyninst.obj `if test -f 'vt_comp_dyninst.c'; then $(CYGPATH_W) 'vt_comp_dyninst.c'; else $(CYGPATH_W) '$(srcdir)/vt_comp_dyninst.c'; fi` + +libvt_ompi_a-vt_memhook.o: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_memhook.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_memhook.Tpo -c -o libvt_ompi_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_memhook.Tpo $(DEPDIR)/libvt_ompi_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_ompi_a-vt_memhook.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_memhook.o `test -f 'vt_memhook.c' || echo '$(srcdir)/'`vt_memhook.c + +libvt_ompi_a-vt_memhook.obj: vt_memhook.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_memhook.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_memhook.Tpo -c -o libvt_ompi_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_memhook.Tpo $(DEPDIR)/libvt_ompi_a-vt_memhook.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memhook.c' object='libvt_ompi_a-vt_memhook.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_memhook.obj `if test -f 'vt_memhook.c'; then $(CYGPATH_W) 'vt_memhook.c'; else $(CYGPATH_W) '$(srcdir)/vt_memhook.c'; fi` + +libvt_ompi_a-vt_memreg.o: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_memreg.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_memreg.Tpo -c -o libvt_ompi_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_memreg.Tpo $(DEPDIR)/libvt_ompi_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_ompi_a-vt_memreg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_memreg.o `test -f 'vt_memreg.c' || echo '$(srcdir)/'`vt_memreg.c + +libvt_ompi_a-vt_memreg.obj: vt_memreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_memreg.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_memreg.Tpo -c -o libvt_ompi_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_memreg.Tpo $(DEPDIR)/libvt_ompi_a-vt_memreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_memreg.c' object='libvt_ompi_a-vt_memreg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_memreg.obj `if test -f 'vt_memreg.c'; then $(CYGPATH_W) 'vt_memreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_memreg.c'; fi` + +libvt_ompi_a-vt_iowrap.o: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_iowrap.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_iowrap.Tpo -c -o libvt_ompi_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_iowrap.Tpo $(DEPDIR)/libvt_ompi_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_ompi_a-vt_iowrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_iowrap.o `test -f 'vt_iowrap.c' || echo '$(srcdir)/'`vt_iowrap.c + +libvt_ompi_a-vt_iowrap.obj: vt_iowrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_iowrap.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_iowrap.Tpo -c -o libvt_ompi_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_iowrap.Tpo $(DEPDIR)/libvt_ompi_a-vt_iowrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap.c' object='libvt_ompi_a-vt_iowrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_iowrap.obj `if test -f 'vt_iowrap.c'; then $(CYGPATH_W) 'vt_iowrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap.c'; fi` + +libvt_ompi_a-vt_iowrap_helper.o: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_iowrap_helper.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Tpo -c -o libvt_ompi_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_ompi_a-vt_iowrap_helper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_iowrap_helper.o `test -f 'vt_iowrap_helper.c' || echo '$(srcdir)/'`vt_iowrap_helper.c + +libvt_ompi_a-vt_iowrap_helper.obj: vt_iowrap_helper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_iowrap_helper.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Tpo -c -o libvt_ompi_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Tpo $(DEPDIR)/libvt_ompi_a-vt_iowrap_helper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_iowrap_helper.c' object='libvt_ompi_a-vt_iowrap_helper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_iowrap_helper.obj `if test -f 'vt_iowrap_helper.c'; then $(CYGPATH_W) 'vt_iowrap_helper.c'; else $(CYGPATH_W) '$(srcdir)/vt_iowrap_helper.c'; fi` + +libvt_ompi_a-vt_metric_papi.o: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_metric_papi.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Tpo -c -o libvt_ompi_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_ompi_a-vt_metric_papi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_metric_papi.o `test -f 'vt_metric_papi.c' || echo '$(srcdir)/'`vt_metric_papi.c + +libvt_ompi_a-vt_metric_papi.obj: vt_metric_papi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_metric_papi.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Tpo -c -o libvt_ompi_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Tpo $(DEPDIR)/libvt_ompi_a-vt_metric_papi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metric_papi.c' object='libvt_ompi_a-vt_metric_papi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_metric_papi.obj `if test -f 'vt_metric_papi.c'; then $(CYGPATH_W) 'vt_metric_papi.c'; else $(CYGPATH_W) '$(srcdir)/vt_metric_papi.c'; fi` + +libvt_ompi_a-rfg_regions.o: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_regions.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_regions.Tpo -c -o libvt_ompi_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_regions.Tpo $(DEPDIR)/libvt_ompi_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_ompi_a-rfg_regions.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_regions.o `test -f 'rfg_regions.c' || echo '$(srcdir)/'`rfg_regions.c + +libvt_ompi_a-rfg_regions.obj: rfg_regions.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_regions.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_regions.Tpo -c -o libvt_ompi_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_regions.Tpo $(DEPDIR)/libvt_ompi_a-rfg_regions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_regions.c' object='libvt_ompi_a-rfg_regions.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_regions.obj `if test -f 'rfg_regions.c'; then $(CYGPATH_W) 'rfg_regions.c'; else $(CYGPATH_W) '$(srcdir)/rfg_regions.c'; fi` + +libvt_ompi_a-rfg_filter.o: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_filter.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_filter.Tpo -c -o libvt_ompi_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_filter.Tpo $(DEPDIR)/libvt_ompi_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_ompi_a-rfg_filter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_filter.o `test -f 'rfg_filter.c' || echo '$(srcdir)/'`rfg_filter.c + +libvt_ompi_a-rfg_filter.obj: rfg_filter.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_filter.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_filter.Tpo -c -o libvt_ompi_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_filter.Tpo $(DEPDIR)/libvt_ompi_a-rfg_filter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_filter.c' object='libvt_ompi_a-rfg_filter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_filter.obj `if test -f 'rfg_filter.c'; then $(CYGPATH_W) 'rfg_filter.c'; else $(CYGPATH_W) '$(srcdir)/rfg_filter.c'; fi` + +libvt_ompi_a-rfg_groups.o: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_groups.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_groups.Tpo -c -o libvt_ompi_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_groups.Tpo $(DEPDIR)/libvt_ompi_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_ompi_a-rfg_groups.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_groups.o `test -f 'rfg_groups.c' || echo '$(srcdir)/'`rfg_groups.c + +libvt_ompi_a-rfg_groups.obj: rfg_groups.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-rfg_groups.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-rfg_groups.Tpo -c -o libvt_ompi_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-rfg_groups.Tpo $(DEPDIR)/libvt_ompi_a-rfg_groups.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rfg_groups.c' object='libvt_ompi_a-rfg_groups.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-rfg_groups.obj `if test -f 'rfg_groups.c'; then $(CYGPATH_W) 'rfg_groups.c'; else $(CYGPATH_W) '$(srcdir)/rfg_groups.c'; fi` + +libvt_ompi_a-vt_env.o: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_env.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_env.Tpo -c -o libvt_ompi_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_env.Tpo $(DEPDIR)/libvt_ompi_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_ompi_a-vt_env.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_env.o `test -f 'vt_env.c' || echo '$(srcdir)/'`vt_env.c + +libvt_ompi_a-vt_env.obj: vt_env.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_env.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_env.Tpo -c -o libvt_ompi_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_env.Tpo $(DEPDIR)/libvt_ompi_a-vt_env.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_env.c' object='libvt_ompi_a-vt_env.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_env.obj `if test -f 'vt_env.c'; then $(CYGPATH_W) 'vt_env.c'; else $(CYGPATH_W) '$(srcdir)/vt_env.c'; fi` + +libvt_ompi_a-vt_error.o: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_error.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_error.Tpo -c -o libvt_ompi_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_error.Tpo $(DEPDIR)/libvt_ompi_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_ompi_a-vt_error.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_error.o `test -f 'vt_error.c' || echo '$(srcdir)/'`vt_error.c + +libvt_ompi_a-vt_error.obj: vt_error.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_error.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_error.Tpo -c -o libvt_ompi_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_error.Tpo $(DEPDIR)/libvt_ompi_a-vt_error.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_error.c' object='libvt_ompi_a-vt_error.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_error.obj `if test -f 'vt_error.c'; then $(CYGPATH_W) 'vt_error.c'; else $(CYGPATH_W) '$(srcdir)/vt_error.c'; fi` + +libvt_ompi_a-vt_metmap.o: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_metmap.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_metmap.Tpo -c -o libvt_ompi_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_metmap.Tpo $(DEPDIR)/libvt_ompi_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_ompi_a-vt_metmap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_metmap.o `test -f 'vt_metmap.c' || echo '$(srcdir)/'`vt_metmap.c + +libvt_ompi_a-vt_metmap.obj: vt_metmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_metmap.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_metmap.Tpo -c -o libvt_ompi_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_metmap.Tpo $(DEPDIR)/libvt_ompi_a-vt_metmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_metmap.c' object='libvt_ompi_a-vt_metmap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_metmap.obj `if test -f 'vt_metmap.c'; then $(CYGPATH_W) 'vt_metmap.c'; else $(CYGPATH_W) '$(srcdir)/vt_metmap.c'; fi` + +libvt_ompi_a-vt_otf_gen.o: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_gen.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Tpo -c -o libvt_ompi_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_ompi_a-vt_otf_gen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_gen.o `test -f 'vt_otf_gen.c' || echo '$(srcdir)/'`vt_otf_gen.c + +libvt_ompi_a-vt_otf_gen.obj: vt_otf_gen.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_gen.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Tpo -c -o libvt_ompi_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_gen.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_gen.c' object='libvt_ompi_a-vt_otf_gen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_gen.obj `if test -f 'vt_otf_gen.c'; then $(CYGPATH_W) 'vt_otf_gen.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_gen.c'; fi` + +libvt_ompi_a-vt_otf_sum.o: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_sum.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Tpo -c -o libvt_ompi_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_ompi_a-vt_otf_sum.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_sum.o `test -f 'vt_otf_sum.c' || echo '$(srcdir)/'`vt_otf_sum.c + +libvt_ompi_a-vt_otf_sum.obj: vt_otf_sum.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_sum.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Tpo -c -o libvt_ompi_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_sum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_sum.c' object='libvt_ompi_a-vt_otf_sum.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_sum.obj `if test -f 'vt_otf_sum.c'; then $(CYGPATH_W) 'vt_otf_sum.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_sum.c'; fi` + +libvt_ompi_a-vt_otf_trc.o: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_trc.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Tpo -c -o libvt_ompi_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_ompi_a-vt_otf_trc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_trc.o `test -f 'vt_otf_trc.c' || echo '$(srcdir)/'`vt_otf_trc.c + +libvt_ompi_a-vt_otf_trc.obj: vt_otf_trc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_otf_trc.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Tpo -c -o libvt_ompi_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Tpo $(DEPDIR)/libvt_ompi_a-vt_otf_trc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_otf_trc.c' object='libvt_ompi_a-vt_otf_trc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_otf_trc.obj `if test -f 'vt_otf_trc.c'; then $(CYGPATH_W) 'vt_otf_trc.c'; else $(CYGPATH_W) '$(srcdir)/vt_otf_trc.c'; fi` + +libvt_ompi_a-vt_pform_@PLATFORM@.o: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pform_@PLATFORM@.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_ompi_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_ompi_a-vt_pform_@PLATFORM@.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pform_@PLATFORM@.o `test -f 'vt_pform_@PLATFORM@.c' || echo '$(srcdir)/'`vt_pform_@PLATFORM@.c + +libvt_ompi_a-vt_pform_@PLATFORM@.obj: vt_pform_@PLATFORM@.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pform_@PLATFORM@.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Tpo -c -o libvt_ompi_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Tpo $(DEPDIR)/libvt_ompi_a-vt_pform_@PLATFORM@.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pform_@PLATFORM@.c' object='libvt_ompi_a-vt_pform_@PLATFORM@.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pform_@PLATFORM@.obj `if test -f 'vt_pform_@PLATFORM@.c'; then $(CYGPATH_W) 'vt_pform_@PLATFORM@.c'; else $(CYGPATH_W) '$(srcdir)/vt_pform_@PLATFORM@.c'; fi` + +libvt_ompi_a-vt_pomp_base.o: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pomp_base.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Tpo -c -o libvt_ompi_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_ompi_a-vt_pomp_base.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pomp_base.o `test -f 'vt_pomp_base.c' || echo '$(srcdir)/'`vt_pomp_base.c + +libvt_ompi_a-vt_pomp_base.obj: vt_pomp_base.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pomp_base.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Tpo -c -o libvt_ompi_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Tpo $(DEPDIR)/libvt_ompi_a-vt_pomp_base.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp_base.c' object='libvt_ompi_a-vt_pomp_base.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pomp_base.obj `if test -f 'vt_pomp_base.c'; then $(CYGPATH_W) 'vt_pomp_base.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp_base.c'; fi` + +libvt_ompi_a-vt_strdup.o: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_strdup.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_strdup.Tpo -c -o libvt_ompi_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_strdup.Tpo $(DEPDIR)/libvt_ompi_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_ompi_a-vt_strdup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_strdup.o `test -f 'vt_strdup.c' || echo '$(srcdir)/'`vt_strdup.c + +libvt_ompi_a-vt_strdup.obj: vt_strdup.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_strdup.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_strdup.Tpo -c -o libvt_ompi_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_strdup.Tpo $(DEPDIR)/libvt_ompi_a-vt_strdup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_strdup.c' object='libvt_ompi_a-vt_strdup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_strdup.obj `if test -f 'vt_strdup.c'; then $(CYGPATH_W) 'vt_strdup.c'; else $(CYGPATH_W) '$(srcdir)/vt_strdup.c'; fi` + +libvt_ompi_a-vt_thrd.o: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_thrd.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_thrd.Tpo -c -o libvt_ompi_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_thrd.Tpo $(DEPDIR)/libvt_ompi_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_ompi_a-vt_thrd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_thrd.o `test -f 'vt_thrd.c' || echo '$(srcdir)/'`vt_thrd.c + +libvt_ompi_a-vt_thrd.obj: vt_thrd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_thrd.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_thrd.Tpo -c -o libvt_ompi_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_thrd.Tpo $(DEPDIR)/libvt_ompi_a-vt_thrd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_thrd.c' object='libvt_ompi_a-vt_thrd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_thrd.obj `if test -f 'vt_thrd.c'; then $(CYGPATH_W) 'vt_thrd.c'; else $(CYGPATH_W) '$(srcdir)/vt_thrd.c'; fi` + +libvt_ompi_a-vt_user_comment.o: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_comment.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_comment.Tpo -c -o libvt_ompi_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_comment.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_ompi_a-vt_user_comment.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_comment.o `test -f 'vt_user_comment.c' || echo '$(srcdir)/'`vt_user_comment.c + +libvt_ompi_a-vt_user_comment.obj: vt_user_comment.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_comment.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_comment.Tpo -c -o libvt_ompi_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_comment.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_comment.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_comment.c' object='libvt_ompi_a-vt_user_comment.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_comment.obj `if test -f 'vt_user_comment.c'; then $(CYGPATH_W) 'vt_user_comment.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_comment.c'; fi` + +libvt_ompi_a-vt_user_count.o: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_count.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_count.Tpo -c -o libvt_ompi_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_count.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_ompi_a-vt_user_count.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_count.o `test -f 'vt_user_count.c' || echo '$(srcdir)/'`vt_user_count.c + +libvt_ompi_a-vt_user_count.obj: vt_user_count.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_count.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_count.Tpo -c -o libvt_ompi_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_count.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_count.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_count.c' object='libvt_ompi_a-vt_user_count.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_count.obj `if test -f 'vt_user_count.c'; then $(CYGPATH_W) 'vt_user_count.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_count.c'; fi` + +libvt_ompi_a-vt_user_region.o: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_region.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_region.Tpo -c -o libvt_ompi_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_region.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_ompi_a-vt_user_region.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_region.o `test -f 'vt_user_region.c' || echo '$(srcdir)/'`vt_user_region.c + +libvt_ompi_a-vt_user_region.obj: vt_user_region.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_user_region.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_user_region.Tpo -c -o libvt_ompi_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_user_region.Tpo $(DEPDIR)/libvt_ompi_a-vt_user_region.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_user_region.c' object='libvt_ompi_a-vt_user_region.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_user_region.obj `if test -f 'vt_user_region.c'; then $(CYGPATH_W) 'vt_user_region.c'; else $(CYGPATH_W) '$(srcdir)/vt_user_region.c'; fi` + +libvt_ompi_a-vt_mpicom.o: vt_mpicom.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpicom.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpicom.Tpo -c -o libvt_ompi_a-vt_mpicom.o `test -f 'vt_mpicom.c' || echo '$(srcdir)/'`vt_mpicom.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpicom.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpicom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpicom.c' object='libvt_ompi_a-vt_mpicom.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpicom.o `test -f 'vt_mpicom.c' || echo '$(srcdir)/'`vt_mpicom.c + +libvt_ompi_a-vt_mpicom.obj: vt_mpicom.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpicom.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpicom.Tpo -c -o libvt_ompi_a-vt_mpicom.obj `if test -f 'vt_mpicom.c'; then $(CYGPATH_W) 'vt_mpicom.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpicom.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpicom.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpicom.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpicom.c' object='libvt_ompi_a-vt_mpicom.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpicom.obj `if test -f 'vt_mpicom.c'; then $(CYGPATH_W) 'vt_mpicom.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpicom.c'; fi` + +libvt_ompi_a-vt_mpireg.o: vt_mpireg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpireg.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpireg.Tpo -c -o libvt_ompi_a-vt_mpireg.o `test -f 'vt_mpireg.c' || echo '$(srcdir)/'`vt_mpireg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpireg.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpireg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireg.c' object='libvt_ompi_a-vt_mpireg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpireg.o `test -f 'vt_mpireg.c' || echo '$(srcdir)/'`vt_mpireg.c + +libvt_ompi_a-vt_mpireg.obj: vt_mpireg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpireg.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpireg.Tpo -c -o libvt_ompi_a-vt_mpireg.obj `if test -f 'vt_mpireg.c'; then $(CYGPATH_W) 'vt_mpireg.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpireg.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpireg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireg.c' object='libvt_ompi_a-vt_mpireg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpireg.obj `if test -f 'vt_mpireg.c'; then $(CYGPATH_W) 'vt_mpireg.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireg.c'; fi` + +libvt_ompi_a-vt_mpireq.o: vt_mpireq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpireq.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpireq.Tpo -c -o libvt_ompi_a-vt_mpireq.o `test -f 'vt_mpireq.c' || echo '$(srcdir)/'`vt_mpireq.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpireq.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpireq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireq.c' object='libvt_ompi_a-vt_mpireq.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpireq.o `test -f 'vt_mpireq.c' || echo '$(srcdir)/'`vt_mpireq.c + +libvt_ompi_a-vt_mpireq.obj: vt_mpireq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpireq.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpireq.Tpo -c -o libvt_ompi_a-vt_mpireq.obj `if test -f 'vt_mpireq.c'; then $(CYGPATH_W) 'vt_mpireq.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireq.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpireq.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpireq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpireq.c' object='libvt_ompi_a-vt_mpireq.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpireq.obj `if test -f 'vt_mpireq.c'; then $(CYGPATH_W) 'vt_mpireq.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpireq.c'; fi` + +libvt_ompi_a-vt_mpiwrap.o: vt_mpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpiwrap.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Tpo -c -o libvt_ompi_a-vt_mpiwrap.o `test -f 'vt_mpiwrap.c' || echo '$(srcdir)/'`vt_mpiwrap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpiwrap.c' object='libvt_ompi_a-vt_mpiwrap.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpiwrap.o `test -f 'vt_mpiwrap.c' || echo '$(srcdir)/'`vt_mpiwrap.c + +libvt_ompi_a-vt_mpiwrap.obj: vt_mpiwrap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_mpiwrap.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Tpo -c -o libvt_ompi_a-vt_mpiwrap.obj `if test -f 'vt_mpiwrap.c'; then $(CYGPATH_W) 'vt_mpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpiwrap.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Tpo $(DEPDIR)/libvt_ompi_a-vt_mpiwrap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_mpiwrap.c' object='libvt_ompi_a-vt_mpiwrap.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_mpiwrap.obj `if test -f 'vt_mpiwrap.c'; then $(CYGPATH_W) 'vt_mpiwrap.c'; else $(CYGPATH_W) '$(srcdir)/vt_mpiwrap.c'; fi` + +libvt_ompi_a-vt_sync.o: vt_sync.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_sync.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_sync.Tpo -c -o libvt_ompi_a-vt_sync.o `test -f 'vt_sync.c' || echo '$(srcdir)/'`vt_sync.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_sync.Tpo $(DEPDIR)/libvt_ompi_a-vt_sync.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_sync.c' object='libvt_ompi_a-vt_sync.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_sync.o `test -f 'vt_sync.c' || echo '$(srcdir)/'`vt_sync.c + +libvt_ompi_a-vt_sync.obj: vt_sync.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_sync.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_sync.Tpo -c -o libvt_ompi_a-vt_sync.obj `if test -f 'vt_sync.c'; then $(CYGPATH_W) 'vt_sync.c'; else $(CYGPATH_W) '$(srcdir)/vt_sync.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_sync.Tpo $(DEPDIR)/libvt_ompi_a-vt_sync.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_sync.c' object='libvt_ompi_a-vt_sync.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_sync.obj `if test -f 'vt_sync.c'; then $(CYGPATH_W) 'vt_sync.c'; else $(CYGPATH_W) '$(srcdir)/vt_sync.c'; fi` + +libvt_ompi_a-vt_omplock.o: vt_omplock.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_omplock.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_omplock.Tpo -c -o libvt_ompi_a-vt_omplock.o `test -f 'vt_omplock.c' || echo '$(srcdir)/'`vt_omplock.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_omplock.Tpo $(DEPDIR)/libvt_ompi_a-vt_omplock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_omplock.c' object='libvt_ompi_a-vt_omplock.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_omplock.o `test -f 'vt_omplock.c' || echo '$(srcdir)/'`vt_omplock.c + +libvt_ompi_a-vt_omplock.obj: vt_omplock.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_omplock.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_omplock.Tpo -c -o libvt_ompi_a-vt_omplock.obj `if test -f 'vt_omplock.c'; then $(CYGPATH_W) 'vt_omplock.c'; else $(CYGPATH_W) '$(srcdir)/vt_omplock.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_omplock.Tpo $(DEPDIR)/libvt_ompi_a-vt_omplock.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_omplock.c' object='libvt_ompi_a-vt_omplock.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_omplock.obj `if test -f 'vt_omplock.c'; then $(CYGPATH_W) 'vt_omplock.c'; else $(CYGPATH_W) '$(srcdir)/vt_omplock.c'; fi` + +libvt_ompi_a-vt_ompreg.o: vt_ompreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_ompreg.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_ompreg.Tpo -c -o libvt_ompi_a-vt_ompreg.o `test -f 'vt_ompreg.c' || echo '$(srcdir)/'`vt_ompreg.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_ompreg.Tpo $(DEPDIR)/libvt_ompi_a-vt_ompreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_ompreg.c' object='libvt_ompi_a-vt_ompreg.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_ompreg.o `test -f 'vt_ompreg.c' || echo '$(srcdir)/'`vt_ompreg.c + +libvt_ompi_a-vt_ompreg.obj: vt_ompreg.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_ompreg.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_ompreg.Tpo -c -o libvt_ompi_a-vt_ompreg.obj `if test -f 'vt_ompreg.c'; then $(CYGPATH_W) 'vt_ompreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_ompreg.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_ompreg.Tpo $(DEPDIR)/libvt_ompi_a-vt_ompreg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_ompreg.c' object='libvt_ompi_a-vt_ompreg.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_ompreg.obj `if test -f 'vt_ompreg.c'; then $(CYGPATH_W) 'vt_ompreg.c'; else $(CYGPATH_W) '$(srcdir)/vt_ompreg.c'; fi` + +libvt_ompi_a-vt_pomp.o: vt_pomp.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pomp.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pomp.Tpo -c -o libvt_ompi_a-vt_pomp.o `test -f 'vt_pomp.c' || echo '$(srcdir)/'`vt_pomp.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pomp.Tpo $(DEPDIR)/libvt_ompi_a-vt_pomp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp.c' object='libvt_ompi_a-vt_pomp.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pomp.o `test -f 'vt_pomp.c' || echo '$(srcdir)/'`vt_pomp.c + +libvt_ompi_a-vt_pomp.obj: vt_pomp.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-vt_pomp.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-vt_pomp.Tpo -c -o libvt_ompi_a-vt_pomp.obj `if test -f 'vt_pomp.c'; then $(CYGPATH_W) 'vt_pomp.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-vt_pomp.Tpo $(DEPDIR)/libvt_ompi_a-vt_pomp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vt_pomp.c' object='libvt_ompi_a-vt_pomp.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-vt_pomp.obj `if test -f 'vt_pomp.c'; then $(CYGPATH_W) 'vt_pomp.c'; else $(CYGPATH_W) '$(srcdir)/vt_pomp.c'; fi` + +libvt_ompi_a-pomp_fwrapper.o: $(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-pomp_fwrapper.o -MD -MP -MF $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Tpo -c -o libvt_ompi_a-pomp_fwrapper.o `test -f '$(OPARILIBDIR)/pomp_fwrapper.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Tpo $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper.c' object='libvt_ompi_a-pomp_fwrapper.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-pomp_fwrapper.o `test -f '$(OPARILIBDIR)/pomp_fwrapper.c' || echo '$(srcdir)/'`$(OPARILIBDIR)/pomp_fwrapper.c + +libvt_ompi_a-pomp_fwrapper.obj: $(OPARILIBDIR)/pomp_fwrapper.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -MT libvt_ompi_a-pomp_fwrapper.obj -MD -MP -MF $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Tpo -c -o libvt_ompi_a-pomp_fwrapper.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Tpo $(DEPDIR)/libvt_ompi_a-pomp_fwrapper.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(OPARILIBDIR)/pomp_fwrapper.c' object='libvt_ompi_a-pomp_fwrapper.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvt_ompi_a_CFLAGS) $(CFLAGS) -c -o libvt_ompi_a-pomp_fwrapper.obj `if test -f '$(OPARILIBDIR)/pomp_fwrapper.c'; then $(CYGPATH_W) '$(OPARILIBDIR)/pomp_fwrapper.c'; else $(CYGPATH_W) '$(srcdir)/$(OPARILIBDIR)/pomp_fwrapper.c'; fi` + +.s.o: + $(CCASCOMPILE) -c -o $@ $< + +.s.obj: + $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" + @list='$(include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ + $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ + rm -f "$(DESTDIR)$(includedir)/$$f"; \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-includeHEADERS + +install-dvi: install-dvi-am + +install-exec-am: install-libLIBRARIES + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-includeHEADERS uninstall-libLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libLIBRARIES ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am \ + install-includeHEADERS install-info install-info-am \ + install-libLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-includeHEADERS uninstall-libLIBRARIES + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/vt/vtlib/rfg.h b/ompi/contrib/vt/vt/vtlib/rfg.h new file mode 100644 index 0000000000..33aaeb10ec --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg.h @@ -0,0 +1,8 @@ +#ifndef _RFG_H +#define _RFG_H + +#include "rfg_regions.h" +#include "rfg_filter.h" +#include "rfg_groups.h" + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/rfg_filter.c b/ompi/contrib/vt/vt/vtlib/rfg_filter.c new file mode 100644 index 0000000000..597be4d664 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_filter.c @@ -0,0 +1,327 @@ +#include "rfg_filter.h" +#include "rfg_strmkrs.h" + +#include "vt_fnmatch.h" +#include "vt_inttypes.h" +#include "vt_strdup.h" + +#include +#include +#include +#include + +#define STRBUF_SIZE 0x400 /* buffer size for strings */ +#define MAX_LINE_LEN 0x20000 /* max file line length */ + +/* data structure for region call limits */ + +typedef struct RFG_FilterCLimits_struct +{ + int32_t climit; /* call limit */ + uint32_t npattern; /* number of assigned pattern */ + char** pattern; /* array of assigned pattern */ +} RFG_FilterCLimits; + +struct RFG_Filter_struct +{ + char* deffile; /* name of filter definition file */ + int32_t default_call_limit; /* default call limit */ + + uint32_t nclimits; /* number of call limit assignments */ + RFG_FilterCLimits* climits; /* array of call limit assignments */ +}; + +RFG_Filter* RFG_Filter_init() +{ + RFG_Filter* ret; + + /* allocate memory for RFG filter object */ + + ret = ( RFG_Filter* )malloc( sizeof( RFG_Filter ) ); + if( ret == NULL ) + return NULL; + + /* some initializes of data structure elements */ + + ret->deffile = NULL; + ret->default_call_limit = -1; + + ret->nclimits = 0; + ret->climits = NULL; + + return ret; +} + +int RFG_Filter_free( RFG_Filter* filter ) +{ + uint32_t i; + uint32_t j; + + if( !filter ) return 0; + + /* free filter definition file name */ + + if( filter->deffile ) + free( filter->deffile ); + + /* free array of call limit assignments */ + + for( i = 0; i < filter->nclimits; i++ ) + { + for( j = 0; j < filter->climits[i].npattern; j++ ) + free( filter->climits[i].pattern[j] ); + + free( filter->climits[i].pattern ); + } + + free( filter->climits ); + + /* free self */ + + free( filter ); + filter = NULL; + + return 1; +} + +int RFG_Filter_setDefFile( RFG_Filter* filter, const char* deffile ) +{ + if( !filter ) return 0; + + /* if a filter definition file already set, then free this */ + + if( filter->deffile ) + free( filter->deffile ); + + /* set new filter definition file */ + + filter->deffile = vt_strdup( deffile ); + + return 1; +} + +int RFG_Filter_setDefaultCallLimit( RFG_Filter* filter, int32_t limit ) +{ + if( !filter ) return 0; + + if( limit == 0 || limit < -1 ) + { + fprintf( stderr, + "RFG_Filter_setDefaultCallLimit(): Error: Default call limit must be greater then 0 or -1\n" ); + return 0; + } + + /* set new default call limit */ + + filter->default_call_limit = limit == -1 ? limit : limit+1; + + return 1; +} + +int RFG_Filter_readDefFile( RFG_Filter* filter ) +{ + FILE* f; + char orgline[MAX_LINE_LEN]; + uint32_t lineno = 0; + uint8_t parse_err = 0; + + if( !filter ) return 0; + + if( !filter->deffile ) return 1; + + /* open filter definition file */ + + f = fopen( filter->deffile, "r" ); + if( !f ) + { + fprintf( stderr, + "RFG_Filter_readDefFile(): Error: Could not open file '%s'\n", + filter->deffile ); + return 0; + } + + /* read lines */ + + while( fgets( orgline, MAX_LINE_LEN, f ) ) + { + int32_t climit; + char* p; + char* line; + + /* remove newline */ + + chomp( orgline ); + + /* copy line so that the original line keep alive */ + + line = vt_strdup( orgline ); + + lineno++; + + if( strlen( line ) == 0 ) + continue; + + trim( line ); + + if( line[0] == '#' ) + continue; + + /* search for '--' + e.g. "func1;func2;func3 -- 1000" + p + */ + + p = strstr( line, "--" ); + if( p == NULL ) + { + parse_err = 1; + break; + } + + /* get call limit + e.g. "func1;func2;func3 -- 1000" + p+2 + */ + + climit = atoi( p+2 ); + if( climit != -1 && climit != 0 ) + climit++; + + /* cut call limit from remaining line + e.g. "func1;func2;func3 -- 1000" + => "func1;func2;func3" + */ + + *p = '\0'; + + /* split remaining line at ';' to get pattern */ + + p = strtok( line, ";" ); + do + { + char pattern[STRBUF_SIZE]; + + if( !p ) + { + parse_err = 1; + break; + } + + strcpy( pattern, p ); + + trim( pattern ); + + /* add call limit assignment */ + + if( strlen( pattern ) > 0 ) + RFG_Filter_addCLimit( filter, climit, pattern ); + + } while( ( p = strtok( 0, ";" ) ) ); + + free( line ); + } + + if( parse_err ) + { + fprintf( stderr, "%s:%u: Could not parse line '%s'\n", + filter->deffile, lineno, orgline ); + } + + fclose( f ); + + return 1; +} + +int RFG_Filter_addCLimit( RFG_Filter* filter, int32_t climit, + const char* pattern ) +{ + uint32_t i; + RFG_FilterCLimits* entry = NULL; + + if( !filter || !pattern ) return 0; + + /* search call limit assignment by call limit */ + + for( i = 0; i < filter->nclimits; i++ ) + { + if( filter->climits[i].climit == climit ) + { + entry = &(filter->climits[i]); + break; + } + } + + /* if no entry found, then allocate new call limit assignment entry */ + + if( !entry ) + { + if( !filter->climits ) + { + filter->climits = + ( RFG_FilterCLimits* )malloc( sizeof( RFG_FilterCLimits ) ); + } + else + { + filter->climits = + (RFG_FilterCLimits* )realloc( filter->climits, + ( filter->nclimits + 1 ) + * sizeof( RFG_FilterCLimits ) ); + } + + if( filter->climits == NULL ) + return 0; + + entry = &(filter->climits[filter->nclimits++]); + entry->climit = climit; + entry->npattern = 0; + entry->pattern = NULL; + } + + /* add pattern to call limit */ + + if( !entry->pattern ) + { + entry->pattern = ( char** )malloc( sizeof( char * ) ); + } + else + { + entry->pattern = ( char** )realloc( entry->pattern, + ( entry->npattern + 1 ) + * sizeof( char * ) ); + } + if( entry->pattern == NULL ) + return 0; + + entry->pattern[entry->npattern++] = vt_strdup( pattern ); + + return 1; +} + +int RFG_Filter_get( RFG_Filter* filter, const char* rname, + int32_t* r_climit ) +{ + uint32_t i; + uint32_t j; + + if( !filter || !rname ) return 0; + + /* search for matching pattern by region name */ + + for( i = 0; i < filter->nclimits; i++ ) + { + for( j = 0; j < filter->climits[i].npattern; j++ ) + { + if( vt_fnmatch( filter->climits[i].pattern[j], rname, 0 ) == 0 ) + { + *r_climit = filter->climits[i].climit; + return 1; + } + } + } + + /* return default call limit, if no matching pattern found */ + + *r_climit = filter->default_call_limit; + + return 1; +} diff --git a/ompi/contrib/vt/vt/vtlib/rfg_filter.h b/ompi/contrib/vt/vt/vtlib/rfg_filter.h new file mode 100644 index 0000000000..0432b3c3b2 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_filter.h @@ -0,0 +1,31 @@ +#ifndef _RFG_FILTER_H +#define _RFG_FILTER_H + +#include "vt_inttypes.h" + +typedef struct RFG_Filter_struct RFG_Filter; + +/* initalizes RFG filter object */ +RFG_Filter* RFG_Filter_init( void ); + +/* cleanup RFG filter object */ +int RFG_Filter_free( RFG_Filter* filter ); + +/* sets filter definition file name */ +int RFG_Filter_setDefFile( RFG_Filter* filter, const char* deffile ); + +/* sets default call limit */ +int RFG_Filter_setDefaultCallLimit( RFG_Filter* filter, int32_t limit ); + +/* reads filter definition file */ +int RFG_Filter_readDefFile( RFG_Filter* filter ); + +/* adds call limit assignment */ +int RFG_Filter_addCLimit( RFG_Filter* filter, int32_t climit, + const char* pattern ); + +/* gets call limit by region name */ +int RFG_Filter_get( RFG_Filter* filter, const char* rname, + int32_t* r_climit ); + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/rfg_groups.c b/ompi/contrib/vt/vt/vtlib/rfg_groups.c new file mode 100644 index 0000000000..fd1f930019 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_groups.c @@ -0,0 +1,326 @@ +#include "rfg_groups.h" +#include "rfg_strmkrs.h" + +#include "vt_fnmatch.h" +#include "vt_inttypes.h" +#include "vt_strdup.h" + +#include +#include +#include +#include + +#define STRBUF_SIZE 0x400 /* buffer size for strings */ +#define MAX_LINE_LEN 0x20000 /* max file line length */ + +/* data structure for group assignments */ + +typedef struct RFG_GroupsAssign_struct +{ + char* group; /* group name */ + uint32_t npattern; /* number of assigned pattern */ + char** pattern; /* array of assigned pattern */ +} RFG_GroupsAssign; + +/* main data structure for RFG Groups */ + +struct RFG_Groups_struct +{ + char* deffile; /* name of group definition file */ + char* default_group; /* name of default group */ + + uint32_t nassigns; /* number of group assignments */ + RFG_GroupsAssign* assigns; /* array of group assignments */ +}; + +RFG_Groups* RFG_Groups_init() +{ + RFG_Groups* ret; + + /* allocate memory for RFG groups object */ + + ret = ( RFG_Groups* )malloc( sizeof( RFG_Groups ) ); + if( ret == NULL ) + return NULL; + + /* some initializes of data structure elements */ + + ret->deffile = NULL; + ret->default_group = vt_strdup( "Application" ); + + ret->nassigns = 0; + ret->assigns = NULL; + + return ret; +} + +int RFG_Groups_free( RFG_Groups* groups ) +{ + uint32_t i; + uint32_t j; + + if( !groups ) return 0; + + /* free group definition file name */ + + if( groups->deffile ) + free( groups->deffile ); + + /* free default group name */ + + free( groups->default_group ); + + /* free array of group assignments */ + + for( i = 0; i < groups->nassigns; i++ ) + { + for( j = 0; j < groups->assigns[i].npattern; j++ ) + free( groups->assigns[i].pattern[j] ); + + free( groups->assigns[i].group ); + free( groups->assigns[i].pattern ); + } + + free( groups->assigns ); + + /* free self */ + + free( groups ); + groups = NULL; + + return 1; +} + +int RFG_Groups_setDefFile( RFG_Groups* groups, const char* deffile ) +{ + if( !groups ) return 0; + + /* if a group definition file already set, then free this */ + + if( groups->deffile ) + free( groups->deffile ); + + /* set new group definition file */ + + groups->deffile = vt_strdup( deffile ); + + return 1; +} + +int RFG_Groups_setDefaultGroup( RFG_Groups* groups, const char* name ) +{ + if( !groups ) return 0; + + /* if a default group already set, then free this */ + + if( groups->default_group ) + free( groups->default_group ); + + /* set new default group */ + + groups->default_group = vt_strdup( name ); + + return 1; +} + +int RFG_Groups_readDefFile( RFG_Groups* groups ) +{ + FILE* f; + char orgline[MAX_LINE_LEN]; + uint32_t lineno = 0; + uint8_t parse_err = 0; + + if( !groups ) return 0; + + if( !groups->deffile ) return 1; + + /* open group definition file */ + + f = fopen( groups->deffile, "r" ); + if( !f ) + { + fprintf( stderr, + "RFG_Groups_readDefFile(): Error: Could not open file '%s'\n", + groups->deffile ); + return 0; + } + + /* read lines */ + + while( fgets( orgline, MAX_LINE_LEN, f ) + && !parse_err ) + { + char group[STRBUF_SIZE]; + char* p; + char* line; + + /* remove newline */ + + chomp( orgline ); + + /* copy line so that the original line keep alive */ + + line = vt_strdup( orgline ); + + lineno++; + + if( strlen( line ) == 0 ) + continue; + + trim( line ); + + if( line[0] == '#' ) + continue; + + /* search for '=' + e.g. "GROUP=func1;func2;func3" + p + */ + + p = strchr( line, '=' ); + if( p == NULL ) + { + parse_err = 1; + break; + } + + /* cut group name from line + e.g. "GROUP=func1;func2;func3" + => "GROUP" + */ + + *p = '\0'; + strcpy( group, line ); + trim( group ); + + /* split remaining line at ';' to get pattern */ + + p = strtok( p+1, ";" ); + do + { + char pattern[STRBUF_SIZE]; + + if( !p ) + { + parse_err = 1; + break; + } + + strcpy( pattern, p ); + + trim( pattern ); + + /* add group assignment */ + + if( strlen( pattern ) > 0 ) + RFG_Groups_addAssign( groups, group, pattern ); + + } while( ( p = strtok( 0, ";" ) ) ); + + free( line ); + } + + if( parse_err ) + { + fprintf( stderr, "%s:%u: Could not parse line '%s'\n", + groups->deffile, lineno, orgline ); + } + + fclose( f ); + + return parse_err ? 0 : 1; +} + +int RFG_Groups_addAssign( RFG_Groups* groups, const char* gname, + const char* pattern ) +{ + uint32_t i; + RFG_GroupsAssign* entry = NULL; + + if( !groups || !gname || !pattern ) return 0; + + /* search group assignment by group name */ + + for( i = 0; i < groups->nassigns; i++ ) + { + if( strcmp( groups->assigns[i].group, gname ) == 0 ) + { + entry = &(groups->assigns[i]); + break; + } + } + + /* if no entry found, then allocate new group assignment entry */ + + if( !entry ) + { + if( !groups->assigns ) + { + groups->assigns = + ( RFG_GroupsAssign* )malloc( sizeof( RFG_GroupsAssign ) ); + } + else + { + groups->assigns = + (RFG_GroupsAssign* )realloc( groups->assigns, + ( groups->nassigns + 1 ) + * sizeof( RFG_GroupsAssign ) ); + } + + if( groups->assigns == NULL ) + return 0; + + entry = &(groups->assigns[groups->nassigns++]); + entry->group = vt_strdup( gname ); + entry->npattern = 0; + entry->pattern = NULL; + } + + /* add pattern to group */ + + if( !entry->pattern ) + { + entry->pattern = ( char** )malloc( sizeof( char * ) ); + } + else + { + entry->pattern = ( char** )realloc( entry->pattern, + ( entry->npattern + 1 ) + * sizeof( char * ) ); + } + if( entry->pattern == NULL ) + return 0; + + entry->pattern[entry->npattern++] = vt_strdup( pattern ); + + return 1; +} + +int RFG_Groups_get( RFG_Groups* groups, const char* rname, + char** r_gname ) +{ + uint32_t i; + uint32_t j; + + if( !groups || !rname ) return 0; + + /* search for matching pattern by region name */ + + for( i = 0; i < groups->nassigns; i++ ) + { + for( j = 0; j < groups->assigns[i].npattern; j++ ) + { + if( vt_fnmatch( groups->assigns[i].pattern[j], rname, 0 ) == 0 ) + { + *r_gname = groups->assigns[i].group; + return 1; + } + } + } + + /* return default group name, if no matching pattern found */ + + *r_gname = groups->default_group; + + return 1; +} diff --git a/ompi/contrib/vt/vt/vtlib/rfg_groups.h b/ompi/contrib/vt/vt/vtlib/rfg_groups.h new file mode 100644 index 0000000000..d4401379a2 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_groups.h @@ -0,0 +1,31 @@ +#ifndef _RFG_GROUPS_H +#define _RFG_GROUPS_H + +#include "vt_inttypes.h" + +typedef struct RFG_Groups_struct RFG_Groups; + +/* initalizes RFG groups object */ +RFG_Groups* RFG_Groups_init( void ); + +/* cleanup RFG groups object */ +int RFG_Groups_free( RFG_Groups* groups ); + +/* sets group definition file name */ +int RFG_Groups_setDefFile( RFG_Groups* groups, const char* deffile ); + +/* sets default group name */ +int RFG_Groups_setDefaultGroup( RFG_Groups* groups, const char* name ); + +/* reads group definition file */ +int RFG_Groups_readDefFile( RFG_Groups* groups ); + +/* adds group assignment */ +int RFG_Groups_addAssign( RFG_Groups* groups, const char* gname, + const char* pattern ); + +/* gets group name by region name */ +int RFG_Groups_get( RFG_Groups* groups, const char* rname, + char** r_gname ); + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/rfg_regions.c b/ompi/contrib/vt/vt/vtlib/rfg_regions.c new file mode 100644 index 0000000000..f166b24f90 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_regions.c @@ -0,0 +1,445 @@ +#include "rfg_regions.h" +#include "rfg_filter.h" +#include "rfg_groups.h" + +#include "vt_inttypes.h" +#include "vt_strdup.h" + +#include +#include +#include +#include + +#define CSTACK_BSIZE 0x80 /* call stack block size */ +#define HASH_MAX 0x3fd /* size of hash table */ + +/* data structure for call stack entry */ + +typedef struct RFG_RegionStackEntry_struct +{ + RFG_RegionInfo* rinf; /* region info */ + int32_t climitbypush; /* call limit by push */ +} RFG_RegionStackEntry; + +/* data structure for call stack */ + +typedef struct RFG_RegionStack_struct +{ + RFG_RegionStackEntry* entries; /* call stack entries */ + + int32_t pos; /* stack position */ + uint32_t size; /* allocated stack size */ +} RFG_RegionStack; + +/* main data structure for RFG Regions */ + +struct RFG_Regions_struct +{ + RFG_Filter* filter; /* instance for region filter */ + RFG_Groups* groups; /* instance for region grouping */ + + RFG_RegionStack* stack; /* instance for call stack */ + + RFG_RegionInfo* htab[HASH_MAX]; /* hash table for mapping + region id's and infos + (call limit, group, region name,...) */ +}; + +/* initializes call stack */ +static int stack_init( RFG_RegionStack** stack ); +/* enlarges call stack */ +static int stack_enlarge( RFG_RegionStack* stack ); + +/* puts region info to hash table */ +static void hash_put( RFG_RegionInfo** htab, uint32_t h, + const char* g, const char* r, + int32_t l ); +/* gets the region info by id */ +static RFG_RegionInfo* hash_get( RFG_RegionInfo** htab, uint32_t h ); +/* frees hash node */ +static void hash_free_node( RFG_RegionInfo* htab ); +/* frees whole hash table */ +static void hash_free( RFG_RegionInfo** htab ); + +RFG_Regions* RFG_Regions_init() +{ + RFG_Regions* ret; + + uint32_t i; + + /* allocate memory for RFG regions object */ + + ret = ( RFG_Regions* )malloc( sizeof( RFG_Regions ) ); + if( ret == NULL ) + return NULL; + + /* initalize hash table */ + + for( i = 0; i < HASH_MAX; i++ ) + ret->htab[i] = NULL; + + /* initialize call stack */ + + ret->stack = NULL; + if( !stack_init( &(ret->stack) ) ) + { + free( ret ); + return NULL; + } + + /* initialize RFG filter object */ + + ret->filter = NULL; + ret->filter = RFG_Filter_init(); + if( !ret->filter ) + { + free( ret ); + return NULL; + } + + /* initialize RFG groups object */ + + ret->groups = NULL; + ret->groups = RFG_Groups_init(); + if( !ret->groups ) + { + free( ret ); + return NULL; + } + + return ret; +} + +int RFG_Regions_free( RFG_Regions* regions ) +{ + int ret = 1; + + if( !regions ) return 0; + + /* free objects for region filter and grouping */ + + if( !RFG_Filter_free( regions->filter ) ) ret = 0; + if( !RFG_Groups_free( regions->groups ) ) ret = 0; + + /* free call stack */ + + free( regions->stack->entries ); + free( regions->stack ); + + /* free hash table */ + + hash_free( regions->htab ); + + /* free self */ + + free( regions ); + regions = NULL; + + return ret; +} + +int RFG_Regions_setFilterDefFile( RFG_Regions* regions, const char* deffile ) +{ + if( !regions || !regions->filter ) return 0; + + return RFG_Filter_setDefFile( regions->filter, deffile ); +} + +int RFG_Regions_setGroupsDefFile( RFG_Regions* regions, const char* deffile ) +{ + if( !regions || !regions->groups ) return 0; + + return RFG_Groups_setDefFile( regions->groups, deffile ); +} + +int RFG_Regions_readFilterDefFile( RFG_Regions* regions ) +{ + if( !regions || !regions->filter ) return 0; + + return RFG_Filter_readDefFile( regions->filter ); +} + +int RFG_Regions_readGroupsDefFile( RFG_Regions* regions ) +{ + if( !regions || !regions->groups ) return 0; + + return RFG_Groups_readDefFile( regions->groups ); +} + +int RFG_Regions_setDefaultCallLimit( RFG_Regions* regions, + const uint32_t limit ) +{ + if( !regions || !regions->filter ) return 0; + + return RFG_Filter_setDefaultCallLimit( regions->filter, limit ); +} + +int RFG_Regions_setDefaultGroup( RFG_Regions* regions, + const char* name ) +{ + if( !regions || !regions->groups ) return 0; + + return RFG_Groups_setDefaultGroup( regions->groups, name ); +} + +int RFG_Regions_addGroupAssign( RFG_Regions* regions, + const char* gname, int n, ... ) +{ + va_list ap; + int i; + + if( !regions || !regions->groups || !gname ) return 0; + + va_start(ap, n); + + for( i = 0; i < n; i++ ) + { + if( !RFG_Groups_addAssign( regions->groups, gname, va_arg(ap, char*) ) ) + return 0; + } + + return 1; +} + +int RFG_Regions_getFilteredRegions( RFG_Regions* regions, + uint32_t* r_nrinfs, RFG_RegionInfo*** r_rinfs ) +{ + uint32_t i; + + if( !regions ) return 0; + + *r_nrinfs = 0; + *r_rinfs = NULL; + + for( i = 0; i < HASH_MAX; i++ ) + { + if( regions->htab[i] ) + { + RFG_RegionInfo* curr = regions->htab[i]; + while( curr ) + { + if( curr->callLimitCD == 0 ) + { + if( *r_nrinfs == 0 ) + *r_rinfs = ( RFG_RegionInfo** )malloc( sizeof( RFG_RegionInfo* ) ); + else + *r_rinfs = ( RFG_RegionInfo** )realloc( *r_rinfs, ( *r_nrinfs + 1 ) + * sizeof( RFG_RegionInfo* ) ); + + (*r_rinfs)[(*r_nrinfs)++] = curr; + } + + curr = curr->next; + } + } + } + + return 1; +} + +int RFG_Regions_stackPush( RFG_Regions* regions, + const uint32_t rid, RFG_RegionInfo** r_rinf ) +{ + if( !regions || !regions->stack ) return 0; + + /* get region info by region id */ + + *r_rinf = RFG_Regions_get( regions, rid ); + if( !(*r_rinf) ) return 0; + + /* enlarge call stack if necessary */ + + if( regions->stack->pos+1 == (int32_t)regions->stack->size ) + { + if( !stack_enlarge( regions->stack ) ) + { + fprintf( stderr, "RFG_Regions_stackPush(): Error: Could not enlarge stack size" ); + return 0; + } + } + + /* decrement call limit of region */ + + if( (*r_rinf)->callLimitCD > 0 ) + (*r_rinf)->callLimitCD--; + + /* push pointer new call stack entry to top of the call stack */ + + regions->stack-> + entries[++regions->stack->pos].rinf = *r_rinf; + regions->stack-> + entries[regions->stack->pos].climitbypush = (*r_rinf)->callLimitCD; + + return 1; +} + +int RFG_Regions_stackPop( RFG_Regions* regions, + RFG_RegionInfo** r_rinf, int32_t* r_climitbypush ) +{ + if( !regions || !regions->stack ) return 0; + + if( regions->stack->pos == -1 ) + { + fprintf( stderr, "RFG_Regions_stackPop(): Error: Stack underflow" ); + return 0; + } + + *r_rinf = + regions->stack->entries[regions->stack->pos].rinf; + *r_climitbypush = + regions->stack->entries[regions->stack->pos--].climitbypush; + + return 1; +} + +RFG_RegionInfo* RFG_Regions_add( RFG_Regions* regions, + const char* rname, uint32_t rid ) +{ + RFG_RegionInfo* rinf; + char* gname; + int32_t climit; + + if( !regions ) return NULL; + + if( !rname ) + { + fprintf( stderr, "RFG_Regions_add(): Error: Empty region name" ); + return NULL; + } + + /* look for already existing hash node of this region */ + + rinf = hash_get( regions->htab, rid ); + if( !rinf ) + { + /* get group information of this region */ + + if( !RFG_Groups_get( regions->groups, rname, &gname ) ) + return NULL; + + /* get filter information of this region */ + + if( !RFG_Filter_get( regions->filter, rname, &climit ) ) + return NULL; + + /* add region information to hash table */ + + hash_put( regions->htab, + rid, + gname, + rname, + climit ); + + rinf = hash_get( regions->htab, rid ); + } + + return rinf; +} + +RFG_RegionInfo* RFG_Regions_get( RFG_Regions* regions, const uint32_t rid ) +{ + RFG_RegionInfo* rinf; + + if( !regions ) return NULL; + + /* look for region informations in hash table */ + + rinf = hash_get( regions->htab, rid ); + + return rinf; +} + +static int stack_init( RFG_RegionStack** stack ) +{ + /* allocate memory for call stack object */ + + *stack = ( RFG_RegionStack* )malloc( sizeof( RFG_RegionStack ) ); + if( *stack == NULL ) + return 0; + + /* allocatte memory for the call stack entries */ + (*stack)->entries = + ( RFG_RegionStackEntry* )malloc( CSTACK_BSIZE * sizeof( RFG_RegionStack ) ); + if( (*stack)->entries == NULL ) + { + free( *stack ); + return 0; + } + + /* initialize allocated stack size and position */ + + (*stack)->size = CSTACK_BSIZE; + (*stack)->pos = -1; + + return 1; +} + +static int stack_enlarge( RFG_RegionStack* stack ) +{ + if( !stack ) return 0; + + /* reallocate memory for call stack (size + CSTACK_BSIZE) */ + + stack->entries = + ( RFG_RegionStackEntry* )realloc( stack->entries, + ( stack->size + CSTACK_BSIZE ) + * sizeof( RFG_RegionStackEntry ) ); + if( stack->entries == NULL ) + return 0; + + stack->size += CSTACK_BSIZE; + + return 1; +} + +static void hash_put( RFG_RegionInfo** htab, uint32_t h, + const char* g, const char* r, + int32_t l ) +{ + uint32_t id = h % HASH_MAX; + RFG_RegionInfo* add = ( RFG_RegionInfo* )malloc( sizeof( RFG_RegionInfo ) ); + add->regionId = h; + add->groupName = vt_strdup( g ); + add->regionName = vt_strdup( r ); + add->callLimit = l; + add->callLimitCD = l; + add->next = htab[id]; + htab[id] = add; +} + +static RFG_RegionInfo* hash_get(RFG_RegionInfo** htab, uint32_t h) +{ + uint32_t id = h % HASH_MAX; + RFG_RegionInfo* curr = htab[id]; + while( curr ) + { + if( curr->regionId == h ) + return curr; + + curr = curr->next; + } + return NULL; +} + +static void hash_free_node(RFG_RegionInfo* htab) +{ + if( htab->next ) + hash_free_node( htab->next ); /* call recursive */ + + free( htab->groupName ); + free( htab->regionName ); + free( htab ); +} + +static void hash_free(RFG_RegionInfo** htab) +{ + uint32_t i; + + /* free hash nodes */ + + for( i = 0; i < HASH_MAX; i++ ) + { + if( htab[i] ) + hash_free_node( htab[i] ); + } +} diff --git a/ompi/contrib/vt/vt/vtlib/rfg_regions.h b/ompi/contrib/vt/vt/vtlib/rfg_regions.h new file mode 100644 index 0000000000..ef4eef3682 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_regions.h @@ -0,0 +1,74 @@ +#ifndef _RFG_REGIONS_H +#define _RFG_REGIONS_H + +#include "rfg_filter.h" +#include "rfg_groups.h" + +#include "vt_inttypes.h" +#include + +typedef struct RFG_Regions_struct RFG_Regions; + +/* data structure for hash node (mapping of region id/info) */ + +typedef struct RFG_RegionInfo_struct +{ + uint32_t regionId; /* region id */ + char* groupName; /* group name */ + char* regionName; /* region name */ + int32_t callLimit; /* call limit */ + int32_t callLimitCD; /* call limit count down */ + struct RFG_RegionInfo_struct* next; +} RFG_RegionInfo; + +/* initalizes RFG regions object */ +RFG_Regions* RFG_Regions_init( void ); + +/* cleanup RFG regions object */ +int RFG_Regions_free( RFG_Regions* regions ); + +/* sets region filter definition file */ +int RFG_Regions_setFilterDefFile( RFG_Regions* regions, const char* deffile ); + +/* sets region grouping definition file */ +int RFG_Regions_setGroupsDefFile( RFG_Regions* regions, const char* deffile ); + +/* reads region filter definition file */ +int RFG_Regions_readFilterDefFile( RFG_Regions* regions ); + +/* reads region grouping definition file */ +int RFG_Regions_readGroupsDefFile( RFG_Regions* regions ); + +/* sets default call limit */ +int RFG_Regions_setDefaultCallLimit( RFG_Regions* regions, + const uint32_t limit ); + +/* sets default group name */ +int RFG_Regions_setDefaultGroup( RFG_Regions* regions, + const char* name ); + +/* adds group assignment */ +int RFG_Regions_addGroupAssign( RFG_Regions* regions, + const char* gname, int n, ... ); + +/* gets list of regions, whose call limit are reached */ +int RFG_Regions_getFilteredRegions( RFG_Regions* regions, + uint32_t* r_nrinfs, RFG_RegionInfo*** r_rinfs ); + +/* function that should be called if a region enter event invoked */ +int RFG_Regions_stackPush( RFG_Regions* regions, + const uint32_t rid, RFG_RegionInfo** r_rinf ); + +/* function that should be called if a region leave event invoked */ +int RFG_Regions_stackPop( RFG_Regions* regions, + RFG_RegionInfo** r_rinf, int32_t* r_climitbypush ); + +/* adds region */ +RFG_RegionInfo* RFG_Regions_add( RFG_Regions* regions, + const char* rname, uint32_t rid ); + +/* gets region informations by region id */ +RFG_RegionInfo* RFG_Regions_get( RFG_Regions* regions, + const uint32_t rid ); + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/rfg_strmkrs.h b/ompi/contrib/vt/vt/vtlib/rfg_strmkrs.h new file mode 100644 index 0000000000..4d73ec472a --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/rfg_strmkrs.h @@ -0,0 +1,36 @@ +#ifndef _RFG_STRMKRS_H +#define _RFG_STRMKRS_H + +/* some macros for string manipulation like perl + */ + +/* macro to remove newline character from string */ + +#define chomp(str) \ +{ \ + if( str[strlen(str)-1] == '\n' ) \ + str[strlen(str)-1] = '\0'; \ +} + +/* macro to strip whitespace from string */ + +#define trim(str) \ +{ \ + int _trim_start_idx_ = 0; \ + int _trim_stop_idx_ = strlen( str ); \ + int i, j; \ + \ + if( strlen( str ) > 0 ) \ + { \ + for( i = 0; i < (int)strlen( str ) \ + && str[i] == ' '; i++ ) _trim_start_idx_++; \ + \ + for( i = strlen( str ) - 1; i >= 0 \ + && str[i] == ' '; i-- ) _trim_stop_idx_--; \ + \ + for( j = 0, i = _trim_start_idx_; i < _trim_stop_idx_; i++, j++ ) \ + str[j] = str[i]; \ + str[j] = '\0'; \ + } \ +} +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp.h b/ompi/contrib/vt/vt/vtlib/vt_comp.h new file mode 100644 index 0000000000..f6efae09d0 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp.h @@ -0,0 +1,26 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_COMP_H +#define _VT_COMP_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +/* Compiler adapter finalizer */ +EXTERN void (*vt_comp_finalize)(void); + +#endif + diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_dyninst.c b/ompi/contrib/vt/vt/vtlib/vt_comp_dyninst.c new file mode 100644 index 0000000000..e7b44a50fd --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_dyninst.c @@ -0,0 +1,358 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include +#include +#include "vt_comp.h" +#include "vt_defs.h" +#include "vt_env.h" +#include "vt_error.h" +#include "vt_inttypes.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_strdup.h" +#include "vt_trc.h" +#if defined (VT_OMPI) || defined (VT_OMP) +# include "opari_omp.h" +# define VT_MY_THREAD omp_get_thread_num() +# define VT_NUM_THREADS omp_get_max_threads() +#else +# define VT_MY_THREAD 0 +# define VT_NUM_THREADS 1 +#endif + +static int dyn_init = 1; /* is initialization needed? */ + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function addresses to region names/identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + long id; /* hash code (address of function) */ + uint32_t vtid; /* associated region identifier */ + char* func; + char* file; + int lno; + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static HashNode* htab[HASH_MAX]; + +/* + * Stores region identifier `e' under hash code `h' + */ + +static HashNode* hash_put(long h, uint32_t e) { + long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->vtid = e; + add->next = htab[id]; + htab[id] = add; + return add; +} + +/* + * Lookup hash code `h' + * Returns hash table entry if already stored, otherwise NULL + */ + +static HashNode* hash_get(long h) { + long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr; + } + curr = curr->next; + } + return NULL; +} + +/* + * Register new region + */ + +static HashNode *register_region(long addr, char* func, char* file, int lno) { + uint32_t rid; + uint32_t fid; + HashNode* nhn; + + /* -- register file and region and store region identifier -- */ + fid = vt_def_file(file); + rid = vt_def_region(func, fid, lno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + nhn = hash_put(addr, rid); + nhn->func = vt_strdup(func); + nhn->file = vt_strdup(file); + nhn->lno = lno; + return nhn; +} + +static long *stk_level; +static int extra_exits = 0; + +void VT_Dyn_finalize(void); +void VT_Dyn_start(void* addr, char* name, char* fname, int lno); +void VT_Dyn_end(void* addr); +void VT_Dyn_attach(void); + +void VT_Dyn_finalize() +{ + int mt = VT_MY_THREAD; + uint64_t time; + + VT_MEMHOOKS_OFF(); + + extra_exits = stk_level[mt]; + while(stk_level[mt] > 0) { + stk_level[mt]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + vt_close(); +} + +/* + * This function is called at the entry of each function + */ + +void VT_Dyn_start(void* addr, char* name, char* fname, int lno) +{ + HashNode *hn; + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- ignore events if VT is initializing -- */ + if( !dyn_init && !VT_IS_ALIVE ) return; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( dyn_init ) { + VT_MEMHOOKS_OFF(); + dyn_init = 0; + stk_level = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + vt_open(); + vt_comp_finalize = &VT_Dyn_finalize; + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (hn = hash_get((long) addr)) == 0 ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_comp_dyninst_1) + { + if ( (hn = hash_get((long) addr)) == 0 ) { + hn = register_region((long)addr, name, fname, lno); + } + } + } else { + hn = register_region((long)addr, name, fname, lno); + } +# else + hn = register_region((long)addr, name, fname, lno); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, hn->vtid); + stk_level[mt]++; + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of each function + */ + +void VT_Dyn_end(void* addr) +{ + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + vt_exit(&time); + stk_level[mt]--; + + VT_MEMHOOKS_ON(); +} + +/* + * Mutatee's signal handler ... + */ + +void sig_usr1_handler(int signum); +void sig_usr2_handler(int signum); +int mutatee_cont = 0; +int mutator_error = 0; + +/* ... for continue execution of mutatee */ +void sig_usr1_handler(int signum) +{ + mutatee_cont = 1; +} + +/* ... for errors, which occur during attaching mutator process */ +void sig_usr2_handler(int signum) +{ + mutator_error = 1; + mutatee_cont = 1; +} + +/* + * This function is called by the shared dyninst attach library (vt.dynatt) + */ + +void VT_Dyn_attach() +{ + char* mutatee_path = vt_env_apppath(); + int mutatee_pid = getpid(); + + vt_cntl_msg("Attaching instrumentor at pid %i ...", mutatee_pid); + + /* Install signal handler for continue execution (SIGUSR1) + and abort execution (SIGUSR2) + */ + if( signal(SIGUSR1, sig_usr1_handler) == SIG_ERR ) + vt_error_msg("Could not install handler for signal SIGUSR1"); + + if( signal(SIGUSR2, sig_usr2_handler) == SIG_ERR ) + vt_error_msg("Could not install handler for signal SIGUSR2"); + + /* Attach dyninst instrumentor on running executable + */ + switch( fork() ) + { + case -1: + { + vt_error_msg("Could not attach dyninst instrumentor"); + break; + } + case 0: + { + int rc; + char cmd[1024]; + char* blist = vt_env_dyn_blacklist(); + char* shlibs = vt_env_dyn_shlibs(); + char* shlibs_arg = NULL; + + /* Restore original signal handler + */ + signal(SIGUSR1, SIG_DFL); + signal(SIGUSR2, SIG_DFL); + + /* Replace all colons to commas in list of shared libraries + */ + if ( shlibs && strlen(shlibs) > 0 ) + { + char* tk; + shlibs_arg = (char*)calloc(strlen(shlibs)+2, sizeof(char)); + tk = strtok( shlibs, ":" ); + do + { + strcat(shlibs_arg, tk); + strcat(shlibs_arg, ","); + } while( (tk = strtok( 0, ":" )) ); + shlibs_arg[strlen(shlibs_arg)-1] = '\0'; + } + +#ifdef BINDIR + if(access(BINDIR "/vtdyn", X_OK) == 0) + { + sprintf(cmd, "%s/vtdyn %s %s %s %s %s -p %i %s", BINDIR, + vt_env_is_verbose() ? "-v" : "", + blist ? "-b" : "", blist ? blist : "", + shlibs_arg ? "-s" : "", shlibs_arg ? shlibs_arg : "", + mutatee_pid, + mutatee_path ? mutatee_path : ""); + } + else +#endif + { + sprintf(cmd, "vtdyn %s %s %s %s %s -p %i %s", + vt_env_is_verbose() ? "-v" : "", + blist ? "-b" : "", blist ? blist : "", + shlibs_arg ? "-s" : "", shlibs_arg ? shlibs_arg : "", + mutatee_pid, + mutatee_path ? mutatee_path : ""); + } + + if ( shlibs_arg ) + free(shlibs_arg); + + /* Start mutator (instrumentor) */ + rc = system(cmd); + + /* Kill mutatee, if an error occurred during attaching + */ + if(rc != 0) + kill(mutatee_pid, SIGUSR2); + + exit(rc); + + break; + } + default: + { + /* set/overwrite environment variable VT_UNIFY to zero, + so VampirTrace don't unify local traces (DYNINST Bug?) */ +#if defined(HAVE_SETENV) && HAVE_SETENV + setenv("VT_UNIFY", "no", 1); +#else /* HAVE_SETENV */ + putenv("VT_UNIFY=no"); +#endif + + /* Wait until mutator send signal to continue execution + */ + vt_cntl_msg("[%i]: Wait until instrumentation is done ...", mutatee_pid); + + do { sleep(1); } while(mutatee_cont == 0); + + if ( !mutator_error ) + { + /* Restore original signal handler + */ + signal(SIGUSR1, SIG_DFL); + signal(SIGUSR2, SIG_DFL); + } + else + { + vt_error_msg("An error occurred during instrumenting"); + } + + break; + } + } +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace.c b/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace.c new file mode 100644 index 0000000000..52a310dc35 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace.c @@ -0,0 +1,209 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_max_threads() +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +extern void* vftr_getname(void); +extern int vftr_getname_len(void); + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function names to region identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + long id; /* hash code (address of function name) */ + uint32_t vtid; /* associated region identifier */ + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static int necsx_init = 1; /* is initialization needed? */ + +static long *stk_level; /* stack level */ + +static HashNode* htab[HASH_MAX]; + +/* + * Stores region identifier `e' under hash code `h' + */ + +static void hash_put(long h, uint32_t e) { + long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->vtid = e; + add->next = htab[id]; + htab[id] = add; +} + +/* + * Lookup hash code `h' + * Returns region identifier if already stored, otherwise VT_NO_ID + */ + +static uint32_t hash_get(long h) { + long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr->vtid; + } + curr = curr->next; + } + return VT_NO_ID; +} + +/* + * Register new region + */ + +static uint32_t register_region(char *func, int len) { + uint32_t rid; + static char fname[1024]; + + strncpy(fname, func, len); + fname[len] = '\0'; + rid = vt_def_region(fname, VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + VT_DEF_GROUP, VT_FUNCTION); + hash_put((long) func, rid); + return rid; +} + + +void _ftrace_enter2_(void); +void _ftrace_exit2_(void); +void _ftrace_stop2_(void); + +/* + * This function is called at the entry of each function + * The call is generated by the NEC SX compilers + */ + +void _ftrace_enter2_() { + int mt = VT_MY_THREAD; + char *func = (char *)vftr_getname(); + int len = vftr_getname_len(); + uint32_t rid; + uint64_t time; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( necsx_init ) { + VT_MEMHOOKS_OFF(); + necsx_init = 0; + stk_level = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + vt_open(); + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + /* -- ignore NEC OMP runtime functions -- */ + if ( strchr(func, '$') != NULL ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (rid = hash_get((long) func)) == VT_NO_ID ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_comp_ftrace_1) + { + if ( (rid = hash_get((long) func)) == VT_NO_ID ) { + rid = register_region(func, len); + } + } + } else { + rid = register_region(func, len); + } +# else + rid = register_region(func, len); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, rid); + stk_level[mt]++; + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of each function + * The call is generated by the NEC SX compilers + */ + +void _ftrace_exit2_() { + int mt = VT_MY_THREAD; + char *func; + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + func = (char *)vftr_getname(); + + /* -- ignore NEC OMP runtime functions -- */ + if ( strchr(func, '$') != NULL ) + { + VT_MEMHOOKS_ON(); + return; + } + + /* -- write exit record -- */ + time = vt_pform_wtime(); + vt_exit(&time); + stk_level[mt]--; + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of the program + * The call is generated by the NEC SX compilers + */ + +void _ftrace_stop2_() { + uint64_t time; + + VT_MEMHOOKS_OFF(); + + while(stk_level[VT_MY_THREAD] > 0) { + stk_level[VT_MY_THREAD]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + vt_close(); +} + diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace_1.s b/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace_1.s new file mode 100644 index 0000000000..39575f0a82 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_ftrace_1.s @@ -0,0 +1,10 @@ + global vftr_getname +vftr_getname: + lds $s123,3*8(,$s1) # ($s123) = caller's $s4 + lea $s123,8*8(,$s123) # ($s123) = caller's name + b 0(,$s32) + global vftr_getname_len +vftr_getname_len: + lds $s123,3*8(,$s1) # ($s123) = caller's $s4 + ldl $s123,8*8-4(,$s123) # ($s123) = length of caller's name + b 0(,$s32) diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_gnu.c b/ompi/contrib/vt/vt/vtlib/vt_comp_gnu.c new file mode 100644 index 0000000000..2a3a09383c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_gnu.c @@ -0,0 +1,452 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#ifdef VT_BFD +# include "bfd.h" +# if defined(HAVE_GNU_DEMANGLE) && HAVE_GNU_DEMANGLE +# include "demangle.h" +# endif /* HAVE_GNU_DEMANGLE */ +#endif /* VT_BFD */ +#include +#include +#include +#include +#include +#include "vt_comp.h" +#include "vt_env.h" +#include "vt_error.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_strdup.h" +#include "vt_trc.h" + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_max_threads() +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +static int gnu_init = 1; /* is initialization needed? */ + +static long *stk_level; /* stack level */ + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function addresses to region names/identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + long id; /* hash code (address of function */ + const char* name; /* associated function name */ + const char* fname; /* file name */ + int lno; /* line number */ + uint32_t vtid; /* associated region identifier */ + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static HashNode* htab[HASH_MAX]; + +/* + * Stores function name `n' under hash code `h' + */ + +static void hash_put(long h, const char* n, const char* fn, int lno) { + long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->name = n; + add->fname = fn ? (const char*)vt_strdup(fn) : fn; + add->lno = lno; + add->vtid = VT_NO_ID; + add->next = htab[id]; + htab[id] = add; +} + +/* + * Lookup hash code `h' + * Returns hash table entry if already stored, otherwise NULL + */ + +static HashNode* hash_get(long h) { + long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr; + } + curr = curr->next; + } + return NULL; +} + +#ifdef VT_BFD + +/* + * Get symbol table by using BFD + */ + +static void get_symtab_bfd(void) { + bfd * BfdImage = 0; + int nr_all_syms; + int i; + size_t size; + char* exe_env; + asymbol **syms; +#if defined(HAVE_GNU_DEMANGLE) && HAVE_GNU_DEMANGLE + int do_demangle = vt_env_do_demangle(); +#endif /* HAVE_GNU_DEMANGLE */ + + /* initialize BFD */ + bfd_init(); + + /* get executable path from environment var. VT_APPPATH */ + exe_env = vt_env_apppath(); + if ( exe_env ) + { + /* get executable image */ + BfdImage = bfd_openr(exe_env, 0 ); + if ( ! BfdImage ) + vt_error_msg("BFD: Could not get executable image from %s.\n" + "A possible solution to the problem is to set the " + "environment variable VT_NMFILE\n" + "to a symbol list file, created with 'nm'.", exe_env); + } + else + { + int pid = getpid(); + char exe[256]; + + sprintf(exe, "/proc/%d/exe", pid); + BfdImage = bfd_openr(exe, 0 ); + if ( ! BfdImage ) { + sprintf(exe, "/proc/%d/object/a.out", pid); + BfdImage = bfd_openr(exe, 0 ); + + if ( ! BfdImage ) { + vt_error_msg("BFD: Could not get executable image.\n" + "There are two possible ways to solve this problem:\n" + "Set either the environment variable VT_APPPATH to the " + "path of your application\n" + "or set VT_NMFILE to a symbol list file, created with " + "'nm'.", exe); + } + } + } + + /* check image format */ + if ( ! bfd_check_format(BfdImage, bfd_object) ) { + vt_error_msg("BFD: bfd_check_format(): failed"); + } + + /* return if file has no symbols at all */ + if ( ! ( bfd_get_file_flags(BfdImage) & HAS_SYMS ) ) + vt_error_msg("BFD: bfd_get_file_flags(): failed"); + + /* get the upper bound number of symbols */ + size = bfd_get_symtab_upper_bound(BfdImage); + + /* HAS_SYMS can be set even with no symbols in the file! */ + if ( size < 1 ) + vt_error_msg("BFD: bfd_get_symtab_upper_bound(): < 1"); + + /* read canonicalized symbols */ + syms = (asymbol **)malloc(size); + nr_all_syms = bfd_canonicalize_symtab(BfdImage, syms); + if ( nr_all_syms < 1 ) + vt_error_msg("BFD: bfd_canonicalize_symtab(): < 1"); + + for (i=0; iname, "__", 2) == 0 || + strncmp(syms[i]->name, "bfd_", 4) == 0 || + strstr(syms[i]->name, "@@") != NULL ) continue; + + /* get filename and linenumber from debug info */ + /* needs -g */ + filename = NULL; + lno = -1; + bfd_find_nearest_line(BfdImage, bfd_get_section(syms[i]), syms, + syms[i]->value, &filename, &funcname, &lno); + + /* calculate function address */ + addr = syms[i]->section->vma+syms[i]->value; + + /* use demangled name if possible */ +#if defined(HAVE_GNU_DEMANGLE) && HAVE_GNU_DEMANGLE + if ( do_demangle ) { + dem_name = cplus_demangle(syms[i]->name, + DMGL_PARAMS | DMGL_ANSI + | DMGL_VERBOSE | DMGL_TYPES); + } +#endif /* HAVE_GNU_DEMANGLE */ + + if( dem_name ) { + hash_put(addr, dem_name, filename, lno); + } else { + char *n = vt_strdup(syms[i]->name); + hash_put(addr, n, filename, lno); + } + } + + free(syms); + bfd_close(BfdImage); + return; +} +#endif + +/* + * Get symbol table by parsing nm-file + */ + +static void get_symtab_nm(void) +{ + char* nmfilename = vt_env_nmfile(); + FILE* nmfile; + char line[4096]; + + /* open nm-file */ + if( !(nmfile = fopen(nmfilename, "r")) ) + vt_error_msg("Could not open symbol list file %s", nmfilename); + + /* read lines */ + while( fgets( line, 4096, nmfile ) ) + { + char* col; + char delim[2] = " "; + int nc = 0; + + long addr = -1; + char* filename = NULL; + char* funcname = NULL; + unsigned int lno = VT_NO_LNO; + + if( strlen(line) == 0 || line[0] == ' ' ) + continue; + + if( line[strlen(line)-1] == '\n' ) + line[strlen(line)-1] = '\0'; + + /* split line to columns */ + col = strtok(line, delim); + do + { + if( nc == 0 ) /* column 1 (address) */ + { + addr = strtol(col, NULL, 16); + if( addr == 0 ) + break; + } + else if( nc == 1 ) /* column 2 (type) */ + { + strcpy(delim, "\t"); + } + else if( nc == 2 ) /* column 3 (symbol) */ + { + funcname = col; + strcpy(delim, ":"); + } + else if( nc == 3 ) /* column 4 (filename) */ + { + filename = col; + } + else /* column 5 (line) */ + { + lno = atoi(col); + if( lno == 0 ) lno = VT_NO_LNO; + break; + } + + nc++; + } while( ( col = strtok(0, delim) ) ); + + /* add symbol to hash table */ + if( nc >= 3 ) + { + char* n = vt_strdup(funcname); + hash_put(addr, n, filename, lno); + } + } + + /* close nm-file */ + fclose(nmfile); +} + +/* + * Get symbol table either by using BFD or by parsing nm-file + */ +static void get_symtab(void) +{ + /* read nm-output file, if given? */ + if( vt_env_nmfile() ) + { + get_symtab_nm(); + } + /* read application's executable by using BFD */ + else + { +#if VT_BFD + get_symtab_bfd(); +#else + vt_error_msg("No symbol list file given. Please set the environment variable VT_NMFILE to the path of your symbol list file, created with 'nm'."); +#endif + } +} + +/* + * Register new region + */ + +static void register_region(HashNode *hn) { + uint32_t fid = VT_NO_ID; + uint32_t lno = VT_NO_LNO; + + /* -- register file if available -- */ + if (hn->fname != NULL) + { + fid = vt_def_file(hn->fname); + lno = hn->lno; + } + + /* -- register region and store region identifier -- */ + hn->vtid = vt_def_region(hn->name, fid, lno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); +} + + +void cyg_profile_finalize (void); +void __cyg_profile_func_enter(void* func, void* callsite); +void __cyg_profile_func_exit(void* func, void* callsite); + +/* + * This function is called at program end + */ + +void cyg_profile_finalize () { + uint64_t time; + + VT_MEMHOOKS_OFF(); + + while(stk_level[VT_MY_THREAD] > 0) { + stk_level[VT_MY_THREAD]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + vt_close(); +} + +/* + * This function is called at the entry of each function + * The call is generated by the GNU/Intel (>=v10) compilers + */ + +void __cyg_profile_func_enter(void* func, void* callsite) { + HashNode *hn; + int mt = VT_MY_THREAD; + + void * funcptr = func; + + uint64_t time; + +#ifdef __ia64__ + funcptr = *( void ** )func; +#endif + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( gnu_init ) { + VT_MEMHOOKS_OFF(); + gnu_init = 0; + stk_level = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + get_symtab(); + vt_open(); + vt_comp_finalize = &cyg_profile_finalize; + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (hn = hash_get((long)funcptr))) { + if ( hn->vtid == VT_NO_ID ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_comp_gnu_1) + { + if ( hn->vtid == VT_NO_ID ) { + register_region(hn); + } + } + } else { + register_region(hn); + } +# else + register_region(hn); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, hn->vtid); + stk_level[mt]++; + } + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of each function + * The call is generated by the GNU/Intel (>=v10) compilers + */ + +void __cyg_profile_func_exit(void* func, void* callsite) { + HashNode *hn; + int mt = VT_MY_THREAD; + void * funcptr = func; + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + +#ifdef __ia64__ + funcptr = *( void ** )func; +#endif + + if ( (hn = hash_get((long)funcptr)) ) { + vt_exit(&time); + stk_level[mt]--; + } + + VT_MEMHOOKS_ON(); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_pgi.c b/ompi/contrib/vt/vt/vtlib/vt_comp_pgi.c new file mode 100644 index 0000000000..49df88ac90 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_pgi.c @@ -0,0 +1,200 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_comp.h" +#include "vt_defs.h" +#include "vt_env.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" +#include +#include +#include + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_max_threads() +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +struct s1 { + long l1; + long l2; + double d1; + double d2; + long isseen; + char *c; + void *p1; + long lineno; + void *p2; + struct s1 *p3; + int fid; + int rid; + char *file; + char *rout; +}; + +static long* cstsizev; +static int rou_init = 1; /* initialization necessary ? */ + +/* + *----------------------------------------------------------------------------- + * called during program termination + *----------------------------------------------------------------------------- + */ + +void __rouexit() { + uint64_t time; + + VT_MEMHOOKS_OFF(); + + /* write pending exits */ + while(cstsizev[VT_MY_THREAD] > 0) + { + cstsizev[VT_MY_THREAD]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + + /* free call-stack-size vector */ + free(cstsizev); + + /* close trace file */ + vt_close(); +} + +/* + *----------------------------------------------------------------------------- + * called during program initialization + *----------------------------------------------------------------------------- + */ + +void __rouinit() { + int i; + + VT_MEMHOOKS_OFF(); + + /* call-stack initialization */ + cstsizev = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + for (i = 0; i < VT_NUM_THREADS; i++) + cstsizev[i] = 0; + + /* open trace file */ + vt_open(); + + if (rou_init) + { + rou_init = 0; + vt_comp_finalize = &__rouexit; + } + + VT_MEMHOOKS_ON(); +} + +/* + *----------------------------------------------------------------------------- + * called at the beginning of each profiled routine + *----------------------------------------------------------------------------- */ + +void ___rouent2(struct s1 *p) { + uint64_t time; + + if (rou_init) + { + rou_init = 0; + __rouinit(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + if (!p->isseen) + { + char* rname = p->rout; + char* modpos; + + /* fix opari output file names */ + if ( (modpos = strstr(p->file, ".mod.")) != NULL ) + { + strcpy(modpos, modpos+4); + } + +#if (defined (VT_OMPI) || defined (VT_OMP)) + + if (omp_in_parallel()) + { +#pragma omp critical (vt_comp_pgi_1) + { + if (!p->isseen) + { + p->fid = vt_def_file(p->file); + p->rid = vt_def_region(rname, p->fid, p->lineno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + p->isseen = 1; + } + } + } + else + { + p->fid = vt_def_file(p->file); + p->rid = vt_def_region(rname, p->fid, p->lineno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + p->isseen = 1; + } +#else + + p->fid = vt_def_file(p->file); + p->rid = vt_def_region(rname, p->fid, p->lineno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + p->isseen = 1; + +#endif + } + + /* increment call-stack size */ + cstsizev[VT_MY_THREAD]++; + + /* write enter trace record */ + vt_enter(&time, p->rid); + + VT_MEMHOOKS_ON(); +} + +/* + *----------------------------------------------------------------------------- + * called at the end of each profiled routine + *----------------------------------------------------------------------------- + */ + +void ___rouret2(void) { + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + /* decrement call-stack size */ + cstsizev[VT_MY_THREAD]--; + + time = vt_pform_wtime(); + vt_exit(&time); + + VT_MEMHOOKS_ON(); +} + +void ___linent2(void *l) { +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_phat.c b/ompi/contrib/vt/vt/vtlib/vt_comp_phat.c new file mode 100644 index 0000000000..ef62125840 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_phat.c @@ -0,0 +1,193 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include "vt_comp.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_max_threads() +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function names to region identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + long id; /* hash code (address of function name) */ + uint32_t vtid; /* associated region identifier */ + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static int phat_init = 1; /* is initialization needed? */ + +static long *stk_level; /* stack level */ + +static HashNode* htab[HASH_MAX]; + +/* + * Stores region identifier `e' under hash code `h' + */ + +static void hash_put(long h, uint32_t e) { + long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->vtid = e; + add->next = htab[id]; + htab[id] = add; +} + +/* + * Lookup hash code `h' + * Returns region identifier if already stored, otherwise VT_NO_ID + */ + +static uint32_t hash_get(long h) { + long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr->vtid; + } + curr = curr->next; + } + return VT_NO_ID; +} + +/* + * Register new region + * `str' is passed in from SUN compiler + */ + +static uint32_t register_region(char *str) { + uint32_t rid; + + /* -- register region and store region identifier -- */ + rid = vt_def_region(str, VT_NO_ID, VT_NO_LNO, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + hash_put((long) str, rid); + return rid; +} + +/* + * This function is called at program end + */ + +void phat_vt_finalize () { + uint64_t time; + + VT_MEMHOOKS_OFF(); + + while(stk_level[VT_MY_THREAD] > 0) { + stk_level[VT_MY_THREAD]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + vt_close(); +} + +/* + * This function is called at the entry of each function + * The call is generated by the SUN f90 compilers + */ + +void phat_enter(char *str, int *id) { + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( phat_init ) { + uint32_t main_id; + VT_MEMHOOKS_OFF(); + phat_init = 0; + stk_level = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + vt_open(); + vt_comp_finalize = &phat_vt_finalize; + + main_id = register_region("main"); + time = vt_pform_wtime(); + vt_enter(&time, main_id); + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + /* -- ignore SUN OMP runtime functions -- */ + if ( strchr(str, '$') != NULL ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( *id == -1 ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_comp_phat_1) + { + if ( (*id = hash_get((long) str)) == VT_NO_ID ) { + *id = register_region(str); + } + } + } else { + *id = register_region(str); + } +# else + *id = register_region(str); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, *id); + stk_level[mt]++; + + VT_MEMHOOKS_ON(); +} + + +/* + * This function is called at the exit of each function + * The call is generated by the SUN F90 compilers + */ + +void phat_exit(char *str, int *id) { + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + if ( *id == -1 ) return; + + VT_MEMHOOKS_OFF(); + + /* -- write exit record -- */ + time = vt_pform_wtime(); + vt_exit(&time); + stk_level[mt]--; + + VT_MEMHOOKS_ON(); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_comp_xl.c b/ompi/contrib/vt/vt/vtlib/vt_comp_xl.c new file mode 100644 index 0000000000..1a27b88bf1 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_comp_xl.c @@ -0,0 +1,203 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include +#include "vt_comp.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_max_threads() +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +static long *stk_level; + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function data to region identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + long id; /* hash code (address of function name) */ + uint32_t vtid; /* associated region identifier */ + char* func; + char* file; + int lno; + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static int xl_init = 1; /* is initialization needed? */ + +static HashNode* htab[HASH_MAX]; + +static void xl_wrapup() { + uint64_t time; + + VT_MEMHOOKS_OFF(); + + while(stk_level[VT_MY_THREAD] > 0) { + stk_level[VT_MY_THREAD]--; + time = vt_pform_wtime(); + vt_exit(&time); + } + vt_close(); +} + +/* + * Stores region identifier `e' under hash code `h' + */ + +static HashNode *hash_put(long h, uint32_t e) { + long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->vtid = e; + add->next = htab[id]; + htab[id] = add; + return add; +} + +/* + * Lookup hash code `h' + * Returns pointer to function data if already stored, otherwise 0 + */ + +static HashNode *hash_get(long h) { + long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr; + } + curr = curr->next; + } + return 0; +} + +/* + * Register new region + */ + +static HashNode *register_region(char *func, char *file, int lno) { + uint32_t rid; + uint32_t fid; + HashNode* nhn; + + /* -- register file and region and store region identifier -- */ + fid = vt_def_file(file); + rid = vt_def_region(func, fid, lno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + nhn = hash_put((long) func, rid); + nhn->func = func; + nhn->file = file; + nhn->lno = lno; + return nhn; +} + +/* + * This function is called at the entry of each function + * The call is generated by the IBM xl compilers + */ + +void __func_trace_enter(char* name, char *fname, int lno) { + HashNode *hn; + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( xl_init ) { + VT_MEMHOOKS_OFF(); + xl_init = 0; + stk_level = (long*)calloc(VT_NUM_THREADS, sizeof(long)); + vt_open(); + vt_comp_finalize = &xl_wrapup; + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + /* -- ignore IBM OMP runtime functions -- */ + if ( strchr(name, '@') != NULL ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (hn = hash_get((long) name)) == 0 ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_comp_xl_1) + { + if ( (hn = hash_get((long) name)) == 0 ) { + hn = register_region(name, fname, lno); + } + } + } else { + hn = register_region(name, fname, lno); + } +# else + hn = register_region(name, fname, lno); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, hn->vtid); + stk_level[mt]++; + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of each function + * The call is generated by the IBM xl compilers + */ + +void __func_trace_exit(char* name, char *fname, int lno) { + HashNode *hn; + int mt = VT_MY_THREAD; + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + /* -- ignore IBM OMP runtime functions -- */ + if ( strchr(name, '@') != NULL ) + { + VT_MEMHOOKS_ON(); + return; + } + + time = vt_pform_wtime(); + + /* -- write exit record -- */ + hn = hash_get((long) name); + + vt_exit(&time); + stk_level[mt]--; + + VT_MEMHOOKS_ON(); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_defs.h b/ompi/contrib/vt/vt/vtlib/vt_defs.h new file mode 100644 index 0000000000..f991da2b55 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_defs.h @@ -0,0 +1,92 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_DEFS_H +#define _VT_DEFS_H + +#include +#include "vt_inttypes.h" + +/* + *----------------------------------------------------------------------------- + * Buffer + *----------------------------------------------------------------------------- + */ + +#define VT_MIN_BUFSIZE 100000 +#define VT_DEF_BUFSIZE 32000000 + +typedef unsigned char* buffer_t; + +/* + *----------------------------------------------------------------------------- + * Absent information + *----------------------------------------------------------------------------- + */ + +#define VT_NO_ID 0xFFFFFFFF +#define VT_NO_LNO 0xFFFFFFFF + +#define VT_DEF_GROUP "Application" + +/* + *----------------------------------------------------------------------------- + * Region type + *----------------------------------------------------------------------------- + */ + +#define VT_UNKNOWN 0 + +#define VT_FUNCTION 1 +#define VT_LOOP 2 +#define VT_USER_REGION 3 + +#define VT_FUNCTION_COLL_BARRIER 4 +#define VT_FUNCTION_COLL_ONE2ALL 5 +#define VT_FUNCTION_COLL_ALL2ONE 6 +#define VT_FUNCTION_COLL_ALL2ALL 7 +#define VT_FUNCTION_COLL_OTHER 8 + +#define VT_OMP_PARALLEL 11 +#define VT_OMP_LOOP 12 +#define VT_OMP_SECTIONS 13 +#define VT_OMP_SECTION 14 +#define VT_OMP_WORKSHARE 15 +#define VT_OMP_SINGLE 16 +#define VT_OMP_MASTER 17 +#define VT_OMP_CRITICAL 18 +#define VT_OMP_ATOMIC 19 +#define VT_OMP_BARRIER 20 +#define VT_OMP_IBARRIER 21 +#define VT_OMP_FLUSH 22 +#define VT_OMP_CRITICAL_SBLOCK 23 +#define VT_OMP_SINGLE_SBLOCK 24 + +/* + *----------------------------------------------------------------------------- + * Performance metrics + *----------------------------------------------------------------------------- + */ + +#define VT_INTEGER 0 +#define VT_FLOAT 1 + +#define VT_COUNTER 0 +#define VT_RATE 1 +#define VT_SAMPLE 2 + +#define VT_START 0 +#define VT_LAST 1 +#define VT_NEXT 2 + +#endif + diff --git a/ompi/contrib/vt/vt/vtlib/vt_env.c b/ompi/contrib/vt/vt/vtlib/vt_env.c new file mode 100644 index 0000000000..077df48eaa --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_env.c @@ -0,0 +1,637 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_env.h" +#include "vt_error.h" +#include "vt_defs.h" +#include "vt_pform.h" + +#include +#include +#include +#include +#include + +#define VT_MAX_THREADS 65536 + +static char* replace_vars(char *v) { + char* start; + char* end; + char* vname; + char* vval; + char* res; + int extra = 0; + int plen = 0; + + if ((start = strchr(v, '$')) == NULL ) { + /* no $ in v -> no replacement necessary */ + return v; + } else { + if ( start[1] == '{' ) { + /* ${....} form */ + extra = 1; + end = start += 2; + while ( *end && *end != '}' ) end++; + } else { + /* $### form where # is letter, digit, or underscore */ + end = ++start; + while ( *end && (isalnum(*end) || *end == '_')) end++; + } + /* determine name of variable */ + vname = (char*)malloc(end-start); + strncpy(vname, start, end-start); + vname[end-start] = '\0'; + + /* get its content */ + if ((vval = getenv(vname)) == NULL) vval = ""; + + /* put together string with variable replaced by value */ + /* -- allocate enough space and copy stuff before variable part */ + res = (char*)malloc(strlen(v)+strlen(vval)); + plen = (start - v) - 1 - extra; + if (plen) strncpy(res, v, plen); + res[plen] = '\0'; + /* -- add variable content */ + strcat(res, vval); + /* -- add stuff after variable */ + if ( *end ) strcat(res, end + extra); + return res; + } +} + +static int parse_bool(char *str) { + static char strbuf[128]; + char* ptr = strbuf; + + strncpy(strbuf, str, 128); + while ( *ptr ) + { + *ptr = tolower(*ptr); + ++ptr; + } + + if ( strcmp(strbuf, "yes") == 0 || + strcmp(strbuf, "true") == 0 || + strcmp(strbuf, "1") == 0) + { + return 1; + } + else + { + return 0; + } +} + +static size_t parse_size(char *str) { + size_t size = 0; + + if (strlen(str) > 1) + { + int multiply = 1; + + if (str[strlen(str)-1] == 'M' + || str[strlen(str)-1] == 'm') + { + multiply = 1e6; + } + else if (str[strlen(str)-1] == 'G' + || str[strlen(str)-1] == 'g') + { + multiply = 1e9; + } + + size = atoll(str) * multiply; + } + + return size; +} + +char* vt_env_apppath() +{ + static int read = 1; + static char* apppath = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_APPPATH"); + if (tmp != NULL) + { + apppath = replace_vars(tmp); + } + } + return apppath; +} + +char* vt_env_dyn_blacklist() +{ + static int read = 1; + static char* dyn_blacklist = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_DYN_BLACKLIST"); + if (tmp != NULL) + { + dyn_blacklist = replace_vars(tmp); + } + } + return dyn_blacklist; +} + +char* vt_env_dyn_shlibs() +{ + static int read = 1; + static char* dyn_shlibs = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_DYN_SHLIBS"); + if (tmp != NULL) + { + dyn_shlibs = replace_vars(tmp); + } + } + return dyn_shlibs; +} + +char* vt_env_gdir() +{ + static char* gdir = NULL; + char* tmp; + + if (! gdir) + { + tmp = getenv("VT_PFORM_GDIR"); + if (tmp != NULL) + { + gdir = replace_vars(tmp); + } + else + { + gdir = replace_vars(vt_pform_gdir()); + } + } + return gdir; +} + +char* vt_env_ldir() +{ + static char* ldir = NULL; + char* tmp; + + if (! ldir) + { + tmp = getenv("VT_PFORM_LDIR"); + if (tmp != NULL) + { + ldir = replace_vars(tmp); + } + else + { + ldir = replace_vars(vt_pform_ldir()); + } + } + return ldir; +} + +char* vt_env_fprefix() +{ + static char* fprefix = NULL; + char* tmp; + + if (! fprefix) + { + tmp = getenv("VT_FILE_PREFIX"); + if (tmp != NULL) + { + fprefix = replace_vars(tmp); + } + else + { + fprefix = "a"; + } + } + return fprefix; +} + +size_t vt_env_bsize() +{ + static size_t buffer_size = 0; + char* tmp; + + if (buffer_size == 0) + { + tmp = getenv("VT_BUFFER_SIZE"); + if (tmp != NULL) + { + buffer_size = parse_size(tmp); + if (buffer_size <= 0) + vt_error_msg("VT_BUFFER_SIZE not properly set"); + else if (buffer_size < VT_MIN_BUFSIZE) { + vt_warning("VT_BUFFER_SIZE=%d resized to %d bytes", + buffer_size, VT_MIN_BUFSIZE); + buffer_size = VT_MIN_BUFSIZE; + } + } + else + { + buffer_size = VT_DEF_BUFSIZE; + } + } + return buffer_size; +} + +int vt_env_mode() +{ + static int modeflags = 0; + char* tmp; + + if (modeflags == 0) + { + tmp = getenv("VT_MODE"); + if (tmp != NULL) + { + char* tk = strtok(tmp, ":"); + int dc = 0; + modeflags = 0; + do { + if (dc <= 1 && + (strcmp( tk, "TRACE" ) == 0 || strcmp( tk, "trace" ) == 0)) + modeflags |= 1; + else if(dc <= 1 && + (strcmp( tk, "STAT" ) == 0 || strcmp( tk, "stat" ) == 0)) + modeflags |= 2; + else + vt_error_msg("VT_MODE not properly set"); + dc++; + } while((tk = strtok(0, ":"))); + } + else + { + modeflags = 1; + } + } + return modeflags; +} + +int vt_env_stat_intv() +{ + static int stat_intv = -1; + char* tmp; + + if (stat_intv == -1) + { + tmp = getenv("VT_STAT_INTV"); + if (tmp != NULL) + { + stat_intv = atoi(tmp); + if (stat_intv < 0) + vt_error_msg("VT_STAT_INTV not properly set"); + } + else + { + stat_intv = 0; + } + } + return stat_intv; +} + +int vt_env_stat_show() +{ + static int stat_show = -1; + char* tmp; + + if (stat_show == -1) + { + tmp = getenv("VT_STAT_SHOW"); + if (tmp != NULL) + { + stat_show = parse_bool(tmp); + } + else + { + stat_show = 0; + } + } + return stat_show; +} + +int vt_env_is_verbose() +{ + static int verbose = -1; + char* tmp; + + if (verbose == -1) + { + tmp = getenv("VT_VERBOSE"); + if (tmp != NULL) + { + int val = atoi(tmp); + if (val > 0) + verbose = val; + else + verbose = parse_bool(tmp); + } + else + { + verbose = 0; + } + } + return verbose; +} + +int vt_env_do_demangle() +{ + static int do_demangle = -1; + char* tmp; + + if (do_demangle == -1) + { + tmp = getenv("VT_DEMANGLE"); + if (tmp != NULL) + { + do_demangle = parse_bool(tmp); + } + else + { + do_demangle = 0; + } + } + return do_demangle; +} + +int vt_env_do_unify() +{ + static int do_unify = -1; + char* tmp; + + if (do_unify == -1) + { + tmp = getenv("VT_UNIFY"); + if (tmp != NULL) + { + do_unify = parse_bool(tmp); + } + else + { + do_unify = 1; + } + } + return do_unify; +} + +int vt_env_do_clean() +{ + static int do_clean = -1; + char* tmp; + + if (do_clean == -1) + { + tmp = getenv("VT_CLEAN"); + if (tmp != NULL) + { + do_clean = parse_bool(tmp); + } + else + { + do_clean = 1; + } + } + return do_clean; +} + +int vt_env_memtrace() +{ + static int memtrace = -1; + char* tmp; + + if (memtrace == -1) + { + tmp = getenv("VT_MEMTRACE"); + if (tmp != NULL) + { + memtrace = parse_bool(tmp); + } + else + { + memtrace = 0; + } + } + return memtrace; +} + +int vt_env_iotrace() +{ + static int iotrace = -1; + char* tmp; + + if (iotrace == -1) + { + tmp = getenv("VT_IOTRACE"); + if (tmp != NULL) + { + iotrace = parse_bool(tmp); + } + else + { + iotrace = 0; + } + } + return iotrace; +} + +int vt_env_mpitrace() +{ + static int mpitrace = -1; + char* tmp; + + if (mpitrace == -1) + { + tmp = getenv("VT_MPITRACE"); + if (tmp != NULL) + { + mpitrace = parse_bool(tmp); + } + else + { + mpitrace = 1; + } + } + return mpitrace; +} + +char* vt_env_metrics() +{ + static int read = 1; + static char* metrics = NULL; + + if (read) + { + read = 0; + metrics = getenv("VT_METRICS"); + } + return metrics; +} + +/* The file with the metrics specifications can be defined with the +VT_METRICS_SPEC environment variable, otherwise it is looked for in +the current directory and the VampirTrace installation DATADIR. */ + +#define METRICS_SPEC "METRICS.SPEC" + +char* vt_env_metrics_spec() +{ + char msg[128]; + char* spec = getenv("VT_METRICS_SPEC"); + + if ( spec != NULL ) { /* use specified file */ + sprintf(msg, "VT_METRICS_SPEC=%s", spec); + } else if (access(METRICS_SPEC, R_OK) == 0) { + /* use file in current directory */ + spec = (char*)calloc(strlen(METRICS_SPEC)+3, 1); + sprintf(spec, "./%s", METRICS_SPEC); + sprintf(msg, "[CURDIR] VT_METRICS_SPEC=%s", spec); + } else { +#ifdef DATADIR + /* default to installation file */ + spec = (char*)calloc(strlen(DATADIR)+strlen(METRICS_SPEC)+2, 1); + sprintf(spec, "%s/%s", DATADIR, METRICS_SPEC); + sprintf(msg, "[DATADIR] VT_METRICS_SPEC=%s", spec); +#else + sprintf(msg, "VT_METRICS_SPEC not set"); +#endif + } + vt_cntl_msg(msg); + return spec; +} + +int vt_env_max_flushes() +{ + static int max_flushes = -1; + char* tmp; + + if (max_flushes == -1) + { + tmp = getenv("VT_MAX_FLUSHES"); + if (tmp != NULL) + { + max_flushes = atoi(tmp); + if (max_flushes < 0) + vt_error_msg("VT_MAX_FLUSHES not properly set"); + } + else + { + max_flushes = 1; + } + } + return max_flushes; +} + +int vt_env_max_threads() +{ + static int max_threads = -1; + char* tmp; + + if (max_threads == -1) + { + tmp = getenv("VT_MAX_THREADS"); + if (tmp != NULL) + { + max_threads = atoi(tmp); + } + else + { + max_threads = VT_MAX_THREADS; + } + } + return max_threads; +} + +char* vt_env_nmfile() +{ + static int read = 1; + static char* nmfile = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_NMFILE"); + if (tmp != NULL) + { + nmfile = replace_vars(tmp); + } + } + return nmfile; +} + +int vt_env_compression() +{ + static int compression = -1; + char* tmp; + + if (compression == -1) + { + tmp = getenv("VT_COMPRESSION"); + if (tmp != NULL) + { + compression = parse_bool(tmp); + } + else + { + compression = 1; + } + } + return compression; +} + +char* vt_env_filter_spec() +{ + static int read = 1; + static char* spec = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_FILTER_SPEC"); + if (tmp != NULL) + { + spec = replace_vars(tmp); + } + } + return spec; +} + +char* vt_env_groups_spec() +{ + static int read = 1; + static char* spec = NULL; + char* tmp; + + if (read) + { + read = 0; + tmp = getenv("VT_GROUPS_SPEC"); + if (tmp != NULL) + { + spec = replace_vars(tmp); + } + } + return spec; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_env.h b/ompi/contrib/vt/vt/vtlib/vt_env.h new file mode 100644 index 0000000000..6a18687ec9 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_env.h @@ -0,0 +1,69 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_ENV_H +#define _VT_ENV_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include + +EXTERN char* vt_env_apppath(void); +EXTERN char* vt_env_dyn_blacklist(void); +EXTERN char* vt_env_dyn_shlibs(void); +EXTERN char* vt_env_gdir(void); +EXTERN char* vt_env_ldir(void); +EXTERN char* vt_env_fprefix(void); +EXTERN size_t vt_env_bsize(void); +EXTERN int vt_env_mode(void); +EXTERN int vt_env_stat_intv(void); +EXTERN int vt_env_stat_show(void); +EXTERN int vt_env_is_verbose(void); +EXTERN int vt_env_do_demangle(void); +EXTERN int vt_env_do_unify(void); +EXTERN int vt_env_do_clean(void); +EXTERN int vt_env_memtrace(void); +EXTERN int vt_env_iotrace(void); +EXTERN int vt_env_mpitrace(void); +EXTERN char* vt_env_metrics(void); +EXTERN char* vt_env_metrics_spec(void); +EXTERN int vt_env_max_flushes(void); +EXTERN int vt_env_max_threads(void); +EXTERN char* vt_env_nmfile(void); +EXTERN int vt_env_compression(void); +EXTERN char* vt_env_filter_spec(void); +EXTERN char* vt_env_groups_spec(void); + +#endif + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_error.c b/ompi/contrib/vt/vt/vtlib/vt_error.c new file mode 100644 index 0000000000..fa6d9f4776 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_error.c @@ -0,0 +1,105 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_error.h" +#include "vt_env.h" +#include "vt_iowrap.h" + +#include +#include +#include +#include +#include + +#define VT_MSG_PFIX "VampirTrace" +#define VT_MSG_SIZE 4096 + +static int vt_pid = -1; + +void vt_error_pid(const int pid) +{ + vt_pid = pid; + return; +} + +static void vt_print_msg(const char* fmt, va_list az) +{ + char buffer[VT_MSG_SIZE]; + + if (vt_pid != -1) sprintf(buffer, "[%d]", vt_pid); else buffer[0]=0; + sprintf(buffer + strlen(buffer), "%s: ", VT_MSG_PFIX); + vsprintf(buffer + strlen(buffer), fmt, az); + VT_SUSPEND_IO_TRACING(); + fprintf(stderr, "%s\n", buffer); + fflush(NULL); + VT_RESUME_IO_TRACING(); + return; +} + +void vt_error_impl(const char* f, int l) +{ + char buffer[VT_MSG_SIZE]; + sprintf(buffer, "%s [%s:%d]", VT_MSG_PFIX, f, l); + + VT_SUSPEND_IO_TRACING(); + perror(buffer); + fflush(stderr); + exit(EXIT_FAILURE); +} + +void vt_error_msg(const char* fmt, ...) +{ + va_list ap; + + va_start(ap, fmt); + vt_print_msg(fmt, ap); + exit(EXIT_FAILURE); +} + +void vt_warning(const char* fmt, ...) +{ + va_list ap; + + va_start(ap, fmt); + vt_print_msg(fmt, ap); + return; +} + +void vt_cntl_msg(const char* fmt, ...) +{ + va_list ap; + + if (vt_env_is_verbose()) + { + va_start(ap, fmt); + vt_print_msg(fmt, ap); + return; + } +} + +inline void vt_debug_msg(int level, const char* fmt, ...) +{ +#if defined(VT_DEBUG) && (VT_DEBUG > 0) + va_list ap; + + if( level <= VT_DEBUG ) { + va_start(ap, fmt); + vt_print_msg(fmt, ap); + } +#endif +} + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_error.h b/ompi/contrib/vt/vt/vtlib/vt_error.h new file mode 100644 index 0000000000..462a365658 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_error.h @@ -0,0 +1,52 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_ERROR_H +#define _VT_ERROR_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include + + +/* set process id/rank for messages */ +EXTERN void vt_error_pid(const int pid); + +/* abort and system error message */ +#define vt_error() vt_error_impl(__FILE__, __LINE__) +EXTERN void vt_error_impl(const char* f, int l); + +/* abort and user error message */ +EXTERN void vt_error_msg(const char* fmt, ...); + +/* user warning message without abort */ +EXTERN void vt_warning(const char* fmt, ...); + +/* user control message without abort (printed only if VT_VERBOSE is set) */ +EXTERN void vt_cntl_msg(const char* fmt, ...); + +/* Debug messages if compiled with -DVT_DEBUG=level, the higher the level, + * the more output you get ;-) + */ +EXTERN void vt_debug_msg(int level, const char* fmt, ...); + +#endif + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_fbindings.h b/ompi/contrib/vt/vt/vtlib/vt_fbindings.h new file mode 100644 index 0000000000..c4fd20fbeb --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_fbindings.h @@ -0,0 +1,30 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_FBINDINGS_H +#define _VT_FBINDINGS_H + +#define VT_GENERATE_F77_BINDINGS(lower_case, \ + upper_case, \ + wrapper_function, \ + signature, \ + params) \ + void lower_case signature; \ + void lower_case signature { wrapper_function params; } \ + void lower_case##_ signature; \ + void lower_case##_ signature { wrapper_function params; } \ + void lower_case##__ signature; \ + void lower_case##__ signature { wrapper_function params; } \ + void upper_case signature; \ + void upper_case signature { wrapper_function params; } + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.c b/ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.c new file mode 100644 index 0000000000..1a0d19b2e3 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.c @@ -0,0 +1,2557 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_fbindings.h" +#include +#include +#include + +/* macro for one-step declaration and definition of functions */ +#define DEF_FMPI_FUNC(function) \ +void function; /* declaration */ \ +void function /* definition */ + +#if defined(__sun) || defined(_SX) || defined(OPEN_MPI) || defined(HP_MPI) +# define NEED_F2C_CONV +#endif + +#ifndef NEED_F2C_CONV + +/* -- MPI_Init -- */ + +DEF_FMPI_FUNC( vt_mpi_init_f(MPI_Fint* ierr) ) { + *ierr = MPI_Init(0, (char***)0); +} VT_GENERATE_F77_BINDINGS(mpi_init, MPI_INIT, + vt_mpi_init_f, + (MPI_Fint* ierr), + (ierr)) + +/* -- MPI_Finalize -- */ + +DEF_FMPI_FUNC( vt_mpi_finalize_f(MPI_Fint* ierr) ) { + *ierr = MPI_Finalize(); +} VT_GENERATE_F77_BINDINGS(mpi_finalize, MPI_FINALIZE, + vt_mpi_finalize_f, + (MPI_Fint* ierr), + (ierr)) + +/* -- MPI_Comm_create -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_create_f(MPI_Comm* comm, MPI_Group* group, + MPI_Comm* newcomm, MPI_Fint* ierr) ) { + *ierr = MPI_Comm_create(*comm, *group, newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_create, MPI_COMM_CREATE, + vt_mpi_comm_create_f, + (MPI_Comm* comm, MPI_Group* group, MPI_Comm* newcomm, MPI_Fint* ierr), + (comm, group, newcomm, ierr)) + +/* -- MPI_Comm_dup -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_dup_f(MPI_Comm* comm, MPI_Comm* newcomm, + MPI_Fint* ierr) ) { + *ierr = MPI_Comm_dup(*comm, newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_dup, MPI_COMM_DUP, + vt_mpi_comm_dup_f, + (MPI_Comm* comm, MPI_Comm* newcomm, MPI_Fint* ierr), + (comm, newcomm, ierr)) + +/* -- MPI_Comm_split -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_split_f(MPI_Comm* comm, MPI_Fint* color, + MPI_Fint* key, MPI_Comm* newcomm, + MPI_Fint* ierr) ) { + *ierr = MPI_Comm_split(*comm, *color, *key, newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_split, MPI_COMM_SPLIT, + vt_mpi_comm_split_f, + (MPI_Comm* comm, MPI_Fint* color, MPI_Fint* key, MPI_Comm* newcomm, MPI_Fint* ierr), + (comm, color, key, newcomm, ierr)) + +/* -- MPI_Cart_create -- */ + +DEF_FMPI_FUNC( vt_mpi_cart_create_f(MPI_Comm* old_comm, MPI_Fint* ndims, + MPI_Fint* dims, MPI_Fint* periods, + MPI_Fint* reorder, MPI_Comm* comm_cart, + MPI_Fint* ierr) ) { + *ierr = MPI_Cart_create(*old_comm, *ndims, dims, periods, + *reorder, comm_cart); +} VT_GENERATE_F77_BINDINGS(mpi_cart_create, MPI_CART_CREATE, + vt_mpi_cart_create_f, + (MPI_Comm* old_comm, MPI_Fint* ndims, MPI_Fint* dims, MPI_Fint* periods, MPI_Fint* reorder, MPI_Comm* comm_cart, MPI_Fint* ierr), + (old_comm, ndims, dims, periods, reorder, comm_cart, ierr)) + +/* -- MPI_Cart_sub -- */ + +DEF_FMPI_FUNC( vt_mpi_cart_sub_f(MPI_Comm* comm, MPI_Fint* remain_dims, + MPI_Comm* new_comm, MPI_Fint* ierr) ) { + *ierr = MPI_Cart_sub(*comm, remain_dims, new_comm); +} VT_GENERATE_F77_BINDINGS(mpi_cart_sub, MPI_CART_SUB, + vt_mpi_cart_sub_f, + (MPI_Comm* comm, MPI_Fint* remain_dims, MPI_Comm* new_comm, MPI_Fint* ierr), + (comm, remain_dims, new_comm, ierr)) + +/* -- MPI_Graph_create -- */ + +DEF_FMPI_FUNC( vt_mpi_graph_create_f(MPI_Comm* comm_old, MPI_Fint* nnodes, + MPI_Fint* index, MPI_Fint* edges, + MPI_Fint* reorder, MPI_Comm* comm_graph, + MPI_Fint* ierr) ) { + *ierr = MPI_Graph_create(*comm_old, *nnodes, index, edges, + *reorder, comm_graph); +} VT_GENERATE_F77_BINDINGS(mpi_graph_create, MPI_GRAPH_CREATE, + vt_mpi_graph_create_f, + (MPI_Comm* comm_old, MPI_Fint* nnodes, MPI_Fint* index, MPI_Fint* edges, MPI_Fint* reorder, MPI_Comm* comm_graph, MPI_Fint* ierr), + (comm_old, nnodes, index, edges, reorder, comm_graph, ierr)) + +/* -- MPI_Intercomm_create -- */ + +DEF_FMPI_FUNC( vt_mpi_intercomm_create_f(MPI_Comm* local_comm, + MPI_Fint* local_leader, + MPI_Comm* bridge_comm, + MPI_Fint* remote_leader, + MPI_Fint* tag, MPI_Comm* newintercomm, + MPI_Fint* ierr) ) { + *ierr = MPI_Intercomm_create(*local_comm, *local_leader, *bridge_comm, + *remote_leader, *tag, newintercomm); +} VT_GENERATE_F77_BINDINGS(mpi_intercomm_create, MPI_INTERCOMM_CREATE, + vt_mpi_intercomm_create_f, + (MPI_Comm* local_comm, MPI_Fint* local_leader, MPI_Comm* bridge_comm, MPI_Fint* remote_leader, MPI_Fint* tag, MPI_Comm* newintercomm, MPI_Fint* ierr), + (local_comm, local_leader, bridge_comm, remote_leader, tag, newintercomm, ierr)) + +/* -- MPI_Intercomm_merge -- */ + +DEF_FMPI_FUNC( vt_mpi_intercomm_merge_f(MPI_Comm* intercomm, MPI_Fint* high, + MPI_Comm* newintercomm, + MPI_Fint* ierr) ) { + *ierr = MPI_Intercomm_merge(*intercomm, *high, newintercomm); +} VT_GENERATE_F77_BINDINGS(mpi_intercomm_merge, MPI_INTERCOMM_MERGE, + vt_mpi_intercomm_merge_f, + (MPI_Comm* intercomm, MPI_Fint* high, MPI_Comm* newintercomm, MPI_Fint* ierr), + (intercomm, high, newintercomm, ierr)) + +/* -- MPI_Comm_free -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_free_f(MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Comm_free(comm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_free, MPI_COMM_FREE, + vt_mpi_comm_free_f, + (MPI_Comm* comm, MPI_Fint* ierr), + (comm, ierr)) + +/* -- MPI_Send -- */ + +DEF_FMPI_FUNC( vt_mpi_send_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Send(buf, *count, *datatype, *dest, *tag, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_send, MPI_SEND, + vt_mpi_send_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Bsend -- */ + +DEF_FMPI_FUNC( vt_mpi_bsend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Fint *ierr) ) { + *ierr = MPI_Bsend(buf, *count, *datatype, *dest, *tag, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_bsend, MPI_BSEND, + vt_mpi_bsend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Fint *ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Rsend -- */ + +DEF_FMPI_FUNC( vt_mpi_rsend_f(char* ibuf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Fint *ierr) ) { + *ierr = MPI_Rsend(ibuf, *count, *datatype, *dest, *tag, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_rsend, MPI_RSEND, + vt_mpi_rsend_f, + (char* ibuf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Fint *ierr), + (ibuf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Ssend -- */ + +DEF_FMPI_FUNC( vt_mpi_ssend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Ssend(buf, *count, *datatype, *dest, *tag, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_ssend, MPI_SSEND, + vt_mpi_ssend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Recv -- */ + +DEF_FMPI_FUNC( vt_mpi_recv_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* source, + MPI_Fint* tag, MPI_Comm* comm, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_Recv(buf, *count, *datatype, *source, *tag, *comm, status); +} VT_GENERATE_F77_BINDINGS(mpi_recv, MPI_RECV, + vt_mpi_recv_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Comm* comm, MPI_Status* status, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, status, ierr)) + +/* -- MPI_Probe -- */ + +DEF_FMPI_FUNC( vt_mpi_probe_f(MPI_Fint* source, MPI_Fint* tag, MPI_Comm* comm, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_Probe(*source, *tag, *comm, status); +} VT_GENERATE_F77_BINDINGS(mpi_probe, MPI_PROBE, + vt_mpi_probe_f, + (MPI_Fint* source, MPI_Fint* tag, MPI_Comm* comm, MPI_Status* status, MPI_Fint* ierr), + (source, tag, comm, status, ierr)) + +/* -- MPI_Sendrecv -- */ + +DEF_FMPI_FUNC( vt_mpi_sendrecv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, MPI_Fint* dest, + MPI_Fint* sendtag, char* recvbuf, + MPI_Fint* recvcount, MPI_Datatype* recvtype, + MPI_Fint* source, MPI_Fint* recvtag, + MPI_Comm* comm, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_Sendrecv(sendbuf, *sendcount, *sendtype, *dest, + *sendtag, recvbuf, *recvcount, *recvtype, + *source, *recvtag, *comm, status); +} VT_GENERATE_F77_BINDINGS(mpi_sendrecv, MPI_SENDRECV, + vt_mpi_sendrecv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, MPI_Fint* dest, MPI_Fint* sendtag, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Fint* source, MPI_Fint* recvtag, MPI_Comm* comm, MPI_Status* status, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr)) + +/* -- MPI_Sendrecv_replace -- */ + +DEF_FMPI_FUNC( vt_mpi_sendrecv_replace_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* dest, MPI_Fint* sendtag, + MPI_Fint* source, MPI_Fint* recvtag, + MPI_Comm* comm, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_Sendrecv_replace(buf, *count, *datatype, *dest, *sendtag, + *source, *recvtag, *comm, status); +} VT_GENERATE_F77_BINDINGS(mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, + vt_mpi_sendrecv_replace_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* sendtag, MPI_Fint* source, MPI_Fint* recvtag, MPI_Comm* comm, MPI_Status* status, MPI_Fint* ierr), + (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr)) + +/* -- MPI_Isend -- */ + +DEF_FMPI_FUNC( vt_mpi_isend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Isend(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_isend, MPI_ISEND, + vt_mpi_isend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Irecv -- */ + +DEF_FMPI_FUNC( vt_mpi_irecv_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* source, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Irecv(buf, *count, *datatype, *source, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_irecv, MPI_IRECV, + vt_mpi_irecv_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, request, ierr)) + +/* -- MPI_Ibsend -- */ + +DEF_FMPI_FUNC( vt_mpi_ibsend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Ibsend(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_ibsend, MPI_IBSEND, + vt_mpi_ibsend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Irsend -- */ + +DEF_FMPI_FUNC( vt_mpi_irsend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Irsend(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_irsend, MPI_IRSEND, + vt_mpi_irsend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Issend -- */ + +DEF_FMPI_FUNC( vt_mpi_issend_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Issend(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_issend, MPI_ISSEND, + vt_mpi_issend_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Wait -- */ + +DEF_FMPI_FUNC( vt_mpi_wait_f(MPI_Request* request, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_Wait(request, status); +} VT_GENERATE_F77_BINDINGS(mpi_wait, MPI_WAIT, + vt_mpi_wait_f, + (MPI_Request* request, MPI_Status* status, MPI_Fint* ierr), + (request, status, ierr)) + +/* -- MPI_Waitall -- */ + +DEF_FMPI_FUNC( vt_mpi_waitall_f(MPI_Fint* count, + MPI_Request* array_of_requests, + MPI_Status* array_of_statuses, + MPI_Fint* ierr) ) { + *ierr = MPI_Waitall(*count, array_of_requests, array_of_statuses); +} VT_GENERATE_F77_BINDINGS(mpi_waitall, MPI_WAITALL, + vt_mpi_waitall_f, + (MPI_Fint* count, MPI_Request* array_of_requests, MPI_Status* array_of_statuses, MPI_Fint* ierr), + (count, array_of_requests, array_of_statuses, ierr)) + +/* -- MPI_Waitany -- */ + +DEF_FMPI_FUNC( vt_mpi_waitany_f(MPI_Fint* count, + MPI_Request* array_of_requests, + MPI_Fint* index, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_Waitany(*count, array_of_requests, index, status); + /* See the description of waitany in the standard; + the Fortran index ranges are from 1, not zero */ + if (*index >= 0) (*index)++; +} VT_GENERATE_F77_BINDINGS(mpi_waitany, MPI_WAITANY, + vt_mpi_waitany_f, + (MPI_Fint* count, MPI_Request* array_of_requests, MPI_Fint* index, MPI_Status* status, MPI_Fint* ierr), + (count, array_of_requests, index, status, ierr)) + +/* -- MPI_Waitsome -- */ + +DEF_FMPI_FUNC( vt_mpi_waitsome_f(MPI_Fint* incount, + MPI_Request* array_of_requests, + MPI_Fint* outcount, + MPI_Fint* array_of_indices, + MPI_Status* array_of_statuses, + MPI_Fint* ierr) ) { + int i; + + *ierr = MPI_Waitsome(*incount, array_of_requests, outcount, + array_of_indices, array_of_statuses); + for (i=0; i<*outcount; i++) { + if (array_of_indices[i] >= 0) array_of_indices[i]++; + } +} VT_GENERATE_F77_BINDINGS(mpi_waitsome, MPI_WAITSOME, + vt_mpi_waitsome_f, + (MPI_Fint* incount, MPI_Request* array_of_requests, MPI_Fint* outcount, MPI_Fint* array_of_indices, MPI_Status* array_of_statuses, MPI_Fint* ierr), + (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr)) + +/* -- MPI_Test -- */ + +DEF_FMPI_FUNC( vt_mpi_test_f(MPI_Request* request, MPI_Fint* flag, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_Test(request, flag, status); +} VT_GENERATE_F77_BINDINGS(mpi_test, MPI_TEST, + vt_mpi_test_f, + (MPI_Request* request, MPI_Fint* flag, MPI_Status* status, MPI_Fint* ierr), + (request, flag, status, ierr)) + +/* -- MPI_Testany -- */ + +DEF_FMPI_FUNC( vt_mpi_testany_f(MPI_Fint* count, + MPI_Request* array_of_requests, + MPI_Fint* index, MPI_Fint* flag, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_Testany(*count, array_of_requests, index, flag, status); + if (*flag && *index >= 0) (*index)++; +} VT_GENERATE_F77_BINDINGS(mpi_testany, MPI_TESTANY, + vt_mpi_testany_f, + (MPI_Fint* count, MPI_Request* array_of_requests, MPI_Fint* index, MPI_Fint* flag, MPI_Status* status, MPI_Fint* ierr), + (count, array_of_requests, index, flag, status, ierr)) + +/* -- MPI_Testall -- */ + +DEF_FMPI_FUNC( vt_mpi_testall_f(MPI_Fint* count, + MPI_Request* array_of_requests, + MPI_Fint* flag, MPI_Status* array_of_statuses, + MPI_Fint* ierr) ) { + *ierr = MPI_Testall(*count, array_of_requests, flag, array_of_statuses); +} VT_GENERATE_F77_BINDINGS(mpi_testall, MPI_TESTALL, + vt_mpi_testall_f, + (MPI_Fint* count, MPI_Request* array_of_requests, MPI_Fint* flag, MPI_Status* array_of_statuses, MPI_Fint* ierr), + (count, array_of_requests, flag, array_of_statuses, ierr)) + +/* -- MPI_Testsome -- */ + +DEF_FMPI_FUNC( vt_mpi_testsome_f(MPI_Fint* incount, + MPI_Request* array_of_requests, + MPI_Fint* outcount, + MPI_Fint* array_of_indices, + MPI_Status* array_of_statuses, + MPI_Fint* ierr) ) { + int i; + + *ierr = MPI_Testsome(*incount, array_of_requests, outcount, array_of_indices, + array_of_statuses); + for (i=0; i<*outcount; i++) { + if (array_of_indices[i] >= 0) array_of_indices[i]++; + } +} VT_GENERATE_F77_BINDINGS(mpi_testsome, MPI_TESTSOME, + vt_mpi_testsome_f, + (MPI_Fint* incount, MPI_Request* array_of_requests, MPI_Fint* outcount, MPI_Fint* array_of_indices, MPI_Status* array_of_statuses, MPI_Fint* ierr), + (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr)) + +/* -- MPI_Send_init -- */ + +DEF_FMPI_FUNC( vt_mpi_send_init_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Send_init(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_send_init, MPI_SEND_INIT, + vt_mpi_send_init_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Bsend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_bsend_init_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Bsend_init(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_bsend_init, MPI_BSEND_INIT, + vt_mpi_bsend_init_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Rsend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_rsend_init_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Rsend_init(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_rsend_INIT, MPI_RSEND_INIT, + vt_mpi_rsend_init_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Ssend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_ssend_init_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Comm* comm, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Ssend_init(buf, *count, *datatype, *dest, *tag, *comm, request); +} VT_GENERATE_F77_BINDINGS(mpi_ssend_init, MPI_SSEND_INIT, + vt_mpi_ssend_init_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Recv_init -- */ + +DEF_FMPI_FUNC( vt_mpi_recv_init_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* source, MPI_Fint* tag, + MPI_Comm* comm, MPI_Request* request, + MPI_Fint* ierr) ) { + *ierr = MPI_Recv_init(buf, *count, *datatype, *source, *tag, *comm, + request); +} VT_GENERATE_F77_BINDINGS(mpi_recv_init, MPI_RECV_INIT, + vt_mpi_recv_init_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Comm* comm, MPI_Request* request, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, request, ierr)) + +/* -- MPI_Start -- */ + +DEF_FMPI_FUNC( vt_mpi_start_f(MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Start(request); +} VT_GENERATE_F77_BINDINGS(mpi_start, MPI_START, + vt_mpi_start_f, + (MPI_Request* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Startall -- */ + +DEF_FMPI_FUNC( vt_mpi_startall_f(MPI_Fint* count, + MPI_Request* array_of_requests, + MPI_Fint* ierr) ) { + *ierr = MPI_Startall(*count, array_of_requests); +} VT_GENERATE_F77_BINDINGS(mpi_startall, MPI_STARTALL, + vt_mpi_startall_f, + (MPI_Fint* count, MPI_Request* array_of_requests, MPI_Fint* ierr), + (count, array_of_requests, ierr)) + +/* -- MPI_Request_free -- */ + +DEF_FMPI_FUNC( vt_mpi_request_free_f(MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Request_free(request); +} VT_GENERATE_F77_BINDINGS(mpi_request_free, MPI_REQUEST_FREE, + vt_mpi_request_free_f, + (MPI_Request* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Cancel -- */ + +DEF_FMPI_FUNC( vt_mpi_cancel_f(MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_Cancel(request); +} VT_GENERATE_F77_BINDINGS(mpi_cancel, MPI_CANCEL, + vt_mpi_cancel_f, + (MPI_Request* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Allreduce -- */ + +DEF_FMPI_FUNC( vt_mpi_allreduce_f(char* sendbuf, char* recvbuf, + MPI_Fint* count, MPI_Datatype* datatype, + MPI_Op* op, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Allreduce(sendbuf, recvbuf, *count, *datatype, *op, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_allreduce, MPI_ALLREDUCE, + vt_mpi_allreduce_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Op* op, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, comm, ierr)) + +/* -- MPI_Barrier -- */ + +DEF_FMPI_FUNC( vt_mpi_barrier_f(MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Barrier(*comm); +} VT_GENERATE_F77_BINDINGS(mpi_barrier, MPI_BARRIER, + vt_mpi_barrier_f, + (MPI_Comm* comm, MPI_Fint* ierr), + (comm, ierr)) + +/* -- MPI_Bcast -- */ + +DEF_FMPI_FUNC( vt_mpi_bcast_f(char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Fint* root, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Bcast(buf, *count, *datatype, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_bcast, MPI_BCAST, + vt_mpi_bcast_f, + (char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (buf, count, datatype, root, comm, ierr)) + +/* -- MPI_Gather -- */ + +DEF_FMPI_FUNC( vt_mpi_gather_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Datatype* recvtype, + MPI_Fint* root, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Gather(sendbuf, *sendcount, *sendtype, recvbuf, + *recvcount, *recvtype, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_gather, MPI_GATHER, + vt_mpi_gather_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Reduce -- */ + +DEF_FMPI_FUNC( vt_mpi_reduce_f(char* sendbuf, char* recvbuf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Op* op, + MPI_Fint* root, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Reduce(sendbuf, recvbuf, *count, *datatype, *op, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_reduce, MPI_REDUCE, + vt_mpi_reduce_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Op* op, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, root, comm, ierr)) + +/* -- MPI_Gatherv -- */ + +DEF_FMPI_FUNC( vt_mpi_gatherv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcounts, MPI_Fint* displs, + MPI_Datatype* recvtype, MPI_Fint* root, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Gatherv(sendbuf, *sendcount, *sendtype, recvbuf, recvcounts, + displs, *recvtype, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_gatherv, MPI_GATHERV, + vt_mpi_gatherv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* displs, MPI_Datatype* recvtype, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr)) + +/* -- MPI_Allgather -- */ + +DEF_FMPI_FUNC( vt_mpi_allgather_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Datatype* recvtype, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Allgather(sendbuf, *sendcount, *sendtype, recvbuf, *recvcount, + *recvtype, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_allgather, MPI_ALLGATHER, + vt_mpi_allgather_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr)) + +/* -- MPI_Allgatherv -- */ + +DEF_FMPI_FUNC( vt_mpi_allgatherv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcounts, MPI_Fint* displs, + MPI_Datatype* recvtype, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Allgatherv(sendbuf, *sendcount, *sendtype, recvbuf, recvcounts, + displs, *recvtype, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_allgatherv, MPI_ALLGATHERV, + vt_mpi_allgatherv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* displs, MPI_Datatype* recvtype, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr)) + +/* -- MPI_Alltoall -- */ + +DEF_FMPI_FUNC( vt_mpi_alltoall_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Datatype* recvtype, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Alltoall(sendbuf, *sendcount, *sendtype, recvbuf, *recvcount, + *recvtype, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_alltoall, MPI_ALLTOALL, + vt_mpi_alltoall_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr)) + +/* -- MPI_Alltoallv -- */ + +DEF_FMPI_FUNC( vt_mpi_alltoallv_f(char* sendbuf, MPI_Fint* sendcounts, + MPI_Fint* sdispls, MPI_Datatype* sendtype, + char* recvbuf, MPI_Fint* recvcounts, + MPI_Fint* rdispls, MPI_Datatype* recvtype, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Alltoallv(sendbuf, sendcounts, sdispls, *sendtype, recvbuf, + recvcounts, rdispls, *recvtype, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_alltoallv, MPI_ALLTOALLV, + vt_mpi_alltoallv_f, + (char* sendbuf, MPI_Fint* sendcounts, MPI_Fint* sdispls, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* rdispls, MPI_Datatype* recvtype, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr)) + +/* -- MPI_Scan -- */ + +DEF_FMPI_FUNC( vt_mpi_scan_f(char* sendbuf, char* recvbuf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Op* op, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Scan(sendbuf, recvbuf, *count, *datatype, *op, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_scan, MPI_SCAN, + vt_mpi_scan_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Op* op, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, comm, ierr)) + +/* -- MPI_Scatter -- */ + +DEF_FMPI_FUNC( vt_mpi_scatter_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Datatype* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Datatype* recvtype, + MPI_Fint* root, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Scatter(sendbuf, *sendcount, *sendtype, recvbuf, *recvcount, + *recvtype, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_scatter, MPI_SCATTER, + vt_mpi_scatter_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Scatterv -- */ + +DEF_FMPI_FUNC( vt_mpi_scatterv_f(char* sendbuf, MPI_Fint* sendcounts, + MPI_Fint* displs, MPI_Datatype* sendtype, + char* recvbuf, MPI_Fint* recvcount, + MPI_Datatype* recvtype, MPI_Fint* root, + MPI_Comm* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Scatterv(sendbuf, sendcounts, displs, *sendtype, recvbuf, + *recvcount, *recvtype, *root, *comm); +} VT_GENERATE_F77_BINDINGS(mpi_scatterv, MPI_SCATTERV, + vt_mpi_scatterv_f, + (char* sendbuf, MPI_Fint* sendcounts, MPI_Fint* displs, MPI_Datatype* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Datatype* recvtype, MPI_Fint* root, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Reduce_scatter -- */ + +DEF_FMPI_FUNC( vt_mpi_reduce_scatter_f(char* sendbuf, char* recvbuf, + MPI_Fint* recvcounts, + MPI_Datatype* datatype, + MPI_Op* op, MPI_Comm* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Reduce_scatter(sendbuf, recvbuf, recvcounts, *datatype, *op, + *comm); +} VT_GENERATE_F77_BINDINGS(mpi_reduce_scatter, MPI_REDUCE_SCATTER, + vt_mpi_reduce_scatter_f, + (char* sendbuf, char* recvbuf, MPI_Fint* recvcounts, MPI_Datatype* datatype, MPI_Op* op, MPI_Comm* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr)) + +#if defined(HAVE_MPIO) && HAVE_MPIO + +/* -- MPI_File_close -- */ + +DEF_FMPI_FUNC( vt_mpi_file_close_f(MPI_File* fh, MPI_Fint* ierr) ) { + *ierr = MPI_File_close(fh); +} VT_GENERATE_F77_BINDINGS(mpi_file_close, MPI_FILE_CLOSE, + vt_mpi_file_close_f, + (MPI_File* fh, MPI_Fint* ierr), + (fh, ierr)) + +/* -- MPI_File_open -- */ + +DEF_FMPI_FUNC( vt_mpi_file_open_f(MPI_Comm* comm, char* filename, + MPI_Fint* amode, MPI_Info* info, + MPI_File* fh, MPI_Fint* ierr, int nl) ) { + int namelen; + char namebuf[1024]; + + /* -- convert Fortran to C strings -- */ + namelen = ( nl < 1024 ) ? nl : 1023; + strncpy(namebuf, filename, namelen); + namebuf[namelen] = '\0'; + + *ierr = MPI_File_open(*comm, namebuf, *amode, *info, fh); +} VT_GENERATE_F77_BINDINGS(mpi_file_open, MPI_FILE_OPEN, + vt_mpi_file_open_f, + (MPI_Comm* comm, char* filename, MPI_Fint* amode, MPI_Info* info, MPI_File* fh, MPI_Fint* ierr, int nl), + (comm, filename, amode, info, fh, ierr, nl)) + +/* -- MPI_File_iread -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_f(MPI_File* fh, char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_File_iread(*fh, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread, MPI_FILE_IREAD, + vt_mpi_file_iread_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_f(MPI_File* fh, char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_File_iwrite(*fh, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite, MPI_FILE_IWRITE, + vt_mpi_file_iwrite_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_f(MPI_File* fh, char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read, MPI_FILE_READ, + vt_mpi_file_read_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_f(MPI_File* fh, char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_read_all(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all, MPI_FILE_READ_ALL, + vt_mpi_file_read_all_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_seek -- */ + +DEF_FMPI_FUNC( vt_mpi_file_seek_f(MPI_File* fh, MPI_Offset* offset, + MPI_Fint* whence, MPI_Fint* ierr) ) { + *ierr = MPI_File_seek(*fh, *offset, *whence); +} VT_GENERATE_F77_BINDINGS(mpi_file_seek, MPI_FILE_SEEK, + vt_mpi_file_seek_f, + (MPI_File* fh, MPI_Offset* offset, MPI_Fint* whence, MPI_Fint* ierr), + (fh, offset, whence, ierr)) + +/* -- MPI_File_write -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_f(MPI_File* fh, char* buf, MPI_Fint* count, + MPI_Datatype* datatype, MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write, MPI_FILE_WRITE, + vt_mpi_file_write_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_all */ +DEF_FMPI_FUNC( vt_mpi_file_write_all_f(MPI_File* fh, char* buf, + MPI_Fint* count, MPI_Datatype* datatype, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_write_all(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all, MPI_FILE_WRITE_ALL, + vt_mpi_file_write_all_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_begin_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_all_begin(*fh, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, + vt_mpi_file_read_all_begin_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr ), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_read_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_end_f(MPI_File* fh, char* buf, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_read_all_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all_end, MPI_FILE_READ_ALL_END, + vt_mpi_file_read_all_end_f, + (MPI_File* fh, char* buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_read_at_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_begin_f(MPI_File* fh, + MPI_Offset* offset, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_at_all_begin(*fh, *offset, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all_begin, + MPI_FILE_READ_AT_ALL_EBGIN, + vt_mpi_file_read_at_all_begin_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, ierr)) + +/* -- MPI_File_read_at_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_end_f(MPI_File* fh, char* buf, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_at_all_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all_end, MPI_FILE_READ_AT_ALL_END, + vt_mpi_file_read_at_all_end_f, + (MPI_File* fh, char* buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_read_ordered_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_begin_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_ordered_begin(*fh, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered_begin, + MPI_FILE_READ_ORDERED_BEGIN, + vt_mpi_file_read_ordered_begin_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_read_ordered_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_end_f(MPI_File* fh, char* buf, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_ordered_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered_end, + MPI_FILE_READ_ORDERED_END, + vt_mpi_file_read_ordered_end_f, + (MPI_File* fh, char* buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_all_begin_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_all_begin(*fh, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, + vt_mpi_file_write_all_begin_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_write_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_all_end_f(MPI_File* fh, char* buf, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_write_all_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all_end, MPI_FILE_WRITE_ALL_END, + vt_mpi_file_write_all_end_f, + (MPI_File* fh, char* buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_at_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_begin_f(MPI_File* fh, + MPI_Offset* offset, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_at_all_begin(*fh, *offset, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all_begin, + MPI_FILE_WRITE_AT_ALL_BEGIN, + vt_mpi_file_write_at_all_begin_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, ierr)) + +/* -- MPI_File_write_at_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_end_f(MPI_File* fh, char *buf, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_at_all_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all_end, + MPI_FILE_WRITE_AT_ALL_END, + vt_mpi_file_write_at_all_end_f, + (MPI_File* fh, char *buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_ordered_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_begin_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_ordered_begin(*fh, buf, *count, *datatype); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered_begin, + MPI_FILE_WRITE_ORDERED_BEGIN, + vt_mpi_file_write_ordered_begin_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_write_ordered_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_end_f(MPI_File* fh, char* buf, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_ordered_end(*fh, buf, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered_end, + MPI_FILE_WRITE_ORDERED_END, + vt_mpi_file_write_ordered_end_f, + (MPI_File* fh, char* buf, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_iread_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_at_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, MPI_Fint* ierr) ) { + *ierr = MPI_File_iread_at(*fh, *offset, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread_at, MPI_FILE_IREAD_AT, + vt_mpi_file_iread_at_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_at_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, + MPI_Fint* ierr) ) { + *ierr = MPI_File_iwrite_at(*fh, *offset, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, + vt_mpi_file_iwrite_at_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_read_at(*fh, *offset, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at, MPI_FILE_READ_AT, + vt_mpi_file_read_at_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_at_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_at_all(*fh, *offset, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, + vt_mpi_file_read_at_all_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, MPI_Fint* ierr) ) { + *ierr = MPI_File_write_at(*fh, *offset, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at, MPI_FILE_WRITE_AT, + vt_mpi_file_write_at_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_at_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_f(MPI_File* fh, MPI_Offset* offset, + char* buf, MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_at_all(*fh, *offset, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, + vt_mpi_file_write_at_all_f, + (MPI_File* fh, MPI_Offset* offset, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_iread_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_shared_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, + MPI_Fint* ierr) ) { + *ierr = MPI_File_iread_shared(*fh, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, + vt_mpi_file_iread_shared_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_shared_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Request* request, + MPI_Fint* ierr) ) { + *ierr = MPI_File_iwrite_shared(*fh, buf, *count, *datatype, request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, + vt_mpi_file_iwrite_shared_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Request* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read_ordered -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_ordered(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered, MPI_FILE_READ_ORDERED, + vt_mpi_file_read_ordered_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_shared_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_shared(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_shared, MPI_FILE_READ_SHARED, + vt_mpi_file_read_shared_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_seek_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_seek_shared_f(MPI_File* fh, MPI_Offset* offset, + MPI_Fint* whence, MPI_Fint* ierr) ) { + *ierr = MPI_File_seek_shared(*fh, *offset, *whence); +} VT_GENERATE_F77_BINDINGS(mpi_file_seek_shared, MPI_FILE_SEEK_SHARED, + vt_mpi_file_seek_shared_f, + (MPI_File* fh, MPI_Offset* offset, MPI_Fint* whence, MPI_Fint* ierr), + (fh, offset, whence, ierr)) + +/* -- MPI_File_write_ordered -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_ordered(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, + vt_mpi_file_write_ordered_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_shared_f(MPI_File* fh, char* buf, + MPI_Fint* count, + MPI_Datatype* datatype, + MPI_Status* status, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_shared(*fh, buf, *count, *datatype, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_shared, MPI_FILE_WRITE_SHARED, + vt_mpi_file_write_shared_f, + (MPI_File* fh, char* buf, MPI_Fint* count, MPI_Datatype* datatype, MPI_Status* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +#endif /* HAVE_MPIO */ + +#else /* NEED_F2C_CONV */ + +static MPI_Request *alloc_request_array(int count) { + static MPI_Request *local_req_arr = 0; + static int local_req_arr_size = 0; + + if (local_req_arr_size == 0) { + /* -- never used: initialize -- */ + local_req_arr = (MPI_Request*)malloc(2 * count * sizeof(MPI_Request)); + local_req_arr_size = 2 * count; + } else if (count > local_req_arr_size) { + /* -- not enough room: expand -- */ + local_req_arr = (MPI_Request*)realloc(local_req_arr, count * sizeof(MPI_Request)); + local_req_arr_size = count; + } + return local_req_arr; +} + +static MPI_Status *alloc_status_array(int count) { + static MPI_Status *local_stat_arr = 0; + static int local_stat_arr_size = 0; + + if (local_stat_arr_size == 0) { + /* -- never used: initialize -- */ + local_stat_arr = (MPI_Status*)malloc(2 * count * sizeof(MPI_Status)); + local_stat_arr_size = 2 * count; + } else if (count > local_stat_arr_size) { + /* -- not enough room: expand -- */ + local_stat_arr = (MPI_Status*)realloc(local_stat_arr, count * sizeof(MPI_Status)); + local_stat_arr_size = count; + } + return local_stat_arr; +} + +/* -- MPI_Init -- */ + +DEF_FMPI_FUNC( vt_mpi_init_f(MPI_Fint* ierr) ) { + *ierr = MPI_Init(0, (char***)0); +} VT_GENERATE_F77_BINDINGS(mpi_init, MPI_INIT, + vt_mpi_init_f, + (MPI_Fint* ierr), + (ierr)) + +/* -- MPI_Finalize -- */ + +DEF_FMPI_FUNC( vt_mpi_finalize_f(MPI_Fint* ierr) ) { + *ierr = MPI_Finalize(); +} VT_GENERATE_F77_BINDINGS(mpi_finalize, MPI_FINALIZE, + vt_mpi_finalize_f, + (MPI_Fint* ierr), + (ierr)) + +/* -- MPI_Comm_create -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_create_f(MPI_Fint* comm, MPI_Fint* group, + MPI_Fint* newcomm, MPI_Fint* ierr) ) { + MPI_Comm l_newcomm; + + *ierr = MPI_Comm_create(MPI_Comm_f2c(*comm), MPI_Group_f2c(*group), + &l_newcomm); + if (*ierr == MPI_SUCCESS) *newcomm = MPI_Comm_c2f(l_newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_create, MPI_COMM_CREATE, + vt_mpi_comm_create_f, + (MPI_Fint* comm, MPI_Fint* group, MPI_Fint* newcomm, MPI_Fint* ierr), + (comm, group, newcomm, ierr)) + +/* -- MPI_Comm_dup -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_dup_f(MPI_Fint* comm, MPI_Fint* newcomm, + MPI_Fint* ierr) ) { + MPI_Comm l_newcomm; + + *ierr = MPI_Comm_dup(MPI_Comm_f2c(*comm), &l_newcomm); + if (*ierr == MPI_SUCCESS) *newcomm = MPI_Comm_c2f(l_newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_dup, MPI_COMM_DUP, + vt_mpi_comm_dup_f, + (MPI_Fint* comm, MPI_Fint* newcomm, MPI_Fint* ierr), + (comm, newcomm, ierr)) + +/* -- MPI_Comm_split -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_split_f(MPI_Fint* comm, MPI_Fint* color, + MPI_Fint* key, MPI_Fint* newcomm, + MPI_Fint* ierr) ) { + MPI_Comm l_newcomm; + + *ierr = MPI_Comm_split(MPI_Comm_f2c(*comm), *color, *key, &l_newcomm); + if (*ierr == MPI_SUCCESS) *newcomm = MPI_Comm_c2f(l_newcomm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_split, MPI_COMM_SPLIT, + vt_mpi_comm_split_f, + (MPI_Fint* comm, MPI_Fint* color, MPI_Fint* key, MPI_Fint* newcomm, MPI_Fint* ierr), + (comm, color, key, newcomm, ierr)) + +/* -- MPI_Cart_create -- */ + +DEF_FMPI_FUNC( vt_mpi_cart_create_f(MPI_Fint* old_comm, MPI_Fint* ndims, + MPI_Fint* dims, MPI_Fint* periods, + MPI_Fint* reorder, + MPI_Fint* comm_cart, + MPI_Fint* ierr) ) { + MPI_Comm l_comm_cart; + + *ierr = MPI_Cart_create(MPI_Comm_f2c(*old_comm), *ndims, dims, periods, + *reorder, &l_comm_cart); + if (*ierr == MPI_SUCCESS) *comm_cart = MPI_Comm_c2f(l_comm_cart); +} VT_GENERATE_F77_BINDINGS(mpi_cart_create, MPI_CART_CREATE, + vt_mpi_cart_create_f, + (MPI_Fint* old_comm, MPI_Fint* ndims, MPI_Fint* dims, MPI_Fint* periods, MPI_Fint* reorder, MPI_Fint* comm_cart, MPI_Fint* ierr), + (old_comm, ndims, dims, periods, reorder, comm_cart, ierr)) + +/* -- MPI_Cart_sub -- */ + +DEF_FMPI_FUNC( vt_mpi_cart_sub_f(MPI_Fint* comm, MPI_Fint* remain_dims, + MPI_Fint* new_comm, MPI_Fint* ierr) ) { + MPI_Comm l_new_comm; + + *ierr = MPI_Cart_sub(MPI_Comm_f2c(*comm), remain_dims, &l_new_comm); + if (*ierr == MPI_SUCCESS) *new_comm = MPI_Comm_c2f(l_new_comm); +} VT_GENERATE_F77_BINDINGS(mpi_cart_sub, MPI_CART_SUB, + vt_mpi_cart_sub_f, + (MPI_Fint* comm, MPI_Fint* remain_dims, MPI_Fint* new_comm, MPI_Fint* ierr), + (comm, remain_dims, new_comm, ierr)) + +/* -- MPI_Graph_create -- */ + +DEF_FMPI_FUNC( vt_mpi_graph_create_f(MPI_Fint* comm_old, + MPI_Fint* nnodes, MPI_Fint* index, + MPI_Fint* edges, MPI_Fint* reorder, + MPI_Fint* comm_graph, + MPI_Fint* ierr) ) { + MPI_Comm l_comm_graph; + + *ierr = MPI_Graph_create(MPI_Comm_f2c(*comm_old), *nnodes, index, edges, + *reorder, &l_comm_graph); + if (*ierr == MPI_SUCCESS) *comm_graph = MPI_Comm_c2f(l_comm_graph); +} VT_GENERATE_F77_BINDINGS(mpi_graph_create, MPI_GRAPH_CREATE, + vt_mpi_graph_create_f, + (MPI_Fint* comm_old, MPI_Fint* nnodes, MPI_Fint* index, MPI_Fint* edges, MPI_Fint* reorder, MPI_Fint* comm_graph, MPI_Fint* ierr), + (comm_old, nnodes, index, edges, reorder, comm_graph, ierr)) + +/* -- MPI_Intercomm_create -- */ + +DEF_FMPI_FUNC( vt_mpi_intercomm_create_f(MPI_Fint* local_comm, + MPI_Fint* local_leader, + MPI_Fint* bridge_comm, + MPI_Fint* remote_leader, + MPI_Fint* tag, + MPI_Fint* newintercomm, + MPI_Fint* ierr) ) { + MPI_Comm l_newintercomm; + + *ierr = MPI_Intercomm_create(MPI_Comm_f2c(*local_comm), *local_leader, + MPI_Comm_f2c(*bridge_comm), *remote_leader, *tag, &l_newintercomm); + if (*ierr == MPI_SUCCESS) *newintercomm = MPI_Comm_c2f(l_newintercomm); +} VT_GENERATE_F77_BINDINGS(mpi_intercomm_create, MPI_INTERCOMM_CREATE, + vt_mpi_intercomm_create_f, + (MPI_Fint* local_comm, MPI_Fint* local_leader, MPI_Fint* bridge_comm, MPI_Fint* remote_leader, MPI_Fint* tag, MPI_Fint* newintercomm, MPI_Fint* ierr), + (local_comm, local_leader, bridge_comm, remote_leader, tag, newintercomm, ierr)) + +/* -- MPI_Intercomm_merge -- */ + +DEF_FMPI_FUNC( vt_mpi_intercomm_merge_f(MPI_Fint* intercomm, MPI_Fint* high, + MPI_Fint* newintercomm, + MPI_Fint* ierr) ) { + MPI_Comm l_newintercomm; + + *ierr = MPI_Intercomm_merge(MPI_Comm_f2c(*intercomm), *high, + &l_newintercomm); + if (*ierr == MPI_SUCCESS) *newintercomm = MPI_Comm_c2f(l_newintercomm); +} VT_GENERATE_F77_BINDINGS(mpi_intercomm_merge, MPI_INTERCOMM_MERGE, + vt_mpi_intercomm_merge_f, + (MPI_Fint* intercomm, MPI_Fint* high, MPI_Fint* newintercomm, MPI_Fint* ierr), + (intercomm, high, newintercomm, ierr)) + +/* -- MPI_Comm_free -- */ + +DEF_FMPI_FUNC( vt_mpi_comm_free_f(MPI_Fint* comm, MPI_Fint* ierr) ) { + MPI_Comm l_comm = MPI_Comm_f2c(*comm); + *ierr = MPI_Comm_free(&l_comm); + if (*ierr == MPI_SUCCESS) *comm = MPI_Comm_c2f(l_comm); +} VT_GENERATE_F77_BINDINGS(mpi_comm_free, MPI_COMM_FREE, + vt_mpi_comm_free_f, + (MPI_Fint* comm, MPI_Fint* ierr), + (comm, ierr)) + +/* -- MPI_Send -- */ + +DEF_FMPI_FUNC( vt_mpi_send_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Send(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_send, MPI_SEND, + vt_mpi_send_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Bsend -- */ + +DEF_FMPI_FUNC( vt_mpi_bsend_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint *ierr) ) { + *ierr = MPI_Bsend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_bsend, MPI_BSEND, + vt_mpi_bsend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Rsend -- */ + +DEF_FMPI_FUNC( vt_mpi_rsend_f(char* ibuf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint *ierr) ) { + *ierr = MPI_Rsend(ibuf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_rsend, MPI_RSEND, + vt_mpi_rsend_f, + (char* ibuf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* ierr), + (ibuf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Ssend -- */ + +DEF_FMPI_FUNC( vt_mpi_ssend_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Ssend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_ssend, MPI_SSEND, + vt_mpi_ssend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, ierr)) + +/* -- MPI_Recv -- */ + +DEF_FMPI_FUNC( vt_mpi_recv_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* source, MPI_Fint* tag, + MPI_Fint* comm, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + + *ierr = MPI_Recv(buf, *count, MPI_Type_f2c(*datatype), *source, *tag, + MPI_Comm_f2c(*comm), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_recv, MPI_RECV, + vt_mpi_recv_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* status, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, status, ierr)) + +/* -- MPI_Probe -- */ + +DEF_FMPI_FUNC( vt_mpi_probe_f(MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + + *ierr = MPI_Probe(*source, *tag, MPI_Comm_f2c(*comm), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_probe, MPI_PROBE, + vt_mpi_probe_f, + (MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* status, MPI_Fint* ierr), + (source, tag, comm, status, ierr)) + +/* -- MPI_Sendrecv -- */ + +DEF_FMPI_FUNC( vt_mpi_sendrecv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, MPI_Fint* dest, + MPI_Fint* sendtag, char* recvbuf, + MPI_Fint* recvcount, MPI_Fint* recvtype, + MPI_Fint* source, MPI_Fint* recvtag, + MPI_Fint* comm, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + + *ierr = MPI_Sendrecv(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), *dest, + *sendtag, recvbuf, *recvcount, MPI_Type_f2c(*recvtype), + *source, *recvtag, MPI_Comm_f2c(*comm), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_sendrecv, MPI_SENDRECV, + vt_mpi_sendrecv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, MPI_Fint* dest, MPI_Fint* sendtag, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* source, MPI_Fint* recvtag, MPI_Fint* comm, MPI_Fint* status, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr)) + +/* -- MPI_Sendrecv_replace -- */ + +DEF_FMPI_FUNC( vt_mpi_sendrecv_replace_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* sendtag, MPI_Fint* source, + MPI_Fint* recvtag, MPI_Fint* comm, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + + *ierr = MPI_Sendrecv_replace(buf, *count, MPI_Type_f2c(*datatype), *dest, + *sendtag, *source, *recvtag, + MPI_Comm_f2c(*comm), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, + vt_mpi_sendrecv_replace_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* sendtag, MPI_Fint* source, MPI_Fint* recvtag, MPI_Fint* comm, MPI_Fint* status, MPI_Fint* ierr), + (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr)) + +/* -- MPI_Isend -- */ + +DEF_FMPI_FUNC( vt_mpi_isend_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Isend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_isend, MPI_ISEND, + vt_mpi_isend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Irecv -- */ + +DEF_FMPI_FUNC( vt_mpi_irecv_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Irecv(buf, *count, MPI_Type_f2c(*datatype), *source, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_irecv, MPI_IRECV, + vt_mpi_irecv_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, request, ierr)) + +/* -- MPI_Ibsend -- */ + +DEF_FMPI_FUNC( vt_mpi_ibsend_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Ibsend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_ibsend, MPI_IBSEND, + vt_mpi_ibsend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Irsend -- */ + +DEF_FMPI_FUNC( vt_mpi_irsend_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Irsend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_irsend, MPI_IRSEND, + vt_mpi_irsend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Issend -- */ + +DEF_FMPI_FUNC( vt_mpi_issend_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Issend(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_issend, MPI_ISSEND, + vt_mpi_issend_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Wait -- */ + +DEF_FMPI_FUNC( vt_mpi_wait_f(MPI_Fint* request, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Request l_request; + MPI_Status c_status; + + l_request = MPI_Request_f2c(*request); + *ierr = MPI_Wait(&l_request, &c_status); + *request = MPI_Request_c2f(l_request); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_wait, MPI_WAIT, + vt_mpi_wait_f, + (MPI_Fint* request, MPI_Fint* status, MPI_Fint* ierr), + (request, status, ierr)) + +/* -- MPI_Waitall -- */ + +DEF_FMPI_FUNC( vt_mpi_waitall_f(MPI_Fint* count, MPI_Fint array_of_requests[], + MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], + MPI_Fint* ierr) ) { + int i; + MPI_Request* l_request = 0; + MPI_Status* c_status = 0; + + if (*count > 0) { + l_request = alloc_request_array(*count); + c_status = alloc_status_array(*count); + for (i=0; i<*count; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Waitall(*count, l_request, c_status); + for (i=0; i<*count; i++) { + array_of_requests[i] = MPI_Request_c2f(l_request[i]); + } + if (*ierr == MPI_SUCCESS) { + for (i=0; i<*count; i++) { + MPI_Status_c2f(&(c_status[i]), &(array_of_statuses[i][0])); + } + } +} VT_GENERATE_F77_BINDINGS(mpi_waitall, MPI_WAITALL, + vt_mpi_waitall_f, + (MPI_Fint* count, MPI_Fint array_of_requests[], MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], MPI_Fint* ierr), + (count, array_of_requests, array_of_statuses, ierr)) + +/* -- MPI_Waitany -- */ + +DEF_FMPI_FUNC( vt_mpi_waitany_f(MPI_Fint* count, MPI_Fint array_of_requests[], + MPI_Fint* index, MPI_Fint* status, + MPI_Fint* ierr) ) { + int i; + MPI_Request *l_request = 0; + MPI_Status c_status; + + if (*count > 0) { + l_request = alloc_request_array(*count); + for (i=0; i<*count; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Waitany(*count, l_request, index, &c_status); + if (*ierr == MPI_SUCCESS) { + if (*index >= 0) { + /* index may be MPI_UNDEFINED if all are null */ + array_of_requests[*index] = MPI_Request_c2f(l_request[*index]); + + /* See the description of waitany in the standard; + the Fortran index ranges are from 1, not zero */ + (*index)++; + } + MPI_Status_c2f(&c_status, status); + } +} VT_GENERATE_F77_BINDINGS(mpi_waitany, MPI_WAITANY, + vt_mpi_waitany_f, + (MPI_Fint* count, MPI_Fint array_of_requests[], MPI_Fint* index, MPI_Fint* status, MPI_Fint* ierr), + (count, array_of_requests, index, status, ierr)) + +/* -- MPI_Waitsome -- */ + +DEF_FMPI_FUNC( vt_mpi_waitsome_f(MPI_Fint* incount, + MPI_Fint array_of_requests[], + MPI_Fint* outcount, + MPI_Fint array_of_indices[], + MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], + MPI_Fint* ierr) ) { + int i, j, found; + MPI_Request *l_request = 0; + MPI_Status *c_status = 0; + + if (*incount > 0) { + l_request = alloc_request_array(*incount); + c_status = alloc_status_array(*incount); + for (i=0; i<*incount; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Waitsome(*incount, l_request, outcount, array_of_indices, + c_status); + if (*ierr == MPI_SUCCESS) { + for (i=0; i<*incount; i++) { + if (i < *outcount) { + if (array_of_indices[i] >= 0) { + array_of_requests[array_of_indices[i]] = + MPI_Request_c2f(l_request[array_of_indices[i]]); + } + } else { + found = j = 0; + while ( (!found) && (j<*outcount) ) { + if (array_of_indices[j++] == i) found = 1; + } + if (!found) array_of_requests[i] = MPI_Request_c2f(l_request[i]); + } + } + for (i=0; i<*outcount; i++) { + MPI_Status_c2f(&c_status[i], &(array_of_statuses[i][0])); + /* See the description of waitsome in the standard; + the Fortran index ranges are from 1, not zero */ + if (array_of_indices[i] >= 0) array_of_indices[i]++; + } + } +} VT_GENERATE_F77_BINDINGS(mpi_waitsome, MPI_WAITSOME, + vt_mpi_waitsome_f, + (MPI_Fint* incount, MPI_Fint array_of_requests[], MPI_Fint* outcount, MPI_Fint array_of_indices[], MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], MPI_Fint* ierr), + (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr)) + +/* -- MPI_Test -- */ + +DEF_FMPI_FUNC( vt_mpi_test_f(MPI_Fint* request, MPI_Fint* flag, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + MPI_Request l_request = MPI_Request_f2c(*request); + + *ierr = MPI_Test(&l_request, flag, &c_status); + if (*ierr != MPI_SUCCESS) return; + *request = MPI_Request_c2f(l_request); + if (flag) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_test, MPI_TEST, + vt_mpi_test_f, + (MPI_Fint* request, MPI_Fint* flag, MPI_Fint* status, MPI_Fint* ierr), + (request, flag, status, ierr)) + +/* -- MPI_Testany -- */ + +DEF_FMPI_FUNC( vt_mpi_testany_f(MPI_Fint* count, MPI_Fint array_of_requests[], + MPI_Fint* index, MPI_Fint* flag, + MPI_Fint* status, MPI_Fint* ierr) ) { + int i; + MPI_Request *l_request = 0; + MPI_Status c_status; + + if (*count > 0) { + l_request = alloc_request_array(*count); + for (i=0; i<*count; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Testany(*count, l_request, index, flag, &c_status); + if (*ierr == MPI_SUCCESS) { + if (*flag && *index >= 0) { + /* index may be MPI_UNDEFINED if all are null */ + array_of_requests[*index] = MPI_Request_c2f(l_request[*index]); + + /* See the description of waitany in the standard; + the Fortran index ranges are from 1, not zero */ + (*index)++; + } + MPI_Status_c2f(&c_status, status); + } +} VT_GENERATE_F77_BINDINGS(mpi_testany, MPI_TESTANY, + vt_mpi_testany_f, + (MPI_Fint* count, MPI_Fint array_of_requests[], MPI_Fint* index, MPI_Fint* flag, MPI_Fint* status, MPI_Fint* ierr), + (count, array_of_requests, index, flag, status, ierr)) + +/* -- MPI_Testall -- */ + +DEF_FMPI_FUNC( vt_mpi_testall_f(MPI_Fint* count, MPI_Fint array_of_requests[], + MPI_Fint* flag, + MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], + MPI_Fint* ierr) ) { + int i; + MPI_Request *l_request = 0; + MPI_Status *c_status = 0; + + if (*count > 0) { + l_request = alloc_request_array(*count); + c_status = alloc_status_array(*count); + for (i=0; i<*count; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Testall(*count, l_request, flag, c_status); + for (i=0; i<*count; i++) { + array_of_requests[i] = MPI_Request_c2f(l_request[i]); + } + if (*ierr == MPI_SUCCESS && *flag) { + for (i=0; i<*count; i++) { + MPI_Status_c2f(&(c_status[i]), &(array_of_statuses[i][0])); + } + } +} VT_GENERATE_F77_BINDINGS(mpi_testall, MPI_TESTALL, + vt_mpi_testall_f, + (MPI_Fint* count, MPI_Fint array_of_requests[], MPI_Fint* flag, MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], MPI_Fint *ierr), + (count, array_of_requests, flag, array_of_statuses, ierr)) + +/* -- MPI_Testsome -- */ + +DEF_FMPI_FUNC( vt_mpi_testsome_f(MPI_Fint* incount, + MPI_Fint array_of_requests[], + MPI_Fint* outcount, + MPI_Fint array_of_indices[], + MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], + MPI_Fint* ierr) ) { + int i, j, found; + MPI_Request *l_request = 0; + MPI_Status *c_status = 0; + + if (*incount > 0) { + l_request = alloc_request_array(*incount); + c_status = alloc_status_array(*incount); + for (i=0; i<*incount; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Testsome(*incount, l_request, outcount, array_of_indices, + c_status); + if (*ierr == MPI_SUCCESS) { + for (i=0; i<*incount; i++) { + if (i < *outcount) { + array_of_requests[array_of_indices[i]] = + MPI_Request_c2f(l_request[array_of_indices[i]]); + } else { + found = j = 0; + while ( (!found) && (j<*outcount) ) { + if (array_of_indices[j++] == i) found = 1; + } + if (!found) array_of_requests[i] = MPI_Request_c2f(l_request[i]); + } + } + for (i=0; i<*outcount; i++) { + MPI_Status_c2f(&c_status[i], &(array_of_statuses[i][0])); + /* See the description of testsome in the standard; + the Fortran index ranges are from 1, not zero */ + if (array_of_indices[i] >= 0) array_of_indices[i]++; + } + } +} VT_GENERATE_F77_BINDINGS(mpi_testsome, MPI_TESTSOME, + vt_mpi_testsome_f, + (MPI_Fint* incount, MPI_Fint array_of_requests[], MPI_Fint* outcount, MPI_Fint array_of_indices[], MPI_Fint array_of_statuses[][MPI_STATUS_SIZE], MPI_Fint* ierr), + (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr)) + +/* -- MPI_Send_init -- */ + +DEF_FMPI_FUNC( vt_mpi_send_init_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Send_init(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_send_init, MPI_SEND_INIT, + vt_mpi_send_init_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Bsend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_bsend_init_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Bsend_init(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_bsend_init, MPI_BSEND_INIT, + vt_mpi_bsend_init_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Rsend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_rsend_init_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Rsend_init(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_rsend_INIT, MPI_RSEND_INIT, + vt_mpi_rsend_init_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Ssend_init -- */ + +DEF_FMPI_FUNC( vt_mpi_ssend_init_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* dest, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Ssend_init(buf, *count, MPI_Type_f2c(*datatype), *dest, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_ssend_init, MPI_SSEND_INIT, + vt_mpi_ssend_init_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* dest, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, dest, tag, comm, request, ierr)) + +/* -- MPI_Recv_init -- */ + +DEF_FMPI_FUNC( vt_mpi_recv_init_f(char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* source, + MPI_Fint* tag, MPI_Fint* comm, + MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request; + + *ierr = MPI_Recv_init(buf, *count, MPI_Type_f2c(*datatype), *source, *tag, + MPI_Comm_f2c(*comm), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_recv_init, MPI_RECV_INIT, + vt_mpi_recv_init_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* source, MPI_Fint* tag, MPI_Fint* comm, MPI_Fint* request, MPI_Fint* ierr), + (buf, count, datatype, source, tag, comm, request, ierr)) + +/* -- MPI_Start -- */ + +DEF_FMPI_FUNC( vt_mpi_start_f(MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request = MPI_Request_f2c(*request); + + *ierr = MPI_Start(&l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_start, MPI_START, + vt_mpi_start_f, + (MPI_Fint* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Startall -- */ + +DEF_FMPI_FUNC( vt_mpi_startall_f(MPI_Fint* count, MPI_Fint array_of_requests[], + MPI_Fint* ierr) ) { + int i; + MPI_Request *l_request = 0; + + if (*count > 0) { + l_request = alloc_request_array(*count); + for (i=0; i<*count; i++) { + l_request[i] = MPI_Request_f2c(array_of_requests[i]); + } + } + *ierr = MPI_Startall(*count, l_request); + if (*ierr == MPI_SUCCESS) { + for (i=0; i<*count; i++) { + array_of_requests[i] = MPI_Request_c2f(l_request[i]); + } + } +} VT_GENERATE_F77_BINDINGS(mpi_startall, MPI_STARTALL, + vt_mpi_startall_f, + (MPI_Fint* count, MPI_Fint array_of_requests[], MPI_Fint* ierr), + (count, array_of_requests, ierr)) + +/* -- MPI_Request_free -- */ + +DEF_FMPI_FUNC( vt_mpi_request_free_f(MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request = MPI_Request_f2c(*request); + + *ierr = MPI_Request_free(&l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_request_free, MPI_REQUEST_FREE, + vt_mpi_request_free_f, + (MPI_Fint* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Cancel -- */ + +DEF_FMPI_FUNC( vt_mpi_cancel_f(MPI_Fint* request, MPI_Fint* ierr) ) { + MPI_Request l_request = MPI_Request_f2c(*request); + *ierr = MPI_Cancel(&l_request); +} VT_GENERATE_F77_BINDINGS(mpi_cancel, MPI_CANCEL, + vt_mpi_cancel_f, + (MPI_Fint* request, MPI_Fint* ierr), + (request, ierr)) + +/* -- MPI_Allreduce -- */ + +DEF_FMPI_FUNC( vt_mpi_allreduce_f(char* sendbuf, char* recvbuf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* op, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Allreduce(sendbuf, recvbuf, *count, MPI_Type_f2c(*datatype), + MPI_Op_f2c(*op), MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_allreduce, MPI_ALLREDUCE, + vt_mpi_allreduce_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* op, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, comm, ierr)) + +/* -- MPI_Barrier -- */ + +DEF_FMPI_FUNC( vt_mpi_barrier_f(MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Barrier(MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_barrier, MPI_BARRIER, + vt_mpi_barrier_f, + (MPI_Fint* comm, MPI_Fint* ierr), + (comm, ierr)) + +/* -- MPI_Bcast -- */ + +DEF_FMPI_FUNC( vt_mpi_bcast_f(char* buf, MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* root, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Bcast(buf, *count, MPI_Type_f2c(*datatype), *root, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_bcast, MPI_BCAST, + vt_mpi_bcast_f, + (char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (buf, count, datatype, root, comm, ierr)) + +/* -- MPI_Gather -- */ + +DEF_FMPI_FUNC( vt_mpi_gather_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Fint* recvtype, + MPI_Fint* root, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Gather(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), recvbuf, + *recvcount, MPI_Type_f2c(*recvtype), *root, + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_gather, MPI_GATHER, + vt_mpi_gather_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Reduce -- */ + +DEF_FMPI_FUNC( vt_mpi_reduce_f(char* sendbuf, char* recvbuf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* op, + MPI_Fint* root, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Reduce(sendbuf, recvbuf, *count, MPI_Type_f2c(*datatype), + MPI_Op_f2c(*op), *root, MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_reduce, MPI_REDUCE, + vt_mpi_reduce_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* op, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, root, comm, ierr)) + +/* -- MPI_Gatherv -- */ + +DEF_FMPI_FUNC( vt_mpi_gatherv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcounts, MPI_Fint* displs, + MPI_Fint* recvtype, MPI_Fint* root, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Gatherv(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), + recvbuf, recvcounts, displs, MPI_Type_f2c(*recvtype), + *root, MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_gatherv, MPI_GATHERV, + vt_mpi_gatherv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* displs, MPI_Fint* recvtype, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr)) + +/* -- MPI_Allgather -- */ + +DEF_FMPI_FUNC( vt_mpi_allgather_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Fint* recvtype, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Allgather(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), + recvbuf, *recvcount, MPI_Type_f2c(*recvtype), + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_allgather, MPI_ALLGATHER, + vt_mpi_allgather_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr)) + +/* -- MPI_Allgatherv -- */ + +DEF_FMPI_FUNC( vt_mpi_allgatherv_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcounts, MPI_Fint* displs, + MPI_Fint* recvtype, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Allgatherv(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), + recvbuf, recvcounts, displs, MPI_Type_f2c(*recvtype), + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_allgatherv, MPI_ALLGATHERV, + vt_mpi_allgatherv_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* displs, MPI_Fint* recvtype, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr)) + +/* -- MPI_Alltoall -- */ + +DEF_FMPI_FUNC( vt_mpi_alltoall_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Fint* recvtype, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Alltoall(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), recvbuf, + *recvcount, MPI_Type_f2c(*recvtype), + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_alltoall, MPI_ALLTOALL, + vt_mpi_alltoall_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr)) + +/* -- MPI_Alltoallv -- */ + +DEF_FMPI_FUNC( vt_mpi_alltoallv_f(char* sendbuf, MPI_Fint* sendcounts, + MPI_Fint* sdispls, MPI_Fint* sendtype, + char* recvbuf, MPI_Fint* recvcounts, + MPI_Fint* rdispls, MPI_Fint* recvtype, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Alltoallv(sendbuf, sendcounts, sdispls, MPI_Type_f2c(*sendtype), + recvbuf, recvcounts, rdispls, MPI_Type_f2c(*recvtype), + MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_alltoallv, MPI_ALLTOALLV, + vt_mpi_alltoallv_f, + (char* sendbuf, MPI_Fint* sendcounts, MPI_Fint* sdispls, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* rdispls, MPI_Fint* recvtype, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr)) + +/* -- MPI_Scan -- */ + +DEF_FMPI_FUNC( vt_mpi_scan_f(char* sendbuf, char* recvbuf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* op, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Scan(sendbuf, recvbuf, *count, MPI_Type_f2c(*datatype), + MPI_Op_f2c(*op), MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_scan, MPI_SCAN, + vt_mpi_scan_f, + (char* sendbuf, char* recvbuf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* op, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, count, datatype, op, comm, ierr)) + +/* -- MPI_Scatter -- */ + +DEF_FMPI_FUNC( vt_mpi_scatter_f(char* sendbuf, MPI_Fint* sendcount, + MPI_Fint* sendtype, char* recvbuf, + MPI_Fint* recvcount, MPI_Fint* recvtype, + MPI_Fint* root, MPI_Fint* comm, + MPI_Fint* ierr) ) { + *ierr = MPI_Scatter(sendbuf, *sendcount, MPI_Type_f2c(*sendtype), + recvbuf, *recvcount, MPI_Type_f2c(*recvtype), + *root, MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_scatter, MPI_SCATTER, + vt_mpi_scatter_f, + (char* sendbuf, MPI_Fint* sendcount, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Scatterv -- */ + +DEF_FMPI_FUNC( vt_mpi_scatterv_f(char* sendbuf, MPI_Fint* sendcounts, + MPI_Fint* displs, MPI_Fint* sendtype, + char* recvbuf, MPI_Fint* recvcount, + MPI_Fint* recvtype, MPI_Fint* root, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Scatterv(sendbuf, sendcounts, displs, MPI_Type_f2c(*sendtype), + recvbuf, *recvcount, MPI_Type_f2c(*recvtype), + *root, MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_scatterv, MPI_SCATTERV, + vt_mpi_scatterv_f, + (char* sendbuf, MPI_Fint* sendcounts, MPI_Fint* displs, MPI_Fint* sendtype, char* recvbuf, MPI_Fint* recvcount, MPI_Fint* recvtype, MPI_Fint* root, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr)) + +/* -- MPI_Reduce_scatter -- */ + +DEF_FMPI_FUNC( vt_mpi_reduce_scatter_f(char* sendbuf, char* recvbuf, + MPI_Fint* recvcounts, + MPI_Fint* datatype, MPI_Fint* op, + MPI_Fint* comm, MPI_Fint* ierr) ) { + *ierr = MPI_Reduce_scatter(sendbuf, recvbuf, recvcounts, + MPI_Type_f2c(*datatype), MPI_Op_f2c(*op), MPI_Comm_f2c(*comm)); +} VT_GENERATE_F77_BINDINGS(mpi_reduce_scatter, MPI_REDUCE_SCATTER, + vt_mpi_reduce_scatter_f, + (char* sendbuf, char* recvbuf, MPI_Fint* recvcounts, MPI_Fint* datatype, MPI_Fint* op, MPI_Fint* comm, MPI_Fint* ierr), + (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr)) + +#if defined(HAVE_MPIO) && HAVE_MPIO + +/* -- MPI_File_close -- */ + +DEF_FMPI_FUNC( vt_mpi_file_close_f(MPI_Fint* fh, MPI_Fint* ierr) ) { + MPI_File l_fh = MPI_File_f2c(*fh); + *ierr = MPI_File_close(&l_fh); + if (*ierr == MPI_SUCCESS) *fh = MPI_File_c2f(l_fh); +} VT_GENERATE_F77_BINDINGS(mpi_file_close, MPI_FILE_CLOSE, + vt_mpi_file_close_f, + (MPI_Fint* fh, MPI_Fint* ierr), + (fh, ierr)) + +/* -- MPI_File_open -- */ + +DEF_FMPI_FUNC( vt_mpi_file_open_f(MPI_Fint* comm, char* filename, + MPI_Fint* amode, MPI_Fint* info, + MPI_Fint* fh, MPI_Fint* ierr, int nl) ) { + int namelen; + char namebuf[1024]; + MPI_File l_fh = MPI_File_f2c(*fh); + + /* -- convert Fortran to C strings -- */ + namelen = ( nl < 1024 ) ? nl : 1023; + strncpy(namebuf, filename, namelen); + namebuf[namelen] = '\0'; + + *ierr = MPI_File_open(MPI_Comm_f2c(*comm), namebuf, *amode, + MPI_Info_f2c(*info), &l_fh); + if (*ierr == MPI_SUCCESS) *fh = MPI_File_c2f(l_fh); +} VT_GENERATE_F77_BINDINGS(mpi_file_open, MPI_FILE_OPEN, + vt_mpi_file_open_f, + (MPI_Fint* comm, char* filename, MPI_Fint* amode, MPI_Fint* info, MPI_Fint* fh, MPI_Fint* ierr, int nl), + (comm, filename, amode, info, fh, ierr, nl)) + +/* -- MPI_File_iread -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_f(MPI_Fint* fh, char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iread(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread, MPI_FILE_IREAD, + vt_mpi_file_iread_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_f(MPI_Fint* fh, char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iwrite(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite, MPI_FILE_IWRITE, + vt_mpi_file_iwrite_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_f(MPI_Fint* fh, char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read, MPI_FILE_READ, + vt_mpi_file_read_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + + +/* -- MPI_File_read_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_all(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all, MPI_FILE_READ_ALL, + vt_mpi_file_read_all_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_seek -- */ + +DEF_FMPI_FUNC( vt_mpi_file_seek_f(MPI_Fint* fh, MPI_Fint* offset, + MPI_Fint* whence, MPI_Fint* ierr) ) { + *ierr = MPI_File_seek(MPI_File_f2c(*fh), (MPI_Offset)*offset, *whence); +} VT_GENERATE_F77_BINDINGS(mpi_file_seek, MPI_FILE_SEEK, + vt_mpi_file_seek_f, + (MPI_Fint* fh, MPI_Fint* offset, MPI_Fint* whence, MPI_Fint* ierr), + (fh, offset, whence, ierr)) + +/* -- MPI_File_write -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_f(MPI_Fint* fh, char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write, MPI_FILE_WRITE, + vt_mpi_file_write_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_all_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_all(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all, MPI_FILE_WRITE_ALL, + vt_mpi_file_write_all_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_begin_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_all_begin(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, + vt_mpi_file_read_all_begin_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_read_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_all_end_f(MPI_Fint* fh, char* buf, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_all_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_all_end, MPI_FILE_READ_ALL_END, + vt_mpi_file_read_all_end_f, + (MPI_Fint* fh, char* buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_read_at_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_begin_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_at_all_begin(MPI_File_f2c(*fh), (MPI_Offset)*offset, + buf, *count, MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all_begin, + MPI_FILE_READ_AT_ALL_EBGIN, + vt_mpi_file_read_at_all_begin_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, ierr)) + +/* -- MPI_File_read_at_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_end_f(MPI_Fint* fh, char* buf, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_at_all_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all_end, MPI_FILE_READ_AT_ALL_END, + vt_mpi_file_read_at_all_end_f, + (MPI_Fint* fh, char* buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_read_ordered_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_begin_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_read_ordered_begin(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered_begin, + MPI_FILE_READ_ORDERED_BEGIN, + vt_mpi_file_read_ordered_begin_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_read_ordered_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_end_f(MPI_Fint* fh, char* buf, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_ordered_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered_end, + MPI_FILE_READ_ORDERED_END, + vt_mpi_file_read_ordered_end_f, + (MPI_Fint* fh, char* buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_all_begin_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_all_begin(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, + vt_mpi_file_write_all_begin_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_write_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_all_end_f(MPI_Fint* fh, char* buf, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_all_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_all_end, MPI_FILE_WRITE_ALL_END, + vt_mpi_file_write_all_end_f, + (MPI_Fint* fh, char* buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_at_all_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_begin_f(MPI_Fint* fh, + MPI_Fint* offset, char* buf, + MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_at_all_begin(MPI_File_f2c(*fh), (MPI_Offset)*offset, + buf, *count, MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all_begin, + MPI_FILE_WRITE_AT_ALL_BEGIN, + vt_mpi_file_write_at_all_begin_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, ierr)) + +/* -- MPI_File_write_at_all_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_end_f(MPI_Fint* fh, char *buf, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_at_all_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all_end, + MPI_FILE_WRITE_AT_ALL_END, + vt_mpi_file_write_at_all_end_f, + (MPI_Fint* fh, char *buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_write_ordered_begin -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_begin_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, + MPI_Fint* datatype, + MPI_Fint* ierr) ) { + *ierr = MPI_File_write_ordered_begin(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype)); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered_begin, + MPI_FILE_WRITE_ORDERED_BEGIN, + vt_mpi_file_write_ordered_begin_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* ierr), + (fh, buf, count, datatype, ierr)) + +/* -- MPI_File_write_ordered_end -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_end_f(MPI_Fint* fh, char* buf, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_ordered_end(MPI_File_f2c(*fh), buf, &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered_end, + MPI_FILE_WRITE_ORDERED_END, + vt_mpi_file_write_ordered_end_f, + (MPI_Fint* fh, char* buf, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, status, ierr)) + +/* -- MPI_File_iread_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_at_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iread_at(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, + *count, MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread_at, MPI_FILE_IREAD_AT, + vt_mpi_file_iread_at_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_at_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iwrite_at(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, + *count, MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, + vt_mpi_file_iwrite_at_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_f(MPI_Fint* fh, MPI_Fint* offset, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_at(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at, MPI_FILE_READ_AT, + vt_mpi_file_read_at_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_at_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_at_all_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_at_all(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, + *count, MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, + vt_mpi_file_read_at_all_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_at -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_at(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, + *count, MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at, MPI_FILE_WRITE_AT, + vt_mpi_file_write_at_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_at_all -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_at_all_f(MPI_Fint* fh, MPI_Fint* offset, + char* buf, MPI_Fint* count, + MPI_Fint* datatype, MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_at_all(MPI_File_f2c(*fh), (MPI_Offset)*offset, buf, + *count, MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, + vt_mpi_file_write_at_all_f, + (MPI_Fint* fh, MPI_Fint* offset, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, offset, buf, count, datatype, status, ierr)) + +/* -- MPI_File_iread_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iread_shared_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iread_shared(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, + vt_mpi_file_iread_shared_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_iwrite_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_iwrite_shared_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* request, + MPI_Fint* ierr) ) { + MPI_Request l_request; + *ierr = MPI_File_iwrite_shared(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &l_request); + if (*ierr == MPI_SUCCESS) *request = MPI_Request_c2f(l_request); +} VT_GENERATE_F77_BINDINGS(mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, + vt_mpi_file_iwrite_shared_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* request, MPI_Fint* ierr), + (fh, buf, count, datatype, request, ierr)) + +/* -- MPI_File_read_ordered -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_ordered_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_ordered(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_ordered, MPI_FILE_READ_ORDERED, + vt_mpi_file_read_ordered_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_read_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_read_shared_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_read_shared(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_read_shared, MPI_FILE_READ_SHARED, + vt_mpi_file_read_shared_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_seek_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_seek_shared_f(MPI_Fint* fh, MPI_Fint* offset, + MPI_Fint* whence, MPI_Fint* ierr) ) { + *ierr = MPI_File_seek_shared(MPI_File_f2c(*fh), (MPI_Offset)*offset, + *whence); +} VT_GENERATE_F77_BINDINGS(mpi_file_seek_shared, MPI_FILE_SEEK_SHARED, + vt_mpi_file_seek_shared_f, + (MPI_Fint* fh, MPI_Fint* offset, MPI_Fint* whence, MPI_Fint* ierr), + (fh, offset, whence, ierr)) + +/* -- MPI_File_write_ordered -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_ordered_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, + MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_ordered(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, + vt_mpi_file_write_ordered_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +/* -- MPI_File_write_shared -- */ + +DEF_FMPI_FUNC( vt_mpi_file_write_shared_f(MPI_Fint* fh, char* buf, + MPI_Fint* count, MPI_Fint* datatype, + MPI_Fint* status, MPI_Fint* ierr) ) { + MPI_Status c_status; + *ierr = MPI_File_write_shared(MPI_File_f2c(*fh), buf, *count, + MPI_Type_f2c(*datatype), &c_status); + if (*ierr == MPI_SUCCESS) MPI_Status_c2f(&c_status, status); +} VT_GENERATE_F77_BINDINGS(mpi_file_write_shared, MPI_FILE_WRITE_SHARED, + vt_mpi_file_write_shared_f, + (MPI_Fint* fh, char* buf, MPI_Fint* count, MPI_Fint* datatype, MPI_Fint* status, MPI_Fint* ierr), + (fh, buf, count, datatype, status, ierr)) + +#endif /* HAVE_MPIO */ + +#endif /* NEED_F2C_CONV */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_fnmatch.h b/ompi/contrib/vt/vt/vtlib/vt_fnmatch.h new file mode 100644 index 0000000000..fa17e98b10 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_fnmatch.h @@ -0,0 +1,30 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_FNMATCH_H +#define _VT_FNMATCH_H + +#if HAVE_CONFIG_H +# include +#endif + +#if defined(HAVE_FNMATCH_H) && HAVE_FNMATCH_H +# include +# define vt_fnmatch fnmatch +#else /* HAVE_FNMATCH_H */ +# include +# define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ +# define vt_fnmatch(_pattern, _string, __flags) \ + strcmp(_string, _pattern) +#endif /* HAVE_FNMATCH_H */ + +#endif /* _VT_FNMATCH_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_inttypes.h b/ompi/contrib/vt/vt/vtlib/vt_inttypes.h new file mode 100644 index 0000000000..76e8aec187 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_inttypes.h @@ -0,0 +1,60 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_INTTYPES_H +#define _VT_INTTYPES_H + +/* + +define convenient integer types in case neither 'inttypes.h' nor 'stdint.h' +is available on a platform, e.g. for NEC SX6 + +*/ + +#if HAVE_CONFIG_H +# include +#endif + +#if defined(HAVE_STDINT_H) && HAVE_STDINT_H +# include +#elif defined(HAVE_INTTYPES_H) && HAVE_INTTYPES_H +# include +#else /* HAVE_INTTYPES_H || HAVE_STDINT_H */ + +/* Signed. */ +typedef signed char int8_t; +typedef signed short int int16_t; +typedef signed int int32_t; + +#if SIZEOF_LONG == 8 +typedef signed long int int64_t; +#else /* SIZEOF_LONG */ +typedef signed long long int int64_t; +#endif /* SIZEOF_LONG */ + + +/* Unsigned. */ +typedef unsigned char uint8_t; +typedef unsigned short int uint16_t; +typedef unsigned int uint32_t; + +#if SIZEOF_LONG == 8 +typedef unsigned long int uint64_t; +#else /* SIZEOF_LONG */ +typedef unsigned long long int uint64_t; +#endif /* SIZEOF_LONG */ + + +#endif /* HAVE_INTTYPES_H || HAVE_STDINT_H */ + + +#endif /* _VT_INTTYPES_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_iowrap.c b/ompi/contrib/vt/vt/vtlib/vt_iowrap.c new file mode 100644 index 0000000000..1c7823507c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_iowrap.c @@ -0,0 +1,1225 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#define _GNU_SOURCE +#define _LARGEFILE64_SOURCE + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "vt_iowrap.h" +#include "vt_iowrap_helper.h" +#include "vt_defs.h" +#include "vt_error.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" + + +#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS > SIZEOF_LONG) +#define OFF_T_STRARG "%lli" +#else +#define OFF_T_STRARG "%li" +#endif + + +/** \brief flag for enabling and disabling tracing */ +int vt_io_tracing_enabled = 0; +int vt_io_tracing_state = 0; +/** \brief VT file id for I/O, set in init macro */ +static uint32_t vt_fid = VT_NO_ID; + +/*********************************************/ +/* */ +/* helper functions */ +/* */ +/*********************************************/ + +/* exits vt if we can not locate a symbol via dlsym + */ +static void symload_fail(char *str) +{ + char outstr[1024]; + + snprintf(outstr, sizeof(outstr), "%s:%s\n", strerror(errno), str); + + vt_error_msg(outstr); +} + +/*********************************************/ +/* */ +/* init & finalize */ +/* */ +/*********************************************/ + +int vt_iowrap_init(void) +{ + static int lib_inited = 0; + int total_open_files; + + vt_debug_msg(DBG_INIT, "iowrap_init: init check\n"); + if (lib_inited) + return 0; + lib_inited = 1; + + max_open_files = get_max_open_files(); + total_open_files = get_total_open_files( max_open_files ); + fd_to_vampirid=(vampir_file_t *) malloc(total_open_files*sizeof(vampir_file_t)); + if( fd_to_vampirid==NULL ) + vt_error_msg("iowrap_init: unable to allocate memory for file descriptor mapping"); + memset( fd_to_vampirid, 0, total_open_files*sizeof(vampir_file_t)); + + vt_debug_msg(DBG_INIT, "iowrap_init: vt_def_file()\n"); + vt_fid = vt_def_file( "I/O" ); + + file_group_id_stdio = vt_def_fileio_group("stdio"); + file_group_id_rest = vt_def_fileio_group("fileio"); + + vt_iofile_open( "", 0 ); + vt_iofile_open( "", 1 ); + vt_iofile_open( "", 2 ); + + VT_IOWRAP_INIT_FUNC(open); + VT_IOWRAP_INIT_FUNC(creat); + VT_IOWRAP_INIT_FUNC(close); + VT_IOWRAP_INIT_FUNC(dup); + VT_IOWRAP_INIT_FUNC(dup2); + VT_IOWRAP_INIT_FUNC(lseek); + VT_IOWRAP_INIT_FUNC(read); + VT_IOWRAP_INIT_FUNC(write); + VT_IOWRAP_INIT_FUNC(readv); + VT_IOWRAP_INIT_FUNC(writev); + VT_IOWRAP_INIT_FUNC(pread); + VT_IOWRAP_INIT_FUNC(pwrite); + VT_IOWRAP_INIT_FUNC(fdopen); + VT_IOWRAP_INIT_FUNC(fopen); + VT_IOWRAP_INIT_FUNC(fclose); + VT_IOWRAP_INIT_FUNC(fseek); + VT_IOWRAP_INIT_FUNC(fseeko); + VT_IOWRAP_INIT_FUNC(rewind); + VT_IOWRAP_INIT_FUNC(fsetpos); + VT_IOWRAP_INIT_FUNC(fread); + VT_IOWRAP_INIT_FUNC(fwrite); + VT_IOWRAP_INIT_FUNC(fgetc); + VT_IOWRAP_INIT_FUNC(getc); + VT_IOWRAP_INIT_FUNC(fgets); + VT_IOWRAP_INIT_FUNC(gets); + VT_IOWRAP_INIT_FUNC(fputc); + VT_IOWRAP_INIT_FUNC(putc); + VT_IOWRAP_INIT_FUNC(fputs); + VT_IOWRAP_INIT_FUNC(puts); + VT_IOWRAP_INIT_FUNC(fscanf); + VT_IOWRAP_INIT_FUNC(fprintf); +#if defined(HAVE_OPEN64) && HAVE_OPEN64 + VT_IOWRAP_INIT_FUNC(open64); +#endif /* HAVE_OPEN64 */ +#if defined(HAVE_CREAT64) && HAVE_CREAT64 + VT_IOWRAP_INIT_FUNC(creat64); +#endif /* HAVE_CREAT64 */ +#if defined(HAVE_LSEEK64) && HAVE_LSEEK64 + VT_IOWRAP_INIT_FUNC(lseek64); +#endif /* HAVE_LSEEK64 */ +#if defined(HAVE_PREAD64) && HAVE_PREAD64 + VT_IOWRAP_INIT_FUNC(pread64); +#endif /* HAVE_PREAD64 */ +#if defined(HAVE_PWRITE64) && HAVE_PWRITE64 + VT_IOWRAP_INIT_FUNC(pwrite64); +#endif /* HAVE_PWRITE64 */ +#if defined(HAVE_FOPEN64) && HAVE_FOPEN64 + VT_IOWRAP_INIT_FUNC(fopen64); +#endif /* HAVE_FOPEN64 */ +#if defined(HAVE_FSEEKO64) && HAVE_FSEEKO64 + VT_IOWRAP_INIT_FUNC(fseeko64); +#endif /* HAVE_FSEEKO64 */ +#if defined(HAVE_FSETPOS64) && HAVE_FSETPOS64 + VT_IOWRAP_INIT_FUNC(fsetpos64) +#endif /* HAVE_FSETPOS64 */ + + return 0; +} + +int vt_iowrap_finalize(void) +{ + if( fd_to_vampirid!=NULL ) + free(fd_to_vampirid); + return 0; +} + +/*********************************************/ +/* */ +/* wrapper */ +/* */ +/*********************************************/ + +int open(const char *path, int flags, ...) +{ +#define VT_IOWRAP_THISFUNCNAME open + mode_t mode = 0; + int ret; + uint64_t enter_time; + + /* checks whether tracing is enabled and initializes + if necessary */ + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + if (flags & O_CREAT) { + va_list ap; + va_start(ap, flags); + /* If mode_t is narrower than int, use the promoted type (int), + not mode_t. */ +#if SIZEOF_MODE_T < SIZEOF_INT + mode = va_arg(ap, int); +#else + mode = va_arg(ap, mode_t); +#endif + va_end(ap); + } + + /* checks whether I/O tracing is enabled + if not, executes the I/O function and returns */ + VT_IOWRAP_CHECK_TRACING3(path, flags, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s, %i\n", path, mode); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, path, flags, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==-1, ret ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_OPEN64) && HAVE_OPEN64 +int open64(const char *path, int flags, ...) +{ +#define VT_IOWRAP_THISFUNCNAME open64 + mode_t mode = 0; + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + if (flags & O_CREAT) { + va_list ap; + va_start(ap, flags); + /* If mode_t is narrower than int, use the promoted type (int), + not mode_t. */ +#if SIZEOF_MODE_T < SIZEOF_INT + mode = va_arg(ap, int); +#else + mode = va_arg(ap, mode_t); +#endif + va_end(ap); + } + + VT_IOWRAP_CHECK_TRACING3(path, flags, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s\n", path); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, path, flags, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==-1, ret); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_OPEN64 */ + + +int creat(const char *path, mode_t mode) +{ +#define VT_IOWRAP_THISFUNCNAME creat + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + VT_IOWRAP_CHECK_TRACING2(path, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s\n", path); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, path, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==-1, ret); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_CREAT64) && HAVE_CREAT64 +int creat64(const char *path, mode_t mode) +{ +#define VT_IOWRAP_THISFUNCNAME creat64 + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + VT_IOWRAP_CHECK_TRACING2(path, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s\n", path); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, path, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==-1, ret); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_CREAT64 */ + + +int dup(int oldfd) +{ +#define VT_IOWRAP_THISFUNCNAME dup + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(oldfd); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", oldfd); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, oldfd); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, ret); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int dup2(int oldfd, int newfd) +{ +#define VT_IOWRAP_THISFUNCNAME dup2 + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(oldfd, newfd); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %i\n", oldfd, newfd); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, oldfd, newfd); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, ret); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int close(int fd) +{ +#define VT_IOWRAP_THISFUNCNAME close + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(fd); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", fd); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, fd); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +off_t lseek(int fd, off_t offset, int whence) +{ +#define VT_IOWRAP_THISFUNCNAME lseek + off_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, offset, whence); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " OFF_T_STRARG ", %i\n", fd, offset, whence); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, offset, whence); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_LSEEK64) && HAVE_LSEEK64 +off64_t lseek64(int fd, off64_t offset, int whence) +{ +#define VT_IOWRAP_THISFUNCNAME lseek64 + off64_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, offset, whence); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " S64_STRARG ", %i\n", fd, offset, whence); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, offset, whence); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_LSEEK64 */ + + +ssize_t read(int fd, void *buf, size_t count) +{ +#define VT_IOWRAP_THISFUNCNAME read + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, buf, count); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu\n", fd, count); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, buf, count); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +ssize_t write(int fd, const void *buf, size_t count) +{ +#define VT_IOWRAP_THISFUNCNAME write + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, buf, count); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu\n", fd, count); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, buf, count); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +ssize_t readv(int fd, const struct iovec *iov, int count) +{ +#define VT_IOWRAP_THISFUNCNAME readv + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, iov, count); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %i iovecs\n", fd, count); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, iov, count); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +ssize_t writev(int fd, const struct iovec *iov, int count) +{ +#define VT_IOWRAP_THISFUNCNAME writev + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(fd, iov, count); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %i iovecs\n", fd, count); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, fd, iov, count); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +ssize_t pread(int fd, void *buf, size_t count, off_t offset) +{ +#define VT_IOWRAP_THISFUNCNAME pread + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(fd, buf, count, offset); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu, " OFF_T_STRARG "\n", fd, count, offset); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, fd, buf, count, offset); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset) +{ +#define VT_IOWRAP_THISFUNCNAME pwrite + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(fd, buf, count, offset); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu, " OFF_T_STRARG "\n", fd, count, offset); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, fd, buf, count, offset); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_PREAD64) && HAVE_PREAD64 +ssize_t pread64(int fd, void *buf, size_t count, off64_t offset) +{ +#define VT_IOWRAP_THISFUNCNAME pread64 + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(fd, buf, count, offset); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu, " S64_STRARG "\n", fd, count, offset); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, fd, buf, count, offset); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_PREAD64 */ + + +#if defined(HAVE_PWRITE64) && HAVE_PWRITE64 +ssize_t pwrite64(int fd, const void *buf, size_t count, off64_t offset) +{ +#define VT_IOWRAP_THISFUNCNAME pwrite64 + ssize_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(fd, buf, count, offset); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu, " S64_STRARG "\n", fd, count, offset); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, fd, buf, count, offset); + num_bytes = ret; + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fd); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_PWRITE64 */ + + +FILE *fopen(const char *path, const char *mode) +{ +#define VT_IOWRAP_THISFUNCNAME fopen + FILE *ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + VT_IOWRAP_CHECK_TRACING2(path, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s, %s\n", path, mode); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, path, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==NULL, fileno(ret)); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_FOPEN64) && HAVE_FOPEN64 +FILE *fopen64(const char *path, const char *mode) +{ +#define VT_IOWRAP_THISFUNCNAME fopen64 + FILE *ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC_OPEN(); + + VT_IOWRAP_CHECK_TRACING2(path, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %s, %s\n", path, mode); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, path, mode); + + VT_IOWRAP_LEAVE_IOFUNC_OPEN( ret==NULL, fileno(ret)); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_FOPEN64 */ + + +FILE *fdopen(int fd, const char *mode) +{ +#define VT_IOWRAP_THISFUNCNAME fdopen + FILE *ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(fd, mode); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %s\n", fd, mode); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, fd, mode); + + VT_IOWRAP_LEAVE_IOFUNC( ret==NULL, fd ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fclose(FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fclose + int ret; + int tmp; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1); + + VT_IOWRAP_ENTER_IOFUNC(); + + tmp=fileno(stream); + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, stream); + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF, tmp ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fseek(FILE *stream, long offset, int whence) +{ +#define VT_IOWRAP_THISFUNCNAME fseek + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(stream, offset, whence); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %li, %i\n", + stream != NULL ? fileno(stream) : -1, + offset, whence); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, stream, offset, whence); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fseeko(FILE *stream, off_t offset, int whence) +{ +#define VT_IOWRAP_THISFUNCNAME fseeko + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(stream, offset, whence); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " OFF_T_STRARG ", %i\n", + stream != NULL ? fileno(stream) : -1, + offset, whence); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, stream, offset, whence); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_FSEEKO64) && HAVE_FSEEKO64 +int fseeko64(FILE *stream, off64_t offset, int whence) +{ +#define VT_IOWRAP_THISFUNCNAME fseeko64 + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(stream, offset, whence); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " S64_STRARG ", %i\n", + stream != NULL ? fileno(stream) : -1, + offset, whence); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, stream, offset, whence); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_FSEEKO64 */ + + +void rewind(FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME rewind + uint64_t enter_time; + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING_VOID1(stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1 ); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, stream); + + VT_IOWRAP_LEAVE_IOFUNC( 0, fileno(stream) ); +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fsetpos(FILE *stream, const fpos_t *pos) { +#define VT_IOWRAP_THISFUNCNAME fsetpos + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(stream, pos); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " OFF_T_STRARG "\n", + stream != NULL ? fileno(stream) : -1, + pos->__pos); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, stream, pos); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +#if defined(HAVE_FSETPOS64) && HAVE_FSETPOS64 +int fsetpos64(FILE *stream, const fpos64_t *pos) { +#define VT_IOWRAP_THISFUNCNAME fsetpos64 + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(stream, pos); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, " S64_STRARG "\n", + stream != NULL ? fileno(stream) : -1, + pos->__pos); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, stream, pos); + + VT_IOWRAP_LEAVE_IOFUNC( ret==-1, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} +#endif /* HAVE_FSETPOS64 */ + +size_t fread(void *buf, size_t size, size_t nmemb, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fread + size_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(buf, size, nmemb, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu x %zu\n", + stream != NULL ? fileno(stream) : -1, + nmemb, size); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, buf, size, nmemb, stream); + num_bytes = (ssize_t)(size*ret); + + VT_IOWRAP_LEAVE_IOFUNC( ret==(size_t) 0, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +size_t fwrite( const void *buf, size_t size, size_t nmemb, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fwrite + size_t ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING4(buf, size, nmemb, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %zu x %zu\n", + stream != NULL ? fileno(stream) : -1, + nmemb, size); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, buf, size, nmemb, stream); + num_bytes = (ssize_t)(size*ret); + + VT_IOWRAP_LEAVE_IOFUNC( ret==(size_t)0, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fgetc(FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fgetc + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, stream); + num_bytes=1; + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF , fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +/* getc may be defined as a macro, so we must disable it */ +#if defined(getc) +# undef getc +#endif +int getc(FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME getc + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, stream); + num_bytes=1; + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF , fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +char *fgets(char *s, int size, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fgets + char *ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING3(s, size, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %i bytes max, @%p\n", + stream != NULL ? fileno(stream) : -1, size, s); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, s, size, stream); + num_bytes=strlen(s); + + VT_IOWRAP_LEAVE_IOFUNC( ret==NULL , fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +char *gets(char *s) +{ +#define VT_IOWRAP_THISFUNCNAME gets + char *ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(s); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": @%p\n", s); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, s); + num_bytes = (ssize_t)strlen(s); + + VT_IOWRAP_LEAVE_IOFUNC( ret==NULL, fileno(stdin) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fputc(int c, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fputc + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(c, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, c, stream); + num_bytes=1; + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +/* putc may be defined as a macro, so we must disable it */ +#if defined(putc) +# undef putc +#endif +int putc(int c, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME putc + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(c, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i\n", + stream != NULL ? fileno(stream) : -1); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, c, stream); + num_bytes=1; + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fputs(const char *s, FILE *stream) +{ +#define VT_IOWRAP_THISFUNCNAME fputs + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING2(s, stream); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %p\n", + stream != NULL ? fileno(stream) : -1, s); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, s, stream); + num_bytes = (ssize_t)strlen(s); + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF, fileno(stream) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int puts(const char *s) +{ +#define VT_IOWRAP_THISFUNCNAME puts + int ret; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + VT_IOWRAP_CHECK_TRACING1(s); + + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %p\n", s); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "real_" stringify(VT_IOWRAP_THISFUNCNAME) "\n"); + ret = VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, s); + num_bytes = (ssize_t)strlen(s); + + VT_IOWRAP_LEAVE_IOFUNC( ret==EOF, fileno(stdout) ); + + return ret; +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fscanf(FILE *stream, const char *format, ...) +{ +#define VT_IOWRAP_THISFUNCNAME fscanf + int ret; + va_list arg; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + if( DO_TRACE() ) { + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %s\n", + stream != NULL ? fileno(stream) : -1, format); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "vfscanf\n"); + va_start (arg, format); + ret = vfscanf(stream, format, arg); + va_end (arg); + + num_bytes = (ssize_t)ret; + VT_IOWRAP_LEAVE_IOFUNC( ret==0, fileno(stream) ); + + return ret; + } + else { + va_start (arg, format); + ret = vfscanf(stream, format, arg); + va_end (arg); + return ret; + } +#undef VT_IOWRAP_THISFUNCNAME +} + + +int fprintf(FILE *stream, const char *format, ...) +{ +#define VT_IOWRAP_THISFUNCNAME fprintf + int ret; + va_list arg; + uint64_t enter_time; + + VT_IOWRAP_INIT_IOFUNC(); + + if( DO_TRACE() ) { + vt_debug_msg(DBG_IO, stringify(VT_IOWRAP_THISFUNCNAME) ": %i, %s\n", + stream != NULL ? fileno(stream) : -1, format); + + VT_IOWRAP_ENTER_IOFUNC(); + + vt_debug_msg(DBG_IO, "vfprintf\n"); + va_start (arg, format); + ret = vfprintf(stream, format, arg); + va_end (arg); + + num_bytes = (ssize_t)ret; + VT_IOWRAP_LEAVE_IOFUNC( ret==0, fileno(stream) ); + + return ret; + } + else { + va_start (arg, format); + ret = vfprintf(stream, format, arg); + va_end (arg); + return ret; + } +#undef VT_IOWRAP_THISFUNCNAME +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_iowrap.h b/ompi/contrib/vt/vt/vtlib/vt_iowrap.h new file mode 100644 index 0000000000..5aba695884 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_iowrap.h @@ -0,0 +1,469 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_IOWRAP_H_ +#define _VT_IOWRAP_H_ + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#if HAVE_CONFIG_H +# include +#endif + +#if (defined(VT_IOWRAP)) +#include +#include "vt_error.h" +# define VT_ENABLE_IO_TRACING() vt_io_tracing_enabled = 1; +# define VT_DISABLE_IO_TRACING() vt_io_tracing_enabled = 0; +# define VT_SUSPEND_IO_TRACING() \ + vt_io_tracing_state = vt_io_tracing_enabled; \ + vt_io_tracing_enabled = 0; +# define VT_RESUME_IO_TRACING() \ + vt_io_tracing_enabled = vt_io_tracing_state; + +#if SIZEOF_LONG == 8 +# define U64_STRARG "%lu" +# define S64_STRARG "%li" +#else /* SIZEOF_LONG */ +# define U64_STRARG "%llu" +# define S64_STRARG "%lli" +#endif /* SIZEOF_LONG */ + +enum func_id { + open_IDX, + open64_IDX, + creat_IDX, + creat64_IDX, + close_IDX, + dup_IDX, + dup2_IDX, + lseek_IDX, + lseek64_IDX, + read_IDX, + write_IDX, + readv_IDX, + writev_IDX, + pread_IDX, + pwrite_IDX, + pread64_IDX, + pwrite64_IDX, + fdopen_IDX, + fopen_IDX, + fopen64_IDX, + fclose_IDX, + fseek_IDX, + fseeko_IDX, + fseeko64_IDX, + rewind_IDX, + fsetpos_IDX, + fsetpos64_IDX, + fread_IDX, + fwrite_IDX, + fgetc_IDX, + getc_IDX, + fgets_IDX, + gets_IDX, + fputc_IDX, + putc_IDX, + fputs_IDX, + puts_IDX, + fscanf_IDX, + fprintf_IDX, + NUMFUNCTIONS +}; + +struct iofunctions { + int traceme; + int vt_func_id; +/* The following is necessary to avoid "warning: ISO C forbids conversion of + * object pointer to function pointer type". If the function calls break on some + * platform, the cause would most possibly lie here. + * Then sizeof(void *) != sizeof() + */ + union { + void *p; + void (*f)(void); + } lib_func; +}; + + +struct iofunctions iofunctions[NUMFUNCTIONS]; + +/* io wrapper initialization/finalization */ +EXTERN int vt_iowrap_init(void); +EXTERN int vt_iowrap_finalize(void); + +EXTERN int vt_io_tracing_enabled; +EXTERN int vt_io_tracing_state; + +#ifndef OTF_FILEOP_DUP +#define OTF_FILEOP_DUP 10 +#endif + +#define open_FUNCDEF (int (*)(const char *, int, mode_t)) +#define open_FUNCTYPE OTF_FILEOP_OPEN +#define open64_FUNCDEF (int (*)(const char *, int, mode_t)) +#define open64_FUNCTYPE OTF_FILEOP_OPEN +#define creat_FUNCDEF (int (*)(const char *, mode_t)) +#define creat_FUNCTYPE OTF_FILEOP_OPEN +#define creat64_FUNCDEF (int (*)(const char *, mode_t)) +#define creat64_FUNCTYPE OTF_FILEOP_OPEN +#define dup_FUNCDEF (int (*)(int)) +#define dup_FUNCTYPE OTF_FILEOP_DUP +#define dup2_FUNCDEF (int (*)(int, int)) +#define dup2_FUNCTYPE OTF_FILEOP_DUP +#define close_FUNCDEF (int (*)(int)) +#define close_FUNCTYPE OTF_FILEOP_CLOSE +#define lseek_FUNCDEF (off_t (*)(int, off_t, int)) +#define lseek_FUNCTYPE OTF_FILEOP_SEEK +#define lseek64_FUNCDEF (off64_t (*)(int, off64_t, int)) +#define lseek64_FUNCTYPE OTF_FILEOP_SEEK +#define read_FUNCDEF (ssize_t (*)(int, void *, size_t)) +#define read_FUNCTYPE OTF_FILEOP_READ +#define write_FUNCDEF (ssize_t (*)(int, const void *, size_t)) +#define write_FUNCTYPE OTF_FILEOP_WRITE +#define readv_FUNCDEF (int (*)(int, const struct iovec *, size_t)) +#define readv_FUNCTYPE OTF_FILEOP_READ +#define writev_FUNCDEF (int (*)(int, const struct iovec *, size_t)) +#define writev_FUNCTYPE OTF_FILEOP_WRITE +#define pread_FUNCDEF (ssize_t (*)(int, void *, size_t, off_t)) +#define pread_FUNCTYPE OTF_FILEOP_READ +#define pwrite_FUNCDEF (ssize_t (*)(int, const void *, size_t, off_t)) +#define pwrite_FUNCTYPE OTF_FILEOP_WRITE +#define pread64_FUNCDEF (ssize_t (*)(int, void *, size_t, off64_t)) +#define pread64_FUNCTYPE OTF_FILEOP_READ +#define pwrite64_FUNCDEF (ssize_t (*)(int, const void *, size_t, off64_t)) +#define pwrite64_FUNCTYPE OTF_FILEOP_WRITE +#define fdopen_FUNCDEF (FILE *(*)(int, const char *)) +#define fdopen_FUNCTYPE OTF_FILEOP_OPEN +#define fopen_FUNCDEF (FILE *(*)(const char *, const char *)) +#define fopen_FUNCTYPE OTF_FILEOP_OPEN +#define fopen64_FUNCDEF (FILE *(*)(const char *, const char *)) +#define fopen64_FUNCTYPE OTF_FILEOP_OPEN +#define fclose_FUNCDEF (int (*)(FILE *)) +#define fclose_FUNCTYPE OTF_FILEOP_CLOSE +#define fseek_FUNCDEF (int (*)(FILE *, long, int)) +#define fseek_FUNCTYPE OTF_FILEOP_SEEK +#define fseeko_FUNCDEF (int (*)(FILE *, off_t, int)) +#define fseeko_FUNCTYPE OTF_FILEOP_SEEK +#define fseeko64_FUNCDEF (int (*)(FILE *, off64_t, int)) +#define fseeko64_FUNCTYPE OTF_FILEOP_SEEK +#define rewind_FUNCDEF (void (*)(FILE *)) +#define rewind_FUNCTYPE OTF_FILEOP_SEEK +#define fsetpos_FUNCDEF (int (*)(FILE *, const fpos_t *)) +#define fsetpos_FUNCTYPE OTF_FILEOP_SEEK +#define fsetpos64_FUNCDEF (int (*)(FILE *, const fpos64_t *)) +#define fsetpos64_FUNCTYPE OTF_FILEOP_SEEK +#define fread_FUNCDEF (size_t (*)(void *, size_t, size_t, FILE *)) +#define fread_FUNCTYPE OTF_FILEOP_READ +#define fwrite_FUNCDEF (size_t (*)(const void *, size_t, size_t, FILE *)) +#define fwrite_FUNCTYPE OTF_FILEOP_WRITE +#define fgetc_FUNCDEF (int (*)(FILE *)) +#define fgetc_FUNCTYPE OTF_FILEOP_READ +#define getc_FUNCDEF (int (*)(FILE *)) +#define getc_FUNCTYPE OTF_FILEOP_READ +#define fgets_FUNCDEF (char *(*)(char *, int, FILE *)) +#define fgets_FUNCTYPE OTF_FILEOP_READ +#define gets_FUNCDEF (char *(*)(char *)) +#define gets_FUNCTYPE OTF_FILEOP_READ +#define fputc_FUNCDEF (int (*)(int, FILE *)) +#define fputc_FUNCTYPE OTF_FILEOP_WRITE +#define putc_FUNCDEF (int (*)(int, FILE *)) +#define putc_FUNCTYPE OTF_FILEOP_WRITE +#define fputs_FUNCDEF (int (*)(const char *, FILE *)) +#define fputs_FUNCTYPE OTF_FILEOP_WRITE +#define puts_FUNCDEF (int (*)(const char *)) +#define puts_FUNCTYPE OTF_FILEOP_WRITE +/* #define ungetc_FUNCDEF (int (*)(int, FILE *)) */ +#define fscanf_FUNCDEF (int (*)(FILE *, const char *, ...)) +#define fscanf_FUNCTYPE OTF_FILEOP_READ +#define fprintf_FUNCDEF (int (*)(FILE *, const char *, ...)) +#define fprintf_FUNCTYPE OTF_FILEOP_WRITE +/* #define vfscanf_FUNCDEF (int (*)(FILE *, const char *, va_list)) */ +/* #define vfprintf_FUNCDEF (int (*)(FILE *, const char *, va_list)) */ + + +/* #define IOWRAP_REGION_DESCR_LEN 256 */ +#define DBG_INIT 1 +#define DBG_IO 2 +#define DBG_VT_CALL 3 + + +#define FUNC_IDX(f) _FUNC_IDX(f) +#define _FUNC_IDX(f) f ## _IDX +#define VT_IOWRAP_FUNCDEF(f) f ## _FUNCDEF +#define VT_IOWRAP_FUNCTYPE(f) _VT_IOWRAP_FUNCTYPE(f) +#define _VT_IOWRAP_FUNCTYPE(f) f ## _FUNCTYPE +/* need double macro for stringify to evaluate macro arguments before stringifying */ +#define stringify(x) _stringify(x) +#define _stringify(x) #x + +/** + * Boolean macro for checking if we shall trace right now + * Tracing can be disabled globally via vt_io_tracing_enabled = 0 or + * for each function separately via iofunctions[IDX].traceme = 0 + */ +#define DO_TRACE() \ + ( vt_io_tracing_enabled && \ + iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].traceme && \ + VT_IS_TRACE_ON() ) + +/** Set up VT region and tracing specific settings + * ... to be used in global initialization + */ +#define VT_IOWRAP_INIT_FUNC(FUNC_NAME) \ +{ \ + vt_debug_msg(DBG_INIT, "init_func: vt_def_region(" stringify(FUNC_NAME) ")\n"); \ + iofunctions[FUNC_IDX(FUNC_NAME)].vt_func_id = \ + vt_def_region( stringify(FUNC_NAME), \ + vt_fid, \ + VT_NO_LNO, \ + VT_NO_LNO, \ + "I/O", \ + VT_FUNCTION ); \ + iofunctions[FUNC_IDX(FUNC_NAME)].traceme = 1; \ + if (!iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.p) { \ + vt_debug_msg(DBG_INIT, "init_func: dlsym(" stringify(FUNC_NAME) ") --> "); \ + iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.p = \ + dlsym( RTLD_NEXT, stringify(FUNC_NAME) ); \ + vt_debug_msg(DBG_INIT, "%p\n", iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.p); \ + if (!iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.p) \ + symload_fail( stringify(FUNC_NAME) ); \ + } \ + else { \ + vt_debug_msg(DBG_INIT, "init_func: " stringify(FUNC_NAME) " was already looked up: %p\n", \ + iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.p); \ + } \ +} + + +/** Call the function FUNC_NAME from the next library + */ +#if 0 +#define VT_IOWRAP_CALL_LIBFUNC(FUNC_NAME, ...) \ +( VT_IOWRAP_FUNCDEF(FUNC_NAME) \ + (iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.f) ) \ + (__VA_ARGS__) +#endif +#define VT_IOWRAP_CALL_LIBFUNC1(FUNC_NAME, ARG1) \ +( VT_IOWRAP_FUNCDEF(FUNC_NAME) \ + (iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.f) ) \ + (ARG1) +#define VT_IOWRAP_CALL_LIBFUNC2(FUNC_NAME, ARG1, ARG2) \ +( VT_IOWRAP_FUNCDEF(FUNC_NAME) \ + (iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.f) ) \ + (ARG1, ARG2) +#define VT_IOWRAP_CALL_LIBFUNC3(FUNC_NAME, ARG1, ARG2, ARG3) \ +( VT_IOWRAP_FUNCDEF(FUNC_NAME) \ + (iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.f) ) \ + (ARG1, ARG2, ARG3) +#define VT_IOWRAP_CALL_LIBFUNC4(FUNC_NAME, ARG1, ARG2, ARG3, ARG4) \ +( VT_IOWRAP_FUNCDEF(FUNC_NAME) \ + (iofunctions[FUNC_IDX(FUNC_NAME)].lib_func.f) ) \ + (ARG1, ARG2, ARG3, ARG4) + + +/** Resolve function address from next library + */ +#define VT_IOWRAP_INIT_IOFUNC() \ + ssize_t num_bytes=0; \ + uint8_t enable_memhooks=0; \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_INIT_IOFUNC(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( VT_MEMHOOKS_ENABLED() ) \ + { VT_MEMHOOKS_OFF(); enable_memhooks = 1; } \ + if (!iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p) { \ + vt_debug_msg(DBG_INIT, stringify(VT_IOWRAP_THISFUNCNAME) ": dlsym(" stringify(VT_IOWRAP_THISFUNCNAME) ") --> "); \ + iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p = \ + dlsym( RTLD_NEXT, stringify(VT_IOWRAP_THISFUNCNAME) ); \ + vt_debug_msg(DBG_INIT, "%p\n", iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p); \ + if (!iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p) \ + symload_fail( stringify(VT_IOWRAP_THISFUNCNAME) ); \ + } \ +} + +/** Resolve function address from next library + */ +#define VT_IOWRAP_INIT_IOFUNC_OPEN() \ + uint8_t enable_memhooks=0; \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_INIT_IOFUNC_OPEN(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( VT_MEMHOOKS_ENABLED() ) \ + { VT_MEMHOOKS_OFF(); enable_memhooks = 1; } \ + if (!iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p) { \ + vt_debug_msg(DBG_INIT, stringify(VT_IOWRAP_THISFUNCNAME) ": dlsym(" stringify(VT_IOWRAP_THISFUNCNAME) ") --> "); \ + iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p = \ + dlsym( RTLD_NEXT, stringify(VT_IOWRAP_THISFUNCNAME) ); \ + vt_debug_msg(DBG_INIT, "%p\n", iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p); \ + if (!iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].lib_func.p) \ + symload_fail( stringify(VT_IOWRAP_THISFUNCNAME) ); \ + } \ +} + +/** + * Check if tracing is enabled and return immediately if not + */ +#if 0 +#define VT_IOWRAP_CHECK_TRACING(...) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) \ + return VT_IOWRAP_CALL_LIBFUNC(VT_IOWRAP_THISFUNCNAME, __VA_ARGS__); \ +} +#endif +#define VT_IOWRAP_CHECK_TRACING1(ARG1) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) \ + return VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, ARG1); \ +} +#define VT_IOWRAP_CHECK_TRACING2(ARG1, ARG2) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) \ + return VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2); \ +} +#define VT_IOWRAP_CHECK_TRACING3(ARG1, ARG2, ARG3) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) \ + return VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2, ARG3); \ +} +#define VT_IOWRAP_CHECK_TRACING4(ARG1, ARG2, ARG3, ARG4) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) \ + return VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2, ARG3, ARG4); \ +} + +#if 0 +#define VT_IOWRAP_CHECK_TRACING_VOID(...) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING_VOID(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) { \ + VT_IOWRAP_CALL_LIBFUNC(VT_IOWRAP_THISFUNCNAME, __VA_ARGS__); \ + return; \ + } \ +} +#endif +#define VT_IOWRAP_CHECK_TRACING_VOID1(ARG1) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING_VOID(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) { \ + VT_IOWRAP_CALL_LIBFUNC1(VT_IOWRAP_THISFUNCNAME, ARG1); \ + return; \ + } \ +} +#define VT_IOWRAP_CHECK_TRACING_VOID2(ARG1, ARG2) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING_VOID(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) { \ + VT_IOWRAP_CALL_LIBFUNC2(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2); \ + return; \ + } \ +} +#define VT_IOWRAP_CHECK_TRACING_VOID3(ARG1, ARG2, ARG3) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING_VOID(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) { \ + VT_IOWRAP_CALL_LIBFUNC3(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2, ARG3); \ + return; \ + } \ +} +#define VT_IOWRAP_CHECK_TRACING_VOID4(ARG1, ARG2, ARG3, ARG4) \ +{ \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_CHECK_TRACING_VOID(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( !DO_TRACE() ) { \ + VT_IOWRAP_CALL_LIBFUNC4(VT_IOWRAP_THISFUNCNAME, ARG1, ARG2, ARG3, ARG4); \ + return; \ + } \ +} + + +/** Write enter record and register/unregister file, if necessary + */ +#define VT_IOWRAP_ENTER_IOFUNC() \ +{ \ + enter_time = vt_pform_wtime(); \ + vt_debug_msg(DBG_VT_CALL, "vt_enter(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp " U64_STRARG "\n", enter_time); \ + vt_enter( &enter_time, iofunctions[FUNC_IDX(VT_IOWRAP_THISFUNCNAME)].vt_func_id ); \ +} + +/** Write leave record and counter, if appropriate + * The argument is a failure condition and decides, wheter we + * use vt_exit or vt_ioexit + */ +#define VT_IOWRAP_LEAVE_IOFUNC(ERROR_CONDITION,FD) \ +{ \ + uint64_t time = vt_pform_wtime(); \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_LEAVE_IOFUNC(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( ERROR_CONDITION ) \ + { \ + vt_debug_msg(DBG_VT_CALL, "vt_exit(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp " U64_STRARG "\n", time); \ + vt_exit( &time ); \ + } \ + else \ + { \ + uint32_t func_id=VT_IOWRAP_FUNCTYPE(VT_IOWRAP_THISFUNCNAME); \ + vampir_file_t* file; \ + file = get_vampir_file( FD ); \ + if( func_id==OTF_FILEOP_DUP ) \ + func_id=OTF_FILEOP_OPEN; \ + if( file->vampir_file_id==0 ) \ + vt_exit( &time );\ + else \ + vt_ioexit( &enter_time, &time, file->vampir_file_id, \ + file->handle_id, func_id, (uint64_t)num_bytes ); \ + vt_debug_msg(DBG_VT_CALL, "vt_exit(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp " U64_STRARG "\n", time); \ + } \ + if( enable_memhooks ) VT_MEMHOOKS_ON(); \ +} + +#define VT_IOWRAP_LEAVE_IOFUNC_OPEN(ERROR_CONDITION,FD) \ +{ \ + uint64_t time = vt_pform_wtime(); \ + vt_debug_msg( DBG_INIT, "Macro VT_IOWRAP_LEAVE_IOFUNC_OPEN(), Function " stringify(VT_IOWRAP_THISFUNCNAME) "\n"); \ + if( ERROR_CONDITION ) \ + { \ + vt_debug_msg(DBG_VT_CALL, "vt_exit(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp " U64_STRARG "\n", time); \ + vt_exit( &time ); \ + } \ + else \ + { \ + uint32_t func_id=VT_IOWRAP_FUNCTYPE(VT_IOWRAP_THISFUNCNAME); \ + vampir_file_t* file; \ + vt_iofile_open( path, FD ); \ + file = get_vampir_file( FD ); \ + if( func_id==OTF_FILEOP_DUP ) \ + func_id=OTF_FILEOP_OPEN; \ + if( file->vampir_file_id==0 ) \ + vt_exit( &time );\ + else \ + vt_ioexit( &enter_time, &time, file->vampir_file_id, \ + file->handle_id, func_id, 0 ); \ + vt_debug_msg(DBG_VT_CALL, "vt_exit(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp " U64_STRARG "\n", time); \ + } \ + if( enable_memhooks ) VT_MEMHOOKS_ON(); \ +} +#else /* VT_IOWRAP */ +# define VT_ENABLE_IO_TRACING() +# define VT_DISABLE_IO_TRACING() +# define VT_SUSPEND_IO_TRACING() +# define VT_RESUME_IO_TRACING() +#endif + +#endif /* _VT_IOWRAP_H_ */ + diff --git a/ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.c b/ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.c new file mode 100644 index 0000000000..58332909d4 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_iowrap_helper.c @@ -0,0 +1,101 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_iowrap_helper.h" +#include "vt_defs.h" +#include "vt_error.h" +#include "vt_trc.h" + +#include +#include +#include + +#if (defined (VT_OMPI) || defined (VT_OMP)) +# include +#endif + + +static int global_handle_counter = 1; + +uint32_t file_group_id_stdio = 0; +uint32_t file_group_id_rest = 0; +int max_open_files = 0; +vampir_file_t *fd_to_vampirid = NULL; + + +static void store_vampir_file_id(int fd, uint32_t file_id, + uint32_t file_group_id) +{ + vampir_file_t *file_ptr; + + assert(fdvampir_file_id = file_id; + file_ptr->vampir_file_group_id = file_group_id; +# if defined (VT_OMPI) || defined (VT_OMP) +# pragma omp critical (vt_iofile_1) + { +# endif + file_ptr->handle_id = global_handle_counter++; +# if defined (VT_OMPI) || defined (VT_OMP) + } +# endif +} + +vampir_file_t *get_vampir_file(int fd) +{ + vampir_file_t *file_ptr; + + assert(fd +#endif + +#include "vt_defs.h" + + +typedef struct { + uint32_t vampir_file_id; + uint32_t vampir_file_group_id; + uint32_t handle_id; +} vampir_file_t; + +EXTERN int max_open_files; +EXTERN uint32_t file_group_id_stdio; +EXTERN uint32_t file_group_id_rest; +EXTERN vampir_file_t *fd_to_vampirid; + +EXTERN vampir_file_t *get_vampir_file(int fd); +EXTERN int get_max_open_files(void); +EXTERN int get_total_open_files(int max_open_files); +EXTERN void vt_iofile_open(const char* fname, int fd); + +#endif /*VT_IOWRAP_HELPER_H_*/ diff --git a/ompi/contrib/vt/vt/vtlib/vt_memhook.c b/ompi/contrib/vt/vt/vtlib/vt_memhook.c new file mode 100644 index 0000000000..e6a2ed9c84 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_memhook.c @@ -0,0 +1,181 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" +#include "vt_trc.h" +#include "vt_memhook.h" +#include "vt_memreg.h" +#include "vt_inttypes.h" +#include +#include + +/* Variables to save original hooks */ +void *(*org_malloc_hook)(size_t size, const void* caller); +void *(*org_realloc_hook)(void* ptr, size_t size, const void* caller); +void (*org_free_hook)(void* ptr, const void* caller); + +uint8_t memhook_is_initialized = 0; +uint8_t memhook_is_enabled = 0; + +void vt_memhook_init() +{ + if( memhook_is_initialized ) return; + + org_malloc_hook = __malloc_hook; + org_realloc_hook = __realloc_hook; + org_free_hook = __free_hook; + + memhook_is_initialized = 1; +} + +void vt_memhook_finalize() +{ + if( !memhook_is_initialized ) return; + + __malloc_hook = org_malloc_hook; + __realloc_hook = org_realloc_hook; + __free_hook = org_free_hook; +} + +void* vt_malloc_hook(size_t size, const void* caller) +{ + void* result; + + VT_MEMHOOKS_OFF(); /* Restore original hooks */ + + if ( VT_IS_TRACE_ON() ) + { + uint64_t bytes; + uint64_t time; + + time = vt_pform_wtime(); + vt_enter(&time, vt_mem_regid[VT__MEM_MALLOC]); + + result = malloc(size); /* Call recursively */ + + /* Get total allocated memory */ + if ( result != NULL ) + { + bytes = ( ~ (uint64_t) 3 ) & (uint64_t) *( (size_t*) ( (char*)result - SIZEOF_VOIDP ) ); + } + else + { + bytes = 0; + } + + time = vt_pform_wtime(); + + vt_mem_alloc(&time, bytes); + vt_exit(&time); + } + else + { + result = malloc(size); /* Call recursively */ + } + + VT_MEMHOOKS_ON(); /* Restore our own hooks */ + + return result; +} + +void* vt_realloc_hook(void* ptr, size_t size, const void* caller) +{ + void* result; + + VT_MEMHOOKS_OFF(); /* Restore original hooks */ + + if ( VT_IS_TRACE_ON() ) + { + uint64_t bytes1; + uint64_t bytes2; + uint64_t time; + + time = vt_pform_wtime(); + vt_enter(&time, vt_mem_regid[VT__MEM_REALLOC]); + + /* Get total allocated memory before realloc */ + if ( NULL != ptr ) + { + bytes1 = ( ~ (uint64_t) 3 ) & (uint64_t) *( (size_t*) ( (char*)ptr - SIZEOF_VOIDP ) ); + } + else + { + bytes1 = 0; + } + + result = realloc(ptr, size); /* Call recursively */ + + /* Get total allocated memory after realloc */ + if ( NULL != result ) + { + bytes2 = ( ~ (uint64_t) 3 ) & (uint64_t) *( (size_t*) ( (char*)result - SIZEOF_VOIDP ) ); + } + else + { + bytes2 = 0; + } + + time = vt_pform_wtime(); + if ( bytes2 < bytes1 ) + vt_mem_free(&time, bytes1 - bytes2); + else + vt_mem_alloc(&time, bytes2 - bytes1); + vt_exit(&time); + } + else + { + result = realloc(ptr, size); /* Call recursively */ + } + + VT_MEMHOOKS_ON(); /* Restore our own hooks */ + + return result; +} + +void vt_free_hook(void* ptr, const void* caller) +{ + VT_MEMHOOKS_OFF(); /* Restore original hooks */ + + if ( VT_IS_TRACE_ON() ) + { + uint64_t bytes; + uint64_t time; + + time = vt_pform_wtime(); + vt_enter(&time, vt_mem_regid[VT__MEM_FREE]); + + if ( NULL != ptr ) + { + bytes = ( ~ (uint64_t) 3 ) & (uint64_t) *( (size_t*) ( (char*)ptr - SIZEOF_VOIDP ) ); + } + else + { + bytes = 0; + } + + free(ptr); /* Call recursively */ + + time = vt_pform_wtime(); + vt_mem_free(&time, bytes); + vt_exit(&time); + } + else + { + free(ptr); /* Call recursively */ + } + + VT_MEMHOOKS_ON(); /* Restore our own hooks */ +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_memhook.h b/ompi/contrib/vt/vt/vtlib/vt_memhook.h new file mode 100644 index 0000000000..4c1f0599a5 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_memhook.h @@ -0,0 +1,66 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_MEMHOOK_H +#define _VT_MEMHOOK_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_inttypes.h" +#include + +#if (defined(VT_MEMHOOK)) +# include +# define VT_MEMHOOKS_OFF() \ + if ( memhook_is_initialized && memhook_is_enabled ) { \ + __malloc_hook = org_malloc_hook; \ + __realloc_hook = org_realloc_hook; \ + __free_hook = org_free_hook; \ + memhook_is_enabled = 0; } +# define VT_MEMHOOKS_ON() \ + if ( memhook_is_initialized && !memhook_is_enabled ) { \ + __malloc_hook = vt_malloc_hook; \ + __realloc_hook = vt_realloc_hook; \ + __free_hook = vt_free_hook; \ + memhook_is_enabled = 1; } +# define VT_MEMHOOKS_ENABLED() memhook_is_enabled + +/* memory hooks initialization */ +EXTERN void vt_memhook_init(void); + +/* memory hooks finalization */ +EXTERN void vt_memhook_finalize(void); + +/* Prototypes for our hooks */ +EXTERN void* vt_malloc_hook(size_t size, const void* caller); +EXTERN void* vt_realloc_hook(void* ptr, size_t size, const void* caller); +EXTERN void vt_free_hook(void* ptr, const void* caller); + +/* Variables to save original hooks */ +EXTERN void* (*org_malloc_hook)(size_t, const void *); +EXTERN void* (*org_realloc_hook)(void* ptr, size_t size, const void* caller); +EXTERN void (*org_free_hook)(void* ptr, const void* caller); + +EXTERN uint8_t memhook_is_initialized; +EXTERN uint8_t memhook_is_enabled; +#else +# define VT_MEMHOOKS_OFF() +# define VT_MEMHOOKS_ON() +# define VT_MEMHOOKS_ENABLED() 0 +#endif + +#endif /* _VT_MEMHOOK_H */ + diff --git a/ompi/contrib/vt/vt/vtlib/vt_memreg.c b/ompi/contrib/vt/vt/vtlib/vt_memreg.c new file mode 100644 index 0000000000..01079eab46 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_memreg.c @@ -0,0 +1,35 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_memreg.h" + +#include "vt_trc.h" + +#include +#include +#include + +int vt_mem_regid[VT__MEM_REGID_NUM]; + +void vt_mem_register() +{ + uint32_t fid; + + fid = vt_def_file("MEM"); + + vt_mem_regid[VT__MEM_MALLOC] = + vt_def_region("malloc", fid, VT_NO_LNO, VT_NO_LNO, "MEM", VT_FUNCTION); + vt_mem_regid[VT__MEM_REALLOC] = + vt_def_region("realloc", fid, VT_NO_LNO, VT_NO_LNO, "MEM", VT_FUNCTION); + vt_mem_regid[VT__MEM_FREE] = + vt_def_region("free", fid, VT_NO_LNO, VT_NO_LNO, "MEM", VT_FUNCTION); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_memreg.h b/ompi/contrib/vt/vt/vtlib/vt_memreg.h new file mode 100644 index 0000000000..886b4fbfa0 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_memreg.h @@ -0,0 +1,32 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2006, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_MEMREG_H +#define _VT_MEMREG_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#define VT__MEM_MALLOC 0 +#define VT__MEM_REALLOC 1 +#define VT__MEM_FREE 2 +#define VT__MEM_REGID_NUM 3 + +extern int vt_mem_regid[VT__MEM_REGID_NUM]; + +EXTERN void vt_mem_register(void); + +#endif /* _VT_MEMREG_H */ + diff --git a/ompi/contrib/vt/vt/vtlib/vt_metmap.c b/ompi/contrib/vt/vt/vtlib/vt_metmap.c new file mode 100644 index 0000000000..78083ee10c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_metmap.c @@ -0,0 +1,186 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include +#include +#include +#include + +#include "vt_env.h" +#include "vt_error.h" +#include "vt_metric.h" +#include "vt_strdup.h" + +/* metricmap operations */ + +static vt_metricmap_t* vt_metricmap_append(vt_metricmap_t* map, + vt_metmap_t type, + char* event, char* alias) +{ + /*printf("Def 0x%X %s = <%s>\n", type, event, alias);*/ + + if (map == NULL) { + map = (vt_metricmap_t*)calloc(1, sizeof(vt_metricmap_t)); + if (map == NULL) { + vt_cntl_msg("Metricmap creation failed!\n"); + return NULL; + } + /*printf("Created new metricmap head @0x%p\n", map);*/ + } else { + while (map->next != NULL) map = map->next; + map->next = (vt_metricmap_t*)calloc(1, sizeof(vt_metricmap_t)); + if (map->next == NULL) { + vt_cntl_msg("Metricmap append failed!\n"); + return NULL; + } + map = map->next; + /*printf("Created new metricmap node @0x%p\n", map);*/ + } + + map->type = type; + map->event_name = vt_strdup(event); + map->alias_name = vt_strdup(alias); + map->next = NULL; + + return map; +} + +void vt_metricmap_dump(vt_metricmap_t* map) +{ + unsigned j=0; + + if (map == NULL) { + printf("Can't dump empty metricmap!\n"); + return; + } + + printf("Metricmap dump (head=0x%p):\n", (void*)map); + while (map != NULL) { + printf("m[%3u] 0x%X %s = %s\n", j, map->type, + map->event_name, map->alias_name); + j++; + map = map->next; + } + printf("Metricmap dumped %u maps\n", j); +} + +void vt_metricmap_free(vt_metricmap_t* map) +{ + if (map == NULL) { + /*printf("Can't free empty metricmap!\n");*/ + return; + } + + /*printf("Metricmap free (head=0x%p):\n", map);*/ + while (map != NULL) { + vt_metricmap_t* next = map->next; + if (map->event_name != NULL) free(map->event_name); + if (map->alias_name != NULL) free(map->alias_name); + free(map); + map = next; + } +} + +/* METRICS.SPEC entry format: */ +/* measure MEASURE_DEF = NAME // no operators */ +/* aggroup AGGROUP_DEF = NAME1 NAME2 ... // no operators */ +/* compose COMPOSE_DEF = NAME1 + NAME2 + ... // one or more "+" */ +/* compute COMPUTE_DEF = NAME1 & NAME2 & ... // "&" is "+-* /" */ + +/* initialize metric map */ +vt_metricmap_t* vt_metricmap_init(vt_metmap_t match) +{ + vt_metricmap_t* mapv = NULL, *map = NULL; + char* specfile = vt_env_metrics_spec(); + unsigned lineno=0, defs=0; + unsigned invalid_defs=0, unknown_defs=0; + unsigned measure_defs=0, aggroup_defs=0, compose_defs=0, compute_defs=0; + char line[1024]; + FILE *fp; + + if (!specfile) return NULL; + + if (access(specfile, F_OK)) { + vt_cntl_msg("Metric specification file does not exist: %s\n", specfile); + return NULL; + } + + fp = fopen(specfile, "r"); + if (fp == NULL) { + vt_cntl_msg("Failed to open metric specification: %s\n", specfile); + return NULL; + } + + /*printf("specfile=%s match=0x%X\n", specfile, match);*/ + + while (fgets(line, sizeof(line), fp)) { + vt_metmap_t type=VT_METMAP_UNKNOWN; + char* def_name, *def_args; + int len = strcspn(line, "#\n"); /* length of non-comment string */ + while (len && ((line[len-1] == ' ') || (line[len-1] == '\t'))) len--; + line[len] = '\0'; /* chop comment and return */ + lineno++; + if (len <= 1) continue; + defs++; + if (!strncmp("measure", line, 7)) type=VT_METMAP_MEASURE; + else if (!strncmp("compose", line, 7)) type=VT_METMAP_COMPOSE; + else if (!strncmp("compute", line, 7)) type=VT_METMAP_COMPUTE; + else if (!strncmp("aggroup", line, 7)) type=VT_METMAP_AGGROUP; + /*printf("%3d:%2d %d-[%2d] %s\n", lineno, defs, type, len, line);*/ + if (type == VT_METMAP_UNKNOWN) { + unknown_defs++; + vt_cntl_msg("Failed to parse metric definition line %d: %s\n", lineno, line); + continue; + } + line[7] = '\0'; /* terminate definition type */ + def_name = line + 8; + def_name += strspn(def_name, " \t"); /* get start of definition name */ + len = strcspn(def_name, "= \t"); /* length of definition name */ + *(def_name+len)='\0'; /* terminate definition name */ + def_args = line + 8 + len + 1; + def_args += strspn(def_args, "= \t"); /* get start of def argument */ + /*printf("Def %2d:<%s> %s <%s>\n", defs, def_name, line, def_args);*/ + len = strlen(def_args); /* length of definition arguments */ + if (((type == VT_METMAP_MEASURE) && (match & VT_METMAP_MEASURE)) || + ((type == VT_METMAP_AGGROUP) && (match & VT_METMAP_AGGROUP))) { + if (((int)strcspn(def_args, "=+") != len) || + (((int)strcspn(def_args, "=+-*/ \t") != len) + && (type == VT_METMAP_MEASURE))) { + type = VT_METMAP_INVALID; + invalid_defs++; + vt_cntl_msg("XXXX Def %d:%s <%s> invalid!\n", lineno, line, def_name); + } else { + map = vt_metricmap_append(map, type, def_name, def_args); + measure_defs++; + } + } else if ((type == VT_METMAP_COMPOSE) && (match & VT_METMAP_COMPOSE)) { + map = vt_metricmap_append(map, type, def_name, def_args); + compose_defs++; + } else if ((type == VT_METMAP_COMPUTE) && (match & VT_METMAP_COMPUTE)) { + map = vt_metricmap_append(map, type, def_name, def_args); + compute_defs++; + } + if (mapv == NULL) mapv = map; /* initialise head of vector */ + } + vt_cntl_msg("Mapped %d/%d defs from \"%s\"", + measure_defs+aggroup_defs+compose_defs+compute_defs, defs, specfile); +#if 0 + printf("measure %d aggroup %d compose %d compute %d unknown %d invalid %d\n", + measure_defs, aggroup_defs, compose_defs, compute_defs, + unknown_defs, invalid_defs); +#endif + fclose(fp); + return mapv; +} + diff --git a/ompi/contrib/vt/vt/vtlib/vt_metric.h b/ompi/contrib/vt/vt/vtlib/vt_metric.h new file mode 100644 index 0000000000..de52fdd608 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_metric.h @@ -0,0 +1,76 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_METRIC_H +#define _VT_METRIC_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_defs.h" + +/* maximum number of events */ +#define VT_METRIC_MAXNUM 20 + +struct vt_metv; + +typedef enum { + VT_METMAP_UNKNOWN=0x0, + VT_METMAP_MEASURE=0x1, + VT_METMAP_AGGROUP=0x2, + VT_METMAP_COMPOSE=0x4, + VT_METMAP_COMPUTE=0x8, + VT_METMAP_INVALID=0x10 +} vt_metmap_t; + +typedef struct vt_metricmap_t { + vt_metmap_t type; + char* event_name; + char* alias_name; + struct vt_metricmap_t* next; +} vt_metricmap_t; + +/* read metric mapping definitions into vt_metricmap vector */ +EXTERN vt_metricmap_t* vt_metricmap_init(const vt_metmap_t match); +EXTERN void vt_metricmap_dump(vt_metricmap_t* map); +EXTERN void vt_metricmap_free(vt_metricmap_t* map); + +EXTERN int vt_metric_open(void); /* returns number of counters */ +EXTERN void vt_metric_close(void); +EXTERN void vt_metric_thread_init(int (*id_fn)(void)); /* supply omp_get_thread_num() as argument */ +EXTERN void vt_metric_thread_fini(void); /* unregister thread */ + +EXTERN int vt_metric_num(void); /* returns number of counters */ +EXTERN uint64_t vt_metric_clckrt(void); /* returns clock rate in Hz */ +EXTERN uint64_t vt_metric_real_cyc(void); /* returns total number of cycles */ +EXTERN uint64_t vt_metric_real_usec(void); /* returns total number of usecs */ + +/* for i provide a value between 0 and vt_metric_num() - 1 */ + +EXTERN const char* vt_metric_name(int i); +EXTERN const char* vt_metric_descr(int i); +EXTERN int vt_metric_dtype(int i); +EXTERN int vt_metric_mode(int i); +EXTERN int vt_metric_iv(int i); + +/* create and free per-thread counter sets */ + +EXTERN struct vt_metv* vt_metric_create(void); +EXTERN void vt_metric_free(struct vt_metv* metv); + +/* reads values of counters relative to the time of vt_metric_open() */ +EXTERN void vt_metric_read(struct vt_metv* metv, uint64_t values[]); + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_metric_papi.c b/ompi/contrib/vt/vt/vtlib/vt_metric_papi.c new file mode 100644 index 0000000000..037810df9c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_metric_papi.c @@ -0,0 +1,485 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include +#include +#include + +#include "vt_env.h" +#include "vt_error.h" +#include "vt_inttypes.h" +#include "vt_metric.h" +#include "vt_strdup.h" + +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +struct metric +{ + char* name; + char descr[PAPI_HUGE_STR_LEN]; + int papi_code; +}; + +struct vt_metv +{ + int EventSet; +}; + +/* global variables */ +static struct metric* metricv[VT_METRIC_MAXNUM]; +static int nmetrics = 0; + +static void metricv_add(char* name, int code) +{ + if (nmetrics >= VT_METRIC_MAXNUM) + vt_error_msg("Number of counters exceeds VampirTrace allowed maximum of %d\n", + VT_METRIC_MAXNUM); + else { + metricv[nmetrics] = (struct metric*)malloc(sizeof(struct metric)); + metricv[nmetrics]->name = vt_strdup(name); + metricv[nmetrics]->descr[0] = '\0'; + metricv[nmetrics]->papi_code = code; + nmetrics++; + } +} + +/* PAPI-specific error message */ + +void vt_metric_error(int errcode, char *note) +{ + char errstring[PAPI_MAX_STR_LEN]; + + PAPI_perror(errcode, errstring, PAPI_MAX_STR_LEN); + if (errcode == PAPI_ESYS) { + strncat(errstring, ": ", PAPI_MAX_STR_LEN-strlen(errstring)); + strncat(errstring, strerror(errno), PAPI_MAX_STR_LEN-strlen(errstring)); + } + vt_error_msg("%s: %s (fatal)", note?note:"PAPI", errstring); +} + +/* PAPI-specific warning message */ + +void vt_metric_warning(int errcode, char *note) +{ + char errstring[PAPI_MAX_STR_LEN]; + + PAPI_perror(errcode, errstring, PAPI_MAX_STR_LEN); + if (errcode == PAPI_ESYS) { + strncat(errstring, ": ", PAPI_MAX_STR_LEN-strlen(errstring)); + strncat(errstring, strerror(errno), PAPI_MAX_STR_LEN-strlen(errstring)); + } + vt_warning("%s: %s (ignored)", note?note:"PAPI", errstring); +} + +/* get metric descriptions */ + +void vt_metric_descriptions() +{ + int i, j, k, retval; + PAPI_event_info_t info; + + for (i=0; i < nmetrics; i++) { + memset(&info, 0, sizeof(PAPI_event_info_t)); + retval = PAPI_get_event_info(metricv[i]->papi_code, &info); + if (retval != PAPI_OK) + vt_metric_error(retval, "PAPI_get_event_info"); + + if (strcmp(info.long_descr, metricv[i]->name) != 0) { + strncpy(metricv[i]->descr, info.long_descr, sizeof(metricv[i]->descr)); + + /* tidy description if necessary */ + j=strlen(metricv[i]->descr)-1; + if (metricv[i]->descr[j] == '\n') metricv[i]->descr[j]='\0'; + j=strlen(metricv[i]->descr)-1; + if (metricv[i]->descr[j] != '.') + strncat(metricv[i]->descr, ".", sizeof(metricv[i]->descr)); + } + + if (metricv[i]->papi_code & PAPI_PRESET_MASK) { /* PAPI preset */ + char *postfix_chp = info.postfix; + char derive_ch = strcmp(info.derived,"DERIVED_SUB")?'+':'-'; + strncat(metricv[i]->descr, " [ ", sizeof(metricv[i]->descr)); + strncat(metricv[i]->descr, info.name[0], sizeof(metricv[i]->descr)); + for (k=1; kdescr, op, sizeof(metricv[i]->descr)); + strncat(metricv[i]->descr, info.name[k], sizeof(metricv[i]->descr)); + } + strncat(metricv[i]->descr, " ]", sizeof(metricv[i]->descr)); + if (strcmp(info.symbol, metricv[i]->name) != 0) { /* add preset name */ + strncat(metricv[i]->descr, " = ", sizeof(metricv[i]->descr)); + strncat(metricv[i]->descr, info.symbol, sizeof(metricv[i]->descr)); + } + } + + /*printf("Metric %d: <%s>\n<<%s>>\n", i, metricv[i]->name, metricv[i]->descr);*/ + } +} + +/* test whether requested event combination valid */ + +void vt_metric_test() +{ + int i; + int retval; + int EventSet = PAPI_NULL; + + /* create event set */ + retval = PAPI_create_eventset(&EventSet); + if ( retval != PAPI_OK) + vt_metric_error(retval, "PAPI_create_eventset"); + + for ( i = 0; i < nmetrics; i++ ) + { + /* add event to event set */ + retval = PAPI_add_event(EventSet, metricv[i]->papi_code); + if ( retval != PAPI_OK ) { + char errstring[PAPI_MAX_STR_LEN]; + sprintf(errstring, "PAPI_add_event(%d:\"%s\")", i, metricv[i]->name); + vt_metric_error(retval, errstring); + } + vt_cntl_msg("Event %s added to event set", metricv[i]->name); + } + retval = PAPI_cleanup_eventset(EventSet); + if ( retval != PAPI_OK ) + vt_metric_error(retval, "PAPI_cleanup_eventset"); + + retval = PAPI_destroy_eventset(&EventSet); + if ( retval != PAPI_OK ) + vt_metric_error(retval, "PAPI_destroy_eventset"); + + vt_cntl_msg("Event set tested OK"); +} + +/* define and set PAPI metrics based on VT_METRICS specification */ + +int vt_metric_open() +{ + int retval; + char* env; + char* var; + char* token; + PAPI_event_info_t info; + vt_metricmap_t* mapv = NULL; + + /* read environment variable "VT_METRICS". Return if + uset and no PAPI timer used. */ + env = vt_env_metrics(); + if( env == NULL ) + { +#if TIMER != TIMER_PAPI_REAL_CYC && TIMER != TIMER_PAPI_REAL_USEC + return nmetrics; +#endif + } + + mapv = vt_metricmap_init( + (vt_metmap_t)(VT_METMAP_MEASURE|VT_METMAP_AGGROUP)); + /*vt_metricmap_dump(mapv);*/ + + /* initialize PAPI */ + retval = PAPI_library_init(PAPI_VER_CURRENT); + if ( retval != PAPI_VER_CURRENT ) + vt_metric_error(retval, "PAPI_library_init"); + + /* return if environment variable is unset */ + if ( env == NULL ) + return nmetrics; + + var = (char*)calloc(strlen(env) + 1, sizeof(char)); + strcpy(var, env); + vt_cntl_msg("VT_METRICS=%s", var); + + /* read metrics from specification string */ + token = strtok(var, ":"); + while ( token && (nmetrics < VT_METRIC_MAXNUM) ) { + /* search metricmap for a suitable definition */ + vt_metricmap_t* map = mapv; + /*printf("Token%d: <%s>\n", nmetrics, token);*/ + while (map != NULL) { + if ( strcmp(map->event_name, token) == 0 ) { + /*printf("Definition %s = <%s>\n", token, map->alias_name);*/ + /* expand definition and set components */ + char* c_token = map->alias_name; + int len = strcspn(c_token, " \t"); /* first token */ + int got_valid_match = 1; /* to be verified */ + int k = 0; + do { /* verify each component of definition is available */ + char component[64]; + int code = -1; + strncpy(component, c_token, len); + component[len] = '\0'; + /*printf("Comp[%d] <%s>\n", k, component);*/ + c_token += len + strspn(c_token+len, " \t"); + len = strcspn(c_token, " \t"); /* next token */ + + PAPI_event_name_to_code(component, &code); + memset(&info, 0, sizeof(PAPI_event_info_t)); + retval = PAPI_get_event_info(code, &info); + /*printf("v[%d] %s [0x%X] %d\n", k, component, code, info.count);*/ + + if (info.count == 0) { + /*printf("Event %s *N/A*\n", component);*/ + got_valid_match = 0; + } else if ((k==0) && (len==0)) { /* use provided event name */ + metricv_add(token, code); + } else { /* use alias component name */ + metricv_add(component, code); + } + k++; + } while (got_valid_match && (len > 0)); + if (got_valid_match) { + /*printf("Definition %s = <%s> OK\n", map->event_name, map->alias_name);*/ + break; /* accept this event definition */ + } + } + map = map->next; + } + + if (map == NULL) { /* no map match, so try given name */ + int code = -1; + char* component = token; + /*printf("Comp[X] <%s>\n", component);*/ + retval = PAPI_event_name_to_code(component, &code); + if (retval != PAPI_OK || code == -1) + vt_error_msg("Metric <%s> not supported\n", component); + + memset(&info, 0, sizeof(PAPI_event_info_t)); + retval = PAPI_get_event_info(code, &info); + /*printf("v[%d] %s [0x%X] %d\n", nmetrics, component, code, info.count);*/ + if (retval != PAPI_OK) + vt_error_msg("Metric <%s> not available\n", component); + + metricv_add(component, code); + } + + token = strtok(NULL, ":"); + } + + /*printf("nmetrics=%d\n", nmetrics);*/ + + /* clean up */ + vt_metricmap_free(mapv); + free(var); + + /* Check whether event combination is valid. This is done here to + avoid errors when creating the event set for each thread, which + would multiply the error messages. */ + vt_metric_test(); + + vt_metric_descriptions(); + + return nmetrics; +} + +void vt_metric_close() +{ + int i; + + for ( i = 0; i < nmetrics; i++ ) + { + free (metricv[i]->name); + free(metricv[i]); + } +} + +void vt_metric_thread_init(int (*id_fn)(void)) +{ + int retval; + + if ( nmetrics == 0 ) + return; + + retval = PAPI_thread_init((unsigned long (*)(void))(id_fn)); + if ( retval != PAPI_OK) + vt_metric_error(retval, "PAPI_thread_init"); + vt_cntl_msg("PAPI thread support initialized"); +} + +void vt_metric_thread_fini() +{ + int retval; + + if ( nmetrics == 0 ) + return; + + retval = PAPI_unregister_thread(); + if ( retval != PAPI_OK) + vt_metric_error(retval, "PAPI_unregister_thread"); + /* vt_cntl_msg("PAPI thread finalized"); */ +} + +int vt_metric_num() +{ + return nmetrics; +} + +uint64_t vt_metric_clckrt() +{ + const PAPI_hw_info_t* hwinfo = NULL; + double hertz; + + if (!PAPI_is_initialized()) { + /* initialize PAPI, since it hasn't already been initialized */ + int retval = PAPI_library_init(PAPI_VER_CURRENT); + if ( retval != PAPI_VER_CURRENT ) + vt_metric_error(retval, "PAPI_library_init"); + } + + hwinfo = PAPI_get_hardware_info(); + if ( hwinfo == NULL) + vt_error_msg("Failed to access PAPI hardware info"); + vt_cntl_msg("Clock rate: %f MHz", hwinfo->mhz); + + hertz = hwinfo->mhz * 1000000.0; + + return (uint64_t)hertz; +} + +uint64_t vt_metric_real_cyc() +{ + return (uint64_t)PAPI_get_real_cyc(); +} + +uint64_t vt_metric_real_usec() +{ + return (uint64_t)PAPI_get_real_usec(); +} + +const char* vt_metric_name(int i) +{ + return metricv[i]->name; +} + +const char* vt_metric_descr(int i) +{ + return metricv[i]->descr; +} + +int vt_metric_dtype(int i) +{ + return VT_INTEGER; +} + +int vt_metric_mode(int i) +{ + return VT_COUNTER; +} + +int vt_metric_iv(int i) +{ + return VT_START; +} + + +struct vt_metv* vt_metric_create() +{ + struct vt_metv* metv; + int retval, i; + + if ( nmetrics == 0 ) + return NULL; + + metv = (struct vt_metv*)malloc(sizeof(struct vt_metv)); + if ( metv == NULL ) + vt_error(); + + /* create event set */ + metv->EventSet = PAPI_NULL; + retval = PAPI_create_eventset(&metv->EventSet); + if ( retval != PAPI_OK) + vt_metric_error(retval, "PAPI_create_eventset"); + + for ( i = 0; i < nmetrics; i++ ) + { + /* add event to event set */ + retval = PAPI_add_event(metv->EventSet, metricv[i]->papi_code); + if ( retval != PAPI_OK ) + vt_metric_error(retval, "PAPI_add_event"); + } + + retval = PAPI_start(metv->EventSet); + if ( retval != PAPI_OK ) + vt_metric_error(retval, "PAPI_start"); + /*vt_cntl_msg("Counters started");*/ + + return metv; +} + +void vt_metric_free(struct vt_metv* metv) +{ + int retval; + long_long papi_vals[VT_METRIC_MAXNUM]; + + if ( metv == NULL ) + return; + + /* treat PAPI failures at this point as non-fatal */ + + retval = PAPI_stop(metv->EventSet, papi_vals); + if ( retval != PAPI_OK ) { + vt_metric_warning(retval, "PAPI_stop"); + } else { /* cleanup/destroy require successful PAPI_stop */ + + retval = PAPI_cleanup_eventset(metv->EventSet); + if ( retval != PAPI_OK ) + vt_metric_warning(retval, "PAPI_cleanup_eventset"); + + retval = PAPI_destroy_eventset(&metv->EventSet); + if ( retval != PAPI_OK ) + vt_metric_warning(retval, "PAPI_destroy_eventset"); + + free(metv); + + /*vt_cntl_msg("Counters stopped");*/ + } +} + +void vt_metric_read(struct vt_metv* metv, uint64_t values[]) +{ + int retval; + + if ( metv == NULL ) + return; + + if (sizeof(long_long) == 8) + { + retval = PAPI_read(metv->EventSet, (long_long*) values); + } + else + { + int i; + long_long papi_vals[VT_METRIC_MAXNUM]; + retval = PAPI_read(metv->EventSet, papi_vals); + for (i = 0; i < nmetrics; i++) + values[i] = (uint64_t) papi_vals[i]; + } + + if ( retval != PAPI_OK ) + vt_metric_error(retval, "PAPI_read"); +} + diff --git a/ompi/contrib/vt/vt/vtlib/vt_mpicom.c b/ompi/contrib/vt/vt/vtlib/vt_mpicom.c new file mode 100644 index 0000000000..f7f3a7f04d --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_mpicom.c @@ -0,0 +1,268 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_trc.h" +#include "vt_mpicom.h" +#include "vt_error.h" + +#include +/* + *----------------------------------------------------------------------------- + * + * Communicator management + * + *----------------------------------------------------------------------------- + */ + +#define VT_MAX_COMM 50 +#define VT_MAX_WIN 50 +#define VT_MAX_WINACC 50 + +struct VTWorld +{ + MPI_Group group; + int size; + int size_grpv; + int* ranks; +}; + +struct VTWorld world; + +/* -- rank translation -- */ + +int vt_rank_to_pe(int rank, MPI_Comm comm) +{ + MPI_Group group; + int global_rank; + int inter; + + PMPI_Comm_test_inter(comm, &inter); + if ( inter ) + PMPI_Comm_remote_group(comm, &group); + else + PMPI_Comm_group(comm, &group); + + PMPI_Group_translate_ranks(group, 1, &rank, world.group, &global_rank); + PMPI_Group_free(&group); + return global_rank; +} + +/* -- communicator handling -- */ + +struct VTComm +{ + MPI_Comm comm; + MPI_Group group; + uint32_t cid; +}; + +static int currcid = 1; +static int last_comm = 0; +static int* ranks; +static struct VTComm comms[VT_MAX_COMM]; +static unsigned char* grpv; + +int vt_comm_get_cid() +{ + return ++currcid; +} + +static int comm_initialized = 0; + +void vt_comm_init() +{ + int i; + + if ( !comm_initialized ) + { + comm_initialized = 1; + PMPI_Comm_group(MPI_COMM_WORLD, &world.group); + PMPI_Group_size(world.group, &world.size); + world.size_grpv = world.size / 8 + (world.size % 8 ? 1 : 0); + + world.ranks = (int*)calloc(world.size, sizeof(int)); + for (i = 0; i < world.size; i++) + world.ranks[i] = i; + + ranks = (int*)calloc(world.size, sizeof(int)); + grpv = (unsigned char*)calloc(world.size_grpv, sizeof(unsigned char)); + } +} + +void vt_comm_finalize() +{ + PMPI_Group_free(&world.group); + + free(world.ranks); + free(ranks); + free(grpv); +} + +void vt_group_to_bitvector(MPI_Group group) +{ + int i; + /* translate ranks */ + PMPI_Group_translate_ranks(world.group, world.size, world.ranks, group, ranks); + + /* initialize grpv */ + for (i = 0; i < world.size_grpv; i++) + grpv[i] = 0; + + /* which process in MPI_COMM_WORLD is member of comm */ + for (i = 0; i < world.size; i++) + if (ranks[i] != MPI_UNDEFINED) + grpv[i / 8] |= (1 << (i % 8)); +} + +void vt_comm_create(MPI_Comm comm) +{ + int i; + MPI_Group group; + + if (last_comm >= VT_MAX_COMM) + vt_error_msg("Too many communicators"); + + /* ask for group of comm */ + PMPI_Comm_group(comm, &group); + + /* check if group already exists w/o communicator */ + if ((i = vt_group_search( group ) != -1) && + (comms[i].comm == MPI_COMM_NULL)) + { + /* just set communicator to comm */ + comms[i].comm = comm; + } + else + { + /* create group entry in grpv */ + vt_group_to_bitvector( group ); + + /* register mpi communicator definition */ + vt_def_mpi_comm(currcid, world.size_grpv, grpv); + + /* enter comm in comms[] arrray */ + comms[last_comm].comm = comm; + comms[last_comm].group = group; + comms[last_comm].cid = currcid++; + last_comm++; + } + + /* clean up */ + PMPI_Group_free(&group); +} + +void vt_comm_free(MPI_Comm comm) +{ + if (last_comm == 1 && comms[0].comm == comm) + { + last_comm = 0; + } + else if (last_comm > 1) + { + int i = 0; + + while(i < last_comm && comms[i].comm != comm) + i++; + + if (i < last_comm--) + comms[i] = comms[last_comm]; + else + vt_error_msg("vt_comm_free1: Cannot find communicator"); + } + else + vt_error_msg("vt_comm_free2: Cannot find communicator"); +} + +uint32_t vt_comm_id(MPI_Comm comm) +{ + int i = 0; + + while(i < last_comm && comms[i].comm != comm) + i++; + + if (i <= last_comm) + return comms[i].cid; + else + { + vt_error_msg("vt_comm_id: Cannot find communicator"); + return (uint32_t)-1; + } +} + +/* + *----------------------------------------------------------------------------- + * + * Group management + * + *----------------------------------------------------------------------------- + */ + +void vt_group_create(MPI_Group group) +{ + if (last_comm >= VT_MAX_COMM) + vt_error_msg("Too many communicators"); + + /* check if group already exists w/ communicator */ + if (vt_group_search( group ) == -1) + { + /* create group entry in grpv */ + vt_group_to_bitvector( group ); + + /* register mpi communicator definition */ + vt_def_mpi_comm(currcid, world.size_grpv, grpv); + + /* enter comm in comms[] arrray */ + comms[last_comm].comm = MPI_COMM_NULL; + comms[last_comm].group = group; + comms[last_comm].cid = currcid++; + last_comm++; + } +} + +void vt_group_free(MPI_Group group) +{ + int pos = vt_group_search(group); + if ( pos != -1 ) + { + comms[pos].group = MPI_GROUP_EMPTY; + comms[pos].cid = 0; + } +} + +uint32_t vt_group_id(MPI_Group group) +{ + int i = 0; + + while ((i < last_comm) && (comms[i].group != group)) + i++; + + if (i != last_comm) + return comms[i].cid; + else + { + vt_error_msg("Cannot find group"); + return (uint32_t)-1; + } +} + +int vt_group_search(MPI_Group group) +{ + int i = 0; + + while ((i < last_comm) && (comms[i].group != group)) + i++; + + if (i != last_comm) + return i; + else + return -1; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_mpicom.h b/ompi/contrib/vt/vt/vtlib/vt_mpicom.h new file mode 100644 index 0000000000..466a904a4f --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_mpicom.h @@ -0,0 +1,48 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_MPICOM_H +#define _VT_MPICOM_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "mpi.h" + +EXTERN void vt_comm_init(void); +EXTERN void vt_comm_finalize(void); + +EXTERN void vt_group_to_bitvector(MPI_Group group); + +EXTERN void vt_group_create(MPI_Group group); +EXTERN void vt_group_free(MPI_Group group); +EXTERN uint32_t vt_group_id(MPI_Group group); +EXTERN int vt_group_search(MPI_Group group); + +EXTERN int vt_comm_get_cid(void); +EXTERN void vt_comm_create(MPI_Comm comm); +EXTERN void vt_comm_free(MPI_Comm comm); + +EXTERN uint32_t vt_comm_id(MPI_Comm comm); + +EXTERN int vt_rank_to_pe(int rank, MPI_Comm comm); + +/* MPI communicator |-> VampirTrace communicator id */ +#define VT_COMM_ID(c) (((c)==MPI_COMM_WORLD) ? 0 : vt_comm_id(c)) + +/* Rank with respect to arbitrary communicator |-> global rank */ +#define VT_RANK_TO_PE(r,c) (((c)==MPI_COMM_WORLD) ? r : vt_rank_to_pe(r,c)) + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_mpireg.c b/ompi/contrib/vt/vt/vtlib/vt_mpireg.c new file mode 100644 index 0000000000..b47ffc5164 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_mpireg.c @@ -0,0 +1,387 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_mpireg.h" + +#include "vt_trc.h" + +#include +#include +#include + +int vt_mpi_regid[VT__MPI_REGID_NUM]; + +void vt_mpi_register() +{ + uint32_t fid; + + fid = vt_def_file("MPI"); + + vt_mpi_regid[VT__MPI_ABORT] = + vt_def_region("MPI_Abort", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ADDRESS] = + vt_def_region("MPI_Address", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ALLGATHER] = + vt_def_region("MPI_Allgather", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_ALLGATHERV] = + vt_def_region("MPI_Allgatherv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_ALLREDUCE] = + vt_def_region("MPI_Allreduce", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_ALLTOALL] = + vt_def_region("MPI_Alltoall", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_ALLTOALLV] = + vt_def_region("MPI_Alltoallv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_ATTR_DELETE] = + vt_def_region("MPI_Attr_delete", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ATTR_GET] = + vt_def_region("MPI_Attr_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ATTR_PUT] = + vt_def_region("MPI_Attr_put", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_BARRIER] = + vt_def_region("MPI_Barrier", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_BARRIER); + vt_mpi_regid[VT__MPI_BCAST] = + vt_def_region("MPI_Bcast", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ONE2ALL); + vt_mpi_regid[VT__MPI_BSEND] = + vt_def_region("MPI_Bsend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_BSEND_INIT] = + vt_def_region("MPI_Bsend_init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_BUFFER_ATTACH] = + vt_def_region("MPI_Buffer_attach", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_BUFFER_DETACH] = + vt_def_region("MPI_Buffer_detach", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CANCEL] = + vt_def_region("MPI_Cancel", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_COORDS] = + vt_def_region("MPI_Cart_coords", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_CREATE] = + vt_def_region("MPI_Cart_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_GET] = + vt_def_region("MPI_Cart_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_MAP] = + vt_def_region("MPI_Cart_map", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_RANK] = + vt_def_region("MPI_Cart_rank", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_SHIFT] = + vt_def_region("MPI_Cart_shift", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CART_SUB] = + vt_def_region("MPI_Cart_sub", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_CARTDIM_GET] = + vt_def_region("MPI_Cartdim_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_COMPARE] = + vt_def_region("MPI_Comm_compare", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_CREATE] = + vt_def_region("MPI_Comm_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_DUP] = + vt_def_region("MPI_Comm_dup", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_FREE] = + vt_def_region("MPI_Comm_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_GROUP] = + vt_def_region("MPI_Comm_group", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_RANK] = + vt_def_region("MPI_Comm_rank", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_REMOTE_GROUP] = + vt_def_region("MPI_Comm_remote_group", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_REMOTE_SIZE] = + vt_def_region("MPI_Comm_remote_size", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_SIZE] = + vt_def_region("MPI_Comm_size", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_SPLIT] = + vt_def_region("MPI_Comm_split", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_COMM_TEST_INTER] = + vt_def_region("MPI_Comm_test_inter", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_DIMS_CREATE] = + vt_def_region("MPI_Dims_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERRHANDLER_CREATE] = + vt_def_region("MPI_Errhandler_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERRHANDLER_FREE] = + vt_def_region("MPI_Errhandler_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERRHANDLER_GET] = + vt_def_region("MPI_Errhandler_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERRHANDLER_SET] = + vt_def_region("MPI_Errhandler_set", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERROR_CLASS] = + vt_def_region("MPI_Error_class", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ERROR_STRING] = + vt_def_region("MPI_Error_string", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_CLOSE] = + vt_def_region("MPI_File_close", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IREAD] = + vt_def_region("MPI_File_iread", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IREAD_AT] = + vt_def_region("MPI_File_iread_at", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IREAD_SHARED] = + vt_def_region("MPI_File_iread_shared", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IWRITE] = + vt_def_region("MPI_File_iwrite", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IWRITE_AT] = + vt_def_region("MPI_File_iwrite_at", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_IWRITE_SHARED] = + vt_def_region("MPI_File_iwrite_shared", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_OPEN] = + vt_def_region("MPI_File_open", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ] = + vt_def_region("MPI_File_read", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ALL] = + vt_def_region("MPI_File_read_all", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ALL_BEGIN] = + vt_def_region("MPI_File_read_all_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ALL_END] = + vt_def_region("MPI_File_read_all_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_AT] = + vt_def_region("MPI_File_read_at", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_AT_ALL] = + vt_def_region("MPI_File_read_at_all", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_AT_ALL_BEGIN] = + vt_def_region("MPI_File_read_at_all_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_AT_ALL_END] = + vt_def_region("MPI_File_read_at_all_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ORDERED] = + vt_def_region("MPI_File_read_ordered", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ORDERED_BEGIN] = + vt_def_region("MPI_File_read_ordered_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_ORDERED_END] = + vt_def_region("MPI_File_read_ordered_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_READ_SHARED] = + vt_def_region("MPI_File_read_shared", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_SEEK] = + vt_def_region("MPI_File_seek", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_SEEK_SHARED] = + vt_def_region("MPI_File_seek_shared", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE] = + vt_def_region("MPI_File_write", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ALL] = + vt_def_region("MPI_File_write_all", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ALL_BEGIN] = + vt_def_region("MPI_File_write_all_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ALL_END] = + vt_def_region("MPI_File_write_all_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_AT] = + vt_def_region("MPI_File_write_at", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_AT_ALL] = + vt_def_region("MPI_File_write_at_all", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_AT_ALL_BEGIN] = + vt_def_region("MPI_File_write_at_all_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_AT_ALL_END] = + vt_def_region("MPI_File_write_at_all_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ORDERED] = + vt_def_region("MPI_File_write_ordered", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ORDERED_BEGIN] = + vt_def_region("MPI_File_write_ordered_begin", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_ORDERED_END] = + vt_def_region("MPI_File_write_ordered_end", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FILE_WRITE_SHARED] = + vt_def_region("MPI_File_write_shared", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_FINALIZE] = + vt_def_region("MPI_Finalize", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GATHER] = + vt_def_region("MPI_Gather", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ONE); + vt_mpi_regid[VT__MPI_GATHERV] = + vt_def_region("MPI_Gatherv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ONE); + vt_mpi_regid[VT__MPI_GET_COUNT] = + vt_def_region("MPI_Get_count", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GET_ELEMENTS] = + vt_def_region("MPI_Get_elements", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GET_PROCESSOR_NAME] = + vt_def_region("MPI_Get_processor_name", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GET_VERSION] = + vt_def_region("MPI_Get_version", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPH_CREATE] = + vt_def_region("MPI_Graph_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPH_GET] = + vt_def_region("MPI_Graph_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPH_MAP] = + vt_def_region("MPI_Graph_map", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPH_NEIGHBORS] = + vt_def_region("MPI_Graph_neighbors", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPH_NEIGHBORS_COUNT] = + vt_def_region("MPI_Graph_neighbors_count", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GRAPHDIMS_GET] = + vt_def_region("MPI_Graphdims_get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_COMPARE] = + vt_def_region("MPI_Group_compare", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_DIFFERENCE] = + vt_def_region("MPI_Group_difference", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_EXCL] = + vt_def_region("MPI_Group_excl", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_FREE] = + vt_def_region("MPI_Group_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_INCL] = + vt_def_region("MPI_Group_incl", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_INTERSECTION] = + vt_def_region("MPI_Group_intersection", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_RANGE_EXCL] = + vt_def_region("MPI_Group_range_excl", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_RANGE_INCL] = + vt_def_region("MPI_Group_range_incl", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_RANK] = + vt_def_region("MPI_Group_rank", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_SIZE] = + vt_def_region("MPI_Group_size", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_TRANSLATE_RANKS] = + vt_def_region("MPI_Group_translate_ranks", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GROUP_UNION] = + vt_def_region("MPI_Group_union", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_IBSEND] = + vt_def_region("MPI_Ibsend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_INIT] = + vt_def_region("MPI_Init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_INITIALIZED] = + vt_def_region("MPI_Initialized", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_INTERCOMM_CREATE] = + vt_def_region("MPI_Intercomm_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_INTERCOMM_MERGE] = + vt_def_region("MPI_Intercomm_merge", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_IPROBE] = + vt_def_region("MPI_Iprobe", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_IRECV] = + vt_def_region("MPI_Irecv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_IRSEND] = + vt_def_region("MPI_Irsend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ISEND] = + vt_def_region("MPI_Isend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ISSEND] = + vt_def_region("MPI_Issend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_KEYVAL_CREATE] = + vt_def_region("MPI_Keyval_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_KEYVAL_FREE] = + vt_def_region("MPI_Keyval_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_OP_CREATE] = + vt_def_region("MPI_Op_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_OP_FREE] = + vt_def_region("MPI_Op_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_PACK] = + vt_def_region("MPI_Packpack", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_PACK_SIZE] = + vt_def_region("MPI_Pack_size", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_PCONTROL] = + vt_def_region("MPI_Pcontrol", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_PROBE] = + vt_def_region("MPI_Probe", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_RECV] = + vt_def_region("MPI_Recv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_RECV_INIT] = + vt_def_region("MPI_Recv_init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_REDUCE] = + vt_def_region("MPI_Reduce", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ONE); + vt_mpi_regid[VT__MPI_REDUCE_SCATTER] = + vt_def_region("MPI_Reduce_scatter", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_REQUEST_FREE] = + vt_def_region("MPI_Request_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_RSEND] = + vt_def_region("MPI_Rsend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_RSEND_INIT] = + vt_def_region("MPI_Rsend_init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SCAN] = + vt_def_region("MPI_Scan", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_OTHER); + vt_mpi_regid[VT__MPI_SCATTER] = + vt_def_region("MPI_Scatter", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ONE2ALL); + vt_mpi_regid[VT__MPI_SCATTERV] = + vt_def_region("MPI_Scatterv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ONE2ALL); + vt_mpi_regid[VT__MPI_SEND] = + vt_def_region("MPI_Send", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SEND_INIT] = + vt_def_region("MPI_Send_init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SENDRECV] = + vt_def_region("MPI_Sendrecv", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SENDRECV_REPLACE] = + vt_def_region("MPI_Sendrecv_replace", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SSEND] = + vt_def_region("MPI_Ssend", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_SSEND_INIT] = + vt_def_region("MPI_Ssend_init", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_START] = + vt_def_region("MPI_Start", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_STARTALL] = + vt_def_region("MPI_Startall", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TEST] = + vt_def_region("MPI_Test", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TEST_CANCELLED] = + vt_def_region("MPI_Test_cancelled", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TESTALL] = + vt_def_region("MPI_Testall", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TESTANY] = + vt_def_region("MPI_Testany", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TESTSOME] = + vt_def_region("MPI_Testsome", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TOPO_TEST] = + vt_def_region("MPI_Topo_test", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_COMMIT] = + vt_def_region("MPI_Type_commit", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_CONTIGUOUS] = + vt_def_region("MPI_Type_contiguous", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_EXTENT] = + vt_def_region("MPI_Type_extent", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_FREE] = + vt_def_region("MPI_Type_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_HINDEXED] = + vt_def_region("MPI_Type_hindexed", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_HVECTOR] = + vt_def_region("MPI_Type_hvector", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_INDEXED] = + vt_def_region("MPI_Type_indexed", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_LB] = + vt_def_region("MPI_Type_lb", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_SIZE] = + vt_def_region("MPI_Type_size", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_STRUCT] = + vt_def_region("MPI_Type_struct", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_UB] = + vt_def_region("MPI_Type_ub", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_TYPE_VECTOR] = + vt_def_region("MPI_Type_vector", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_UNPACK] = + vt_def_region("MPI_Unpack", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WAIT] = + vt_def_region("MPI_Wait", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WAITALL] = + vt_def_region("MPI_Waitall", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WAITANY] = + vt_def_region("MPI_Waitany", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WAITSOME] = + vt_def_region("MPI_Waitsome", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WTICK] = + vt_def_region("MPI_Wtick", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WTIME] = + vt_def_region("MPI_Wtime", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ACCUMULATE] = + vt_def_region("MPI_Accumulate", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_GET] = + vt_def_region("MPI_Get", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_PUT] = + vt_def_region("MPI_Put", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_COMPLETE] = + vt_def_region("MPI_Win_complete", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_CREATE] = + vt_def_region("MPI_Win_create", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_BARRIER); + vt_mpi_regid[VT__MPI_WIN_FENCE] = + vt_def_region("MPI_Win_fence", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_BARRIER); + vt_mpi_regid[VT__MPI_WIN_FREE] = + vt_def_region("MPI_Win_free", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_BARRIER); + vt_mpi_regid[VT__MPI_WIN_GET_GROUP] = + vt_def_region("MPI_Win_get_group", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_LOCK] = + vt_def_region("MPI_Win_lock", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_POST] = + vt_def_region("MPI_Win_post", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_START] = + vt_def_region("MPI_Win_start", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_TEST] = + vt_def_region("MPI_Win_test", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_UNLOCK] = + vt_def_region("MPI_Win_unlock", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_WIN_WAIT] = + vt_def_region("MPI_Win_wait", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION); + vt_mpi_regid[VT__MPI_ALLTOALLW] = + vt_def_region("MPI_Alltoallw", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); + vt_mpi_regid[VT__MPI_EXSCAN] = + vt_def_region("MPI_Exscan", fid, VT_NO_LNO, VT_NO_LNO, "MPI", VT_FUNCTION_COLL_ALL2ALL); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_mpireg.h b/ompi/contrib/vt/vt/vtlib/vt_mpireg.h new file mode 100644 index 0000000000..1b8c17993d --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_mpireg.h @@ -0,0 +1,216 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_MPIREG_H +#define _VT_MPIREG_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#define VT__MPI_ABORT 0 +#define VT__MPI_ADDRESS 1 +#define VT__MPI_ALLGATHER 2 +#define VT__MPI_ALLGATHERV 3 +#define VT__MPI_ALLREDUCE 4 +#define VT__MPI_ALLTOALL 5 +#define VT__MPI_ALLTOALLV 6 +#define VT__MPI_ATTR_DELETE 7 +#define VT__MPI_ATTR_GET 8 +#define VT__MPI_ATTR_PUT 9 +#define VT__MPI_BARRIER 10 +#define VT__MPI_BCAST 11 +#define VT__MPI_BSEND 12 +#define VT__MPI_BSEND_INIT 13 +#define VT__MPI_BUFFER_ATTACH 14 +#define VT__MPI_BUFFER_DETACH 15 +#define VT__MPI_CANCEL 16 +#define VT__MPI_CART_COORDS 17 +#define VT__MPI_CART_CREATE 18 +#define VT__MPI_CART_GET 19 +#define VT__MPI_CART_MAP 20 +#define VT__MPI_CART_RANK 21 +#define VT__MPI_CART_SHIFT 22 +#define VT__MPI_CART_SUB 23 +#define VT__MPI_CARTDIM_GET 24 +#define VT__MPI_COMM_COMPARE 25 +#define VT__MPI_COMM_CREATE 26 +#define VT__MPI_COMM_DUP 27 +#define VT__MPI_COMM_FREE 28 +#define VT__MPI_COMM_GROUP 29 +#define VT__MPI_COMM_RANK 30 +#define VT__MPI_COMM_REMOTE_GROUP 31 +#define VT__MPI_COMM_REMOTE_SIZE 32 +#define VT__MPI_COMM_SIZE 33 +#define VT__MPI_COMM_SPLIT 34 +#define VT__MPI_COMM_TEST_INTER 35 +#define VT__MPI_DIMS_CREATE 36 +#define VT__MPI_ERRHANDLER_CREATE 37 +#define VT__MPI_ERRHANDLER_FREE 38 +#define VT__MPI_ERRHANDLER_GET 39 +#define VT__MPI_ERRHANDLER_SET 40 +#define VT__MPI_ERROR_CLASS 41 +#define VT__MPI_ERROR_STRING 42 +#define VT__MPI_FILE_CLOSE 43 +#define VT__MPI_FILE_IREAD 44 +#define VT__MPI_FILE_IREAD_AT 45 +#define VT__MPI_FILE_IREAD_SHARED 46 +#define VT__MPI_FILE_IWRITE 47 +#define VT__MPI_FILE_IWRITE_AT 48 +#define VT__MPI_FILE_IWRITE_SHARED 49 +#define VT__MPI_FILE_OPEN 50 +#define VT__MPI_FILE_READ 51 +#define VT__MPI_FILE_READ_ALL 52 +#define VT__MPI_FILE_READ_ALL_BEGIN 53 +#define VT__MPI_FILE_READ_ALL_END 54 +#define VT__MPI_FILE_READ_AT 55 +#define VT__MPI_FILE_READ_AT_ALL 56 +#define VT__MPI_FILE_READ_AT_ALL_BEGIN 57 +#define VT__MPI_FILE_READ_AT_ALL_END 58 +#define VT__MPI_FILE_READ_ORDERED 59 +#define VT__MPI_FILE_READ_ORDERED_BEGIN 60 +#define VT__MPI_FILE_READ_ORDERED_END 61 +#define VT__MPI_FILE_READ_SHARED 62 +#define VT__MPI_FILE_SEEK 63 +#define VT__MPI_FILE_SEEK_SHARED 64 +#define VT__MPI_FILE_WRITE 65 +#define VT__MPI_FILE_WRITE_ALL 66 +#define VT__MPI_FILE_WRITE_ALL_BEGIN 67 +#define VT__MPI_FILE_WRITE_ALL_END 68 +#define VT__MPI_FILE_WRITE_AT 69 +#define VT__MPI_FILE_WRITE_AT_ALL 70 +#define VT__MPI_FILE_WRITE_AT_ALL_BEGIN 71 +#define VT__MPI_FILE_WRITE_AT_ALL_END 72 +#define VT__MPI_FILE_WRITE_ORDERED 73 +#define VT__MPI_FILE_WRITE_ORDERED_BEGIN 74 +#define VT__MPI_FILE_WRITE_ORDERED_END 75 +#define VT__MPI_FILE_WRITE_SHARED 76 +#define VT__MPI_FINALIZE 77 +#define VT__MPI_GATHER 78 +#define VT__MPI_GATHERV 79 +#define VT__MPI_GET_COUNT 80 +#define VT__MPI_GET_ELEMENTS 81 +#define VT__MPI_GET_PROCESSOR_NAME 82 +#define VT__MPI_GET_VERSION 83 +#define VT__MPI_GRAPH_CREATE 84 +#define VT__MPI_GRAPH_GET 85 +#define VT__MPI_GRAPH_MAP 86 +#define VT__MPI_GRAPH_NEIGHBORS 87 +#define VT__MPI_GRAPH_NEIGHBORS_COUNT 88 +#define VT__MPI_GRAPHDIMS_GET 89 +#define VT__MPI_GROUP_COMPARE 90 +#define VT__MPI_GROUP_DIFFERENCE 91 +#define VT__MPI_GROUP_EXCL 92 +#define VT__MPI_GROUP_FREE 93 +#define VT__MPI_GROUP_INCL 94 +#define VT__MPI_GROUP_INTERSECTION 95 +#define VT__MPI_GROUP_RANGE_EXCL 96 +#define VT__MPI_GROUP_RANGE_INCL 97 +#define VT__MPI_GROUP_RANK 98 +#define VT__MPI_GROUP_SIZE 99 +#define VT__MPI_GROUP_TRANSLATE_RANKS 100 +#define VT__MPI_GROUP_UNION 101 +#define VT__MPI_IBSEND 102 +#define VT__MPI_INIT 103 +#define VT__MPI_INITIALIZED 104 +#define VT__MPI_INTERCOMM_CREATE 105 +#define VT__MPI_INTERCOMM_MERGE 106 +#define VT__MPI_IPROBE 107 +#define VT__MPI_IRECV 108 +#define VT__MPI_IRSEND 109 +#define VT__MPI_ISEND 110 +#define VT__MPI_ISSEND 111 +#define VT__MPI_KEYVAL_CREATE 112 +#define VT__MPI_KEYVAL_FREE 113 +#define VT__MPI_OP_CREATE 114 +#define VT__MPI_OP_FREE 115 +#define VT__MPI_PACK 116 +#define VT__MPI_PACK_SIZE 117 +#define VT__MPI_PCONTROL 118 +#define VT__MPI_PROBE 119 +#define VT__MPI_RECV 120 +#define VT__MPI_RECV_INIT 121 +#define VT__MPI_REDUCE 122 +#define VT__MPI_REDUCE_SCATTER 123 +#define VT__MPI_REQUEST_FREE 124 +#define VT__MPI_RSEND 125 +#define VT__MPI_RSEND_INIT 126 +#define VT__MPI_SCAN 127 +#define VT__MPI_SCATTER 128 +#define VT__MPI_SCATTERV 129 +#define VT__MPI_SEND 130 +#define VT__MPI_SEND_INIT 131 +#define VT__MPI_SENDRECV 132 +#define VT__MPI_SENDRECV_REPLACE 133 +#define VT__MPI_SSEND 134 +#define VT__MPI_SSEND_INIT 135 +#define VT__MPI_START 136 +#define VT__MPI_STARTALL 137 +#define VT__MPI_TEST 138 +#define VT__MPI_TEST_CANCELLED 139 +#define VT__MPI_TESTALL 140 +#define VT__MPI_TESTANY 141 +#define VT__MPI_TESTSOME 142 +#define VT__MPI_TOPO_TEST 143 +#define VT__MPI_TYPE_COMMIT 144 +#define VT__MPI_TYPE_CONTIGUOUS 145 +#define VT__MPI_TYPE_EXTENT 146 +#define VT__MPI_TYPE_FREE 147 +#define VT__MPI_TYPE_HINDEXED 148 +#define VT__MPI_TYPE_HVECTOR 149 +#define VT__MPI_TYPE_INDEXED 150 +#define VT__MPI_TYPE_LB 151 +#define VT__MPI_TYPE_SIZE 152 +#define VT__MPI_TYPE_STRUCT 153 +#define VT__MPI_TYPE_UB 154 +#define VT__MPI_TYPE_VECTOR 155 +#define VT__MPI_UNPACK 156 +#define VT__MPI_WAIT 157 +#define VT__MPI_WAITALL 158 +#define VT__MPI_WAITANY 159 +#define VT__MPI_WAITSOME 160 +#define VT__MPI_WTICK 161 +#define VT__MPI_WTIME 162 +#define VT__MPI_ACCUMULATE 163 +#define VT__MPI_GET 164 +#define VT__MPI_PUT 165 +#define VT__MPI_WIN_COMPLETE 166 +#define VT__MPI_WIN_CREATE 167 +#define VT__MPI_WIN_FENCE 168 +#define VT__MPI_WIN_FREE 169 +#define VT__MPI_WIN_GET_GROUP 170 +#define VT__MPI_WIN_LOCK 171 +#define VT__MPI_WIN_POST 172 +#define VT__MPI_WIN_START 173 +#define VT__MPI_WIN_TEST 174 +#define VT__MPI_WIN_UNLOCK 175 +#define VT__MPI_WIN_WAIT 176 +#define VT__MPI_ALLTOALLW 177 +#define VT__MPI_EXSCAN 178 +#define VT__MPI_REGID_NUM 179 + +extern int vt_mpi_regid[VT__MPI_REGID_NUM]; + +EXTERN void vt_mpi_register( void ); + +#endif + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_mpireq.c b/ompi/contrib/vt/vt/vtlib/vt_mpireq.c new file mode 100644 index 0000000000..c5f9cd3c67 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_mpireq.c @@ -0,0 +1,232 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_mpireq.h" +#include "vt_mpicom.h" +#include "vt_trc.h" + +#include +#include + +/* + *----------------------------------------------------------------------------- + * + * Request management + * + *----------------------------------------------------------------------------- + */ + +#define VT_REQBLK_SIZE 10 + +struct VTRequestBlock { + struct VTRequest req[VT_REQBLK_SIZE]; + struct VTRequestBlock *next; + struct VTRequestBlock *prev; +}; + +static struct VTRequestBlock *head_block = 0; +static struct VTRequestBlock *last_block = 0; +static struct VTRequest *lastreq = 0; +static int lastidx = VT_REQBLK_SIZE; + +void vt_request_finalize() +{ + struct VTRequestBlock *block; + + /* free request blocks */ + + while (head_block) { + block = head_block; + head_block = head_block->next; + free(block); + } +} + +void vt_request_create(MPI_Request request, + unsigned flags, + int tag, + int dest, + int bytes, + MPI_Datatype datatype, + MPI_Comm comm) +{ + struct VTRequestBlock *new_block; + + lastidx++; + if (lastidx >= VT_REQBLK_SIZE) + { + if (head_block == 0 ) + { + /* first time: allocate and initialize first block */ + new_block = (struct VTRequestBlock*)malloc(sizeof(struct VTRequestBlock)); + new_block->next = 0; + new_block->prev = 0; + head_block = last_block = new_block; + } + else if (last_block == 0 ) + { + /* request list empty: re-initialize */ + last_block = head_block; + } + else + { + if (last_block->next == 0 ) + { + /* request list full: expand */ + new_block = (struct VTRequestBlock*)malloc(sizeof(struct VTRequestBlock)); + new_block->next = 0; + new_block->prev = last_block; + last_block->next = new_block; + } + /* use next available block */ + last_block = last_block->next; + } + lastreq = &(last_block->req[0]); + lastidx = 0; + } + else + { + lastreq++; + } + /* store request information */ + lastreq->request = request; + lastreq->flags = ERF_NONE; + lastreq->flags |= flags; + lastreq->tag = tag; + lastreq->dest = dest; + lastreq->bytes = bytes; + lastreq->datatype = datatype; + lastreq->comm = comm; +} + +struct VTRequest* vt_request_get(MPI_Request request) +{ + int i; + struct VTRequestBlock *block; + struct VTRequest *curr; + + /* list empty */ + if (!lastreq) return 0; + + /* search all requests in all blocks */ + block = head_block; + while (block) { + curr = &(block->req[0]); + for (i = 0; i < VT_REQBLK_SIZE; ++i) + { + /* found? */ + if (curr->request == request) + return curr; + + /* end of list? */ + if (curr == lastreq) + return 0; + + curr++; + } + block = block->next; + } + return 0; +} + +void vt_request_free(struct VTRequest* req) +{ + /* delete request by copying last request in place of req */ + if (!lastreq) { + vt_error_msg("INTERNAL ERROR in request handling - no last request"); + } + *req = *lastreq; + lastreq->flags = ERF_NONE; + lastreq->request = 0; + + /* adjust pointer to last request */ + lastidx--; + if (lastidx < 0) + { + /* reached low end of block */ + if (last_block->prev) + { + /* goto previous block if existing */ + lastidx = VT_REQBLK_SIZE-1; + lastreq = &(last_block->prev->req[lastidx]); + } + else + { + /* no previous block: re-initialize */ + lastidx = VT_REQBLK_SIZE; + lastreq = 0; + } + last_block = last_block->prev; + } + else + { + lastreq--; + } +} + +void vt_check_request(uint64_t* time, struct VTRequest* req, MPI_Status *status) +{ + if (!req || + ((req->flags & ERF_IS_PERSISTENT) && !(req->flags & ERF_IS_ACTIVE))) + return; + + /* if receive request, write receive trace record */ + if ((req->flags & ERF_RECV) && + (status->MPI_SOURCE != MPI_PROC_NULL) && + (status->MPI_SOURCE != MPI_ANY_SOURCE)) + { + int count, sz; + PMPI_Type_size(req->datatype, &sz); + PMPI_Get_count(status, req->datatype, &count); + vt_mpi_recv(time, VT_RANK_TO_PE(status->MPI_SOURCE, req->comm), + VT_COMM_ID(req->comm), status->MPI_TAG, count * sz); + } + + if (req->flags & ERF_IS_PERSISTENT) + { + /* if persistent request, set to inactive, + and, if requested delete request */ + req->flags &= ~ERF_IS_ACTIVE; + if (req->flags & ERF_DEALLOCATE) vt_request_free(req); + } + else + { + /* if non-persistent request, delete always request */ + vt_request_free(req); + } +} + +static MPI_Request *orig_req_arr = 0; +static int orig_req_arr_size = 0; + +void vt_save_request_array(MPI_Request *arr_req, int arr_req_size) +{ + int i; + + if (orig_req_arr_size == 0) { + /* -- never used: initialize -- */ + orig_req_arr = (MPI_Request*)malloc(arr_req_size * sizeof(MPI_Request)); + orig_req_arr_size = arr_req_size; + } else if (arr_req_size > orig_req_arr_size) { + /* -- not enough room: expand -- */ + orig_req_arr = (MPI_Request*)realloc(orig_req_arr, arr_req_size * sizeof(MPI_Request)); + orig_req_arr_size = arr_req_size; + } + + /* -- copy array -- */ + for (i=0; i +#endif + +#include "vt_trc.h" +#include "vt_memhook.h" +#include "vt_mpicom.h" +#include "vt_mpireg.h" +#include "vt_mpireq.h" +#include "vt_pform.h" +#include "vt_error.h" +#include "vt_env.h" + +#include +#include +#include + +static MPI_Status *my_status_array = 0; +static int my_status_array_size = 0; + +static MPI_Status* vt_get_status_array(int size) { + if (my_status_array_size == 0) { + /* -- never used: initialize -- */ + my_status_array = (MPI_Status*)malloc(size * sizeof(MPI_Status)); + if ( my_status_array == NULL ) vt_error(); + my_status_array_size = size; + } else if (size > my_status_array_size) { + /* -- not enough room: expand -- */ + my_status_array = (MPI_Status*)realloc(my_status_array, size * sizeof(MPI_Status)); + if ( my_status_array == NULL ) vt_error(); + my_status_array_size = size; + } + return my_status_array; +} + + +/* + *----------------------------------------------------------------------------- + * + * Init and finalize + * + *----------------------------------------------------------------------------- + */ + +/* dummy function 'user' entered */ +int vt_enter_user_called = 0; + +/* initialized once from environment variable */ +int vt_mpitrace = 1; + +/* changed with every MPI_TRACE_ON/MPI_TRACE_OFF */ +int vt_mpi_trace_is_on = 1; + +#define IS_MPI_TRACE_ON ( vt_mpi_trace_is_on && VT_IS_TRACE_ON() ) +#define MPI_TRACE_OFF() \ + VT_MEMHOOKS_OFF(); \ + vt_mpi_trace_is_on = 0; +#define MPI_TRACE_ON() \ + VT_MEMHOOKS_ON(); \ + vt_mpi_trace_is_on = vt_mpitrace; + +/* -- MPI_Init -- */ + +int MPI_Init( int *argc, char ***argv ) +{ + int returnVal, numprocs, i; + unsigned char* grpv; + uint64_t time; + + /* shall I trace MPI events? */ + vt_mpi_trace_is_on = vt_mpitrace = vt_env_mpitrace(); + + /* first event? + -> initialize VT and enter dummy function 'user' */ + if ( !VT_IS_ALIVE ) + { + vt_open(); + time = vt_pform_wtime(); + vt_enter_user(&time); + vt_enter_user_called = 1; + } + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_INIT]); + + returnVal = PMPI_Init(argc, argv); + + /* initialize mpi event handling */ + vt_mpi_init(); + + PMPI_Comm_size(MPI_COMM_WORLD, &numprocs); + + /* define communicator for MPI_COMM_WORLD */ + grpv = (unsigned char*)calloc(numprocs / 8 + (numprocs % 8 ? 1 : 0), sizeof(unsigned char)); + for (i = 0; i < numprocs; i++) + grpv[i / 8] |= (1 << (i % 8)); + vt_def_mpi_comm(0, numprocs / 8 + (numprocs % 8 ? 1 : 0), grpv); + + free(grpv); + + /* initialize communicator management */ + vt_comm_init(); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + returnVal = PMPI_Init(argc, argv); + + /* initialize mpi event handling */ + vt_mpi_init(); + + PMPI_Comm_size(MPI_COMM_WORLD, &numprocs); + + /* define communicator for MPI_COMM_WORLD */ + grpv = (unsigned char*)calloc(numprocs / 8 + (numprocs % 8 ? 1 : 0), sizeof(unsigned char)); + for (i = 0; i < numprocs; i++) + grpv[i / 8] |= (1 << (i % 8)); + vt_def_mpi_comm(0, numprocs / 8 + (numprocs % 8 ? 1 : 0), grpv); + + free(grpv); + + /* initialize communicator management */ + vt_comm_init(); + } + + return returnVal; +} + +/* -- MPI_Finalize -- */ + +int MPI_Finalize() +{ + int returnVal; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_FINALIZE]); + + /* finalize communicator and request management */ + vt_comm_finalize(); + vt_request_finalize(); + + /* finalize mpi event handling */ + vt_mpi_finalize(); + + returnVal = PMPI_Finalize(); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + vt_comm_finalize(); + vt_request_finalize(); + + /* finalize mpi event handling */ + vt_mpi_finalize(); + returnVal = PMPI_Finalize(); + } + + /* exit dummy function 'user', if necessary */ + if (VT_IS_TRACE_ON() && vt_enter_user_called) + { + time = vt_pform_wtime(); + vt_exit_user(&time); + } + + return returnVal; +} + +/* + *----------------------------------------------------------------------------- + * + * Communicator management + * + *----------------------------------------------------------------------------- + */ + +/* ------- Constructors ------- */ + +int MPI_Comm_dup( MPI_Comm comm, + MPI_Comm* newcomm ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_COMM_DUP]); + + result = PMPI_Comm_dup(comm, newcomm); + vt_comm_create(*newcomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Comm_dup(comm, newcomm); + } + + return result; +} + +int MPI_Comm_create( MPI_Comm comm, + MPI_Group group, + MPI_Comm* newcomm ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_COMM_CREATE]); + + result = PMPI_Comm_create(comm, group, newcomm); + if ( *newcomm != MPI_COMM_NULL) + vt_comm_create(*newcomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Comm_create(comm, group, newcomm); + } + + return result; +} + +int MPI_Comm_split( MPI_Comm comm, + int color, + int key, + MPI_Comm* newcomm ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_COMM_SPLIT]); + + result = PMPI_Comm_split(comm, color, key, newcomm); + if ( *newcomm != MPI_COMM_NULL) + vt_comm_create(*newcomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Comm_split(comm, color, key, newcomm); + } + + return result; +} + + +/* + *----------------------------------------------------------------------------- + * + * Cartesian Toplogy functions + * + *----------------------------------------------------------------------------- + */ + +int MPI_Cart_create( MPI_Comm comm_old, + int ndims, + int* dims, + int* periodv, + int reorder, + MPI_Comm* comm_cart) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_CART_CREATE]); + + result = PMPI_Cart_create(comm_old, ndims, dims, periodv, reorder, comm_cart); + if ( *comm_cart != MPI_COMM_NULL) + vt_comm_create(*comm_cart); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Cart_create(comm_old, ndims, dims, periodv, reorder, comm_cart); + } + + return result; +} + +int MPI_Cart_sub ( MPI_Comm comm, + int *rem_dims, + MPI_Comm *newcomm) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_CART_SUB]); + + result = PMPI_Cart_sub(comm, rem_dims, newcomm); + if ( *newcomm != MPI_COMM_NULL) + vt_comm_create(*newcomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Cart_sub(comm, rem_dims, newcomm ); + } + + return result; +} + + + +int MPI_Graph_create( MPI_Comm comm_old, + int nnodes, + int* index, + int* edges, + int reorder, + MPI_Comm* comm_graph) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_GRAPH_CREATE]); + + result = PMPI_Graph_create(comm_old, nnodes, index, edges, reorder, comm_graph); + if ( *comm_graph != MPI_COMM_NULL) + vt_comm_create(*comm_graph); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Graph_create(comm_old, nnodes, index, edges, reorder, comm_graph); + } + + return result; +} + +int MPI_Intercomm_create (MPI_Comm local_comm, + int local_leader, + MPI_Comm peer_comm, + int remote_leader, + int tag, + MPI_Comm *newintercomm) + +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_INTERCOMM_CREATE]); + + result = PMPI_Intercomm_create(local_comm, local_leader, peer_comm, + remote_leader, tag, newintercomm); + if ( *newintercomm != MPI_COMM_NULL) + vt_comm_create(*newintercomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Intercomm_create(local_comm, local_leader, peer_comm, + remote_leader, tag, newintercomm); + } + + return result; +} + +int MPI_Intercomm_merge (MPI_Comm intercomm, + int high, + MPI_Comm *newcomm) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_INTERCOMM_MERGE]); + + result = PMPI_Intercomm_merge(intercomm, high, newcomm); + if ( *newcomm != MPI_COMM_NULL) + vt_comm_create(*newcomm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Intercomm_merge ( intercomm, high, newcomm); + } + + return result; +} + + +/* ------- Destructors ------- */ + +int MPI_Comm_free( MPI_Comm* comm ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_COMM_FREE]); + + vt_comm_free(*comm); + result = PMPI_Comm_free(comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Comm_free(comm); + } + + return result; +} + +/* + *----------------------------------------------------------------------------- + * + * Point-to-point communication + * + *----------------------------------------------------------------------------- + */ + +/* ------- Synchronous ------- */ + + +/* -- MPI_Send -- */ + +int MPI_Send( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Send(buf, count, datatype, dest, tag, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Send(buf, count, datatype, dest, tag, comm); + } + + return result; +} + +/* -- MPI_Bsend -- */ + +int MPI_Bsend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_BSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Bsend(buf, count, datatype, dest, tag, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Bsend(buf, count, datatype, dest, tag, comm); + } + + return result; +} + +/* -- MPI_Rsend -- */ + +int MPI_Rsend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_RSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Rsend(buf, count, datatype, dest, tag, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Rsend(buf, count, datatype, dest, tag, comm); + } + + return result; +} + +/* -- MPI_Ssend -- */ + +int MPI_Ssend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Ssend(buf, count, datatype, dest, tag, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Ssend(buf, count, datatype, dest, tag, comm); + } + + return result; +} + +/* -- MPI_Recv -- */ + +int MPI_Recv( void* buf, + int count, + MPI_Datatype datatype, + int source, int tag, + MPI_Comm comm, + MPI_Status* status ) +{ + int result, sz; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_RECV]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + result = PMPI_Recv(buf, count, datatype, source, tag, comm, status); + + time = vt_pform_wtime(); + + if (source != MPI_PROC_NULL && result == MPI_SUCCESS) + { + PMPI_Type_size(datatype, &sz); + PMPI_Get_count(status, datatype, &count); + vt_mpi_recv(&time, VT_RANK_TO_PE(status->MPI_SOURCE, comm), + VT_COMM_ID(comm), status->MPI_TAG, count * sz); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Recv(buf, count, datatype, source, tag, comm, status); + } + + return result; +} + + +/* -- MPI_Probe -- */ + +int MPI_Probe( int source, + int tag, + MPI_Comm comm, + MPI_Status* status ) +{ + int result; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_PROBE]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + result = PMPI_Probe(source, tag, comm, status); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Probe(source, tag, comm, status); + } + + return result; +} + + +/* -- MPI_Sendrecv -- */ + +int MPI_Sendrecv(void* sendbuf, + int sendcount, + MPI_Datatype sendtype, + int dest, + int sendtag, + void* recvbuf, + int recvcount, + MPI_Datatype recvtype, + int source, + int recvtag, + MPI_Comm comm, + MPI_Status* status ) +{ + int result, sendsz, recvsz; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SENDRECV]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(sendtype, &sendsz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + sendtag, sendcount * sendsz); + } + if (status == MPI_STATUS_IGNORE) status = &mystatus; + result = PMPI_Sendrecv(sendbuf, sendcount, sendtype, dest, sendtag, + recvbuf, recvcount, recvtype, source, recvtag, + comm, status); + + time = vt_pform_wtime(); + + if (source != MPI_PROC_NULL && result == MPI_SUCCESS) + { + PMPI_Type_size(recvtype, &recvsz); + PMPI_Get_count(status, recvtype, &recvcount); + vt_mpi_recv(&time, VT_RANK_TO_PE(status->MPI_SOURCE, comm), + VT_COMM_ID(comm), status->MPI_TAG, recvcount * recvsz); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Sendrecv(sendbuf, sendcount, sendtype, dest, sendtag, + recvbuf, recvcount, recvtype, source, recvtag, + comm, status); + } + + return result; +} + +/* -- MPI_Sendrecv_replace -- */ + +int MPI_Sendrecv_replace(void* buf, + int count, + MPI_Datatype datatype, + int dest, + int sendtag, + int source, + int recvtag, + MPI_Comm comm, + MPI_Status* status ) +{ + int result, sz; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SENDRECV_REPLACE]); + + PMPI_Type_size(datatype, &sz); + if (dest != MPI_PROC_NULL) + { + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), + VT_COMM_ID(comm), + sendtag, + count * sz); + } + if (status == MPI_STATUS_IGNORE) status = &mystatus; + result = PMPI_Sendrecv_replace(buf, count, datatype, dest, + sendtag, source, recvtag, + comm, status); + + time = vt_pform_wtime(); + + if (source != MPI_PROC_NULL && result == MPI_SUCCESS) + { + vt_mpi_recv(&time, VT_RANK_TO_PE(status->MPI_SOURCE, comm), + VT_COMM_ID(comm), status->MPI_TAG, count * sz); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Sendrecv_replace(buf, count, datatype, dest, + sendtag, source, recvtag, + comm, status); + } + + return result; +} + +/* ------- Aynchronous ------- */ + +/* -- MPI_Isend -- */ + +int MPI_Isend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_ISEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Isend(buf, count, datatype, dest, tag, comm, request); + /* no need to save send request as we already created send event, + * so why saving request, and then have all kinds of trouble handling + * it correctly + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, ERF_SEND, tag, dest, count*sz, comm); + */ + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Isend(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + + +/* -- MPI_Irecv -- */ + +int MPI_Irecv( void* buf, + int count, + MPI_Datatype datatype, + int source, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_IRECV]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Irecv(buf, count, datatype, source, tag, comm, request); + if (source != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, ERF_RECV, + tag, 0, count * sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Irecv(buf, count, datatype, source, tag, comm, request); + } + + return result; +} + +/* -- MPI_Ibsend -- */ + +int MPI_Ibsend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request *request) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_IBSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Ibsend(buf, count, datatype, dest, tag, comm, request); + /* no need to save send request as we already created send event, + * so why saving request, and then have all kinds of trouble handling + * it correctly + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, ERF_SEND, tag, dest, count*sz, comm); + */ + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Ibsend(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Issend -- */ + +int MPI_Issend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request *request) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_ISSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Issend(buf, count, datatype, dest, tag, comm, request); + /* no need to save send request as we already created send event, + * so why saving request, and then have all kinds of trouble handling + * it correctly + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, ERF_SEND, tag, dest, count*sz, comm); + */ + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Issend(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Irsend -- */ + +int MPI_Irsend( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request *request) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_IRSEND]); + + if (dest != MPI_PROC_NULL) + { + PMPI_Type_size(datatype, &sz); + vt_mpi_send(&time, VT_RANK_TO_PE(dest, comm), VT_COMM_ID(comm), + tag, count * sz); + } + result = PMPI_Irsend(buf, count, datatype, dest, tag, comm, request); + /* no need to save send request as we already created send event, + * so why saving request, and then have all kinds of trouble handling + * it correctly + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, ERF_SEND, tag, dest, count*sz, comm); + */ + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Irsend(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Wait -- */ + +int MPI_Wait( MPI_Request* request, + MPI_Status* status) +{ + int result; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + struct VTRequest* orig_req; + + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_WAIT]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + orig_req = vt_request_get(*request); + result = PMPI_Wait(request, status); + + time = vt_pform_wtime(); + vt_check_request(&time, orig_req, status); + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Wait(request, status); + } + + + return result; +} + +/* -- MPI_Waitall -- */ + +int MPI_Waitall( int count, + MPI_Request* requests, + MPI_Status* array_of_statuses ) +{ + int result, i; + struct VTRequest* orig_req; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_WAITALL]); + + if (array_of_statuses == MPI_STATUSES_IGNORE) { + array_of_statuses = vt_get_status_array(count); + } + vt_save_request_array(requests, count); + result = PMPI_Waitall(count, requests, array_of_statuses); + + time = vt_pform_wtime(); + + for (i = 0; i < count; i++) + { + orig_req = vt_saved_request_get(i); + vt_check_request(&time, orig_req, &(array_of_statuses[i])); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Waitall(count, requests, array_of_statuses); + } + + return result; +} + +/* -- MPI_Waitany -- */ + +int MPI_Waitany( int count, + MPI_Request* requests, + int* index, + MPI_Status* status ) +{ + int result; + struct VTRequest* orig_req; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_WAITANY]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + vt_save_request_array(requests, count); + result = PMPI_Waitany(count, requests, index, status); + orig_req = vt_saved_request_get(*index); + + time = vt_pform_wtime(); + vt_check_request(&time, orig_req, status); + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Waitany(count, requests, index, status); + } + + + return result; +} + +/* -- MPI_Waitsome -- */ + +int MPI_Waitsome(int incount, + MPI_Request *array_of_requests, + int *outcount, + int *array_of_indices, + MPI_Status *array_of_statuses ) +{ + int result, i; + struct VTRequest* orig_req; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_WAITSOME]); + + if (array_of_statuses == MPI_STATUSES_IGNORE) { + array_of_statuses = vt_get_status_array(incount); + } + vt_save_request_array(array_of_requests, incount); + result = PMPI_Waitsome(incount, array_of_requests, outcount, + array_of_indices, array_of_statuses ); + + time = vt_pform_wtime(); + + for (i=0; i<*outcount; ++i) + { + orig_req = vt_saved_request_get(array_of_indices[i]); + vt_check_request(&time, orig_req, &(array_of_statuses[i])); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Waitsome(incount, array_of_requests, outcount, + array_of_indices, array_of_statuses ); + } + + return result; +} + +/* -- MPI_Test -- */ + +int MPI_Test( MPI_Request* request, + int* flag, + MPI_Status* status ) +{ + int result; + struct VTRequest* orig_req; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_TEST]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + orig_req = vt_request_get(*request); + result = PMPI_Test(request, flag, status); + + time = vt_pform_wtime(); + + if (*flag) vt_check_request(&time, orig_req, status); + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Test(request, flag, status); + } + + return result; +} + +/* -- MPI_Testany -- */ + +int MPI_Testany( int count, + MPI_Request *array_of_requests, + int *index, + int *flag, + MPI_Status *status ) +{ + int result; + struct VTRequest* orig_req; + MPI_Status mystatus; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_TESTANY]); + + if (status == MPI_STATUS_IGNORE) status = &mystatus; + vt_save_request_array(array_of_requests, count); + result = PMPI_Testany( count, array_of_requests, index, flag, status ); + + time = vt_pform_wtime(); + + if (*flag && *index != MPI_UNDEFINED) + { + orig_req = vt_saved_request_get(*index); + vt_check_request(&time, orig_req, status); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Testany( count, array_of_requests, index, flag, status ); + } + + return result; +} + +/* -- MPI_Testall -- */ + +int MPI_Testall( int count, + MPI_Request *array_of_requests, + int *flag, + MPI_Status *array_of_statuses ) +{ + int result, i; + struct VTRequest* orig_req; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_TESTALL]); + + if (array_of_statuses == MPI_STATUSES_IGNORE) { + array_of_statuses = vt_get_status_array(count); + } + vt_save_request_array(array_of_requests, count); + result = PMPI_Testall(count, array_of_requests, flag, array_of_statuses ); + + time = vt_pform_wtime(); + + if (*flag) + { + for (i = 0; i < count; i++) + { + orig_req = vt_saved_request_get(i); + vt_check_request(&time, orig_req, &(array_of_statuses[i])); + } + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Testall(count, array_of_requests, flag, array_of_statuses ); + } + + return result; +} + +/* -- MPI_Testsome -- */ + +int MPI_Testsome(int incount, + MPI_Request *array_of_requests, + int *outcount, + int *array_of_indices, + MPI_Status *array_of_statuses ) +{ + int result, i; + struct VTRequest* orig_req; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_TESTSOME]); + + if (array_of_statuses == MPI_STATUSES_IGNORE) { + array_of_statuses = vt_get_status_array(incount); + } + vt_save_request_array(array_of_requests, incount); + result = PMPI_Testsome( incount, array_of_requests, outcount, + array_of_indices, array_of_statuses ); + + time = vt_pform_wtime(); + + for (i=0; i<*outcount; ++i) + { + orig_req = vt_saved_request_get(array_of_indices[i]); + vt_check_request(&time, orig_req, &(array_of_statuses[i])); + } + + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Testsome( incount, array_of_requests, outcount, + array_of_indices, array_of_statuses ); + } + + return result; +} + +/* ------- Persistent requests ------- */ + +/* -- MPI_Send_init -- */ + +int MPI_Send_init( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SEND_INIT]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Send_init(buf, count, datatype, dest, tag, comm, request); + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, (ERF_SEND | ERF_IS_PERSISTENT), + tag, dest, count*sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Send_init(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Recv_init -- */ + +int MPI_Recv_init( void* buf, + int count, + MPI_Datatype datatype, + int source, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_RECV_INIT]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Recv_init(buf, count, datatype, source, tag, comm, request); + if (source != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, (ERF_RECV | ERF_IS_PERSISTENT), + tag, source, count * sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Recv_init(buf, count, datatype, source, tag, comm, request); + } + + + return result; +} + +/* -- MPI_Bsend_init -- */ + +int MPI_Bsend_init( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_BSEND_INIT]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Bsend_init(buf, count, datatype, dest, tag, comm, request); + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, (ERF_SEND | ERF_IS_PERSISTENT), + tag, dest, count*sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Bsend_init(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Ssend_init -- */ + +int MPI_Ssend_init( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_SSEND_INIT]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Ssend_init(buf, count, datatype, dest, tag, comm, request); + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, (ERF_SEND | ERF_IS_PERSISTENT), + tag, dest, count*sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Ssend_init(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Rsend_init -- */ + +int MPI_Rsend_init( void* buf, + int count, + MPI_Datatype datatype, + int dest, + int tag, + MPI_Comm comm, + MPI_Request* request ) +{ + int result, sz; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_RSEND_INIT]); + + PMPI_Type_size(datatype, &sz); + + result = PMPI_Rsend_init(buf, count, datatype, dest, tag, comm, request); + if (dest != MPI_PROC_NULL && result == MPI_SUCCESS) + vt_request_create(*request, (ERF_SEND | ERF_IS_PERSISTENT), + tag, dest, count*sz, datatype, comm); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Rsend_init(buf, count, datatype, dest, tag, comm, request); + } + + return result; +} + +/* -- MPI_Start -- */ + +int MPI_Start( MPI_Request* request ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + struct VTRequest* req; + + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + + vt_enter(&time, vt_mpi_regid[VT__MPI_START]); + + req = vt_request_get(*request); + if (req) + { + if (req->flags & ERF_IS_PERSISTENT ) + { + req->flags |= ERF_IS_ACTIVE; + if ((req->flags & ERF_SEND) && (req->dest != MPI_PROC_NULL)) + vt_mpi_send(&time, VT_RANK_TO_PE(req->dest, req->comm), + VT_COMM_ID(req->comm), req->tag, req->bytes); + } + } + result = PMPI_Start(request); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Start(request); + } + + + return result; +} + +/* -- MPI_Startall -- */ + +int MPI_Startall( int count, + MPI_Request *array_of_requests ) +{ + int result, i; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + struct VTRequest* req; + MPI_Request *request; + + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + + vt_enter(&time, vt_mpi_regid[VT__MPI_STARTALL]); + + for (i = 0; i < count; i++) + { + request=&array_of_requests[i]; + req = vt_request_get(*request); + if (req) + { + if (req->flags & ERF_IS_PERSISTENT ) + { + req->flags |= ERF_IS_ACTIVE; + if ((req->flags & ERF_SEND) && (req->dest != MPI_PROC_NULL)) + vt_mpi_send(&time, VT_RANK_TO_PE(req->dest, req->comm), + VT_COMM_ID(req->comm), req->tag, req->bytes); + } + } + } + result = PMPI_Startall( count, array_of_requests ); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Startall( count, array_of_requests ); + } + return result; +} + +/* -- MPI_Request_free -- */ + +int MPI_Request_free( MPI_Request* request ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + struct VTRequest* req; + + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_REQUEST_FREE]); + + req = vt_request_get(*request); + if (req && (req->flags & ERF_IS_PERSISTENT)) + { + if (req->flags & ERF_IS_ACTIVE ) + /* mark active requests for deallocation */ + req->flags |= ERF_DEALLOCATE; + else + /* deallocate inactive requests -*/ + vt_request_free(req); + } + /* -- else non-persistent requests: + * + we don't track non-persistent sends + * + MPI standard strongly suggests to deallocate non-persistent + * recv's only by waot or test + * ==> nothing to do here + */ + result = PMPI_Request_free(request); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Request_free(request); + } + + return result; +} + +/* -- MPI_Cancel -- */ + +int MPI_Cancel( MPI_Request* request ) +{ + int result; + uint64_t time; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_CANCEL]); + + /* -- do not really know what to do here ?!? + * would need to find out if canceled communcation completed + * sucessfully or was canceled sucessfully (probably possible + * by using PMPI_Test_cancelled) but whatever we do here, + * we end up by an invalid trace as there we cannot remove the + * send events already put in the trace buffer, and so the + * message matching in the analysis will fail in any case + */ + + result = PMPI_Cancel(request); + + time = vt_pform_wtime(); + vt_exit(&time); + + MPI_TRACE_ON(); + } + else + { + result = PMPI_Cancel(request); + } + + return result; +} + +/* + *----------------------------------------------------------------------------- + * + * Collective communication + * + *----------------------------------------------------------------------------- + */ + +/* -- MPI_Allreduce -- */ + +int MPI_Allreduce ( void* sendbuf, + void* recvbuf, + int count, + MPI_Datatype datatype, + MPI_Op op, + MPI_Comm comm ) +{ + int result, sz, N; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_ALLREDUCE]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + + result = PMPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm); + + PMPI_Type_size(datatype, &sz); + PMPI_Comm_size(comm, &N); + + VT_TRACE_ON(); /* enable tracing */ + etime = vt_pform_wtime(); + vt_mpi_collexit(&time, &etime, + vt_mpi_regid[VT__MPI_ALLREDUCE], + VT_NO_ID, VT_COMM_ID(comm), N*count*sz, count*sz); + MPI_TRACE_ON(); + } + else + { + result = PMPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm); + } + + return result; +} + +/* -- MPI_Barrier -- */ + +int MPI_Barrier( MPI_Comm comm ) +{ + int result; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_BARRIER]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + + result = PMPI_Barrier(comm); + + VT_TRACE_ON(); /* enable tracing */ + etime = vt_pform_wtime(); + vt_mpi_collexit(&time, &etime, + vt_mpi_regid[VT__MPI_BARRIER], + VT_NO_ID, VT_COMM_ID(comm), 0, 0); + MPI_TRACE_ON(); + } + else + { + result = PMPI_Barrier(comm); + } + + return result; +} + +/* -- MPI_Bcast -- */ + +int MPI_Bcast( void* buf, + int count, + MPI_Datatype datatype, + int root, + MPI_Comm comm ) +{ + int result, sz, N, me; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_BCAST]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + result = PMPI_Bcast(buf, count, datatype, root, comm); + + PMPI_Type_size(datatype, &sz); + PMPI_Comm_rank(comm, &me); + if ( me == root ) + PMPI_Comm_size(comm, &N); + else + N = 0; + + VT_TRACE_ON(); /* enable tracing */ + etime = vt_pform_wtime(); + vt_mpi_collexit(&time, &etime, vt_mpi_regid[VT__MPI_BCAST], + VT_RANK_TO_PE(root, comm), VT_COMM_ID(comm), + N*count*sz, count*sz); + MPI_TRACE_ON(); + } + else + { + result = PMPI_Bcast(buf, count, datatype, root, comm); + } + + return result; +} + +/* -- MPI_Gather -- */ + +int MPI_Gather(void* sendbuf, + int sendcount, + MPI_Datatype sendtype, + void* recvbuf, + int recvcount, + MPI_Datatype recvtype, + int root, + MPI_Comm comm ) +{ + int result, ssz, rsz, N, me; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_GATHER]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + + result = PMPI_Gather(sendbuf, sendcount, sendtype, + recvbuf, recvcount, recvtype, + root, comm); + + PMPI_Type_size(sendtype, &ssz); + PMPI_Comm_rank(comm, &me); + if ( me == root ) { + PMPI_Comm_size(comm, &N); + PMPI_Type_size(recvtype, &rsz); + } else { + N = rsz = 0; + } + + VT_TRACE_ON(); /* enable tracing */ + etime = vt_pform_wtime(); + vt_mpi_collexit(&time, &etime, + vt_mpi_regid[VT__MPI_GATHER], + VT_RANK_TO_PE(root, comm), VT_COMM_ID(comm), + sendcount*ssz, N*recvcount*rsz); + MPI_TRACE_ON(); + } + else + { + result = PMPI_Gather(sendbuf, sendcount, sendtype, + recvbuf, recvcount, recvtype, + root, comm); + } + + return result; +} + +/* -- MPI_Reduce -- */ + +int MPI_Reduce( void* sendbuf, + void* recvbuf, + int count, + MPI_Datatype datatype, + MPI_Op op, + int root, + MPI_Comm comm ) +{ + int result, sz, isroot, me; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_REDUCE]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + + result = PMPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm); + + PMPI_Type_size(datatype, &sz); + PMPI_Comm_rank(comm, &me); + isroot = ( me == root ); + + VT_TRACE_ON(); /* enable tracing */ + etime = vt_pform_wtime(); + vt_mpi_collexit(&time, &etime, + vt_mpi_regid[VT__MPI_REDUCE], + VT_RANK_TO_PE(root, comm), VT_COMM_ID(comm), + count*sz, isroot*count*sz); + MPI_TRACE_ON(); + } + else + { + result = PMPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm); + } + + return result; +} + +/* -- MPI_Gatherv -- */ + +int MPI_Gatherv( void* sendbuf, + int sendcount, + MPI_Datatype sendtype, + void* recvbuf, + int *recvcounts, + int *displs, + MPI_Datatype recvtype, + int root, + MPI_Comm comm ) +{ + int result, recvsz, sendsz, recvcount, me, N, i; + uint64_t time, etime; + + if (IS_MPI_TRACE_ON) + { + MPI_TRACE_OFF(); + + time = vt_pform_wtime(); + vt_enter(&time, vt_mpi_regid[VT__MPI_GATHERV]); + VT_TRACE_OFF(); /* disable tracing + :TODO: that's only a hack to avoid unsorted + timestamps in trace buffer */ + + result = PMPI_Gatherv(sendbuf, sendcount, sendtype, + recvbuf, recvcounts, displs, recvtype, + root, comm); + + PMPI_Type_size(recvtype, &recvsz); + PMPI_Type_size(sendtype, &sendsz); + PMPI_Comm_rank(comm, &me); + + recvcount = recvsz = 0; + if ( me == root ) { + PMPI_Comm_size(comm, &N); + PMPI_Type_size(recvtype, &recvsz); + for(i = 0; i +#include "vt_omplock.h" + +struct VTLock { + void *lock; + long lkid; +}; + +#define VT_LOCKBLK_SIZE 100 + +struct VTLockBlock { + struct VTLock lock[VT_LOCKBLK_SIZE]; + struct VTLockBlock *next; + struct VTLockBlock *prev; +}; + +static struct VTLockBlock *head_block = 0; +static struct VTLockBlock *last_block = 0; +static struct VTLock *lastlock = 0; +static int lastidx = VT_LOCKBLK_SIZE; + +static uint32_t curlkid = 0; + +void vt_lock_close() +{ + struct VTLockBlock *block; + + /* free lock blocks */ + + while (head_block) { + block = head_block; + head_block = head_block->next; + free(block); + } +} + +uint32_t vt_lock_init(void* lock) +{ + struct VTLockBlock *new_block; + + lastidx++; + if (lastidx >= VT_LOCKBLK_SIZE) + { + if (head_block == 0 ) + { + /* first time: allocate and initialize first block */ + new_block = (struct VTLockBlock*)malloc(sizeof(struct VTLockBlock)); + new_block->next = 0; + new_block->prev = 0; + head_block = last_block = new_block; + } + else if (last_block == 0 ) + { + /* lock list empty: re-initialize */ + last_block = head_block; + } + else + { + if (last_block->next == 0 ) + { + /* lock list full: expand */ + new_block = (struct VTLockBlock*)malloc(sizeof(struct VTLockBlock)); + new_block->next = 0; + new_block->prev = last_block; + last_block->next = new_block; + } + /* use next available block */ + last_block = last_block->next; + } + lastlock = &(last_block->lock[0]); + lastidx = 0; + } + else + { + lastlock++; + } + /* store lock information */ + lastlock->lock = lock; + lastlock->lkid = curlkid++; + return lastlock->lkid; +} + +static struct VTLock* vt_lock_get(void* lock) +{ + int i; + struct VTLockBlock *block; + struct VTLock *curr; + + /* search all locks in all blocks */ + block = head_block; + while (block) { + curr = &(block->lock[0]); + for (i = 0; i < VT_LOCKBLK_SIZE; ++i) + { + if (curr->lock == lock) + return curr; + + curr++; + } + block = block->next; + } + return 0; +} + +uint32_t vt_lock_id(void* lock) +{ + return vt_lock_get(lock)->lkid; +} + +void vt_lock_destroy(void* lock) +{ + /* delete lock by copying last lock in place of lock */ + + *vt_lock_get(lock) = *lastlock; + + /* adjust pointer to last lock */ + lastidx--; + if (lastidx < 0) + { + /* reached low end of block */ + if (last_block->prev) + { + /* goto previous block if existing */ + lastidx = VT_LOCKBLK_SIZE-1; + lastlock = &(last_block->prev->lock[lastidx]); + } + else + { + /* no previous block: re-initialize */ + lastidx = VT_LOCKBLK_SIZE; + lastlock = 0; + } + last_block = last_block->prev; + } + else + { + lastlock--; + } +} + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_omplock.h b/ompi/contrib/vt/vt/vtlib/vt_omplock.h new file mode 100644 index 0000000000..6319638684 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_omplock.h @@ -0,0 +1,39 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_OMPLOCK_H +#define _VT_OMPLOCK_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_defs.h" + +EXTERN uint32_t vt_lock_init(void* lock); +EXTERN uint32_t vt_lock_id(void* lock); +EXTERN void vt_lock_destroy(void* lock); +EXTERN void vt_lock_close(void); + +#endif + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_ompreg.c b/ompi/contrib/vt/vt/vtlib/vt_ompreg.c new file mode 100644 index 0000000000..bfd74a6ad3 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_ompreg.c @@ -0,0 +1,68 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_ompreg.h" + +#include "vt_trc.h" + +int vt_omp_regid[VT__OMP_REGID_NUM]; + +void vt_omp_register() +{ + uint32_t fid; + + fid = vt_def_file("OpenMP"); + /* fid = VT_NO_ID; */ + + vt_omp_regid[VT__OMP_DESTROY_LOCK] = + vt_def_region("omp_destroy_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_DESTROY_NEST_LOCK] = + vt_def_region("omp_destroy_nest_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_DYNAMIC] = + vt_def_region("omp_get_dynamic", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_MAX_THREADS] = + vt_def_region("omp_get_max_threads", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_NESTED] = + vt_def_region("omp_get_nested", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_NUM_PROCS] = + vt_def_region("omp_get_num_procs", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_NUM_THREADS] = + vt_def_region("omp_get_num_threads", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_GET_THREAD_NUM] = + vt_def_region("omp_get_thread_num", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_IN_PARALLEL] = + vt_def_region("omp_in_parallel", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_INIT_LOCK] = + vt_def_region("omp_init_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_INIT_NEST_LOCK] = + vt_def_region("omp_init_nest_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_SET_DYNAMIC] = + vt_def_region("omp_set_dynamic", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_SET_LOCK] = + vt_def_region("omp_set_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_SET_NEST_LOCK] = + vt_def_region("omp_set_nest_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_SET_NESTED] = + vt_def_region("omp_set_nested", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_SET_NUM_THREADS] = + vt_def_region("omp_set_num_threads", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_TEST_LOCK] = + vt_def_region("omp_test_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_TEST_NEST_LOCK] = + vt_def_region("omp_test_nest_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_UNSET_LOCK] = + vt_def_region("omp_unset_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); + vt_omp_regid[VT__OMP_UNSET_NEST_LOCK] = + vt_def_region("omp_unset_nest_lock", fid, VT_NO_LNO, VT_NO_LNO, "OMP", VT_FUNCTION); +} + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_ompreg.h b/ompi/contrib/vt/vt/vtlib/vt_ompreg.h new file mode 100644 index 0000000000..349736528d --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_ompreg.h @@ -0,0 +1,58 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_OMPREG_H +#define _VT_OMPREG_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#define VT__OMP_DESTROY_LOCK 0 +#define VT__OMP_DESTROY_NEST_LOCK 1 +#define VT__OMP_GET_DYNAMIC 2 +#define VT__OMP_GET_MAX_THREADS 3 +#define VT__OMP_GET_NESTED 4 +#define VT__OMP_GET_NUM_PROCS 5 +#define VT__OMP_GET_NUM_THREADS 6 +#define VT__OMP_GET_THREAD_NUM 7 +#define VT__OMP_IN_PARALLEL 8 +#define VT__OMP_INIT_LOCK 9 +#define VT__OMP_INIT_NEST_LOCK 10 +#define VT__OMP_SET_DYNAMIC 11 +#define VT__OMP_SET_LOCK 12 +#define VT__OMP_SET_NEST_LOCK 13 +#define VT__OMP_SET_NESTED 14 +#define VT__OMP_SET_NUM_THREADS 15 +#define VT__OMP_TEST_LOCK 16 +#define VT__OMP_TEST_NEST_LOCK 17 +#define VT__OMP_UNSET_LOCK 18 +#define VT__OMP_UNSET_NEST_LOCK 19 +#define VT__OMP_REGID_NUM 20 + +extern int vt_omp_regid[VT__OMP_REGID_NUM]; + +EXTERN void vt_omp_register(void); + + +#endif + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_otf_gen.c b/ompi/contrib/vt/vt/vtlib/vt_otf_gen.c new file mode 100644 index 0000000000..7f49c5c9cd --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_otf_gen.c @@ -0,0 +1,1965 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_otf_gen.h" +#include "vt_otf_sum.h" +#include "vt_defs.h" +#include "vt_env.h" +#include "vt_error.h" +#include "vt_iowrap.h" +#include "vt_inttypes.h" +#include "vt_metric.h" +#include "vt_pform.h" +#include "vt_strdup.h" +#include "vt_trc.h" + +#include +#include +#include + +#include + +#if (defined (VT_MPI) || defined (VT_OMPI)) +#include +#endif + +/* + *----------------------------------------------------------------------------- + * Macro functions + *----------------------------------------------------------------------------- + */ + +#define VTGEN_CHECK(gen) \ + if (gen == NULL) vt_error_msg("Abort: Uninitialized trace buffer") + +#define VTGEN_ALLOC_DEF(gen, bytes) \ + if ((uint64_t)(gen->buf->pos - gen->buf->mem) > \ + (uint64_t)(gen->buf->size - (bytes))) \ + VTGen_flush(gen, 0, 1, vt_pform_wtime(), NULL); + +#define VTGEN_ALLOC_EVENT(gen, bytes) \ + if ((uint64_t)(gen->buf->pos - gen->buf->mem) > \ + (uint64_t)(gen->buf->size - (bytes))) \ + VTGen_flush(gen, 0, 1, *time, time); + +#define VTGEN_ALIGN_LENGTH(bytes) \ + ( bytes % SIZEOF_VOIDP ) ? \ + ( bytes / SIZEOF_VOIDP + 1 ) * SIZEOF_VOIDP : bytes + +#define VTGEN_JUMP(gen, bytes) \ + gen->buf->pos += length + +#define VTGEN_IS_TRACE_ON(gen) (gen->mode & 1) != 0 +#define VTGEN_IS_SUM_ON(gen) (gen->mode & 2) != 0 + +/* + *----------------------------------------------------------------------------- + * VTGen + *----------------------------------------------------------------------------- + */ + +/* Data types */ + +typedef enum { BUF_ENTRY_TYPE__DefinitionComment, + BUF_ENTRY_TYPE__DefSclFile, + BUF_ENTRY_TYPE__DefScl, + BUF_ENTRY_TYPE__DefFileGroup, + BUF_ENTRY_TYPE__DefFile, + BUF_ENTRY_TYPE__DefFunctionGroup, + BUF_ENTRY_TYPE__DefFunction, + BUF_ENTRY_TYPE__DefCollectiveOperation, + BUF_ENTRY_TYPE__DefCounterGroup, + BUF_ENTRY_TYPE__DefCounter, + BUF_ENTRY_TYPE__DefProcessGroup, + BUF_ENTRY_TYPE__Enter, + BUF_ENTRY_TYPE__Leave, + BUF_ENTRY_TYPE__FileOperation, + BUF_ENTRY_TYPE__Counter, + BUF_ENTRY_TYPE__Comment, + BUF_ENTRY_TYPE__SendMsg, + BUF_ENTRY_TYPE__RecvMsg, + BUF_ENTRY_TYPE__CollectiveOperation, + BUF_ENTRY_TYPE__FunctionSummary, + BUF_ENTRY_TYPE__MessageSummary, + BUF_ENTRY_TYPE__FileOperationSummary +} VTBuf_EntryTypes; + +typedef struct +{ + buffer_t mem; + buffer_t pos; + size_t size; +} VTBuf; + +struct VTGen_struct +{ + OTF_FileManager* filemanager; + OTF_WStream* file; + OTF_FileCompression filecomp; + char name[PATH_MAX]; + uint32_t trcid; + uint32_t tid; + uint32_t flushcntr; + uint8_t isfirstflush; + uint8_t mode; + VTSum* sum; + VTBuf* buf; +}; + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; +} VTBuf_Entry_Base; + +/* BUF_ENTRY_TYPE__DefinitionComment */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + char* comment; +} VTBuf_Entry_DefinitionComment; + +/* BUF_ENTRY_TYPE__DefSclFile */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t fid; + char* fname; +} VTBuf_Entry_DefSclFile; + +/* BUF_ENTRY_TYPE__DefScl */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t sid; + uint32_t fid; + uint32_t ln; +} VTBuf_Entry_DefScl; + +/* BUF_ENTRY_TYPE__DefFileGroup */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t gid; + char* gname; +} VTBuf_Entry_DefFileGroup; + +/* BUF_ENTRY_TYPE__DefFile */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t fid; + char* fname; + uint32_t gid; +} VTBuf_Entry_DefFile; + +/* BUF_ENTRY_TYPE__DefFunctionGroup */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t rdid; + char* rdesc; +} VTBuf_Entry_DefFunctionGroup; + +/* BUF_ENTRY_TYPE__DefFunction */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t rid; + char* rname; + uint32_t rdid; + uint32_t sid; +} VTBuf_Entry_DefFunction; + +/* BUF_ENTRY_TYPE__DefCollectiveOperation */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t cid; + char* cname; + uint32_t ctype; +} VTBuf_Entry_DefCollectiveOperation; + +/* BUF_ENTRY_TYPE__DefCounterGroup */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t gid; + char* gname; +} VTBuf_Entry_DefCounterGroup; + +/* BUF_ENTRY_TYPE__DefCounter */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t cid; + char* cname; + uint32_t cprop; + uint32_t gid; + char* cunit; +} VTBuf_Entry_DefCounter; + +/* BUF_ENTRY_TYPE__DefProcessGroup */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint32_t cid; + char* grpn; + uint32_t grpc; + uint32_t* grpv; +} VTBuf_Entry_DefProcessGroup; + +/* BUF_ENTRY_TYPE__Enter / BUF_ENTRY_TYPE__Leave */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t rid; + uint32_t sid; + uint8_t metc; + uint64_t metv[1]; +} VTBuf_Entry_EnterLeave; + +/* BUF_ENTRY_TYPE__FileOperation */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint64_t etime; + uint32_t fid; + uint64_t hid; + uint32_t op; + uint32_t bytes; + uint32_t sid; +} VTBuf_Entry_FileOperation; + +/* BUF_ENTRY_TYPE__Counter */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t cid; + uint64_t cval; +} VTBuf_Entry_Counter; + +/* BUF_ENTRY_TYPE__Comment */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + char* comment; +} VTBuf_Entry_Comment; + +/* BUF_ENTRY_TYPE__SendMsg / BUF_ENTRY_TYPE__RecvMsg */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t spid; + uint32_t dpid; + uint32_t cid; + uint32_t tag; + uint32_t len; + uint32_t sid; +} VTBuf_Entry_SendRecvMsg; + +/* BUF_ENTRY_TYPE__CollectiveOperation */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint64_t etime; + uint32_t rid; + uint32_t cid; + uint32_t rpid; + uint32_t sent; + uint32_t recvd; + uint32_t sid; +} VTBuf_Entry_CollectiveOperation; + +/* BUF_ENTRY_TYPE__FunctionSummary */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t rid; + uint64_t cnt; + uint64_t excl; + uint64_t incl; +} VTBuf_Entry_FunctionSummary; + +/* BUF_ENTRY_TYPE__MessageSummary */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t peer; + uint32_t cid; + uint32_t tag; + uint64_t scnt; + uint64_t rcnt; + uint64_t sent; + uint64_t recvd; +} VTBuf_Entry_MessageSummary; + +/* BUF_ENTRY_TYPE__FileOperationSummary */ + +typedef struct +{ + VTBuf_EntryTypes type; + uint8_t length; + + uint64_t time; + uint32_t fid; + uint64_t nopen; + uint64_t nclose; + uint64_t nread; + uint64_t nwrite; + uint64_t nseek; + uint64_t read; + uint64_t wrote; +} VTBuf_Entry_FileOperationSummary; + + +VTGen* VTGen_open(const char* namestub, uint32_t tid, + size_t buffer_size, uint8_t mode) +{ + VTGen* gen; + + /* allocate VTGen record */ + + gen = (VTGen*)malloc(sizeof(VTGen)); + if (gen == NULL) + vt_error(); + + /* check write permissions of local temp. directory */ + if (access( vt_env_ldir(), W_OK ) != 0 ) + vt_error_msg("Cannot access %s: Permission denied", vt_env_ldir()); + + /* open file manager for writer stream */ + gen->filemanager = OTF_FileManager_open(3); + + /* open writer stream */ + + gen->file = OTF_WStream_open(namestub, tid+1, gen->filemanager); + + if( gen->file == NULL ) + vt_error_msg("Cannot open OTF writer stream [namestub %s id %x]", + namestub, tid+1); + else + vt_cntl_msg("Opened OTF writer stream [namestub %s id %x] for generation [buffer %d bytes]", + namestub, tid+1, buffer_size); + + /* set file compression */ + + if( vt_env_compression() && + OTF_WStream_setCompression(gen->file, OTF_FILECOMPRESSION_COMPRESSED) ) + gen->filecomp = OTF_FILECOMPRESSION_COMPRESSED; + else + gen->filecomp = OTF_FILECOMPRESSION_UNCOMPRESSED; + + /* store file prefix */ + strcpy(gen->name, namestub); + + /* initialize trace id */ + gen->trcid = 0; + + /* store thread id */ + gen->tid = tid; + + /* initialize flush counter */ + gen->flushcntr = vt_env_max_flushes(); + if( gen->flushcntr == 0 ) gen->flushcntr = (uint32_t)-1; + + /* initialize first flush flag */ + gen->isfirstflush = 1; + + /* initialize trace mode flags */ + gen->mode = mode; + + /* allocate summary record */ + + gen->sum = NULL; + if (VTGEN_IS_SUM_ON(gen)) + { + gen->sum = VTSum_open(gen, (uint32_t)vt_env_stat_intv()); + if (gen->sum == NULL) + vt_error(); + } + + /* allocate buffer record */ + + gen->buf = (VTBuf*)malloc(sizeof(VTBuf)); + if (gen->buf == NULL) + vt_error(); + + /* allocate buffer */ + + gen->buf->mem = malloc(buffer_size); + if (gen->buf->mem == NULL) + vt_error(); + + /* initialize buffer */ + + gen->buf->pos = gen->buf->mem; + /* subtraction leaves space for size of FLUSH record */ + gen->buf->size = + buffer_size - (2 * (VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_EnterLeave) + + VT_METRIC_MAXNUM * sizeof(uint64_t)))); + + /* return */ + return gen; +} + +void VTGen_flush(VTGen* gen, uint8_t syncFlush, uint8_t markFlush, + uint64_t flushBTime, uint64_t* flushETime ) +{ + uint8_t end_flush_marked = 0; + buffer_t p; + int i; + + if(gen->buf->pos == gen->buf->mem + || gen->flushcntr == 0) + return; + + /* Disable I/O tracing */ + VT_SUSPEND_IO_TRACING(); + + /* mark begin of flush */ + if(markFlush) + vt_enter_flush(&flushBTime); + + if(gen->isfirstflush) + { + if( gen->tid == 0 ) + { + char creator[100]; + uint64_t res = vt_pform_clockres(); + + /* write creator record */ + + snprintf( creator, sizeof(creator), + "%s", PACKAGE_STRING ); + + OTF_WStream_writeOtfVersion( gen->file ); + OTF_WStream_writeDefCreator( gen->file, creator ); + + /* write timer resolution record */ + + OTF_WStream_writeDefTimerResolution( gen->file, res ); + } + + /* write process definition record */ + { + uint32_t ppid; + char pname[100]; + + if(gen->tid > 0) + { + snprintf(pname, sizeof(pname), " Thread %u/%u", gen->tid, gen->trcid); + ppid = gen->trcid+1; + } + else + { + snprintf(pname, sizeof(pname), "Process %u", gen->trcid); + ppid = 0; + } + + OTF_WStream_writeDefProcess(gen->file, + 65536 * gen->tid + gen->trcid + 1, + pname, ppid); + } + + /* write process group definition record (node name) */ + { + uint32_t pid = 65536 * gen->tid + gen->trcid + 1; + char pgname[100]; + + snprintf(pgname, sizeof(pgname), "__NODE__ %s", vt_pform_node_name()); + + OTF_WStream_writeDefProcessGroup(gen->file, + 0, /* id will be given by vtunify */ + pgname, 1, &pid); + } + + gen->isfirstflush = 0; + } + + p = gen->buf->mem; + + while(p < gen->buf->pos) + { + switch(((VTBuf_Entry_Base*)p)->type) + { + case BUF_ENTRY_TYPE__DefinitionComment: + { + VTBuf_Entry_DefinitionComment* entry = + (VTBuf_Entry_DefinitionComment*)p; + + OTF_WStream_writeDefinitionComment(gen->file, + entry->comment); + + free(entry->comment); + break; + } + case BUF_ENTRY_TYPE__DefSclFile: + { + VTBuf_Entry_DefSclFile* entry = + (VTBuf_Entry_DefSclFile*)p; + + OTF_WStream_writeDefSclFile(gen->file, + entry->fid, + entry->fname); + + free(entry->fname); + break; + } + case BUF_ENTRY_TYPE__DefScl: + { + VTBuf_Entry_DefScl* entry = + (VTBuf_Entry_DefScl*)p; + + OTF_WStream_writeDefScl(gen->file, + entry->sid, + entry->fid, + entry->ln); + + break; + } + case BUF_ENTRY_TYPE__DefFileGroup: + { + VTBuf_Entry_DefFileGroup* entry = + (VTBuf_Entry_DefFileGroup*)p; + + OTF_WStream_writeDefFileGroup(gen->file, + entry->gid, + entry->gname); + + free(entry->gname); + break; + } + case BUF_ENTRY_TYPE__DefFile: + { + VTBuf_Entry_DefFile* entry = + (VTBuf_Entry_DefFile*)p; + + OTF_WStream_writeDefFile(gen->file, + entry->fid, + entry->fname, + entry->gid); + + free(entry->fname); + break; + } + case BUF_ENTRY_TYPE__DefFunctionGroup: + { + VTBuf_Entry_DefFunctionGroup* entry = + (VTBuf_Entry_DefFunctionGroup*)p; + + OTF_WStream_writeDefFunctionGroup(gen->file, + entry->rdid, + entry->rdesc); + + free(entry->rdesc); + break; + } + case BUF_ENTRY_TYPE__DefFunction: + { + VTBuf_Entry_DefFunction* entry = + (VTBuf_Entry_DefFunction*)p; + + OTF_WStream_writeDefFunction(gen->file, + entry->rid, + entry->rname, + entry->rdid, + entry->sid); + + free(entry->rname); + break; + } + case BUF_ENTRY_TYPE__DefCollectiveOperation: + { + VTBuf_Entry_DefCollectiveOperation* entry = + (VTBuf_Entry_DefCollectiveOperation*)p; + + OTF_WStream_writeDefCollectiveOperation(gen->file, + entry->cid, + entry->cname, + entry->ctype); + + free(entry->cname); + break; + } + case BUF_ENTRY_TYPE__DefCounterGroup: + { + VTBuf_Entry_DefCounterGroup* entry = + (VTBuf_Entry_DefCounterGroup*)p; + + OTF_WStream_writeDefCounterGroup(gen->file, + entry->gid, + entry->gname); + + free(entry->gname); + break; + } + case BUF_ENTRY_TYPE__DefCounter: + { + VTBuf_Entry_DefCounter* entry = + (VTBuf_Entry_DefCounter*)p; + + OTF_WStream_writeDefCounter(gen->file, + entry->cid, + entry->cname, + entry->cprop, + entry->gid, + entry->cunit); + + free(entry->cname); + free(entry->cunit); + + break; + } + case BUF_ENTRY_TYPE__DefProcessGroup: + { + VTBuf_Entry_DefProcessGroup* entry = + (VTBuf_Entry_DefProcessGroup*)p; + + OTF_WStream_writeDefProcessGroup(gen->file, + entry->cid, + entry->grpn, + entry->grpc, + entry->grpv); + + free(entry->grpn); + free(entry->grpv); + + break; + } + case BUF_ENTRY_TYPE__Enter: + { + VTBuf_Entry_EnterLeave* entry = + (VTBuf_Entry_EnterLeave*)p; + + OTF_WStream_writeEnter(gen->file, + entry->time, + entry->rid, + 65536 * gen->tid + gen->trcid + 1, + entry->sid); + + for(i = 0; i < entry->metc; i++) + { + OTF_WStream_writeCounter(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + i+1, + (uint64_t)entry->metv[i]); + } + + break; + } + case BUF_ENTRY_TYPE__Leave: + { + VTBuf_Entry_EnterLeave* entry = + (VTBuf_Entry_EnterLeave*)p; + + for(i = 0; i < entry->metc; i++) + { + OTF_WStream_writeCounter(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + i+1, + (uint64_t)entry->metv[i]); + } + + OTF_WStream_writeLeave(gen->file, + entry->time, + entry->rid, + 65536 * gen->tid + gen->trcid + 1, + entry->sid); + + break; + } + case BUF_ENTRY_TYPE__FileOperation: + { + VTBuf_Entry_FileOperation* entry = + (VTBuf_Entry_FileOperation*)p; + + OTF_WStream_writeFileOperation(gen->file, + entry->time, + entry->fid, + 65536 * gen->tid + gen->trcid + 1, + entry->hid, + entry->op, + entry->bytes, + entry->etime - entry->time, + entry->sid); + + break; + } + case BUF_ENTRY_TYPE__Counter: + { + VTBuf_Entry_Counter* entry = + (VTBuf_Entry_Counter*)p; + + OTF_WStream_writeCounter(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + entry->cid, entry->cval); + + break; + } + case BUF_ENTRY_TYPE__Comment: + { + VTBuf_Entry_Comment* entry = + (VTBuf_Entry_Comment*)p; + + OTF_WStream_writeEventComment(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + entry->comment); + + free(entry->comment); + break; + } + case BUF_ENTRY_TYPE__SendMsg: + { + VTBuf_Entry_SendRecvMsg* entry = + (VTBuf_Entry_SendRecvMsg*)p; + + OTF_WStream_writeSendMsg(gen->file, + entry->time, + gen->trcid+1, + entry->dpid, + entry->cid, + entry->tag, + entry->len, + entry->sid); + + break; + } + case BUF_ENTRY_TYPE__RecvMsg: + { + VTBuf_Entry_SendRecvMsg* entry = + (VTBuf_Entry_SendRecvMsg*)p; + + OTF_WStream_writeRecvMsg(gen->file, + entry->time, + gen->trcid+1, + entry->spid, + entry->cid, + entry->tag, + entry->len, + entry->sid); + + break; + } + case BUF_ENTRY_TYPE__CollectiveOperation: + { + VTBuf_Entry_CollectiveOperation* entry = + (VTBuf_Entry_CollectiveOperation*)p; + + OTF_WStream_writeCollectiveOperation(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + entry->rid, + entry->cid, + entry->rpid, + entry->sent, + entry->recvd, + entry->etime - entry->time, + entry->sid); + + break; + } + case BUF_ENTRY_TYPE__FunctionSummary: + { + VTBuf_Entry_FunctionSummary* entry = + (VTBuf_Entry_FunctionSummary*)p; + + OTF_WStream_writeFunctionSummary(gen->file, + entry->time, + entry->rid, + 65536 * gen->tid + gen->trcid + 1, + entry->cnt, + entry->excl, + entry->incl); + + break; + } + case BUF_ENTRY_TYPE__MessageSummary: + { + VTBuf_Entry_MessageSummary* entry = + (VTBuf_Entry_MessageSummary*)p; + + OTF_WStream_writeMessageSummary(gen->file, + entry->time, + 65536 * gen->tid + gen->trcid + 1, + entry->peer, + entry->cid, + entry->tag, + entry->scnt, + entry->rcnt, + entry->sent, + entry->recvd); + + break; + } + case BUF_ENTRY_TYPE__FileOperationSummary: + { + VTBuf_Entry_FileOperationSummary* entry = + (VTBuf_Entry_FileOperationSummary*)p; + + OTF_WStream_writeFileOperationSummary(gen->file, + entry->time, + entry->fid, + 65536 * gen->tid + gen->trcid + 1, + entry->nopen, + entry->nclose, + entry->nread, + entry->nwrite, + entry->nseek, + entry->read, + entry->wrote); + + break; + } + default: + { + vt_error(); + } + } + + /* last buffer entry and end flush not marked ? */ + if(!end_flush_marked && + p + ((VTBuf_Entry_Base*)p)->length >= gen->buf->pos) + { +#if (defined (VT_MPI) || defined (VT_OMPI)) + if(syncFlush) PMPI_Barrier(MPI_COMM_WORLD); +#endif + + /* mark end of flush */ + if(markFlush) + { + uint64_t flush_etime = vt_pform_wtime(); + vt_exit_flush(&flush_etime); + if( flushETime != NULL ) *flushETime = flush_etime; + } + + end_flush_marked = 1; + } + + p += ((VTBuf_Entry_Base*)p)->length; + } + + /* reset buffer */ + gen->buf->pos = gen->buf->mem; + + /* decrement flush counter */ + gen->flushcntr--; + if( gen->flushcntr == 0 ) + vt_cntl_msg("Maximum number of buffer flushes reached (%d)", + vt_env_max_flushes()); + + vt_cntl_msg("Flushed OTF writer stream [namestub %s id %x]", + gen->name, gen->tid+1); + + /* Enable I/O tracing again */ + VT_RESUME_IO_TRACING(); +} + +void VTGen_close(VTGen* gen) +{ + /* close summary */ + if (VTGEN_IS_SUM_ON(gen)) + VTSum_close(gen->sum); + + /* flush buffer if necessary */ + if(gen->buf->pos > gen->buf->mem) + VTGen_flush(gen, 0, 0, 0, NULL); + + /* close writer stream */ + OTF_WStream_close(gen->file); + + vt_cntl_msg("Closed OTF writer stream [namestub %s id %x]", + gen->name, gen->tid+1); + + /* free summary record */ + free(gen->sum); + + /* free buffer memory */ + free(gen->buf->mem); + + /* free buffer record */ + free(gen->buf); +} + +void VTGen_delete(VTGen* gen) +{ + char* tmp_namev[4]; + uint8_t i; + + /* determine (local) files for removal */ + tmp_namev[0] = VTGen_get_defname(gen); + tmp_namev[1] = VTGen_get_eventname(gen); + tmp_namev[2] = VTGen_get_statname(gen); + tmp_namev[3] = NULL; + + i = 0; + while(tmp_namev[i] != NULL) + { + int result; + + if (vt_env_do_clean()) + { + /* delete the temporary trace file */ + result = remove(tmp_namev[i]); + if (result == 0) + vt_cntl_msg("Removed trace file %s", tmp_namev[i]); + } + else + { + vt_cntl_msg("*Left* trace file %s", tmp_namev[i]); + } + + i++; + } + + free(tmp_namev[0]); + free(tmp_namev[1]); + free(tmp_namev[2]); + + /* close file manager of writer stream */ + OTF_FileManager_close(gen->filemanager); + + /* free gen record */ + free(gen); +} + +void VTGen_init_trc_id(VTGen* gen, uint32_t trcid) +{ + gen->trcid = trcid; +} + +int VTGen_get_buf_level(VTGen* gen) +{ + int buf_level; + + if (gen->flushcntr == 0) + buf_level = -1; + else + buf_level = (int)(((uint64_t)(gen->buf->pos - gen->buf->mem) * 100) + / (uint64_t)gen->buf->size); + + return buf_level; +} + +char* VTGen_get_name(VTGen* gen) +{ + return gen->name; +} + +char* VTGen_get_defname(VTGen* gen) +{ + return OTF_getFilename(gen->name, gen->tid+1, + OTF_FILETYPE_DEF | gen->filecomp, + 0, NULL); +} + +char* VTGen_get_eventname(VTGen* gen) +{ + return OTF_getFilename(gen->name, gen->tid+1, + OTF_FILETYPE_EVENT | gen->filecomp, + 0, NULL); +} + +char* VTGen_get_statname(VTGen* gen) +{ + return OTF_getFilename(gen->name, gen->tid+1, + OTF_FILETYPE_STATS | gen->filecomp, + 0, NULL); +} + +/* -- Writing trace records -- */ + + +/* - Definition records - */ + +void VTGen_write_DEFINITION_COMMENT(VTGen* gen, + const char* comment) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefinitionComment* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefinitionComment)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefinitionComment*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefinitionComment; + new_entry->length = length; + new_entry->comment = vt_strdup(comment); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_SCL_FILE(VTGen* gen, + uint32_t fid, + const char* fname) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefSclFile* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefSclFile)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefSclFile*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefSclFile; + new_entry->length = length; + new_entry->fid = fid; + new_entry->fname = vt_strdup(fname); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_SCL(VTGen* gen, + uint32_t sid, + uint32_t fid, + uint32_t ln) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefScl* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefScl)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefScl*)gen->buf->pos); + new_entry->type = BUF_ENTRY_TYPE__DefScl; + new_entry->length = length; + new_entry->sid = sid; + new_entry->fid = fid; + new_entry->ln = ln; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_FILE_GROUP(VTGen* gen, + uint32_t gid, + const char* gname) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefFileGroup* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefFileGroup)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefFileGroup*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefFileGroup; + new_entry->length = length; + new_entry->gid = gid; + new_entry->gname = vt_strdup(gname); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_FILE(VTGen* gen, + uint32_t fid, + const char* fname, + uint32_t gid) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefFile* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefFile)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefFile*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefFile; + new_entry->length = length; + new_entry->fid = fid; + new_entry->fname = vt_strdup(fname); + new_entry->gid = gid; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_FUNCTION_GROUP(VTGen* gen, + uint32_t rdid, + const char* rdesc) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefFunctionGroup* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefFunctionGroup)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefFunctionGroup*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefFunctionGroup; + new_entry->length = length; + new_entry->rdid = rdid; + new_entry->rdesc = vt_strdup(rdesc); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_FUNCTION(VTGen* gen, + uint32_t rid, + const char* rname, + uint32_t rdid, + uint32_t sid) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefFunction* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefFunction)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefFunction*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefFunction; + new_entry->length = length; + new_entry->rid = rid; + new_entry->rname = vt_strdup(rname); + new_entry->rdid = rdid; + new_entry->sid = sid; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_COLLECTIVE_OPERATION(VTGen* gen, + uint32_t cid, + const char* cname, + uint32_t ctype) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefCollectiveOperation* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefCollectiveOperation)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefCollectiveOperation*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefCollectiveOperation; + new_entry->length = length; + new_entry->cid = cid; + new_entry->cname = vt_strdup(cname); + new_entry->ctype = ctype; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_COUNTER_GROUP(VTGen* gen, + uint32_t gid, + const char* gname) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefCounterGroup* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefCounterGroup)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefCounterGroup*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefCounterGroup; + new_entry->length = length; + new_entry->gid = gid; + new_entry->gname = vt_strdup(gname); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_COUNTER(VTGen* gen, + uint32_t cid, + const char* cname, + uint32_t cprop, + uint32_t gid, + const char* cunit) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefCounter* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefCounter)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefCounter*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefCounter; + new_entry->length = length; + new_entry->cid = cid; + new_entry->cname = vt_strdup(cname); + new_entry->cprop = cprop; + new_entry->gid = gid; + new_entry->cunit = vt_strdup(cunit); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_DEF_PROCESS_GROUP(VTGen* gen, + uint32_t cid, + const char* grpn, + uint32_t grpc, + uint32_t grpv[]) +{ + VTGEN_CHECK(gen); + + if( gen->flushcntr > 0 ) + { + VTBuf_Entry_DefProcessGroup* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_DefProcessGroup)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_DefProcessGroup*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__DefProcessGroup; + new_entry->length = length; + new_entry->cid = cid; + new_entry->grpn = vt_strdup(grpn); + new_entry->grpc = grpc; + new_entry->grpv = (uint32_t*)calloc(grpc, sizeof(uint32_t)); + if(new_entry->grpv == NULL) + vt_error(); + + memcpy(new_entry->grpv, grpv, grpc * sizeof(uint32_t)); + + VTGEN_JUMP(gen, length); + } +} + + +/* - Event records - */ + +/* -- Region -- */ + +void VTGen_write_ENTER(VTGen* gen, uint64_t* time, uint32_t rid, uint32_t sid, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0) + { + if (VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0 ))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Enter; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = rid; + new_entry->sid = sid; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } + + if (VTGEN_IS_SUM_ON(gen)) + VTSum_enter(gen->sum, time, rid); + } +} + +void VTGen_write_LEAVE(VTGen* gen, uint64_t* time, uint32_t rid, uint32_t sid, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0) + { + if (VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Leave; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = rid; + new_entry->sid = sid; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } + + if (VTGEN_IS_SUM_ON(gen)) + VTSum_exit(gen->sum, time, rid); + } +} + + +/* -- File I/O -- */ + +void VTGen_write_FILE_OPERATION(VTGen* gen, uint64_t* time, + uint64_t* etime, uint32_t fid, uint64_t hid, + uint32_t op, uint64_t bytes, uint32_t sid) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0) + { + if (VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_FileOperation* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_FileOperation)); + + *etime -= *time; + VTGEN_ALLOC_EVENT(gen, length); + *etime += *time; + + new_entry = ((VTBuf_Entry_FileOperation*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__FileOperation; + new_entry->length = length; + new_entry->time = *time; + new_entry->etime = *etime; + new_entry->fid = fid; + new_entry->hid = hid; + new_entry->op = op; + new_entry->bytes = bytes; + new_entry->sid = sid; + + VTGEN_JUMP(gen, length); + } + + if (VTGEN_IS_SUM_ON(gen)) + { + switch( op ) + { + case OTF_FILEOP_OPEN: + { + VTSum_fop_open(gen->sum, time, fid); + break; + } + case OTF_FILEOP_CLOSE: + { + VTSum_fop_close(gen->sum, time, fid); + break; + } + case OTF_FILEOP_READ: + { + VTSum_fop_read(gen->sum, time, fid, bytes); + break; + } + case OTF_FILEOP_WRITE: + { + VTSum_fop_write(gen->sum, time, fid, bytes); + break; + } + case OTF_FILEOP_SEEK: + { + VTSum_fop_seek(gen->sum, time, fid); + break; + } + } + } + } +} + + +/* -- Counter -- */ + +void VTGen_write_COUNTER(VTGen* gen, uint64_t* time, uint32_t cid, + uint64_t cval) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_Counter* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_Counter)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_Counter*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Counter; + new_entry->length = length; + new_entry->time = *time; + new_entry->cid = cid; + new_entry->cval = cval; + + VTGEN_JUMP(gen, length); + } +} + + +/* -- Comment -- */ + +void VTGen_write_COMMENT(VTGen* gen, uint64_t* time, + const char* comment) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_Comment* new_entry; + + uint8_t length = + VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_Comment)); + + VTGEN_ALLOC_DEF(gen, length); + + new_entry = ((VTBuf_Entry_Comment*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Comment; + new_entry->length = length; + new_entry->time = *time; + new_entry->comment = vt_strdup(comment); + + VTGEN_JUMP(gen, length); + } +} + + +/* -- MPI-1 -- */ + +void VTGen_write_SEND_MSG(VTGen* gen, uint64_t* time, uint32_t dpid, + uint32_t cid, uint32_t tag, uint32_t sent, uint32_t sid) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0) + { + if (VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_SendRecvMsg* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_SendRecvMsg)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_SendRecvMsg*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__SendMsg; + new_entry->length = length; + new_entry->time = *time; + new_entry->dpid = dpid; + new_entry->cid = cid; + new_entry->tag = tag; + new_entry->len = sent; + new_entry->sid = sid; + + VTGEN_JUMP(gen, length); + } + + if (VTGEN_IS_SUM_ON(gen)) + VTSum_mpi_send(gen->sum, time, dpid, cid, tag, (uint64_t)sent); + } +} + +void VTGen_write_RECV_MSG(VTGen* gen, uint64_t* time, uint32_t spid, + uint32_t cid, uint32_t tag, uint32_t recvd, uint32_t sid) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0) + { + if (VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_SendRecvMsg* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_SendRecvMsg)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_SendRecvMsg*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__RecvMsg; + new_entry->length = length; + new_entry->time = *time; + new_entry->spid = spid; + new_entry->cid = cid; + new_entry->tag = tag; + new_entry->len = recvd; + new_entry->sid = sid; + + VTGEN_JUMP(gen, length); + } + + if (VTGEN_IS_SUM_ON(gen)) + VTSum_mpi_recv(gen->sum, time, spid, cid, tag, (uint64_t)recvd); + } +} + +void VTGen_write_COLLECTIVE_OPERATION(VTGen* gen, uint64_t* time, + uint64_t* etime, uint32_t rid, uint32_t cid, uint32_t rpid, + uint32_t sent, uint32_t recvd, uint32_t sid) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_CollectiveOperation* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_CollectiveOperation)); + + *etime -= *time; + VTGEN_ALLOC_EVENT(gen, length); + *etime += *time; + + new_entry = ((VTBuf_Entry_CollectiveOperation*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__CollectiveOperation; + new_entry->length = length; + new_entry->time = *time; + new_entry->etime = *etime; + new_entry->rid = rid; + new_entry->cid = cid; + new_entry->rpid = rpid; + new_entry->sent = sent; + new_entry->recvd = recvd; + new_entry->sid = sid; + + VTGEN_JUMP(gen, length); + } +} + + +/* -- OpenMP -- */ + +void VTGen_write_OMP_FORK(VTGen* gen, uint64_t* time) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Enter; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = vt_trc_regid[VT__PREG]; + new_entry->sid = 0; + new_entry->metc = 0; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_OMP_JOIN(VTGen* gen, uint64_t* time) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Leave; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = 0; + new_entry->sid = 0; + new_entry->metc = 0; + + VTGEN_JUMP(gen, length); + } +} + + +/* -- Summary -- */ + +void VTGen_write_FUNCTION_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t rid, uint64_t cnt, uint64_t excl, uint64_t incl) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_SUM_ON(gen)) + { + VTBuf_Entry_FunctionSummary* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_FunctionSummary)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_FunctionSummary*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__FunctionSummary; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = rid; + new_entry->cnt = cnt; + new_entry->excl = excl; + new_entry->incl = incl; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_MESSAGE_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t peer, uint32_t cid, uint32_t tag, + uint64_t scnt, uint64_t rcnt, uint64_t sent, uint64_t recvd) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_SUM_ON(gen)) + { + VTBuf_Entry_MessageSummary* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_MessageSummary)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_MessageSummary*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__MessageSummary; + new_entry->length = length; + new_entry->time = *time; + new_entry->peer = peer; + new_entry->cid = cid; + new_entry->tag = tag; + new_entry->scnt = scnt; + new_entry->rcnt = rcnt; + new_entry->sent = sent; + new_entry->recvd = recvd; + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_FILE_OPERATION_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t fid, uint64_t nopen, uint64_t nclose, uint64_t nread, + uint64_t nwrite, uint64_t nseek, uint64_t read, uint64_t wrote) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_SUM_ON(gen)) + { + VTBuf_Entry_FileOperationSummary* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH(sizeof(VTBuf_Entry_FileOperationSummary)); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_FileOperationSummary*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__FileOperationSummary; + new_entry->length = length; + new_entry->time = *time; + new_entry->fid = fid; + new_entry->nopen = nopen; + new_entry->nclose = nclose; + new_entry->nread = nread; + new_entry->nwrite = nwrite; + new_entry->nseek = nseek; + new_entry->read = read; + new_entry->wrote = wrote; + + VTGEN_JUMP(gen, length); + } +} + + +/* -- VampirTrace Internal -- */ + +void VTGen_write_ENTER_STAT(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Enter; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = vt_trc_regid[VT__STAT]; + new_entry->sid = 0; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_EXIT_STAT(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0))); + + VTGEN_ALLOC_EVENT(gen, length); + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Leave; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = 0; + new_entry->sid = 0; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_ENTER_FLUSH(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0))); + + /* NB: No VTGEN_ALLOC_EVENT since space reserved at buffer creation */ + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Enter; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = vt_trc_regid[VT__FLUSH]; + new_entry->sid = 0; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } +} + +void VTGen_write_EXIT_FLUSH(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]) +{ + VTGEN_CHECK(gen); + + if (gen->flushcntr > 0 && VTGEN_IS_TRACE_ON(gen)) + { + VTBuf_Entry_EnterLeave* new_entry; + + uint8_t length; + + length = VTGEN_ALIGN_LENGTH((sizeof(VTBuf_Entry_EnterLeave) + + (metc > 0 ? (metc - 1) * sizeof(uint64_t) : 0))); + + /* NB: No VTGEN_ALLOC_EVENT since space reserved at buffer creation */ + + new_entry = ((VTBuf_Entry_EnterLeave*)gen->buf->pos); + + new_entry->type = BUF_ENTRY_TYPE__Leave; + new_entry->length = length; + new_entry->time = *time; + new_entry->rid = 0; + new_entry->sid = 0; + new_entry->metc = metc; + if( metc > 0 ) + memcpy(new_entry->metv, metv, metc * sizeof(uint64_t)); + + VTGEN_JUMP(gen, length); + } +} + diff --git a/ompi/contrib/vt/vt/vtlib/vt_otf_gen.h b/ompi/contrib/vt/vt/vtlib/vt_otf_gen.h new file mode 100644 index 0000000000..2e0cd24e6b --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_otf_gen.h @@ -0,0 +1,203 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_GEN_OTF_H +#define _VT_GEN_OTF_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include +#include + +#include "vt_defs.h" + +#define VT__USER 0 +#define VT__SYNC 1 +#define VT__FLUSH 2 +#define VT__STAT 3 +#define VT__PREG 4 +#define VT__REGID_NUM 5 + +extern int vt_trc_regid[VT__REGID_NUM]; + +/* + *----------------------------------------------------------------------------- + * Typedefs (to make data types opaque) + *----------------------------------------------------------------------------- + */ + +/* Trace file generated at run time */ +typedef struct VTGen_struct VTGen; + +/* + *----------------------------------------------------------------------------- + * VTGen + *----------------------------------------------------------------------------- + */ + +EXTERN VTGen* VTGen_open ( const char* namestub, uint32_t tid, + size_t buffer_size, uint8_t mode ); + +EXTERN void VTGen_flush ( VTGen* gen, + uint8_t syncFlush, uint8_t markFlush, + uint64_t flushBTime, uint64_t* flushETime ); + +EXTERN void VTGen_close ( VTGen* gen ); + +EXTERN void VTGen_delete ( VTGen* gen ); + +EXTERN void VTGen_init_trc_id ( VTGen* gen, uint32_t trcid ); + +EXTERN int VTGen_get_buf_level ( VTGen* gen ); + +EXTERN char* VTGen_get_name ( VTGen* gen ); + +EXTERN char* VTGen_get_defname ( VTGen* gen ); + +EXTERN char* VTGen_get_eventname ( VTGen* gen ); + +EXTERN char* VTGen_get_statname ( VTGen* gen ); + + +/* -- Writing trace records -- */ + +/* - Definition records - */ + +EXTERN void VTGen_write_DEFINITION_COMMENT ( VTGen* gen, + const char* comment ); + +EXTERN void VTGen_write_DEF_SCL_FILE ( VTGen* gen, + uint32_t fid, + const char* fname ); + +EXTERN void VTGen_write_DEF_SCL ( VTGen* gen, + uint32_t sid, + uint32_t fid, + uint32_t ln ); + +EXTERN void VTGen_write_DEF_FILE_GROUP ( VTGen* gen, + uint32_t gid, + const char* gname ); + +EXTERN void VTGen_write_DEF_FILE ( VTGen* gen, + uint32_t fid, + const char* fname, + uint32_t gid ); + +EXTERN void VTGen_write_DEF_FUNCTION_GROUP ( VTGen* gen, + uint32_t rdid, + const char* rdesc ); + +EXTERN void VTGen_write_DEF_FUNCTION ( VTGen* gen, + uint32_t rid, + const char* rname, + uint32_t rdid, + uint32_t sid ); + +EXTERN void VTGen_write_DEF_COLLECTIVE_OPERATION ( VTGen* gen, + uint32_t cid, + const char* cname, + uint32_t ctype ); + +EXTERN void VTGen_write_DEF_COUNTER_GROUP ( VTGen* gen, + uint32_t gid, + const char* gname ); + +EXTERN void VTGen_write_DEF_COUNTER ( VTGen* gen, + uint32_t cid, + const char* cname, + uint32_t cprop, + uint32_t gid, + const char* cunit ); + +EXTERN void VTGen_write_DEF_PROCESS_GROUP ( VTGen* gen, + uint32_t cid, + const char* grpn, + uint32_t grpc, + uint32_t grpv[] ); + +/* - Event records - */ + +/* -- Region -- */ + +EXTERN void VTGen_write_ENTER(VTGen* gen, uint64_t* time, uint32_t rid, + uint32_t sid, uint8_t metc, uint64_t metv[]); + +EXTERN void VTGen_write_LEAVE(VTGen* gen, uint64_t* time, uint32_t rid, + uint32_t sid, uint8_t metc, uint64_t metv[]); + +/* -- File I/O -- */ + +EXTERN void VTGen_write_FILE_OPERATION(VTGen* gen, uint64_t* time, + uint64_t* etime, uint32_t fid, uint64_t hid, + uint32_t op, uint64_t bytes, uint32_t sid); + +/* -- Counter -- */ + +EXTERN void VTGen_write_COUNTER(VTGen* gen, uint64_t* time, uint32_t cid, + uint64_t cval); + +/* -- Comment -- */ + +EXTERN void VTGen_write_COMMENT(VTGen* gen, uint64_t* time, + const char* comment); + +/* -- MPI-1 -- */ + +EXTERN void VTGen_write_SEND_MSG(VTGen* gen, uint64_t* time, uint32_t dpid, + uint32_t cid, uint32_t tag, uint32_t sent, uint32_t sid); + +EXTERN void VTGen_write_RECV_MSG(VTGen* gen, uint64_t* time, uint32_t spid, + uint32_t cid, uint32_t tag, uint32_t recvd, uint32_t sid); + +EXTERN void VTGen_write_COLLECTIVE_OPERATION(VTGen* gen, uint64_t* time, + uint64_t* etime, uint32_t rid, uint32_t cid, uint32_t rpid, + uint32_t sent, uint32_t recvd, uint32_t sid); + +/* -- OpenMP -- */ + +EXTERN void VTGen_write_OMP_FORK(VTGen* gen, uint64_t* time); + +EXTERN void VTGen_write_OMP_JOIN(VTGen* gen, uint64_t* time); + +/* -- Summary -- */ + +EXTERN void VTGen_write_FUNCTION_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t rid, uint64_t cnt, uint64_t excl, uint64_t incl); + +EXTERN void VTGen_write_MESSAGE_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t peer, uint32_t cid, uint32_t tag, + uint64_t scnt, uint64_t rcnt, uint64_t sent, uint64_t recvd); + +EXTERN void VTGen_write_FILE_OPERATION_SUMMARY(VTGen* gen, uint64_t* time, + uint32_t fid, uint64_t nopen, uint64_t nclose, uint64_t nread, + uint64_t nwrite, uint64_t nseek, uint64_t read, uint64_t wrote); + +/* -- VampirTrace Internal -- */ + +EXTERN void VTGen_write_ENTER_STAT(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]); + +EXTERN void VTGen_write_EXIT_STAT(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]); + +EXTERN void VTGen_write_ENTER_FLUSH(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]); + +EXTERN void VTGen_write_EXIT_FLUSH(VTGen* gen, uint64_t* time, + uint8_t metc, uint64_t metv[]); + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_otf_sum.c b/ompi/contrib/vt/vt/vtlib/vt_otf_sum.c new file mode 100644 index 0000000000..c27a93f30b --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_otf_sum.c @@ -0,0 +1,667 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_otf_gen.h" +#include "vt_otf_sum.h" +#include "vt_error.h" +#include "vt_inttypes.h" +#include "vt_pform.h" +#include "vt_trc.h" + +#include +#include + +#include + +#define VTSUM_STACK_BSIZE 100 +#define VTSUM_STAT_BSIZE 500 + +/* + *----------------------------------------------------------------------------- + * Macro functions + *----------------------------------------------------------------------------- + */ + +#define VTSUM_CHECK(sum) \ + if (sum == NULL) vt_error_msg("Abort: Uninitialized summary generator") + +#define VTSUM_FUNC_STAT_ADD(_sum, _rid, _stat) \ +{ \ + if (_sum->func_stat_num == _sum->func_stat_size) \ + { \ + _sum->func_stat = (VTSum_funcStat*)realloc(_sum->func_stat, \ + (_sum->func_stat_size \ + + VTSUM_STAT_BSIZE) \ + * sizeof(VTSum_funcStat)); \ + _sum->func_stat_size += VTSUM_STAT_BSIZE; \ + } \ + \ + _stat = &(_sum->func_stat[_sum->func_stat_num++]); \ + _stat->rid = _rid; \ + _stat->cnt = 0; \ + _stat->excl = 0; \ + _stat->incl = 0; \ +} + +#define VTSUM_MSG_STAT_ADD(_sum, _peer, _cid, _tag, _stat) \ +{ \ + if (_sum->msg_stat_num == _sum->msg_stat_size) \ + { \ + _sum->msg_stat = (VTSum_msgStat*)realloc(_sum->msg_stat, \ + (_sum->msg_stat_size \ + + VTSUM_STAT_BSIZE) \ + * sizeof(VTSum_msgStat)); \ + _sum->msg_stat_size += VTSUM_STAT_BSIZE; \ + } \ + \ + _stat = &(_sum->msg_stat[_sum->msg_stat_num++]); \ + _stat->peer = _peer; \ + _stat->cid = _cid; \ + _stat->tag = _tag; \ + _stat->scnt = 0; \ + _stat->rcnt = 0; \ + _stat->sent = 0; \ + _stat->recvd = 0; \ +} + +#define VTSUM_FOP_STAT_ADD(_sum, _fid, _stat) \ +{ \ + if (_sum->fop_stat_num == _sum->fop_stat_size) \ + { \ + _sum->fop_stat = (VTSum_fopStat*)realloc(_sum->fop_stat, \ + (_sum->fop_stat_size \ + + VTSUM_STAT_BSIZE) \ + * sizeof(VTSum_fopStat)); \ + _sum->fop_stat_size += VTSUM_STAT_BSIZE; \ + } \ + \ + _stat = &(_sum->fop_stat[_sum->fop_stat_num++]); \ + _stat->fid = _fid; \ + _stat->nopen = 0; \ + _stat->nclose = 0; \ + _stat->nread = 0; \ + _stat->nwrite = 0; \ + _stat->nseek = 0; \ + _stat->read = 0; \ + _stat->wrote = 0; \ +} + +#define VTSUM_STACK_PUSH(_sum, _stat, _time) \ +{ \ + if (_sum->stack_pos+1 == (int32_t)_sum->stack_size) \ + { \ + _sum->stack = (VTSum_stack*)realloc(_sum->stack, \ + (_sum->stack_size \ + + VTSUM_STACK_BSIZE) \ + * sizeof(VTSum_stack)); \ + _sum->stack_size += VTSUM_STACK_BSIZE; \ + } \ + \ + _sum->stack_pos++; \ + _sum->stack[_sum->stack_pos].stat = _stat; \ + _sum->stack[_sum->stack_pos].stat->cnt++; \ + _sum->stack[_sum->stack_pos].hexcl = *_time; \ + _sum->stack[_sum->stack_pos].hincl = *_time; \ + \ + if (_sum->stack_pos > 0) \ + { \ + _sum->stack[_sum->stack_pos-1].stat->excl += \ + (*_time - _sum->stack[_sum->stack_pos-1].hexcl); \ + } \ +} + +#define VTSUM_STACK_POP(_sum, _time) \ +{ \ + if (_sum->stack_pos == -1) \ + vt_error_msg("Abort: Stack underflow"); \ + \ + _sum->stack_pos--; \ + _sum->stack[_sum->stack_pos+1].stat->excl += \ + (*_time - _sum->stack[_sum->stack_pos+1].hexcl); \ + _sum->stack[_sum->stack_pos+1].stat->incl += \ + (*_time - _sum->stack[_sum->stack_pos+1].hincl); \ + if (_sum->stack_pos != -1) \ + _sum->stack[_sum->stack_pos].hexcl = *_time; \ +} + +#define VT_CHECK_DUMP(_sum, _time) \ + if (*_time >= _sum->next_dump) VTSum_dump(_sum, 1); + + +/* Robert Jenkins' 96 bit mix function */ +/* (http://www.cris.com/~Ttwang/tech/inthash.htm) */ + +#define RJ96MIX(a, b, c, h) \ +{ \ + a=a-b; a=a-c; a=a^(c >> 13); \ + b=b-c; b=b-a; b=b^(a << 8); \ + c=c-a; c=c-b; c=c^(b >> 13); \ + a=a-b; a=a-c; a=a^(c >> 12); \ + b=b-c; b=b-a; b=b^(a << 16); \ + c=c-a; c=c-b; c=c^(b >> 5); \ + a=a-b; a=a-c; a=a^(c >> 3); \ + b=b-c; b=b-a; b=b^(a << 10); \ + c=c-a; c=c-b; c=c^(b >> 15); \ + h=c; \ +} + +/* + *----------------------------------------------------------------------------- + * VTSum + *----------------------------------------------------------------------------- + */ + +/* Data structure for function statistic */ + +typedef struct +{ + uint32_t rid; + uint64_t cnt; + uint64_t excl; + uint64_t incl; +} VTSum_funcStat; + +/* Data structure for message statistic */ + +typedef struct +{ + uint32_t peer; + uint32_t cid; + uint32_t tag; + uint64_t scnt; + uint64_t rcnt; + uint64_t sent; + uint64_t recvd; +} VTSum_msgStat; + +/* Data structure for file operation statistic */ + +typedef struct +{ + uint32_t fid; + uint64_t nopen; + uint64_t nclose; + uint64_t nread; + uint64_t nwrite; + uint64_t nseek; + uint64_t read; + uint64_t wrote; +} VTSum_fopStat; + +/* Data structure for call stack */ + +typedef struct +{ + uint64_t hexcl; + uint64_t hincl; + VTSum_funcStat* stat; +} VTSum_stack; + +/* VTSum record */ + +struct VTSum_struct +{ + VTGen* gen; + VTSum_stack* stack; + VTSum_funcStat* func_stat; + VTSum_msgStat* msg_stat; + VTSum_fopStat* fop_stat; + uint32_t stack_size; + int32_t stack_pos; + uint64_t func_stat_size; + uint64_t func_stat_num; + uint64_t msg_stat_size; + uint64_t msg_stat_num; + uint64_t fop_stat_size; + uint64_t fop_stat_num; + uint64_t next_dump; +}; + +/* Summary interval */ +static uint64_t SumIntv = 0; + +/* Hash table to map function ids to statistic */ + +typedef struct HN_func { + uint32_t id; /* hash code (identifier of region) */ + VTSum_funcStat* stat; /* associated statistic */ + struct HN_func* next; +} HashNode_func; + +/* Hash table to map message peer, comm, and tag to statistic */ + +typedef struct HN_msg { + uint32_t id; /* hash code (generated by RJ96MIX) */ + uint32_t peer, cid, tag; /* peer, comm, tag of message */ + VTSum_msgStat* stat; /* associated statistic */ + struct HN_msg* next; +} HashNode_msg; + +/* Hash table to map file op. ids to statistic */ + +typedef struct HN_fop { + uint32_t id; /* hash code (identifier of file op.) */ + VTSum_fopStat* stat; /* associated statistic */ + struct HN_fop* next; +} HashNode_fop; + +#define HASH_MAX 1021 +static HashNode_func* htab_func[HASH_MAX]; +static HashNode_msg* htab_msg[HASH_MAX]; +static HashNode_fop* htab_fop[HASH_MAX]; + +/* Stores function statistic `stat' under hash code `h' */ + +static void hash_put_func(uint32_t h, VTSum_funcStat* stat) { + uint32_t id = h % HASH_MAX; + HashNode_func *add = (HashNode_func*)malloc(sizeof(HashNode_func)); + add->id = h; + add->stat = stat; + add->next = htab_func[id]; + htab_func[id] = add; +} + +/* Lookup hash code `h' + * Returns hash table entry if already stored, otherwise NULL */ + +static HashNode_func* hash_get_func(uint32_t h) { + uint32_t id = h % HASH_MAX; + HashNode_func *curr = htab_func[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr; + } + curr = curr->next; + } + return NULL; +} + +/* Stores message statistic `stat' under hash code input `peer',`cid',`tag' */ + +static void hash_put_msg(uint32_t peer, uint32_t cid, uint32_t tag, + VTSum_msgStat* stat) +{ + uint32_t id; + uint32_t h; + uint32_t a=peer, b=cid, c=tag; + HashNode_msg *add = (HashNode_msg*)malloc(sizeof(HashNode_msg)); + RJ96MIX(a,b,c,h); + id = h % HASH_MAX; + add->id = h; + add->peer = peer; + add->cid = cid; + add->tag = tag; + add->stat = stat; + add->next = htab_msg[id]; + htab_msg[id] = add; +} + +/* Lookup hash code input `peer',`cid',`tag' + * Returns hash table entry if already stored, otherwise NULL */ + +static HashNode_msg* hash_get_msg(uint32_t peer, uint32_t cid, uint32_t tag) { + uint32_t h; + uint32_t a=peer, b=cid, c=tag; + HashNode_msg *curr; + RJ96MIX(a,b,c,h); + curr = htab_msg[h % HASH_MAX]; + while ( curr ) { + if ( curr->id == h && + curr->peer == peer && + curr->cid == cid && + curr->tag == tag ) { + return curr; + } + curr = curr->next; + } + return NULL; +} + +/* Stores file operation statistic `stat' under hash code `h' */ + +static void hash_put_fop(uint32_t h, VTSum_fopStat* stat) { + uint32_t id = h % HASH_MAX; + HashNode_fop *add = (HashNode_fop*)malloc(sizeof(HashNode_fop)); + add->id = h; + add->stat = stat; + add->next = htab_fop[id]; + htab_fop[id] = add; +} + +/* Lookup hash code `h' + * Returns hash table entry if already stored, otherwise NULL */ + +static HashNode_fop* hash_get_fop(uint32_t h) { + uint32_t id = h % HASH_MAX; + HashNode_fop *curr = htab_fop[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr; + } + curr = curr->next; + } + return NULL; +} + + +VTSum* VTSum_open(VTGen* gen, uint32_t intv) +{ + VTSum* sum; + + /* allocate VTSum record */ + + sum = (VTSum*)malloc(sizeof(VTSum)); + if (sum == NULL) + vt_error(); + + /* set pointer to corresponding VTGen record */ + sum->gen = gen; + + /* initialize call stack */ + + sum->stack = (VTSum_stack*)malloc(VTSUM_STACK_BSIZE * sizeof(VTSum_stack)); + if (sum->stack == NULL) + vt_error(); + sum->stack_size = VTSUM_STACK_BSIZE; + sum->stack_pos = -1; + + /* initialize function statistics */ + + sum->func_stat = (VTSum_funcStat*)malloc(VTSUM_STAT_BSIZE + * sizeof(VTSum_funcStat)); + if (sum->func_stat == NULL) + vt_error(); + sum->func_stat_size = VTSUM_STAT_BSIZE; + sum->func_stat_num = 0; + + /* initialize message statistics */ + + sum->msg_stat = (VTSum_msgStat*)malloc(VTSUM_STAT_BSIZE + * sizeof(VTSum_msgStat)); + if (sum->msg_stat == NULL) + vt_error(); + sum->msg_stat_size = VTSUM_STAT_BSIZE; + sum->msg_stat_num = 0; + + /* initialize file operation statistics */ + + sum->fop_stat = (VTSum_fopStat*)malloc(VTSUM_STAT_BSIZE + * sizeof(VTSum_fopStat)); + if (sum->fop_stat == NULL) + vt_error(); + sum->fop_stat_size = VTSUM_STAT_BSIZE; + sum->fop_stat_num = 0; + + /* set summary interval */ + + if (intv > 0) + { + SumIntv = (vt_pform_clockres() * intv) / 1000; + sum->next_dump = SumIntv; + } + else + { + sum->next_dump = (uint64_t)-1; + } + + /* return */ + return sum; +} + +void VTSum_dump(VTSum* sum, uint8_t markDump) +{ + uint64_t time = vt_pform_wtime(); + uint32_t i; + + + /* mark begin of statistics dump */ + if (markDump) + vt_enter_stat(&time); + + /* dump function statistics */ + + for(i=0; i < sum->func_stat_num; i++) + { + VTGen_write_FUNCTION_SUMMARY(sum->gen, &time, + sum->func_stat[i].rid, + sum->func_stat[i].cnt, + sum->func_stat[i].excl, + sum->func_stat[i].incl); + } + + /* dump message statistics */ + + for(i=0; i < sum->msg_stat_num; i++) + { + VTGen_write_MESSAGE_SUMMARY(sum->gen, &time, + sum->msg_stat[i].peer, + sum->msg_stat[i].cid, + sum->msg_stat[i].tag, + sum->msg_stat[i].scnt, + sum->msg_stat[i].rcnt, + sum->msg_stat[i].sent, + sum->msg_stat[i].recvd); + } + + /* dump file operation statistics */ + + for(i=0; i < sum->fop_stat_num; i++) + { + VTGen_write_FILE_OPERATION_SUMMARY(sum->gen, &time, + sum->fop_stat[i].fid, + sum->fop_stat[i].nopen, + sum->fop_stat[i].nclose, + sum->fop_stat[i].nread, + sum->fop_stat[i].nwrite, + sum->fop_stat[i].nseek, + sum->fop_stat[i].read, + sum->fop_stat[i].wrote); + } + + time = vt_pform_wtime(); + + /* mark end of statistics dump */ + if (markDump) + vt_exit_stat(&time); + + if (sum->next_dump != (uint64_t)-1) + sum->next_dump = time + SumIntv; +} + +void VTSum_close(VTSum* sum) +{ + /* dump summaries */ + VTSum_dump(sum, 0); + + /* free call stack */ + free(sum->stack); + + /* free function statistics */ + free(sum->func_stat); + + /* free message statistics */ + free(sum->msg_stat); + + /* free file operation statistics */ + free(sum->fop_stat); +} + + +/* -- Region -- */ + +void VTSum_enter(VTSum* sum, uint64_t* time, uint32_t rid) +{ + HashNode_func* hn; + VTSum_funcStat* stat = NULL; + + VTSUM_CHECK(sum); + + if ( (hn = hash_get_func(rid)) ) + { + stat = hn->stat; + } + else + { + VTSUM_FUNC_STAT_ADD(sum, rid, stat); + hash_put_func(rid, stat); + } + + VTSUM_STACK_PUSH(sum, stat, time); + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_exit(VTSum* sum, uint64_t* time, uint32_t rid) +{ + VTSUM_CHECK(sum); + + VTSUM_STACK_POP(sum, time); + + VT_CHECK_DUMP(sum, time); +} + + +/* -- Message -- */ + +#define VTSum_mpi(_sum, _time, _peer, _cid, _tag, _stat) \ +{ \ + HashNode_msg* hn; \ + \ + if ( (hn = hash_get_msg(_peer, _cid, _tag)) ) \ + { \ + _stat = hn->stat; \ + } \ + else \ + { \ + VTSUM_MSG_STAT_ADD(_sum, _peer, _cid, _tag, _stat); \ + hash_put_msg(_peer, _cid, _tag, _stat); \ + } \ +} + +void VTSum_mpi_send(VTSum* sum, uint64_t* time, uint32_t dpid, uint32_t cid, + uint32_t tag, uint64_t sent) +{ + VTSum_msgStat* stat; + + VTSUM_CHECK(sum); + + VTSum_mpi(sum, time, dpid, cid, tag, stat); + + stat->scnt++; + stat->sent += sent; + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_mpi_recv(VTSum* sum, uint64_t* time, uint32_t spid, uint32_t cid, + uint32_t tag, uint64_t recvd) +{ + VTSum_msgStat* stat; + + VTSUM_CHECK(sum); + + VTSum_mpi(sum, time, spid, cid, tag, stat); + + stat->rcnt++; + stat->recvd += recvd; + + VT_CHECK_DUMP(sum, time); +} + + +/* -- File I/O -- */ + +#define VTSum_fop(_sum, _time, _fid, _stat) \ +{ \ + HashNode_fop* hn; \ + \ + if ( (hn = hash_get_fop(_fid)) ) \ + { \ + _stat = hn->stat; \ + } \ + else \ + { \ + VTSUM_FOP_STAT_ADD(_sum, _fid, _stat); \ + hash_put_fop(_fid, _stat); \ + } \ +} + +void VTSum_fop_open(VTSum* sum, uint64_t* time, uint32_t fid) +{ + VTSum_fopStat* stat = NULL; + + VTSUM_CHECK(sum); + + VTSum_fop(sum, time, fid, stat); + + stat->nopen++; + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_fop_close(VTSum* sum, uint64_t* time, uint32_t fid) +{ + VTSum_fopStat* stat = NULL; + + VTSUM_CHECK(sum); + + VTSum_fop(sum, time, fid, stat); + + stat->nclose++; + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_fop_read(VTSum* sum, uint64_t* time, uint32_t fid, uint64_t read) +{ + VTSum_fopStat* stat = NULL; + + VTSUM_CHECK(sum); + + VTSum_fop(sum, time, fid, stat); + + stat->nread++; + stat->read += read; + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_fop_write(VTSum* sum, uint64_t* time, uint32_t fid, uint64_t wrote) +{ + VTSum_fopStat* stat = NULL; + + VTSUM_CHECK(sum); + + VTSum_fop(sum, time, fid, stat); + + stat->nwrite++; + stat->wrote += wrote; + + VT_CHECK_DUMP(sum, time); +} + +void VTSum_fop_seek(VTSum* sum, uint64_t* time, uint32_t fid) +{ + VTSum_fopStat* stat = NULL; + + VTSUM_CHECK(sum); + + VTSum_fop(sum, time, fid, stat); + + stat->nseek++; + + VT_CHECK_DUMP(sum, time); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_otf_sum.h b/ompi/contrib/vt/vt/vtlib/vt_otf_sum.h new file mode 100644 index 0000000000..1cdcc38ca7 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_otf_sum.h @@ -0,0 +1,83 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_OTF_SUM_H +#define _VT_OTF_SUM_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include +#include + +#include "vt_defs.h" + +/* + *----------------------------------------------------------------------------- + * Typedefs (to make data types opaque) + *----------------------------------------------------------------------------- + */ + +/* Trace summary generated at run time */ +typedef struct VTSum_struct VTSum; + +/* + *----------------------------------------------------------------------------- + * VTSum + *----------------------------------------------------------------------------- + */ + +EXTERN VTSum* VTSum_open ( VTGen* gen, uint32_t intv ); + +EXTERN void VTSum_dump ( VTSum* sum, uint8_t markDump ); + +EXTERN void VTSum_close ( VTSum* sum ); + +/* -- Region -- */ + +EXTERN void VTSum_enter ( VTSum* sum, uint64_t* time, + uint32_t rid ); + +EXTERN void VTSum_exit ( VTSum* sum, uint64_t* time, + uint32_t rid ); + +/* -- Message -- */ + +EXTERN void VTSum_mpi_send ( VTSum* sum, uint64_t* time, + uint32_t dpid, uint32_t cid, + uint32_t tag, uint64_t sent ); + +EXTERN void VTSum_mpi_recv ( VTSum* sum, uint64_t* time, + uint32_t spid, uint32_t cid, + uint32_t tag, uint64_t recvd ); + +/* -- File I/O -- */ + +EXTERN void VTSum_fop_open ( VTSum* sum, uint64_t* time, + uint32_t fid ); + +EXTERN void VTSum_fop_close ( VTSum* sum, uint64_t* time, + uint32_t fid ); + +EXTERN void VTSum_fop_read ( VTSum* sum, uint64_t* time, + uint32_t fid, uint64_t read ); + +EXTERN void VTSum_fop_write ( VTSum* sum, uint64_t* time, + uint32_t fid, uint64_t wrote ); + +EXTERN void VTSum_fop_seek ( VTSum* sum, uint64_t* time, + uint32_t fid ); + +#endif /* _VT_OTF_SUM_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_otf_trc.c b/ompi/contrib/vt/vt/vtlib/vt_otf_trc.c new file mode 100644 index 0000000000..4ced3487ae --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_otf_trc.c @@ -0,0 +1,1636 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_thrd.h" +#include "vt_trc.h" +#include "vt_otf_gen.h" +#include "vt_env.h" +#include "vt_iowrap.h" +#include "vt_mpireg.h" +#include "vt_omplock.h" +#include "vt_memhook.h" +#include "vt_memreg.h" +#include "vt_metric.h" +#include "vt_pform.h" +#include "vt_strdup.h" +#include "vt_error.h" + +#include +#include +#include +#include +#include + +#include + +#if (defined (VT_MPI) || defined (VT_OMPI)) +#include +#include "vt_sync.h" +#endif +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#define VT_MY_THREAD omp_get_thread_num() +#define VT_NUM_THREADS omp_get_num_threads() +extern void POMP_Init(void); +#else +#define VT_MY_THREAD 0 +#define VT_NUM_THREADS 1 +#endif + +/* + *----------------------------------------------------------------------------- + * Two simple hash tables 1: maps region groups to region group identifier + * 2: maps file name to file identifier + *----------------------------------------------------------------------------- + */ + +#define HASH_TAB__RDESC 0 +#define HASH_TAB__FILE 1 +#define HASH_MAX 1021 + +typedef struct HN_rdesc { + const char* rdesc; /* region group name */ + uint32_t rdid; /* associated region group identifier */ + struct HN_rdesc* next; +} HashNode_rdesc; + +typedef struct HN_file { + const char* fname; /* file name */ + uint32_t fid; /* associated file identifier */ + struct HN_file* next; +} HashNode_file; + +static HashNode_rdesc* htab_rdesc[HASH_MAX]; +static HashNode_file* htab_file[HASH_MAX]; + +/* + * Generates hash code for region group name 'n' + * Returs hash code + */ + +static long hash_get_key(const char* n) { + long h = 0; + const char* p = n; + while( *p ) h = h<<1 ^ *p++; + if( h < 0 ) h = -h; + return h; +} + +static void hash_put(int t, const char* n, int i) { + long id = hash_get_key(n) % HASH_MAX; + if(t==HASH_TAB__RDESC) + { + HashNode_rdesc *add = (HashNode_rdesc*)malloc(sizeof(HashNode_rdesc)); + add->rdesc = vt_strdup(n); + add->rdid = i; + add->next = htab_rdesc[id]; + htab_rdesc[id] = add; + } + else if(t==HASH_TAB__FILE) + { + HashNode_file *add = (HashNode_file*)malloc(sizeof(HashNode_file)); + add->fname = vt_strdup(n); + add->fid = i; + add->next = htab_file[id]; + htab_file[id] = add; + } +} + +static void* hash_get(int t, const char* n) { + long id = hash_get_key(n) % HASH_MAX; + if(t==HASH_TAB__RDESC) + { + HashNode_rdesc *curr = htab_rdesc[id]; + while ( curr ) { + if ( strcmp( curr->rdesc, n ) == 0 ) { + return curr; + } + curr = curr->next; + } + } + else if(t==HASH_TAB__FILE) + { + HashNode_file *curr = htab_file[id]; + while ( curr ) { + if ( strcmp( curr->fname, n ) == 0 ) { + return curr; + } + curr = curr->next; + } + } + return NULL; +} + +/* compiler adapter finalizer */ +void (*vt_comp_finalize)(void) = NULL; + +/* vector of the thread objects */ +static VTThrd** thrdv; + +#if (defined (VT_MPI) || defined (VT_OMPI)) +static long my_node; +static int num_nodes = 1; +#endif +static int my_trace = 0; +static int num_traces = 1; +static int init_pid = -1; +static int64_t my_ltime[2] = { 0, 1 }; +static int64_t my_offset[2] = { 0, 0 }; + +int vt_trc_regid[VT__REGID_NUM]; + +uint8_t vt_is_alive = 0; + +#if (defined (VT_MEMHOOK)) + /* id of memory usage counter */ + static uint32_t mem_app_alloc_cid; +#endif + +#if (defined (VT_METR)) + /* number of performance metrics */ + static int num_metrics = 0; +#endif + +static uint8_t vt_open_called = 0; +static uint8_t vt_close_called = 0; + +/* id counter starting with 1 */ +static uint32_t curid = 1; + +static uint8_t thrdgrp_created = 0; + +static uint32_t thrdgrp_cid = 10000; + +static uint32_t ompcollop_id = 0; + +static uint32_t vt_def_file_loc(uint32_t fid, + uint32_t begln, + uint32_t endln); + +static uint32_t vt_def_region_desc(const char* rdesc); + +static uint32_t vt_def_omp_comm(void); + +static void vt_write_uctl_file(void); + +static void vt_cpy_to_gdir(uint32_t tid); + +#if (defined (RFG)) +static void vt_write_filt_file(void); +#endif + +void vt_check_thrd_id(uint32_t tid); + +void vt_open() +{ + /* check for double initialization error */ + if ( vt_open_called ) return; + vt_open_called = 1; + + /* initialization specific to this platform */ + vt_pform_init(); + +#if (defined (VT_METR)) + + /* initialize hardware counters */ + num_metrics = vt_metric_open(); + +#if (defined (VT_OMPI) || defined (VT_OMP)) + /* initialize thread support */ + vt_metric_thread_init(omp_get_thread_num); +#endif + +#endif + + /* trace file creation */ + + thrdv = (VTThrd**)calloc(vt_env_max_threads(), sizeof(VTThrd*)); + if ( thrdv == NULL ) + vt_error(); + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#pragma omp parallel + { +#endif + thrdv[VT_MY_THREAD] = VTThrd_create(VT_MY_THREAD); + VTThrd_open(thrdv[VT_MY_THREAD], VT_MY_THREAD); +#if (defined (VT_OMPI) || defined (VT_OMP)) + } +#endif + +#if (defined (RFG)) + { + char* filter_deffile = vt_env_filter_spec(); + char* groups_deffile = vt_env_groups_spec(); + + /* set default group name */ + RFG_Regions_setDefaultGroup( thrdv[0]->rfg_regions, VT_DEF_GROUP ); + + if( filter_deffile ) + { + RFG_Regions_setFilterDefFile( thrdv[0]->rfg_regions, filter_deffile ); + if( !RFG_Regions_readFilterDefFile( thrdv[0]->rfg_regions ) ) + vt_error_msg("Could not read region filter specification file "); + } + + if( groups_deffile ) + { + RFG_Regions_setGroupsDefFile( thrdv[0]->rfg_regions, groups_deffile ); + if( !RFG_Regions_readGroupsDefFile( thrdv[0]->rfg_regions ) ) + vt_error_msg("Could not read region group specification file "); + } + } +#endif + + /* register function "user" */ + vt_trc_regid[VT__USER] = + vt_def_region("user", VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + VT_DEF_GROUP, VT_FUNCTION); + + /* register function "sync" */ + vt_trc_regid[VT__SYNC] = + vt_def_region("sync", VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + "VT_API", VT_FUNCTION); + + /* register function "flush" */ + vt_trc_regid[VT__FLUSH] = + vt_def_region("flush", VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + "VT_API", VT_FUNCTION); + + /* register function "stat" */ + vt_trc_regid[VT__STAT] = + vt_def_region("stat", VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + "VT_API", VT_FUNCTION); + +#if (defined (VT_OMPI) || defined(VT_OMP)) + /* register function "PREG" */ + vt_trc_regid[VT__PREG] = + vt_def_region("parallel region", VT_NO_ID, VT_NO_LNO, VT_NO_LNO, + "PREG", VT_FUNCTION); +#endif + +#if (defined (VT_IOWRAP)) + if (vt_env_iotrace()) + { + vt_iowrap_init(); + VT_ENABLE_IO_TRACING(); + } +#endif + +#if (defined (VT_MEMHOOK)) + + /* write group name for memory counters */ + if (vt_env_memtrace()) + { + uint32_t gid; + + /* GNU C MALLOC HOOKS ARE NOT THREAD-SAFE!!! */ +# if (defined (VT_OMPI) || defined (VT_OMP)) + vt_error_msg("Memory tracing by GNU C malloc-hooks for threaded application not yet supported"); +# endif + + /* write counter group name */ + gid = vt_def_counter_group("Memory"); + + /* initalize memory hooks */ + vt_memhook_init(); + + /* register memory routines */ + vt_mem_register(); + + /* write counter definition record for allocated memory */ + mem_app_alloc_cid = + vt_def_counter("MEM_APP_ALLOC", + OTF_COUNTER_TYPE_ABS|OTF_COUNTER_SCOPE_NEXT, + gid, + "Bytes"); + } + +#endif + + + /* register MPI and OpenMP API routines if necessary */ + +#if (defined (VT_OMPI) || defined (VT_MPI)) + vt_mpi_register(); +#endif + +#if (defined (VT_OMPI) || defined (VT_OMP)) + POMP_Init(); +#endif + atexit(vt_close); + init_pid = getpid(); + + +#if (defined (VT_METR)) + { + uint32_t gid; + int i; + + /* return if no counters requested */ + if ( num_metrics > 0 ) + { + /* write counter group name */ + gid = vt_def_counter_group("Hardware"); + + /* write counter definition records */ + for ( i = 0; i < num_metrics; i++ ) + { + VTGen_write_DEF_COUNTER(VTTHRD_GEN(thrdv[0]), + i+1, + vt_metric_name(i), + OTF_COUNTER_TYPE_ACC, + gid, + "#"); + } + } + } +#endif + + vt_is_alive = 1; + + return; +} + +void vt_close() +{ + int i, nf; + + /* catch vt_close called from child processes through atexit */ + if ( init_pid != getpid() ) return; + + /* check for double finalization error */ + if ( vt_close_called ) return; + vt_close_called = 1; + + vt_is_alive = 0; + +#if (defined (VT_MEMHOOK)) + + /* finalize memory hooks if enabled */ + if (vt_env_memtrace()) + vt_memhook_finalize(); + +#endif + +#if (defined (VT_IOWRAP)) + + /* finalize I/O wrapper if enabled */ + if (vt_env_iotrace()) + { + VT_DISABLE_IO_TRACING(); + vt_iowrap_finalize(); + } +#endif + + /* finalize compiler adapter */ + if (vt_comp_finalize) + vt_comp_finalize(); + + /* close trace files */ + for (i = 0; i < (int)VTThrd_get_num_thrds(); i++) + VTThrd_close(thrdv[i]); + + /* call cleanup functions */ + +#if (defined (VT_OMPI) || defined (VT_OMP)) + /* OpenMP locks */ + vt_lock_close(); +#endif + + /* hardware counters */ +#if (defined (VT_METR)) + if ( num_metrics > 0 ) + vt_metric_close(); +#endif + + /* copy per-process trace from local directory to + current working directory */ + for(i=0; i<(int)VTThrd_get_num_thrds(); i++) + vt_cpy_to_gdir(i); + + /* write unify control file */ + vt_write_uctl_file(); + +#if (defined (RFG)) + /* write list of regions whose call limit are reached */ + vt_write_filt_file(); +#endif + + /*- Rank 0: unify trace files -*/ + if (my_trace == 0 && vt_env_do_unify()) + { + int len = strlen(vt_env_gdir()) + strlen(vt_env_fprefix()) + 16; + char* filename; + char* cmd; + + filename = (char*)calloc(len, sizeof(char)); + if ( filename == NULL ) + vt_error(); + + /*- wait for files to be ready -*/ + for (i = 0; i < num_traces; i++) + { + sprintf(filename, "%s/%s.%x.uctl", vt_env_gdir(), + vt_env_fprefix(), i+1); + vt_cntl_msg("Checking for %s ...", filename); + nf = 0; + while (access(filename, R_OK) != 0 ) + { + ++nf; + /*- if file not ready in 15 sec give up -*/ + if ( nf > 15 ) return; + sleep(1); + } + } + + /*- do actual merge -*/ +#ifdef BINDIR + if (access(BINDIR "/vtunify", X_OK) == 0 ) + { + cmd = (char*)calloc(strlen(BINDIR) + 16 + len, sizeof(char)); + if ( cmd == NULL ) + vt_error(); + sprintf(cmd, "%s/vtunify %d %s/%s %s %s %s %s", BINDIR, num_traces, + vt_env_gdir(), vt_env_fprefix(), + vt_env_stat_show() ? "" : "-q", + vt_env_compression() ? "" : "-c", + vt_env_do_clean() ? "" : "-k", + vt_env_is_verbose() ? "-v" : ""); + } + else + { +#endif + cmd = (char*)calloc(10 + len, sizeof(char)); + if ( cmd == NULL ) + vt_error(); + sprintf(cmd, "vtunify %d %s/%s %s %s %s %s", num_traces, + vt_env_gdir(), vt_env_fprefix(), + vt_env_stat_show() ? "" : "-q", + vt_env_compression() ? "" : "-c", + vt_env_do_clean() ? "" : "-k", + vt_env_is_verbose() ? "-v" : ""); +#ifdef BINDIR + } +#endif + vt_cntl_msg(cmd); + system(cmd); + free(filename); + free(cmd); + } + + /* free temporary file names. This has to be done inside a parallel + region because vt_metric_free() needs to be called by the + thread itself. */ + +#if (defined (VT_OMPI) || defined (VT_OMP)) + omp_set_num_threads(VTThrd_get_num_thrds()); +#pragma omp parallel + { +#endif + VTThrd_delete(thrdv[VT_MY_THREAD], VT_MY_THREAD); +#if (defined (VT_OMPI) || defined (VT_OMP)) + } +#endif + + free(thrdv); +} + +void vt_trace_on() +{ + vt_check_thrd_id(VT_MY_THREAD); + + if ( VT_IS_ALIVE ) + VTTHRD_IS_TRACE_ON(thrdv[VT_MY_THREAD]) = 1; +} + +void vt_trace_off() +{ + vt_check_thrd_id(VT_MY_THREAD); + + if ( VT_IS_ALIVE ) + VTTHRD_IS_TRACE_ON(thrdv[VT_MY_THREAD]) = 0; +} + +uint8_t vt_is_trace_on() +{ + vt_check_thrd_id(VT_MY_THREAD); + + return ( VT_IS_ALIVE ) ? VTTHRD_IS_TRACE_ON(thrdv[VT_MY_THREAD]) : 0; +} + +#if (defined (VT_MPI) || defined (VT_OMPI)) +static int longcmp(const void *a, const void *b) +{ + long x = *(long*)a; + long y = *(long*)b; + return x-y; +} +#endif + +void vt_mpi_init() +{ +#if (defined (VT_MPI) || defined (VT_OMPI)) + + int i; + + PMPI_Comm_rank(MPI_COMM_WORLD, &my_trace); + PMPI_Comm_size(MPI_COMM_WORLD, &num_traces); + + vt_error_pid(my_trace); + + /* notify all threads about trace id */ + for(i=0; i<(int)VTThrd_get_num_thrds(); i++) + VTGen_init_trc_id(VTTHRD_GEN(thrdv[i]), my_trace); + + /* 1. clock synchronization if necessary*/ + if (num_traces > 1) + { +#if DISABLE_CLOCK_SYNC == 0 + { + uint64_t time; + uint8_t mark_sync = VT_IS_TRACE_ON() ? 1 : 0; + + /* mark begin of clock synchronization */ + if (mark_sync) + { + time = vt_pform_wtime(); + vt_enter(&time, vt_trc_regid[VT__SYNC]); + } + + /* measure offset */ + my_offset[0] = vt_offset(&my_ltime[0], MPI_COMM_WORLD); + + /* mark end of clock synchronization */ + if (mark_sync) + { + time = vt_pform_wtime(); + vt_exit(&time); + } + } +#endif + } + +#endif + + atexit(vt_close); /* re-register to be called on exit before MPI's atexit */ +} + +void vt_mpi_finalize() +{ +#if (defined (VT_MPI) || defined (VT_OMPI)) + + long* nodeids = NULL; + long lastid; + int i; + + /* 2. clock synchronization if necessary */ + if (num_traces > 1) + { +#if DISABLE_CLOCK_SYNC == 0 + { + uint64_t time; + uint8_t mark_sync = VT_IS_TRACE_ON() ? 1 : 0; + + /* mark begin of clock synchronization */ + if (mark_sync) + { + time = vt_pform_wtime(); + vt_enter(&time, vt_trc_regid[VT__SYNC]); + } + + /* measure offset */ + my_offset[1] = vt_offset(&my_ltime[1], MPI_COMM_WORLD); + + /* mark end of clock synchronization */ + if (mark_sync) + { + time = vt_pform_wtime(); + vt_exit(&time); + } + } +#endif + } + + /* determine number of nodes */ + if (my_trace == 0) + { + nodeids = (long*)malloc(num_traces * sizeof(long)); + if ( nodeids == NULL ) + vt_error(); + } + PMPI_Gather(&my_node, 1, MPI_LONG, nodeids, 1, MPI_LONG, 0, MPI_COMM_WORLD); + if (my_trace == 0) + { + qsort(nodeids, num_traces, sizeof(long), longcmp); + lastid=nodeids[0]; + for (i=1; igen); + + for(i = 0; i < 3; i++) + { + uint64_t bytes_read; + + if(i == 0) + tmp_name = VTGen_get_defname(thrdv[tid]->gen); + else if( i == 1 ) + tmp_name = VTGen_get_eventname(thrdv[tid]->gen); + else + tmp_name = VTGen_get_statname(thrdv[tid]->gen); + + /* determine file suffix */ + suffix = strchr(tmp_name+strlen(tmp_prefix)+1, '.'); + + local_name = (char*)calloc(strlen(vt_env_gdir()) + + strlen(vt_env_fprefix()) + 16, sizeof(char)); + + /* build local file name */ + sprintf(local_name, "%s/%s.%x%s", + vt_env_gdir(), vt_env_fprefix(), + 65536*tid+(my_trace+1), suffix); + + infile = fopen(tmp_name, "rb"); + if ( infile == NULL ) + { + free(local_name); + free(tmp_name); + continue; + } + + outfile = fopen(local_name, "wb"); + if ( outfile == NULL ) + vt_error_msg("Cannot open file %s for writing", local_name); + + /* copy file */ + while((bytes_read = fread(buffer, sizeof(char), buffer_size, infile))) + fwrite(buffer, sizeof(char), bytes_read, outfile); + + fclose(infile); + fclose(outfile); + + free(local_name); + free(tmp_name); + } + + free(buffer); +} + +#if (defined(RFG)) + +static void vt_write_filt_file() +{ + int i, j; + + for(i=0; i<(int)VTThrd_get_num_thrds(); i++) + { + uint32_t nrinfs = 0; + RFG_RegionInfo** rinfs = NULL; + + /* get regions, whose call limit are reached */ + RFG_Regions_getFilteredRegions(VTTHRD_RFGREGIONS(thrdv[i]), + &nrinfs, &rinfs); + + if(nrinfs > 0) + { + char filename[300]; + FILE* filt_file; + + sprintf(filename, "%s/%s.%x.filt", + vt_env_gdir(), vt_env_fprefix(), 65536*i+(my_trace+1)); + + filt_file = fopen(filename, "w"); + + if(filt_file == NULL) + vt_error_msg("Cannot open file %s", filename); + + fprintf(filt_file, "# list of regions, which are denied or whose call limit are reached\n"); + fprintf(filt_file, "# (region:limit)\n"); + + /* write region names and call limits */ + + for(j=0; j<(int)nrinfs; j++) + { + fprintf(filt_file, "%s:%i\n", + rinfs[j]->regionName, + rinfs[j]->callLimit == 0 ? 0 : rinfs[j]->callLimit-1); + } + + fclose(filt_file); + + vt_cntl_msg("Wrote list of filtered regions to file %s", filename); + + free(rinfs); + } + } +} + +#endif + +/* + *----------------------------------------------------------------------------- + * Defining source code entities + *----------------------------------------------------------------------------- + */ + +static uint32_t vt_def_file_loc(uint32_t fid, + uint32_t begln, + uint32_t endln) +{ + uint32_t sid; + + vt_check_thrd_id(VT_MY_THREAD); + + if( fid == VT_NO_ID || begln == VT_NO_LNO ) + return 0; + + sid = curid++; + + VTGen_write_DEF_SCL(VTTHRD_GEN(thrdv[VT_MY_THREAD]), sid, fid, begln); + return sid; +} + +static uint32_t vt_def_region_desc(const char* rdesc) +{ + uint32_t rdid; + + HashNode_rdesc* hn; + + vt_check_thrd_id(VT_MY_THREAD); + + hn = hash_get(HASH_TAB__RDESC, rdesc); + + if(hn == NULL) + { + rdid = curid++; + + VTGen_write_DEF_FUNCTION_GROUP(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + rdid, rdesc); + + hash_put(HASH_TAB__RDESC, rdesc, rdid); + } + else + { + rdid = hn->rdid; + } + + return rdid; +} + +static uint32_t vt_def_omp_comm() +{ + uint32_t cid; + + vt_check_thrd_id(VT_MY_THREAD); + + cid = thrdgrp_cid; + + if(VT_MY_THREAD == 0 && thrdgrp_created == 0) + { + uint32_t cgrpc; + uint32_t* cgrpv; + int i; + + cgrpc = VT_NUM_THREADS; + + cgrpv = (uint32_t*)calloc(cgrpc * 8, sizeof(uint32_t)); + if( cgrpv == NULL ) + vt_error(); + + for(i = 0; i < (int)cgrpc; i++) + cgrpv[i] = 65536*i+(my_trace+1); + + VTGen_write_DEF_PROCESS_GROUP(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + cid+1, + "__OMP_TEAM__", + cgrpc, cgrpv); + + free(cgrpv); + + thrdgrp_created = 1; + } + + return cid; +} + +static void vt_write_uctl_file() +{ + int i; + char filename[300]; + FILE* uctl_file; + + sprintf(filename, "%s/%s.%x.uctl", + vt_env_gdir(), vt_env_fprefix(), my_trace+1); + + uctl_file = fopen(filename, "w"); + + if(uctl_file == NULL) + vt_error_msg("Cannot open file %s", filename); + + /* write namestubs */ + + for(i=0; i<(int)VTThrd_get_num_thrds(); i++) + { + fprintf(uctl_file, "%s%u", + i>0 ? ":" : "", 65536*i+(my_trace+1)); + } + fprintf(uctl_file, "\n"); + + /* write time offset */ + fprintf(uctl_file, "%lli:%lli:%lli:%lli\n", + (long long int)my_ltime[0], + (long long int)my_offset[0], + (long long int)my_ltime[1], + (long long int)my_offset[1]); + + fclose(uctl_file); + + vt_cntl_msg("Wrote unify control file %s", filename); +} + + +void vt_def_comment(const char* comment) +{ + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_DEFINITION_COMMENT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), comment); +} + +uint32_t vt_def_file(const char* fname) +{ + uint32_t fid; + + HashNode_file* hn; + + vt_check_thrd_id(VT_MY_THREAD); + + hn = hash_get(HASH_TAB__FILE, fname); + + if( hn == NULL ) + { + fid = curid++; + + VTGen_write_DEF_SCL_FILE(VTTHRD_GEN(thrdv[VT_MY_THREAD]), fid, fname); + + hash_put(HASH_TAB__FILE, fname, fid); + } + else + { + fid = hn->fid; + } + + return fid; +} + +uint32_t vt_def_fileio_group(const char* gname) +{ + uint32_t gid; + + vt_check_thrd_id(VT_MY_THREAD); + + gid = curid++; + + VTGen_write_DEF_FILE_GROUP(VTTHRD_GEN(thrdv[VT_MY_THREAD]), gid, gname); + + return gid; +} + +uint32_t vt_def_fileio(const char* fname, uint32_t gid) +{ + uint32_t fid; + + vt_check_thrd_id(VT_MY_THREAD); + + fid = curid++; + + VTGen_write_DEF_FILE(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + fid, + fname, + gid); + + return fid; +} + +uint32_t vt_def_region(const char* rname, + uint32_t fid, + uint32_t begln, + uint32_t endln, + const char* rdesc, + uint8_t rtype) +{ + uint32_t sid; + uint32_t rid; + uint32_t rdid; + + vt_check_thrd_id(VT_MY_THREAD); + + sid = vt_def_file_loc(fid, begln, endln); + rid = curid++; + + if((rtype == VT_OMP_BARRIER || rtype == VT_OMP_IBARRIER)) + { + if(ompcollop_id == 0) + { + VTGen_write_DEF_COLLECTIVE_OPERATION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + rid, + "OMP_Barrier", + OTF_COLLECTIVE_TYPE_BARRIER); + ompcollop_id = rid; + } +#if (defined (RFG)) + { + RFG_RegionInfo* rinf = + RFG_Regions_add(VTTHRD_RFGREGIONS(thrdv[0]), rname, rid); + if(rinf == NULL) vt_error(); + RFG_Regions_addGroupAssign(VTTHRD_RFGREGIONS(thrdv[0]), + "OMP-SYNC", 1, rname); + } +#endif + rdid = vt_def_region_desc("OMP-SYNC"); + } + else if(rtype == VT_FUNCTION_COLL_OTHER || + rtype == VT_FUNCTION_COLL_BARRIER || + rtype == VT_FUNCTION_COLL_ONE2ALL || + rtype == VT_FUNCTION_COLL_ALL2ONE || + rtype == VT_FUNCTION_COLL_ALL2ALL) + { + VTGen_write_DEF_COLLECTIVE_OPERATION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + rid, /* collective id equal region id */ + rname, /* collective name equal region name */ + (rtype == VT_FUNCTION_COLL_OTHER) ? OTF_COLLECTIVE_TYPE_UNKNOWN : + (rtype == VT_FUNCTION_COLL_BARRIER) ? OTF_COLLECTIVE_TYPE_BARRIER : + (rtype == VT_FUNCTION_COLL_ONE2ALL) ? OTF_COLLECTIVE_TYPE_ONE2ALL : + (rtype == VT_FUNCTION_COLL_ALL2ONE) ? OTF_COLLECTIVE_TYPE_ALL2ONE : + (rtype == VT_FUNCTION_COLL_ALL2ALL) ? OTF_COLLECTIVE_TYPE_ALL2ALL : + OTF_COLLECTIVE_TYPE_UNKNOWN); + +#if (defined (RFG)) + { + RFG_RegionInfo* rinf = + RFG_Regions_add(VTTHRD_RFGREGIONS(thrdv[0]), rname, rid); + if(rinf == NULL) vt_error(); + RFG_Regions_addGroupAssign(VTTHRD_RFGREGIONS(thrdv[0]), + "MPI", 1, rname); + } +#endif + rdid = vt_def_region_desc(rdesc); + } + else + { +#if (defined (RFG)) + { + RFG_RegionInfo* rinf = + RFG_Regions_add(VTTHRD_RFGREGIONS(thrdv[0]), rname, rid); + if(rinf == NULL) vt_error(); + + if(strcmp(rdesc, VT_DEF_GROUP) != 0) + { + RFG_Regions_addGroupAssign(VTTHRD_RFGREGIONS(thrdv[0]), + rdesc, 1, rname); + rdid = vt_def_region_desc(rdesc); + } + else + { + rdid = vt_def_region_desc(rinf->groupName); + } + } +#else + rdid = vt_def_region_desc(rdesc); +#endif + } + + VTGen_write_DEF_FUNCTION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + rid, + rname, + rdid, + sid); + + return rid; +} + +uint32_t vt_def_counter_group(const char* gname) +{ + uint32_t gid; + + vt_check_thrd_id(VT_MY_THREAD); + + gid = curid++; + + VTGen_write_DEF_COUNTER_GROUP(VTTHRD_GEN(thrdv[VT_MY_THREAD]), gid, gname); + + return gid; +} + +uint32_t vt_def_counter(const char* cname, + uint32_t cprop, + uint32_t gid, + const char* cunit) +{ + uint32_t cid = 0; + + vt_check_thrd_id(VT_MY_THREAD); + +#if defined (VT_METR) + cid = num_metrics; +#endif + + cid += curid++; + + VTGen_write_DEF_COUNTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + cid, + cname, + cprop, + gid, + cunit); + + return cid; +} + +void vt_def_mpi_comm(uint32_t cid, + uint32_t grpc, + uint8_t grpv[]) +{ + int i; + + uint32_t cgrpc; + uint32_t* cgrpv; + + vt_check_thrd_id(VT_MY_THREAD); + + cgrpv = (uint32_t*)calloc(grpc * 8, sizeof(uint32_t)); + if( cgrpv == NULL ) + vt_error(); + + for(cgrpc = 0, i = 0; i < (int)grpc; i++) + { + if(grpv[i] & 0x1) cgrpv[cgrpc++] = (i * 8) + 1; + if(grpv[i] & 0x2) cgrpv[cgrpc++] = (i * 8) + 2; + if(grpv[i] & 0x4) cgrpv[cgrpc++] = (i * 8) + 3; + if(grpv[i] & 0x8) cgrpv[cgrpc++] = (i * 8) + 4; + if(grpv[i] & 0x10) cgrpv[cgrpc++] = (i * 8) + 5; + if(grpv[i] & 0x20) cgrpv[cgrpc++] = (i * 8) + 6; + if(grpv[i] & 0x40) cgrpv[cgrpc++] = (i * 8) + 7; + if(grpv[i] & 0x80) cgrpv[cgrpc++] = (i * 8) + 8; + } + + VTGen_write_DEF_PROCESS_GROUP(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + cid+1, + cid == 0 ? "MPI_COMM_WORLD" : "__MPI_COMM__", + cgrpc, cgrpv); +} + +/* + *----------------------------------------------------------------------------- + * Recording events + *----------------------------------------------------------------------------- + */ + +/* -- Region -- */ + +void vt_enter(uint64_t* time, uint32_t rid) { + + uint8_t trace = 1; + + vt_check_thrd_id(VT_MY_THREAD); + +#if (defined (RFG)) + { + RFG_RegionInfo* rinf; + + if( !RFG_Regions_stackPush(VTTHRD_RFGREGIONS(thrdv[VT_MY_THREAD]), + rid, &rinf) ) + { +# if (defined (VT_OMPI) || defined (VT_OMP)) + RFG_RegionInfo* rinf_master = + RFG_Regions_get(VTTHRD_RFGREGIONS(thrdv[0]), rid); + if(rinf_master == NULL) + vt_error(); + + rinf = RFG_Regions_add(VTTHRD_RFGREGIONS(thrdv[VT_MY_THREAD]), + rinf_master->regionName, rid); + + /* copy master's call limit */ + rinf->callLimit = rinf_master->callLimit; + + /* initialize call limit count down */ + rinf->callLimitCD = rinf->callLimit; + + if( !RFG_Regions_stackPush(VTTHRD_RFGREGIONS(thrdv[VT_MY_THREAD]), + rid, &rinf) ) + vt_error(); +# else + vt_error(); +# endif + } + + if(rinf->callLimitCD == 0) + trace = 0; + } +#endif + + if ( trace ) + { +# if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_ENTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + rid, + 0, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_ENTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + rid, + 0, + 0, NULL); + } +# else + VTGen_write_ENTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + rid, + 0, + 0, NULL); +# endif + } +} + +void vt_exit(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); + +#if (defined (RFG)) + { + RFG_RegionInfo* rinf; + int climitbyenter; + + if(!RFG_Regions_stackPop(VTTHRD_RFGREGIONS(thrdv[VT_MY_THREAD]), + &rinf, &climitbyenter)) + { + vt_error(); + } + + if(climitbyenter == 0) + return; + } +#endif + +#if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_LEAVE(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, + 0, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_LEAVE(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, + 0, + 0, NULL); + } +#else + VTGen_write_LEAVE(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, + 0, + 0, NULL); +#endif +} + +/* -- File I/O -- */ + +void vt_ioexit(uint64_t* time, uint64_t* etime, uint32_t fid, uint64_t hid, uint32_t op, uint64_t bytes) { + vt_check_thrd_id(VT_MY_THREAD); + + + VTGen_write_FILE_OPERATION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + etime, + fid, + hid, + op, + bytes, + 0); + + vt_exit(etime); +} + +/* -- Memory -- */ + +#if (defined (VT_MEMHOOK)) + +void vt_mem_alloc(uint64_t* time, uint64_t bytes) { + vt_check_thrd_id(VT_MY_THREAD); + + VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD]) += bytes; + + VTGen_write_COUNTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + mem_app_alloc_cid, + VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD])); +} + +void vt_mem_free(uint64_t* time, uint64_t bytes) { + vt_check_thrd_id(VT_MY_THREAD); + + if( bytes <= VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD]) ) + VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD]) -= bytes; + else + VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD]) = 0; + + VTGen_write_COUNTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + mem_app_alloc_cid, + VTTHRD_MEM_APP_ALLOC(thrdv[VT_MY_THREAD])); +} + +#endif + +/* -- Counter -- */ + +void vt_count(uint64_t* time, uint32_t cid, uint64_t cval) +{ + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_COUNTER(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + cid, + cval); +} + +/* -- Comment -- */ + +void vt_comment(uint64_t* time, const char* comment) +{ + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_COMMENT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + comment); +} + +/* -- MPI-1 -- */ + +void vt_mpi_send(uint64_t* time, uint32_t dpid, uint32_t cid, uint32_t tag, uint32_t sent) { + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_SEND_MSG(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + dpid+1, + cid+1, + tag, + sent, + 0); +} + +void vt_mpi_recv(uint64_t* time, uint32_t spid, uint32_t cid, uint32_t tag, uint32_t recvd) { + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_RECV_MSG(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + spid+1, + cid+1, + tag, + recvd, + 0); +} + +#undef SYNC_BUF_FLUSH +void vt_mpi_collexit(uint64_t* time, uint64_t* etime, uint32_t rid, uint32_t rpid, uint32_t cid, uint32_t sent, uint32_t recvd) { +#if (defined (SYNC_BUF_FLUSH)) && ((defined (VT_MPI) || defined (VT_OMPI))) + static uint8_t max_flushes_reached = 0; +#endif + vt_check_thrd_id(VT_MY_THREAD); + + VTGen_write_COLLECTIVE_OPERATION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + etime, + rid, + cid+1, + rpid != VT_NO_ID ? rpid+1 : 0, + sent, + recvd, + 0); + + vt_exit(etime); + +#if (defined (SYNC_BUF_FLUSH)) && ((defined (VT_MPI) || defined (VT_OMPI))) + /* comm == MPI_COMM_WORLD ? */ + if (!max_flushes_reached && cid == 0) + { + /* get buffer fill level in percent */ + int buf_level = + VTGen_get_buf_level(VTTHRD_GEN(thrdv[VT_MY_THREAD])); + int max_level = 0; + + /* get max buffer fill level */ + PMPI_Allreduce(&buf_level, &max_level, 1, + MPI_INT, MPI_MAX, MPI_COMM_WORLD); + + /* max number of buffer flushes reached ? */ + if (max_level == -1) + { + max_flushes_reached = 1; + } + /* max buffer fill level >= 90% ? */ + else if (max_level >= 90) + { + /* flush buffer */ + VTGen_flush(VTTHRD_GEN(thrdv[VT_MY_THREAD]), 1, 1, + *etime, time); + } + } +#endif +} + +/* -- OpenMP -- */ + +void vt_omp_fork(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if (defined (VT_OMPI) || defined (VT_OMP)) + if (!omp_in_parallel()) + VTGen_write_OMP_FORK(VTTHRD_GEN(thrdv[VT_MY_THREAD]), time); +#endif +} + +void vt_omp_join(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if (defined (VT_OMPI) || defined (VT_OMP)) + if (!omp_in_parallel()) + VTGen_write_OMP_JOIN(VTTHRD_GEN(thrdv[VT_MY_THREAD]), time); +#endif +} + +void vt_omp_alock(uint64_t* time, uint32_t lkid) { +#if 0 + vt_check_thrd_id(VT_MY_THREAD); + VTGen_write_OMP_ALOCK(VTTHRD_GEN(thrdv[VT_MY_THREAD]), lkid); +#endif +} + +void vt_omp_rlock(uint64_t* time, uint32_t lkid) { +#if 0 + vt_check_thrd_id(VT_MY_THREAD); + VTGen_write_OMP_RLOCK(VTTHRD_GEN(thrdv[VT_MY_THREAD]), lkid); +#endif +} + +void vt_omp_collenter(uint64_t* time, uint32_t rid) { + vt_check_thrd_id(VT_MY_THREAD); + + vt_enter(time, rid); + + /* store timestamp of beginning for vt_omp_collexit() to + calculate collop. duration */ + VTTHRD_OMP_COLLOP_STIME(thrdv[VT_MY_THREAD]) = *time; +} + +void vt_omp_collexit(uint64_t* etime) { + uint32_t cid; + uint64_t time; + + vt_check_thrd_id(VT_MY_THREAD); + + cid = vt_def_omp_comm(); + time = VTTHRD_OMP_COLLOP_STIME(thrdv[VT_MY_THREAD]); + + VTGen_write_COLLECTIVE_OPERATION(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + &time, + etime, + ompcollop_id, + cid+1, + 0, 0, 0, + 0); + + vt_exit(etime); +} + +void vt_omp_parallel_begin(void) +{ +#if defined(VT_METR) + if ( NULL == thrdv[VT_MY_THREAD]->metv && vt_metric_num() > 0 ) { + /* create metrics in worker threads */ + vt_cntl_msg("restarting counters in thread %d",VT_MY_THREAD); + thrdv[VT_MY_THREAD]->metv = vt_metric_create(); + } +#endif +} + + +void vt_omp_parallel_end(void) +{ +#if defined(VT_METR) + if ( VT_MY_THREAD > 0 && vt_metric_num() > 0) { + /* shut down metrics in worker threads */ + vt_metric_free(thrdv[VT_MY_THREAD]->metv); + thrdv[VT_MY_THREAD]->metv=NULL; + vt_metric_thread_fini(); + } +#endif +} + + +/* -- VampirTrace Internal -- */ + +void vt_enter_user(uint64_t* time) { + vt_enter(time, vt_trc_regid[VT__USER]); +} + +void vt_exit_user(uint64_t* time) { + vt_exit(time); +} + +void vt_enter_stat(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_ENTER_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_ENTER_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); + } +#else + VTGen_write_ENTER_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); +#endif +} + +void vt_exit_stat(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_EXIT_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_EXIT_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); + } +#else + VTGen_write_EXIT_STAT(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); +#endif +} + +void vt_enter_flush(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_ENTER_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_ENTER_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); + } +#else + VTGen_write_ENTER_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); +#endif +} + +void vt_exit_flush(uint64_t* time) { + vt_check_thrd_id(VT_MY_THREAD); +#if defined(VT_METR) + if ( num_metrics > 0 ) + { + vt_metric_read(VTTHRD_METV(thrdv[VT_MY_THREAD]), + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + + VTGen_write_EXIT_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + num_metrics, + VTTHRD_VALV(thrdv[VT_MY_THREAD])); + } + else + { + VTGen_write_EXIT_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); + } +#else + VTGen_write_EXIT_FLUSH(VTTHRD_GEN(thrdv[VT_MY_THREAD]), + time, + 0, NULL); +#endif +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform.h b/ompi/contrib/vt/vt/vtlib/vt_pform.h new file mode 100644 index 0000000000..8b6cf88cb4 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform.h @@ -0,0 +1,53 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_PFORM_H +#define _VT_PFORM_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_inttypes.h" + +/* platform specific initialization */ +EXTERN void vt_pform_init(void); + +/* directory of global file system */ +EXTERN char* vt_pform_gdir(void); + +/* directory of local file system */ +EXTERN char* vt_pform_ldir(void); + +/* clock resolution */ +EXTERN uint64_t vt_pform_clockres(void); + +/* local or global wall-clock time */ +EXTERN uint64_t vt_pform_wtime(void); + +/* unique numeric SMP-node identifier */ +EXTERN long vt_pform_node_id(void); + +/* unique string SMP-node identifier */ +EXTERN char* vt_pform_node_name(void); + +/* number of CPUs */ +EXTERN int vt_pform_num_cpus(void); + +#endif + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_altix.c b/ompi/contrib/vt/vt/vtlib/vt_pform_altix.c new file mode 100644 index 0000000000..244d1bd07e --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_altix.c @@ -0,0 +1,164 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include + +#include "vt_pform.h" +#include "vt_error.h" + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_MMTIMER && \ + TIMER != TIMER_CLOCK_GETTIME && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_MMTIMER +# include +# include +# include +# include +# include +# include + +# if defined(HAVE_SN_MMTIMER_H) && HAVE_SN_MMTIMER_H +# include +# elif defined(HAVE_LINUX_MMTIMER_H) && HAVE_LINUX_MMTIMER_H +# include +# else +# include +# endif + +# ifndef MMTIMER_FULLNAME +# define MMTIMER_FULLNAME "/dev/mmtimer" +# endif + + static volatile unsigned long *mmdev_timer_addr; + static uint64_t mmdev_ticks_per_sec; +#elif TIMER == TIMER_CLOCK_GETTIME +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_MMTIMER + int fd; + unsigned long femtosecs_per_tick = 0; + int offset; + + if((fd = open(MMTIMER_FULLNAME, O_RDONLY)) == -1) { + vt_error_msg("Failed to open " MMTIMER_FULLNAME); + } + + if ((offset = ioctl(fd, MMTIMER_GETOFFSET, 0)) == -ENOSYS) { + vt_error_msg("Cannot get mmtimer offset"); + } + + if ((mmdev_timer_addr = mmap(0, getpagesize(), PROT_READ, MAP_SHARED, fd, 0)) + == MAP_FAILED) { + vt_error_msg("Cannot mmap mmtimer"); + } + mmdev_timer_addr += offset; + + ioctl(fd, MMTIMER_GETRES, &femtosecs_per_tick); + mmdev_ticks_per_sec = (uint64_t)(1.0 / (1e-15 * femtosecs_per_tick)); + + close(fd); +#elif TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_REALTIME, &tp); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFF); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_MMTIMER + return mmdev_ticks_per_sec; +#elif TIMER == TIMER_CLOCK_GETTIME + return 1e9; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_MMTIMER + return *mmdev_timer_addr; +#elif TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_REALTIME, &tp); + return ((tp.tv_sec - vt_time_base) * 1e9) + tp.tv_nsec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char node[64]; + char *dlmt; + gethostname(node, 64); + if ( (dlmt = strchr(node, '.')) != NULL ) *dlmt = '\0'; + return node; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return sysconf(_SC_NPROCESSORS_CONF); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_bgl.c b/ompi/contrib/vt/vt/vtlib/vt_pform_bgl.c new file mode 100644 index 0000000000..1f0d3537f6 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_bgl.c @@ -0,0 +1,170 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include + +#include "vt_pform.h" +#include "vt_defs.h" +#include + +#define BGL_GROUP_ON_NODEBOARD + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_RTS_GET_TIMEBASE && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_RTS_GET_TIMEBASE +# include + static uint64_t vt_ticks_per_sec = 1; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +static BGLPersonality mybgl; + +/* platform specific initialization */ +void vt_pform_init() { + rts_get_personality(&mybgl, sizeof(BGLPersonality)); +#if TIMER == TIMER_RTS_GET_TIMEBASE + vt_ticks_per_sec = (uint64_t)BGLPersonality_clockHz(&mybgl); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "."; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_RTS_GET_TIMEBASE + return vt_ticks_per_sec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_RTS_GET_TIMEBASE + return (uint64_t)rts_get_timebase(); +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { +#ifdef BGL_GROUP_ON_NODEBOARD + return ((mybgl.location >> 6) & 0x1fff); +#else + if ( BGLPersonality_virtualNodeMode(&mybgl) ) + return ( BGLPersonality_psetNum(&mybgl) * + BGLPersonality_numNodesInPset(&mybgl) + + BGLPersonality_rankInPset(&mybgl)) * 2 + + rts_get_processor_id(); + else + return BGLPersonality_psetNum(&mybgl) * + BGLPersonality_numNodesInPset(&mybgl) + + BGLPersonality_rankInPset(&mybgl); +#endif +} + +static void bgl_getLocString(const BGLPersonality *p, char *buf) { + unsigned row = (p->location >> 15) & 0xf; + unsigned col = (p->location >> 11) & 0xf; + unsigned mp = (p->location >> 10) & 1; + unsigned nc = (p->location >> 6) & 0xf; + unsigned pc = (p->location >> 1) & 0x1f; + unsigned asic = p->location & 1; + const char *asicname = (asic ? "U01" : "U11"); + if (row == 0xff) + sprintf(buf, "Rxx-Mx-N%x-J%02d-%s", nc, pc, asicname); + else + sprintf(buf, "R%x%x-M%d-N%x-J%02d-%s", row, col, mp, nc, pc, asicname); +} + +static void bgl_getNodeidString(const BGLPersonality *p, char *buf) { + unsigned row = (p->location >> 15) & 0xf; + unsigned col = (p->location >> 11) & 0xf; + unsigned mp = (p->location >> 10) & 1; + unsigned nc = (p->location >> 6) & 0xf; + if (row == 0xff) + sprintf(buf, "Rxx-Mx-N%x", nc); + else + sprintf(buf, "R%x%x-M%d-N%x", row, col, mp, nc); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { +#ifdef BGL_GROUP_ON_NODEBOARD + static char buf[BGLPERSONALITY_MAX_LOCATION]; + bgl_getNodeidString(&mybgl, buf); + return buf; +#else + static char node[128]; + unsigned x = BGLPersonality_xCoord(&mybgl); + unsigned y = BGLPersonality_yCoord(&mybgl); + unsigned z = BGLPersonality_zCoord(&mybgl); + + sprintf(node, "node-%03d-%03d-%03d-%d", x, y, z, rts_get_processor_id()); + + /* -- BGL internal location string + static char buf[BGLPERSONALITY_MAX_LOCATION]; + BGLPersonality_getLocationString(&mybgl, buf); + -- */ + return node; +#endif +} + +/* number of CPUs */ +int vt_pform_num_cpus() { +#ifdef BGL_GROUP_ON_NODEBOARD + if ( BGLPersonality_virtualNodeMode(&mybgl) ) + return 64; + else + return 32; +#else + return 1; +#endif +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_crayt3e.c b/ompi/contrib/vt/vt/vtlib/vt_pform_crayt3e.c new file mode 100644 index 0000000000..78a60d66e8 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_crayt3e.c @@ -0,0 +1,106 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" +#include "vt_defs.h" + +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_CRAY_RTCLOCK && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_CRAY_RTCLOCK +# include + static uint64_t vt_ticks_per_sec = 1; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_CRAY_RTCLOCK + vt_ticks_per_sec = (uint64_t)sysconf(_SC_CLK_TCK); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_CRAY_RTCLOCK + return vt_ticks_per_sec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_CRAY_RTCLOCK + return (uint64_t)rtclock(); +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return sysconf(_SC_CRAY_LPE); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char node[20]; + sprintf(node, "node%d",sysconf(_SC_CRAY_LPE)); + return node; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return 1; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_crayx1.c b/ompi/contrib/vt/vt/vtlib/vt_pform_crayx1.c new file mode 100644 index 0000000000..759b5b29a4 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_crayx1.c @@ -0,0 +1,148 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include +#include +#include +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_GETTIMEOFDAY && \ + TIMER != TIMER_RTC && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_RTC + static uint64_t vt_rtc_base = 0; + static uint64_t vt_ticks_per_sec = 1; +# pragma omp threadprivate(vt_rtc_base) +#elif TIMER == TIMER_GETTIMEOFDAY + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +static long vt_nodeid = -1L; +static int vt_mspmode = 1; + +/* platform specific initialization */ +void vt_pform_init() { + struct timeval tp; + static ApTeam_t app; + int i; + +#if TIMER == TIMER_RTC + vt_ticks_per_sec = (uint64_t)sysconf(_SC_SV2_USER_TIME_RATE); +# pragma omp parallel + { + gettimeofday(&tp, 0); + vt_rtc_base = _rtc(); + } +#elif TIMER == TIMER_GETTIMEOFDAY + gettimeofday(&tp, 0); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFFFF); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif + + if (apteamctl(ApTeam_Status, 0, 0, &app) == 1) { + vt_mspmode = (app.flags & APTEAM_MSP); + app.pes = (ApPe_t*)malloc(app.pecount * sizeof(ApPe_t)); + if (apteamctl(ApTeam_Status, 0, 0, &app) == 1) { + for (i=0; i<_num_pes(); i++) { + if (_my_pe() == app.pes[i].lpe) vt_nodeid = (long)app.pes[i].place; + } + } + } +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_RTC + return vt_ticks_per_sec; +#elif TIMER == TIMER_GETTIMEOFDAY + return 1e6; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_RTC + return (uint64_t)_rtc() - vt_rtc_base; +#elif TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + return ((tp.tv_sec - vt_time_base) * 1e6) + tp.tv_usec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return vt_nodeid; +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char node[20]; + sprintf(node, "node%03d", vt_nodeid); + return node; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + if (vt_mspmode) + return 4; + else + return 16; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_crayxt3.c b/ompi/contrib/vt/vt/vtlib/vt_pform_crayxt3.c new file mode 100644 index 0000000000..e94ffd8ecb --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_crayxt3.c @@ -0,0 +1,102 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_DCLOCK && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_DCLOCK +# include +# include +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_DCLOCK + return 1e15; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_DCLOCK + return (uint64_t)(dclock() * 1.0e15); +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return _my_rank; +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char node[16]; + sprintf(node, "node%d", _my_pnid); + return node; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return 1; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_generic.c b/ompi/contrib/vt/vt/vtlib/vt_pform_generic.c new file mode 100644 index 0000000000..82f74d53a4 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_generic.c @@ -0,0 +1,110 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_GETTIMEOFDAY && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_GETTIMEOFDAY +# include +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFFFF); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_GETTIMEOFDAY + return 1e6; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + return ((tp.tv_sec - vt_time_base) * 1e6) + tp.tv_usec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char host_name[20]; + gethostname(host_name, 20); + return host_name; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return 1; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_ibm.c b/ompi/contrib/vt/vt/vtlib/vt_pform_ibm.c new file mode 100644 index 0000000000..50407b614c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_ibm.c @@ -0,0 +1,134 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_POWER_REALTIME && \ + TIMER != TIMER_SWITCH_CLOCK && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_SWITCH_CLOCK +# include + static swclock_handle_t vt_swclk; +# define NUMRETRY 100 +#elif TIMER == TIMER_POWER_REALTIME + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_SWITCH_CLOCK + int i; + for (i=0; i +#endif + +#include "vt_pform.h" +#include "vt_defs.h" +#include "vt_error.h" + +#include +#include +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#ifndef VT_PROCDIR +# define VT_PROCDIR "/proc/" +#endif + +#if TIMER != TIMER_CYCLE_COUNTER && \ + TIMER != TIMER_GETTIMEOFDAY && \ + TIMER != TIMER_CLOCK_GETTIME && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_CYCLE_COUNTER +# if defined(__ia64__) +# include +# endif + static uint64_t vt_ticks_per_sec = 1; +#elif TIMER == TIMER_CLOCK_GETTIME || TIMER == TIMER_GETTIMEOFDAY +# include +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +static uint32_t vt_cpu_count=0; + +/* platform specific initialization */ +void vt_pform_init() +{ + FILE *cpuinfofp; + char line[1024]; + +#if TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_REALTIME, &tp); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFF); +#elif TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFFFF); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif + + if ((cpuinfofp = fopen (VT_PROCDIR "cpuinfo", "r")) == NULL) + vt_error_msg("Cannot open file %s: %s\n", VT_PROCDIR "cpuinfo", + strerror(errno)); + + while (fgets(line, sizeof (line), cpuinfofp)) + { + if (!strncmp("processor", line, 9)) + vt_cpu_count++; +#if TIMER == TIMER_CYCLE_COUNTER + { + if (!strncmp("cpu MHz", line, 7)) + { + strtok(line, ":"); + + vt_ticks_per_sec = + strtol((char*) strtok(NULL, " \n"), (char**) NULL, 0) * 1e6; + } + if (!strncmp("timebase", line, 8)) + { + strtok(line, ":"); + + vt_ticks_per_sec = + strtol((char*) strtok(NULL, " \n"), (char**) NULL, 0); + } +# if defined(__ia64__) + if (!strncmp("itc MHz", line, 7)) + { + strtok(line, ":"); + + vt_ticks_per_sec = + strtol((char*) strtok(NULL, " \n"), (char**) NULL, 0) * 1e6; + } +# endif + } +#endif + } + + fclose(cpuinfofp); +} + +/* directory of global file system */ +char* vt_pform_gdir() +{ + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() +{ +# ifdef PFORM_LDIR + return PFORM_LDIR; +# else + return "/tmp"; +# endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() +{ +#if TIMER == TIMER_CYCLE_COUNTER + return vt_ticks_per_sec; +#elif TIMER == TIMER_CLOCK_GETTIME + return 1e9; +#elif TIMER == TIMER_GETTIMEOFDAY + return 1e6; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() +{ +#if TIMER == TIMER_CYCLE_COUNTER + uint64_t clock_value; + +# ifdef __powerpc64__ + /* ... PPC64 */ + asm volatile("mftb %0" : "=r" (clock_value)); +# elif defined(__powerpc__) + /* ... PPC32 */ + { + uint32_t low = 0; + uint32_t higha = 0; + uint32_t highb = 0; + + do { + asm volatile ("mftbu %0" : "=r"(highb)); + asm volatile ("mftb %0" : "=r"(low)); + asm volatile ("mftbu %0" : "=r"(higha)); + } while (highb != higha); + clock_value = ((uint64_t)higha << 32) | (uint64_t)low; + } +# elif defined(__ia64__) + /* ... ITC */ + clock_value = __getReg(_IA64_REG_AR_ITC); +# else + /* ... TSC */ + { + uint32_t low = 0; + uint32_t high = 0; + + asm volatile ("rdtsc" : "=a" (low), "=d" (high)); + + clock_value = ((uint64_t)high << 32) | (uint64_t)low; + } +# endif + return clock_value; +#elif TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_REALTIME, &tp); + return ((tp.tv_sec - vt_time_base) * 1e9) + tp.tv_nsec; +#elif TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + return ((tp.tv_sec - vt_time_base) * 1e6) + tp.tv_usec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() +{ + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() +{ + static char host_name[20]; + + gethostname(host_name, 20); + + return host_name; +} + +/* number of CPUs */ +int vt_pform_num_cpus() +{ + return vt_cpu_count; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_macos.c b/ompi/contrib/vt/vt/vtlib/vt_pform_macos.c new file mode 100644 index 0000000000..49c11a24a4 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_macos.c @@ -0,0 +1,184 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" +#include "vt_error.h" + +#include +#include +#include +#include +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_CYCLE_COUNTER && \ + TIMER != TIMER_GETTIMEOFDAY && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_GETTIMEOFDAY +# include +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_CYCLE_COUNTER + static uint64_t vt_ticks_per_sec = 1; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +static uint32_t vt_cpu_count = 0; + +/* platform specific initialization */ +void vt_pform_init() +{ + int mib[2]; + size_t len; + +#if TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFFFF); +#elif TIMER == TIMER_CYCLE_COUNTER + mib[0] = CTL_HW; + mib[1] = HW_CPU_FREQ; + len = sizeof(vt_ticks_per_sec); + if (sysctl(mib, 2, &vt_ticks_per_sec, &len, NULL, 0) == -1) + vt_error_msg("sysctl[HW_CPU_FREQ] failed: %s\n", strerror(errno)); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif + + mib[0] = CTL_HW; + mib[1] = HW_NCPU; + len = sizeof(vt_cpu_count); + if (sysctl(mib, 2, &vt_cpu_count, &len, NULL, 0) == -1) + vt_error_msg("sysctl[HW_NCPU] failed: %s\n", strerror(errno)); +} + +/* directory of global file system */ +char* vt_pform_gdir() +{ + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() +{ +# ifdef PFORM_LDIR + return PFORM_LDIR; +# else + return "/tmp"; +# endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() +{ +#if TIMER == TIMER_GETTIMEOFDAY + return 1e6; +#elif TIMER == TIMER_CYCLE_COUNTER + return vt_ticks_per_sec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() +{ +#if TIMER == TIMER_GETTIMEOFDAY + struct timeval tp; + gettimeofday(&tp, 0); + return ((tp.tv_sec - vt_time_base) * 1e6) + tp.tv_usec; +#elif TIMER == TIMER_CYCLE_COUNTER + uint64_t clock_value; + +# ifdef __powerpc64__ + /* ... PPC64 */ + asm volatile("mftb %0" : "=r" (clock_value)); +# elif defined(__powerpc__) + /* ... PPC32 */ + { + uint32_t low = 0; + uint32_t higha = 0; + uint32_t highb = 0; + + do { + asm volatile ("mftbu %0" : "=r"(highb)); + asm volatile ("mftb %0" : "=r"(low)); + asm volatile ("mftbu %0" : "=r"(higha)); + } while (highb != higha); + clock_value = ((uint64_t)higha << 32) | (uint64_t)low; + } +# elif defined(__ia64__) + /* ... ITC */ + asm volatile ("mov %0=ar.itc" : "=r"(clock_value)); +# else + /* ... TSC */ + { + uint32_t low = 0; + uint32_t high = 0; + + asm volatile ("rdtsc" : "=a" (low), "=d" (high)); + + clock_value = ((uint64_t)high << 32) | (uint64_t)low; + } +# endif + + return clock_value; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() +{ + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() +{ + static char host_name[20]; + + gethostname(host_name, 20); + + return host_name; +} + +/* number of CPUs */ +int vt_pform_num_cpus() +{ + return vt_cpu_count; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_necsx.c b/ompi/contrib/vt/vt/vtlib/vt_pform_necsx.c new file mode 100644 index 0000000000..6de654f83b --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_necsx.c @@ -0,0 +1,120 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include +#include +#include +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_SYSSX_HGTIME && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_SYSSX_HGTIME +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_SYSSX_HGTIME + unsigned long long val; + syssx(HGTIME, &val); + vt_time_base = val - (val % 10000000000); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_SYSSX_HGTIME + return 1e6; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_SYSSX_HGTIME + unsigned long long val; + syssx(HGTIME, &val); + return (uint64_t)val - vt_time_base; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char host_name[20]; + gethostname(host_name, 20); + return host_name; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + rsg_info_t data; + int id; + + id=open("/dev/rsg/own", O_RDONLY); + ioctl(id, RSG_INFO, &data); + close(id); + return data.cprb.maxi_cpu; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_origin.c b/ompi/contrib/vt/vt/vtlib/vt_pform_origin.c new file mode 100644 index 0000000000..7e7fa6ff0a --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_origin.c @@ -0,0 +1,110 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_CLOCK_GETTIME && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_CLOCK_GETTIME +# include + static uint64_t vt_time_base = 0; +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_SGI_CYCLE,&tp); + vt_time_base = tp.tv_sec - (tp.tv_sec & 0xFFFF); +#elif TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_CLOCK_GETTIME + return 1e9; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_CLOCK_GETTIME + struct timespec tp; + clock_gettime(CLOCK_SGI_CYCLE,&tp); + return ((tp.tv_sec - vt_time_base) * 1e9) + tp.tv_nsec; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char host_name[20]; + gethostname(host_name, 20); + return host_name; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return mpconf(_MIPS_MP_NPROCESSORS); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pform_sun.c b/ompi/contrib/vt/vt/vtlib/vt_pform_sun.c new file mode 100644 index 0000000000..76188ef08c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_sun.c @@ -0,0 +1,105 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#if HAVE_CONFIG_H +# include +#endif + +#include "vt_pform.h" + +#include +#include +#include + +#ifndef TIMER_PAPI_REAL_CYC +# define TIMER_PAPI_REAL_CYC 10 +#endif +#ifndef TIMER_PAPI_REAL_USEC +# define TIMER_PAPI_REAL_USEC 11 +#endif + +#if TIMER != TIMER_GETHRTIME && \ + TIMER != TIMER_PAPI_REAL_CYC && \ + TIMER != TIMER_PAPI_REAL_USEC +# error Unknown timer specified! Check the timer configuration in 'config.h'. +#endif + +#if TIMER == TIMER_GETHRTIME +# include +#elif TIMER == TIMER_PAPI_REAL_CYC +# include +#elif TIMER == TIMER_PAPI_REAL_USEC +# include + static uint64_t vt_time_base = 0; +#endif + +/* platform specific initialization */ +void vt_pform_init() { +#if TIMER == TIMER_PAPI_REAL_USEC + vt_time_base = vt_metric_real_usec(); +#endif +} + +/* directory of global file system */ +char* vt_pform_gdir() { + return "."; +} + +/* directory of local file system */ +char* vt_pform_ldir() { + #ifdef PFORM_LDIR + return PFORM_LDIR; + #else + return "/tmp"; + #endif +} + +/* clock resolution */ +uint64_t vt_pform_clockres() { +#if TIMER == TIMER_GETHRTIME + return 1e9; +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_clckrt(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return 1e6; +#endif +} + +/* local or global wall-clock time */ +uint64_t vt_pform_wtime() { +#if TIMER == TIMER_GETHRTIME + return (uint64_t)gethrtime(); +#elif TIMER == TIMER_PAPI_REAL_CYC + return vt_metric_real_cyc(); +#elif TIMER == TIMER_PAPI_REAL_USEC + return vt_metric_real_usec() - vt_time_base; +#endif +} + +/* unique numeric SMP-node identifier */ +long vt_pform_node_id() { + return gethostid(); +} + +/* unique string SMP-node identifier */ +char* vt_pform_node_name() { + static char node[64]; + char *dlmt; + gethostname(node, 64); + if ( (dlmt = strchr(node, '.')) != NULL ) *dlmt = '\0'; + return node; +} + +/* number of CPUs */ +int vt_pform_num_cpus() { + return sysconf(_SC_NPROCESSORS_ONLN); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_pomp.c b/ompi/contrib/vt/vt/vtlib/vt_pomp.c new file mode 100644 index 0000000000..9f6cf4fe36 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pomp.c @@ -0,0 +1,490 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include + +#include "pomp_lib.h" + +#include "vt_fbindings.h" +#include "vt_pform.h" +#include "vt_pomp.h" +#include "vt_omplock.h" +#include "vt_ompreg.h" +#include "vt_trc.h" + +void POMP_Atomic_enter(struct ompregdescr* r) { + GUARDED_ENTER(rid); +} + +void POMP_Atomic_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Barrier_enter(struct ompregdescr* r) { + GUARDED_COLL_ENTER_2('b', rid, brid); +} + +void POMP_Barrier_exit(struct ompregdescr* r) { + GUARDED_COLL_EXIT(); +} + +void POMP_Flush_enter(struct ompregdescr* r) { + GUARDED_ENTER(rid); +} + +void POMP_Flush_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Critical_begin(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); + uint64_t time = vt_pform_wtime(); + vt_omp_alock(&time, data->brid); + vt_enter(&time, data->sbrid); + } +} + +void POMP_Critical_end(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); + uint64_t time = vt_pform_wtime(); + vt_exit(&time); + vt_omp_rlock(&time, data->brid); + } +} + +void POMP_Critical_enter(struct ompregdescr* r) { + GUARDED_ENTER(rid); +} + +void POMP_Critical_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_For_enter(struct ompregdescr* r) { + GUARDED_ENTER_2('p', sbrid, rid); +} + +void POMP_For_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Master_begin(struct ompregdescr* r) { + GUARDED_ENTER(rid); +} + +void POMP_Master_end(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Parallel_begin(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); + uint64_t time = vt_pform_wtime(); + vt_omp_parallel_begin(); + vt_enter(&time, data->rid); + } +} + +void POMP_Parallel_end(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_exit(&time); + vt_omp_parallel_end(); + } +} + +void POMP_Parallel_fork(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_omp_fork(&time); + } +} + +void POMP_Parallel_join(struct ompregdescr* r) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_omp_join(&time); + } +} + +void POMP_Section_begin(struct ompregdescr* r) { + GUARDED_ENTER(sbrid); +} + +void POMP_Section_end(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Sections_enter(struct ompregdescr* r) { + GUARDED_ENTER_2('p', sbrid, rid); +} + +void POMP_Sections_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Single_begin(struct ompregdescr* r) { + GUARDED_ENTER(sbrid); +} + +void POMP_Single_end(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Single_enter(struct ompregdescr* r) { + GUARDED_ENTER(rid); +} + +void POMP_Single_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +void POMP_Workshare_enter(struct ompregdescr* r) { + GUARDED_ENTER_2('p', sbrid, rid); +} + +void POMP_Workshare_exit(struct ompregdescr* r) { + GUARDED_EXIT(); +} + +/* + *---------------------------------------------------------------- + * C Wrapper for OpenMP API + *---------------------------------------------------------------- + */ + +void POMP_Init_lock(omp_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_INIT_LOCK]); + omp_init_lock(s); + vt_lock_init(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_init_lock(s); + vt_lock_init(s); + } +} + +void POMP_Destroy_lock(omp_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_DESTROY_LOCK]); + omp_destroy_lock(s); + vt_lock_destroy(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_destroy_lock(s); + vt_lock_destroy(s); + } +} + +void POMP_Set_lock(omp_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_SET_LOCK]); + omp_set_lock(s); + time = vt_pform_wtime(); + vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_set_lock(s); + } +} + +void POMP_Unset_lock(omp_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_UNSET_LOCK]); + omp_unset_lock(s); + time = vt_pform_wtime(); + vt_omp_rlock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_unset_lock(s); + } +} + +int POMP_Test_lock(omp_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + int result; + uint64_t time = vt_pform_wtime(); + + vt_enter(&time, vt_omp_regid[VT__OMP_TEST_LOCK]); + result = omp_test_lock(s); + time = vt_pform_wtime(); + if (result) vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + return result; + } else { + return omp_test_lock(s); + } +} + +void POMP_Init_nest_lock(omp_nest_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_INIT_NEST_LOCK]); + omp_init_nest_lock(s); + vt_lock_init(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_init_nest_lock(s); + vt_lock_init(s); + } +} + +void POMP_Destroy_nest_lock(omp_nest_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_DESTROY_NEST_LOCK]); + omp_destroy_nest_lock(s); + vt_lock_destroy(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_destroy_nest_lock(s); + vt_lock_destroy(s); + } +} + +void POMP_Set_nest_lock(omp_nest_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_SET_NEST_LOCK]); + omp_set_nest_lock(s); + time = vt_pform_wtime(); + vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_set_nest_lock(s); + } +} + +void POMP_Unset_nest_lock(omp_nest_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_UNSET_NEST_LOCK]); + omp_unset_nest_lock(s); + time = vt_pform_wtime(); + vt_omp_rlock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_unset_nest_lock(s); + } +} + +int POMP_Test_nest_lock(omp_nest_lock_t *s) { + if ( IS_POMP_TRACE_ON ) { + int result; + uint64_t time = vt_pform_wtime(); + + vt_enter(&time, vt_omp_regid[VT__OMP_TEST_NEST_LOCK]); + result = omp_test_nest_lock(s); + time = vt_pform_wtime(); + if (result) vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + return result; + } else { + return omp_test_nest_lock(s); + } +} + +/* + *---------------------------------------------------------------- + * Fortran Wrapper for OpenMP API + *---------------------------------------------------------------- + */ + +/* macro for one-step declaration and definition of functions */ +#define DEF_FPOMP_FUNC(function) \ +function; /* declaration */ \ +function /* definition */ + +DEF_FPOMP_FUNC(void POMP_Init_lock_f(omp_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_INIT_LOCK]); + omp_init_lock(s); + vt_lock_init(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_init_lock(s); + vt_lock_init(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_init_lock, POMP_INIT_LOCK, + POMP_Init_lock_f, + (omp_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Destroy_lock_f(omp_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_DESTROY_LOCK]); + omp_destroy_lock(s); + vt_lock_destroy(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_destroy_lock(s); + vt_lock_destroy(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_destroy_lock, POMP_DESTROY_LOCK, + POMP_Destroy_lock_f, + (omp_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Set_lock_f(omp_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_SET_LOCK]); + omp_set_lock(s); + time = vt_pform_wtime(); + vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_set_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_set_lock, POMP_SET_LOCK, + POMP_Set_lock_f, + (omp_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Unset_lock_f(omp_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_UNSET_LOCK]); + omp_unset_lock(s); + time = vt_pform_wtime(); + vt_omp_rlock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_unset_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_unset_lock, POMP_UNSET_LOCK, + POMP_Unset_lock_f, + (omp_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(int POMP_Test_lock_f(omp_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + int result; + uint64_t time = vt_pform_wtime(); + + vt_enter(&time, vt_omp_regid[VT__OMP_TEST_LOCK]); + result = omp_test_lock(s); + time = vt_pform_wtime(); + if (result) vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + return result; + } else { + return omp_test_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_test_lock, POMP_TEST_LOCK, + POMP_Test_lock_f, + (omp_lock_t *s), + (s)) + +#ifndef __osf__ +DEF_FPOMP_FUNC(void POMP_Init_nest_lock_f(omp_nest_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_INIT_NEST_LOCK]); + omp_init_nest_lock(s); + vt_lock_init(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_init_nest_lock(s); + vt_lock_init(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_init_nest_lock, POMP_INIT_NEST_LOCK, + POMP_Init_nest_lock_f, + (omp_nest_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Destroy_nest_lock_f(omp_nest_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_DESTROY_NEST_LOCK]); + omp_destroy_nest_lock(s); + vt_lock_destroy(s); + time = vt_pform_wtime(); + vt_exit(&time); + } else { + omp_destroy_nest_lock(s); + vt_lock_destroy(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_destroy_nest_lock, POMP_DESTROY_NEST_LOCK, + POMP_Destroy_nest_lock_f, + (omp_nest_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Set_nest_lock_f(omp_nest_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_SET_NEST_LOCK]); + omp_set_nest_lock(s); + time = vt_pform_wtime(); + vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_set_nest_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_set_nest_lock, POMP_SET_NEST_LOCK, + POMP_Set_nest_lock_f, + (omp_nest_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(void POMP_Unset_nest_lock_f(omp_nest_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + uint64_t time = vt_pform_wtime(); + vt_enter(&time, vt_omp_regid[VT__OMP_UNSET_NEST_LOCK]); + omp_unset_nest_lock(s); + time = vt_pform_wtime(); + vt_omp_rlock(&time, vt_lock_id(s)); + vt_exit(&time); + } else { + omp_unset_nest_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_unset_nest_lock, POMP_UNSET_NEST_LOCK, + POMP_Unset_nest_lock_f, + (omp_nest_lock_t *s), + (s)) + +DEF_FPOMP_FUNC(int POMP_Test_nest_lock_f(omp_nest_lock_t *s)) { + if ( IS_POMP_TRACE_ON ) { + int result; + uint64_t time = vt_pform_wtime(); + + vt_enter(&time, vt_omp_regid[VT__OMP_TEST_NEST_LOCK]); + result = omp_test_nest_lock(s); + time = vt_pform_wtime(); + if (result) vt_omp_alock(&time, vt_lock_id(s)); + vt_exit(&time); + return result; + } else { + return omp_test_nest_lock(s); + } +} VT_GENERATE_F77_BINDINGS(pomp_test_nest_lock, POMP_TEST_NEST_LOCK, + POMP_Test_nest_lock_f, + (omp_nest_lock_t *s), + (s)) + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_pomp.h b/ompi/contrib/vt/vt/vtlib/vt_pomp.h new file mode 100644 index 0000000000..1b322f93f3 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pomp.h @@ -0,0 +1,74 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_defs.h" + +#define IS_POMP_TRACE_ON ( pomp_tracing && VT_IS_TRACE_ON() ) + +extern int pomp_tracing; + +struct VTRegDescr { + uint32_t rid; /* region id */ + uint32_t brid; /* region id of implicit barrier */ + /* also: lockid for critical */ + uint32_t sbrid; /* region id of enclosed structured block */ + /* also: inner construct for combined constructs */ + uint32_t fid; + uint32_t begln; + uint32_t endln; +}; + +#define GUARDED_ENTER(id) \ + if ( IS_POMP_TRACE_ON ) { \ + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); \ + uint64_t time = vt_pform_wtime(); \ + vt_enter(&time, data->id); \ + } + +#define GUARDED_ENTER_2(ch,id1,id2) \ + if ( IS_POMP_TRACE_ON ) { \ + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); \ + uint64_t time = vt_pform_wtime(); \ + if ( r->name[0] == ch ) \ + vt_enter(&time, data->id1); \ + else \ + vt_enter(&time, data->id2); \ + } + +#define GUARDED_EXIT() \ + if ( IS_POMP_TRACE_ON ) { \ + uint64_t time = vt_pform_wtime(); \ + vt_exit(&time); \ + } + +#define GUARDED_COLL_ENTER(id) \ + if ( IS_POMP_TRACE_ON ) { \ + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); \ + uint64_t time = vt_pform_wtime(); \ + vt_omp_collenter(&time, data->id); \ + } + +#define GUARDED_COLL_ENTER_2(ch,id1,id2) \ + if ( IS_POMP_TRACE_ON ) { \ + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); \ + uint64_t time = vt_pform_wtime(); \ + if ( r->name[0] == ch ) \ + vt_omp_collenter(&time, data->id1); \ + else \ + vt_omp_collenter(&time, data->id2); \ + } + +#define GUARDED_COLL_EXIT() \ + if ( IS_POMP_TRACE_ON ) { \ + uint64_t time = vt_pform_wtime(); \ + vt_omp_collexit(&time); \ + } diff --git a/ompi/contrib/vt/vt/vtlib/vt_pomp_base.c b/ompi/contrib/vt/vt/vtlib/vt_pomp_base.c new file mode 100644 index 0000000000..46041a9ecf --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_pomp_base.c @@ -0,0 +1,258 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#include +#include + +#include "pomp_lib.h" + +#include "vt_defs.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_pomp.h" +#include "vt_omplock.h" +#include "vt_ompreg.h" +#include "vt_trc.h" + +/* + * Global variables + */ + +int pomp_tracing = 0; + +void POMP_Finalize() { + static int pomp_finalize_called = 0; + + if ( ! pomp_finalize_called ) { + pomp_finalize_called = 1; + VT_MEMHOOKS_OFF(); + vt_close(); + } +} + +void POMP_Init() { + static int pomp_init_called = 0; + static struct VTRegDescr rd_data_table[1000]; +#if (defined (VT_OMPI) || defined (VT_OMP)) + char anno_rname[256]; /* annotated region name */ +#endif + int i; + uint8_t rtype = VT_UNKNOWN; + char* rname = ""; + const char* rdesc; + + if ( ! pomp_init_called ) { + pomp_init_called = 1; + + VT_MEMHOOKS_OFF(); + + vt_open(); + atexit(POMP_Finalize); + + /* register wrapper functions for OpenMP API */ +#if (defined (VT_OMPI) || defined (VT_OMP)) + vt_omp_register(); +#endif + + for(i = 0; i < POMP_MAX_ID; ++i) { + if ( pomp_rd_table[i] ) { + struct VTRegDescr* data = &rd_data_table[i]; + struct ompregdescr* r = pomp_rd_table[i]; + r->data = data; + rdesc = "OMP"; + + /* -- register file --*/ + data->fid = vt_def_file(r->file_name); + data->begln = r->begin_first_line; + data->endln = r->end_last_line; + data->sbrid = VT_NO_ID; + + if (strcmp(r->name, "region") == 0) { + rtype = VT_USER_REGION; + rname = r->sub_name; + rdesc = VT_DEF_GROUP; +#if (defined (VT_OMPI) || defined (VT_OMP)) + } else if (strcmp(r->name, "atomic") == 0) { + rtype = VT_OMP_ATOMIC; + rname = "!$omp atomic"; + } else if (strcmp(r->name, "barrier") == 0) { + rtype = VT_OMP_BARRIER; + rname = "!$omp barrier"; + } else if (strcmp(r->name, "critical") == 0) { + rtype = VT_OMP_CRITICAL; + rname = "!$omp critical"; + sprintf(anno_rname, "%s @%s:%d", "!$omp critical sblock", + basename(r->file_name), r->begin_first_line+1); + data->sbrid = vt_def_region(anno_rname, + data->fid, r->begin_last_line+1, + r->end_first_line-1, "OMP", + VT_OMP_CRITICAL_SBLOCK); + if ( r->sub_name[0] ) { + rname = (char*)malloc(24 + strlen(r->sub_name)); + sprintf(rname, "!$omp critical %s", r->sub_name); + data->brid = vt_lock_init(r->sub_name); + } else { + data->brid = vt_lock_init("default"); + } + } else if (strcmp(r->name, "do") == 0) { + rtype = VT_OMP_LOOP; + rname = "!$omp do"; + } else if (strcmp(r->name, "flush") == 0) { + rtype = VT_OMP_FLUSH; + rname = "!$omp flush"; + } else if (strcmp(r->name, "for") == 0) { + rtype = VT_OMP_LOOP; + rname = "!$omp for"; + } else if (strcmp(r->name, "function") == 0) { + rtype = VT_FUNCTION; + rname = r->sub_name; + rdesc = VT_DEF_GROUP; + } else if (strcmp(r->name, "master") == 0) { + rtype = VT_OMP_MASTER; + rname = "!$omp master"; + } else if (strcmp(r->name, "parallel") == 0) { + rtype = VT_OMP_PARALLEL; + rname = "!$omp parallel"; + } else if (strcmp(r->name, "paralleldo") == 0) { + rtype = VT_OMP_PARALLEL; + rname = "!$omp parallel"; + sprintf(anno_rname, "%s @%s:%d", "!$omp do", + basename(r->file_name), r->begin_first_line); + data->sbrid = vt_def_region(anno_rname, data->fid, data->begln, + data->endln, "OMP", VT_OMP_LOOP); + } else if (strcmp(r->name, "parallelfor") == 0) { + rtype = VT_OMP_PARALLEL; + rname = "!$omp parallel"; + sprintf(anno_rname, "%s @%s:%d", "!$omp for", + basename(r->file_name), r->begin_first_line); + data->sbrid = vt_def_region(anno_rname, data->fid, data->begln, + data->endln, "OMP", VT_OMP_LOOP); + } else if (strcmp(r->name, "parallelsections") == 0) { + rtype = VT_OMP_PARALLEL; + rname = "!$omp parallel"; + sprintf(anno_rname, "%s @%s:%d", "!$omp sections", + basename(r->file_name), r->begin_first_line); + data->sbrid = vt_def_region(anno_rname, data->fid, data->begln, + data->endln, "OMP", VT_OMP_SECTIONS); + } else if (strcmp(r->name, "parallelworkshare") == 0) { + rtype = VT_OMP_PARALLEL; + rname = "!$omp parallel"; + sprintf(anno_rname, "%s @%s:%d", "!$omp workshare", + basename(r->file_name), r->begin_first_line); + data->sbrid = vt_def_region(anno_rname, data->fid, data->begln, + data->endln, "OMP", VT_OMP_WORKSHARE); + } else if (strcmp(r->name, "sections") == 0) { + rtype = VT_OMP_SECTIONS; + rname = "!$omp sections"; + sprintf(anno_rname, "%s @%s:%d", "!$omp section", + basename(r->file_name), r->begin_last_line); + data->sbrid = vt_def_region(anno_rname, + data->fid, r->begin_last_line, + r->end_first_line, "OMP", + VT_OMP_SECTION); + } else if (strcmp(r->name, "section") == 0) { + /* NOT DEFINED BY POMP YET */ + /* rtype = VT_OMP_SECTION; */ + /* rname = "!$omp section"; */ + } else if (strcmp(r->name, "single") == 0) { + rtype = VT_OMP_SINGLE; + rname = "!$omp single"; + sprintf(anno_rname, "%s @%s:%d", "!$omp single sblock", + basename(r->file_name), r->begin_last_line+1); + data->sbrid = vt_def_region(anno_rname, + data->fid, r->begin_last_line+1, + r->end_first_line-1, "OMP", + VT_OMP_SINGLE_SBLOCK); + } else if (strcmp(r->name, "workshare") == 0) { + rtype = VT_OMP_WORKSHARE; + rname = "!$omp workshare"; +#endif + } else { + rtype = VT_UNKNOWN; + rname = r->name; + } + +#if (defined (VT_OMPI) || defined (VT_OMP)) + if (strcmp(rdesc, "OMP") == 0) { + sprintf(anno_rname, "%s @%s:%d", rname, + basename(r->file_name), r->begin_first_line); + rname = anno_rname; + } +#endif + + /* -- register region -- */ + data->rid = vt_def_region(rname, data->fid, data->begln, + data->endln, rdesc, rtype); + +#if (defined (VT_OMPI) || defined (VT_OMP)) + if (rtype == VT_OMP_PARALLEL || + rtype == VT_OMP_LOOP || + rtype == VT_OMP_SECTIONS || + rtype == VT_OMP_SINGLE || + rtype == VT_OMP_WORKSHARE) { + /* -- register implicit barrier -- */ + rname = "!$omp ibarrier"; + sprintf(anno_rname, "%s @%s:%d", rname, + basename(r->file_name), r->end_last_line); + data->brid = vt_def_region(anno_rname, + data->fid, data->endln, data->endln, + "OMP", VT_OMP_IBARRIER); + } else +#endif + data->brid = VT_NO_ID; + } + } + pomp_tracing = 1; + + VT_MEMHOOKS_ON(); + } +} + +void POMP_Off() { + pomp_tracing = 0; +} + +void POMP_On() { + pomp_tracing = 1; +} + +static uint32_t main_rid = VT_NO_ID; + +void POMP_Begin(struct ompregdescr* r) { + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); + + if ( main_rid == VT_NO_ID ) main_rid = data->rid; + if ( IS_POMP_TRACE_ON ) + { + uint64_t time; + VT_MEMHOOKS_OFF(); + time = vt_pform_wtime(); + vt_enter(&time, data->rid); + VT_MEMHOOKS_ON(); + } +} + +void POMP_End(struct ompregdescr* r) { + struct VTRegDescr* data = (struct VTRegDescr*)(r->data); + + if ( IS_POMP_TRACE_ON ) + { + uint64_t time; + VT_MEMHOOKS_OFF(); + time = vt_pform_wtime(); + vt_exit(&time); + VT_MEMHOOKS_ON(); + } + if ( data->rid == main_rid ) POMP_Finalize(); +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_strdup.c b/ompi/contrib/vt/vt/vtlib/vt_strdup.c new file mode 100644 index 0000000000..98eb3284ab --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_strdup.c @@ -0,0 +1,28 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_strdup.h" + +#include +#include + +char *vt_strdup(const char *s) +{ + char *c; + + if( s == NULL || ( c = (char*)malloc( strlen(s)+1 ) ) == NULL ) + return NULL; + + strcpy( c, s ); + + return c; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_strdup.h b/ompi/contrib/vt/vt/vtlib/vt_strdup.h new file mode 100644 index 0000000000..71b697d7ba --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_strdup.h @@ -0,0 +1,24 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_STRDUP_H +#define _VT_STRDUP_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +EXTERN char *vt_strdup(const char *s); + +#endif /* _VT_STRDUP_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_sync.c b/ompi/contrib/vt/vt/vtlib/vt_sync.c new file mode 100644 index 0000000000..cccea99b70 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_sync.c @@ -0,0 +1,168 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_sync.h" +#include "vt_iowrap.h" +#include "vt_pform.h" + +#include +#include + +#define VT_LOOP_COUNT 10 + +static int64_t vt_offset_master(int64_t* ltime, int slave, MPI_Comm comm) +{ + int i, min; + int64_t tsend[VT_LOOP_COUNT], trecv[VT_LOOP_COUNT]; + int64_t pingpong_time, sync_time; + MPI_Status stat; + + /* exchange VT_LOOP_COUNT ping pong messages with slave */ + + for (i = 0; i < VT_LOOP_COUNT; i++) + { + tsend[i] = vt_pform_wtime(); + PMPI_Send(NULL, 0, MPI_INT, slave, 1, comm); + PMPI_Recv(NULL, 0, MPI_INT, slave, 2, comm, &stat); + trecv[i] = vt_pform_wtime(); + } + + /* select ping pong with shortest transfer time */ + + pingpong_time = trecv[0] - tsend[0]; + min = 0; + + for (i = 1; i < VT_LOOP_COUNT; i++) + if ((trecv[i] - tsend[i]) < pingpong_time) + { + pingpong_time = (trecv[i] - tsend[i]); + min = i; + } + + sync_time = tsend[min] + (pingpong_time / 2); + + /* send sync_time together with corresponding measurement index to slave */ + + PMPI_Send(&min, 1, MPI_INT, slave, 3, comm); + PMPI_Send(&sync_time, 1, MPI_LONG_LONG_INT, slave, 4, comm); + + /* the process considered as the global clock returns 0 as offset */ + + *ltime = vt_pform_wtime(); + return 0; +} + + +static int64_t vt_offset_slave(int64_t* ltime, int master, MPI_Comm comm) +{ + int i, min; + int64_t tsendrecv[VT_LOOP_COUNT]; + int64_t sync_time; + MPI_Status stat; + + for (i = 0; i < VT_LOOP_COUNT; i++) + { + PMPI_Recv(NULL, 0, MPI_INT, master, 1, comm, &stat); + tsendrecv[i] = vt_pform_wtime(); + PMPI_Send(NULL, 0, MPI_INT, master, 2, comm); + } + + /* receive corresponding time together with its index from master */ + + PMPI_Recv(&min, 1, MPI_INT, master, 3, comm, &stat); + PMPI_Recv(&sync_time, 1, MPI_LONG_LONG_INT, master, 4, comm, &stat); + + *ltime = tsendrecv[min]; + return sync_time - *ltime; +} + +int64_t vt_offset(int64_t* ltime, MPI_Comm comm) +{ + int i; + int myrank, myrank_host, myrank_sync; + int numnodes; + int64_t offset; + + MPI_Comm host_comm; + MPI_Comm sync_comm; + + VT_SUSPEND_IO_TRACING(); + + offset = 0; + *ltime = vt_pform_wtime(); + + /* barrier at entry */ + PMPI_Barrier(comm); + + PMPI_Comm_rank(comm, &myrank); + + /* create communicator containing all processes on the same node */ + + PMPI_Comm_split(comm, (vt_pform_node_id() & 0x7FFFFFFF), 0, &host_comm); + PMPI_Comm_rank(host_comm, &myrank_host); + + /* create communicator containing all processes with rank zero in the + previously created communicators */ + + PMPI_Comm_split(comm, myrank_host, 0, &sync_comm); + PMPI_Comm_rank(sync_comm, &myrank_sync); + PMPI_Comm_size(sync_comm, &numnodes); + + /* measure offsets between all nodes and the root node (rank 0 in sync_comm) */ + + if (myrank_host == 0) + { + for (i = 1; i < numnodes; i++) + { + PMPI_Barrier(sync_comm); + if (myrank_sync == i) + offset = vt_offset_slave(ltime, 0, sync_comm); + else if (myrank_sync == 0) + offset = vt_offset_master(ltime, i, sync_comm); + } + } + + /* distribute offset and ltime across all processes on the same node */ + + PMPI_Bcast(&offset, 1, MPI_LONG_LONG_INT, 0, host_comm); + PMPI_Bcast(ltime, 1, MPI_LONG_LONG_INT, 0, host_comm); + + /* barrier at exit */ + PMPI_Barrier(comm); + + VT_RESUME_IO_TRACING(); + + return offset; +} + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_sync.h b/ompi/contrib/vt/vt/vtlib/vt_sync.h new file mode 100644 index 0000000000..ce6fa1261a --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_sync.h @@ -0,0 +1,37 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_MPISYNC_H +#define _VT_MPISYNC_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_inttypes.h" + +#include + +EXTERN int64_t vt_offset(int64_t* ltime, MPI_Comm comm); + +#endif + + + + + + + + + diff --git a/ompi/contrib/vt/vt/vtlib/vt_thrd.c b/ompi/contrib/vt/vt/vtlib/vt_thrd.c new file mode 100644 index 0000000000..54ce1db20c --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_thrd.c @@ -0,0 +1,169 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include "vt_thrd.h" +#include "vt_metric.h" +#include "vt_pform.h" +#include "vt_error.h" +#include "vt_env.h" + +#include +#include +#include +#include +#include + + +#if (defined (VT_MPI) || defined (VT_OMPI)) +#include +#include "vt_sync.h" +#endif +#if (defined (VT_OMPI) || defined (VT_OMP)) +#include +#endif + +static uint32_t tnum = 0; + +/* create thread object with initialised base filename and metrics, + but without allocating buffers or files */ + +VTThrd* VTThrd_create(uint32_t tid) +{ + char tmp[PATH_MAX]; + VTThrd *thread; +#if (defined (VT_METR)) + int num_metrics = vt_metric_num(); +#endif + + if (tnum > (uint32_t)vt_env_max_threads()) + vt_error_msg("FATAL: Cannot create more than %d threads", vt_env_max_threads()); + + thread = (VTThrd*) malloc(sizeof(VTThrd)); + if ( thread == NULL ) + vt_error(); + + /* basename includes local path but neither thread identifier nor suffix */ + sprintf(tmp, "%s/%s.%lx.%u", vt_env_ldir(), vt_env_fprefix(), + vt_pform_node_id(), getpid()); + + thread->tmp_name = (char*)calloc(strlen(tmp) + 1, sizeof(char*)); + if ( thread->tmp_name == NULL ) + vt_error(); + + strcpy(thread->tmp_name, tmp); + + thread->omp_collop_stime = 0; + +#if (defined (VT_MEMHOOK)) + + thread->mem_app_alloc = 0; + +#endif + +#if (defined (VT_METR)) + + if (num_metrics > 0) { + /* create event set */ + thread->metv = vt_metric_create(); + + /* initialize per-thread arrays for counter values */ + thread->valv = (uint64_t*)calloc(num_metrics, sizeof(uint64_t)); + if ( thread->valv == NULL ) + vt_error(); + } + +#endif + +#if (defined (RFG)) + /* initialize region filter and grouping management */ + thread->rfg_regions = RFG_Regions_init(); + + if( thread->rfg_regions == NULL ) + vt_error_msg("Could not initialize region filter and grouping management"); +#endif + + /* enable tracing */ + thread->is_trace_on = 1; + + + /* increment the thread object counter (for successful creations) */ + +#if (defined (VT_OMPI) || defined (VT_OMP)) +#pragma omp atomic + tnum++; +#else + tnum++; +#endif + + vt_cntl_msg("Thread object #%u created, total number is %u", tid, tnum); + + return thread; +} + + +void VTThrd_open(VTThrd* thrd, uint32_t tid) +{ + uint8_t mode = (uint8_t)vt_env_mode(); + size_t bsize = vt_env_bsize(); +#if (defined (VT_OMPI) || defined (VT_OMP)) + if (tid == 0) { /* master thread gets most buffer space */ + bsize = (bsize / 10) * 7; + } else { /* worker threads get less buffer space */ + bsize = (bsize / 10); + } +#endif + + if (thrd && thrd->tmp_name) + thrd->gen = VTGen_open(thrd->tmp_name, tid, bsize, mode); +} + + +void VTThrd_close(VTThrd* thrd) +{ + if (thrd && thrd->tmp_name) + VTGen_close(thrd->gen); +} + + +void VTThrd_delete(VTThrd* thrd, uint32_t tid) +{ + if (thrd && thrd->gen) + VTGen_delete(thrd->gen); + +#if (defined (VT_METR)) + if ( vt_metric_num() > 0 ) + vt_metric_free(thrd->metv); +#endif + +#if (defined (RFG)) + RFG_Regions_free( thrd->rfg_regions ); +#endif + + free(thrd->tmp_name); + free(thrd); + + /* decrement the thread object counter */ +#if (defined (VT_OMPI) || defined (VT_OMP)) +#pragma omp atomic + tnum--; +#else + tnum--; +#endif + + vt_cntl_msg("Thread object #%u deleted, leaving %u", tid, tnum); +} + + +uint32_t VTThrd_get_num_thrds() +{ + return tnum; +} diff --git a/ompi/contrib/vt/vt/vtlib/vt_thrd.h b/ompi/contrib/vt/vt/vtlib/vt_thrd.h new file mode 100644 index 0000000000..1d4efbb924 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_thrd.h @@ -0,0 +1,127 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_THRD_H +#define _VT_THRD_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_defs.h" +#include "vt_error.h" + +#include "vt_otf_gen.h" + +#if (defined (RFG)) +#include "rfg.h" +#endif + + +/* + *----------------------------------------------------------------------------- + * VTThrd struct holds all thread-specific data: + * - Trace buffer and file including file name + * - Event sets and value vector + *----------------------------------------------------------------------------- + */ + +typedef struct +{ + + uint8_t is_trace_on; /* flag: is tracing enabled? */ + + VTGen* gen; /* trace file and buffer */ + char* tmp_name; /* base file name for temporary files */ + + uint64_t omp_collop_stime; /* last timestamp of OMP collop. begin event */ + +#if (defined (VT_MEMHOOK)) + + uint64_t mem_app_alloc; /* memory usage by application */ + +#endif + +#if (defined (VT_METR)) + + uint64_t* valv; /* vector of counter values */ + struct vt_metv* metv; /* vector of metric objects + (i.e., the event set) */ + +#endif + +#if (defined (RFG)) + + RFG_Regions* rfg_regions; + +#endif + +} VTThrd; + + +/* create thread object */ +EXTERN VTThrd* VTThrd_create( uint32_t tid ); + +/* free thread object */ +EXTERN void VTThrd_delete( VTThrd* thrd, uint32_t tid ); + +/* open associated trace file */ +EXTERN void VTThrd_open( VTThrd* thrd, uint32_t tid ); + +/* close associated trace file */ +EXTERN void VTThrd_close( VTThrd* thrd ); + +/* get total number of thread objects created */ +EXTERN uint32_t VTThrd_get_num_thrds( void ); + + +/* Accessor macros */ + +/* flag: is tracing enabled? */ +#define VTTHRD_IS_TRACE_ON(thrd) thrd->is_trace_on + +/* trace file and buffer */ +#define VTTHRD_GEN(thrd) thrd->gen + +/* base name of the temporary files */ +#define VTTHRD_TMP_NAME(thrd) thrd->tmp_name + +/* last timestamp of OMP collop. begin event */ +#define VTTHRD_OMP_COLLOP_STIME(thrd) thrd->omp_collop_stime + +#if (defined (VT_MEMHOOK)) + +/* memory allocation by application */ +#define VTTHRD_MEM_APP_ALLOC(thrd) thrd->mem_app_alloc + +#endif + +#if (defined (VT_METR)) + +/* vector of metric values */ +#define VTTHRD_VALV(thrd) thrd->valv + +/* vector of metric objects (i.e., event sets) */ +#define VTTHRD_METV(thrd) thrd->metv + +#endif + +#if (defined (RFG)) + +/* RFG regions */ +#define VTTHRD_RFGREGIONS(thrd) thrd->rfg_regions + +#endif + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_trc.h b/ompi/contrib/vt/vt/vtlib/vt_trc.h new file mode 100644 index 0000000000..c559fac045 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_trc.h @@ -0,0 +1,182 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_TRC_H +#define _VT_TRC_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include "vt_defs.h" +#include "vt_error.h" + +#define VT_IS_ALIVE vt_is_alive +#define VT_IS_TRACE_ON() vt_is_trace_on() +#define VT_TRACE_ON() vt_trace_on() +#define VT_TRACE_OFF() vt_trace_off() + +EXTERN void vt_open ( void ); + +EXTERN void vt_close ( void ); + +EXTERN void vt_trace_on ( void ); + +EXTERN void vt_trace_off ( void ); + +EXTERN uint8_t vt_is_trace_on ( void ); + +/* + The next two functions have to be called immediately after + initializing and immediately before finalizing the communication + middle-ware, e.g. after MPI_Init() and before MPI_Finalize(). +*/ + +EXTERN void vt_mpi_init ( void ); +EXTERN void vt_mpi_finalize ( void ); + +/* + For non-MPI and non-OpenMP programs, the next function has to be + called after vt_open() to register a unique id (0..num-1) for the + calling process and the number of processes +*/ + +EXTERN void vt_init_trc_id ( int my_id, int num_procs ); + +/* + *----------------------------------------------------------------------------- + * Definition records + *----------------------------------------------------------------------------- + */ + +/* + The records needed for describing the machine are generated + automatically. + + The control of hardware performance counters to be monitored is not + supported by this interface. A way of controlling performance + counters will be provided in a later version. +*/ + +EXTERN void vt_def_comment ( const char* comment ); + +EXTERN uint32_t vt_def_file ( const char* fname ); + +EXTERN uint32_t vt_def_fileio_group ( const char* gname ); + +EXTERN uint32_t vt_def_fileio ( const char* fname, + uint32_t gid ); + +EXTERN uint32_t vt_def_region ( const char* rname, + uint32_t fid, + uint32_t begln, + uint32_t endln, + const char* rdesc, + uint8_t rtype ); + +EXTERN uint32_t vt_def_counter_group ( const char* gname ); + +EXTERN uint32_t vt_def_counter (const char* cname, + uint32_t cprop, + uint32_t gid, + const char* cunit); + +EXTERN void vt_def_mpi_comm ( uint32_t cid, + uint32_t grpc, + uint8_t grpv[] ); + +/* + *----------------------------------------------------------------------------- + * Event records + *----------------------------------------------------------------------------- + */ + +/* for MPI, Process ids of message sources and destinations are mapped onto + location ids by the merging process. */ + +/* -- Region -- */ + +EXTERN void vt_enter(uint64_t* time, uint32_t rid); + +EXTERN void vt_exit(uint64_t* time); + +/* -- File I/O -- */ + +EXTERN void vt_ioexit(uint64_t* time, uint64_t* etime, uint32_t fid, + uint64_t hid, uint32_t op, uint64_t bytes); + +/* -- Memory -- */ + +#if defined(VT_MEMHOOK) + +EXTERN void vt_mem_alloc(uint64_t* time, uint64_t bytes); + +EXTERN void vt_mem_free(uint64_t* time, uint64_t bytes); + +#endif + +/* -- Counter -- */ + +EXTERN void vt_count(uint64_t* time, uint32_t cid, uint64_t cval); + +/* -- Comment -- */ + +EXTERN void vt_comment(uint64_t* time, const char* comment); + +/* -- MPI-1 -- */ + +EXTERN void vt_mpi_send(uint64_t* time, uint32_t dpid, uint32_t cid, + uint32_t tag, uint32_t sent); + +EXTERN void vt_mpi_recv(uint64_t* time, uint32_t spid, uint32_t cid, + uint32_t tag, uint32_t recvd); + +EXTERN void vt_mpi_collexit(uint64_t* time, uint64_t* etime, uint32_t rid, + uint32_t rpid, uint32_t cid, uint32_t sent, uint32_t recvd); + +/* -- OpenMP -- */ + +EXTERN void vt_omp_fork(uint64_t* time); + +EXTERN void vt_omp_join(uint64_t* time); + +EXTERN void vt_omp_alock(uint64_t* time, uint32_t lkid); + +EXTERN void vt_omp_rlock(uint64_t* time, uint32_t lkid); + +EXTERN void vt_omp_collenter(uint64_t* time, uint32_t rid); + +EXTERN void vt_omp_collexit(uint64_t* etime); + +EXTERN void vt_omp_parallel_begin(void); + +EXTERN void vt_omp_parallel_end(void); + +/* -- VampirTrace Internal -- */ + +EXTERN void vt_enter_user(uint64_t* time); + +EXTERN void vt_exit_user(uint64_t* time); + +EXTERN void vt_enter_stat(uint64_t* time); + +EXTERN void vt_exit_stat(uint64_t* time); + +EXTERN void vt_enter_flush(uint64_t* time); + +EXTERN void vt_exit_flush(uint64_t* time); + +EXTERN uint8_t vt_is_alive; + +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_user.h b/ompi/contrib/vt/vt/vtlib/vt_user.h new file mode 100644 index 0000000000..c3ea6cc56b --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user.h @@ -0,0 +1,54 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_USER_H +#define _VT_USER_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#include +#include + +#ifdef VTRACE + + EXTERN void VT_User_start__(char* name, char* file, int lno); + EXTERN void VT_User_end__(char* name); + + #ifdef __cplusplus + class VT_Tracer { + public: + VT_Tracer(char* name, char* file, int lno) : n(name) { + VT_User_start__(name, file, lno); + } + ~VT_Tracer() { VT_User_end__(n); } + private: + char *n; + }; + #define VT_TRACER(n) VT_Tracer VT_Trc__(n, __FILE__, __LINE__) + #endif + + #define VT_USER_START(n) VT_User_start__(n, __FILE__, __LINE__) + #define VT_USER_END(n) VT_User_end__(n) + +#else + + #define VT_USER_START(n) + #define VT_USER_END(n) + #define VT_TRACER(n) + +#endif /* VTRACE */ + +#endif /* _VT_USER_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_user.inc b/ompi/contrib/vt/vt/vtlib/vt_user.inc new file mode 100644 index 0000000000..ddbbd3a4a2 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user.inc @@ -0,0 +1,22 @@ +!** +!* VampirTrace +!* http://www.tu-dresden.de/zih/vampirtrace +!* +!* Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany +!* +!* Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +!* Republic of Germany +!* +!* See the file COPYRIGHT in the package base directory for details +!** + +#include "vt_user_count.inc" +#include "vt_user_comment.inc" + +#ifdef VTRACE +# define VT_USER_START(n) call VT_User_start__(n, __FILE__, __LINE__) +# define VT_USER_END(n) call VT_User_end__(n) +#else +# define VT_USER_START(n) +# define VT_USER_END(n) +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_comment.c b/ompi/contrib/vt/vt/vtlib/vt_user_comment.c new file mode 100644 index 0000000000..8193572113 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_comment.c @@ -0,0 +1,101 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include "vt_fbindings.h" +#include "vt_inttypes.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" +#define VTRACE +#undef VTRACE_NO_COMMENT +#include "vt_user_comment.h" + +static int vt_init = 1; /* is initialization needed? */ + +#define VT_INIT \ + if ( vt_init ) { \ + VT_MEMHOOKS_OFF(); \ + vt_init = 0; \ + vt_open(); \ + VT_MEMHOOKS_ON(); \ + } + +void VT_User_comment_def__(char* comment) +{ + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + vt_def_comment(comment); + + VT_MEMHOOKS_ON(); +} + +void VT_User_comment__(char* comment) +{ + uint64_t time; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + vt_comment(&time, comment); + + VT_MEMHOOKS_ON(); +} + +/* + * Fortran version + */ + +void VT_User_comment_def___f(char* comment, int cl); +void VT_User_comment___f(char* comment, int cl); + +void VT_User_comment_def___f(char* comment, int cl) +{ + int comlen; + char fcombuf[4096]; + + /* -- convert Fortran to C strings -- */ + comlen = ( cl < 4096 ) ? cl : 4095; + strncpy(fcombuf, comment, comlen); + fcombuf[comlen] = '\0'; + + VT_User_comment_def__(fcombuf); +} VT_GENERATE_F77_BINDINGS(vt_user_comment_def__, VT_USER_COMMENT_DEF__, + VT_User_comment_def___f, + (char* comment, int cl), + (comment, cl)) + +void VT_User_comment___f(char* comment, int cl) +{ + int comlen; + char fcombuf[4096]; + + /* -- convert Fortran to C strings -- */ + comlen = ( cl < 4096 ) ? cl : 4095; + strncpy(fcombuf, comment, comlen); + fcombuf[comlen] = '\0'; + + VT_User_comment__(fcombuf); +} VT_GENERATE_F77_BINDINGS(vt_user_comment__, VT_USER_COMMENT__, + VT_User_comment___f, + (char* comment, int cl), + (comment, cl)) diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_comment.h b/ompi/contrib/vt/vt/vtlib/vt_user_comment.h new file mode 100644 index 0000000000..146d41d325 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_comment.h @@ -0,0 +1,37 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_USER_COMMENT_H +#define _VT_USER_COMMENT_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#if (defined(VTRACE)) && !(defined(VTRACE_NO_COMMENT)) + + EXTERN void VT_User_comment_def__(char* comment); + EXTERN void VT_User_comment__(char* comment); + + #define VT_COMMENT_DEF(c) VT_User_comment_def__(c) + #define VT_COMMENT(c) VT_User_comment__(c) + +#else + + #define VT_COMMENT_DEF(c) + #define VT_COMMENT(c) + +#endif /* VTRACE */ + +#endif /* _VT_USER_COMMENT_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_comment.inc b/ompi/contrib/vt/vt/vtlib/vt_user_comment.inc new file mode 100644 index 0000000000..99f1d876da --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_comment.inc @@ -0,0 +1,19 @@ +!** +!* VampirTrace +!* http://www.tu-dresden.de/zih/vampirtrace +!* +!* Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany +!* +!* Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +!* Republic of Germany +!* +!* See the file COPYRIGHT in the package base directory for details +!** + +#if (defined(VTRACE)) && !(defined(VTRACE_NO_COMMENT)) +# define VT_COMMENT_DEF(c) call VT_User_comment_def__(c) +# define VT_COMMENT(c) call VT_User_comment__(c) +#else +# define VT_COMMENT_DEF(c) +# define VT_COMMENT(c) +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_count.c b/ompi/contrib/vt/vt/vtlib/vt_user_count.c new file mode 100644 index 0000000000..f0d02b5ac5 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_count.c @@ -0,0 +1,356 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#if (defined (VT_OMPI) || defined (VT_OMP)) + #include "opari_omp.h" +#endif +#include "vt_fbindings.h" +#include "vt_inttypes.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" +#include "vt_error.h" +#define VTRACE +#undef VTRACE_NO_COUNT +#include "vt_user_count.h" + +static int vt_init = 1; /* is initialization needed? */ +static uint32_t def_gid = 0; /* default counter group id */ + +#define VT_INIT \ + if ( vt_init ) { \ + VT_MEMHOOKS_OFF(); \ + vt_init = 0; \ + vt_open(); \ + VT_MEMHOOKS_ON(); \ + } + +unsigned int VT_User_count_group_def__(char* gname) +{ + uint32_t gid; + + VT_INIT; + + VT_MEMHOOKS_OFF(); + +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_api_count_1) + { + gid = (uint32_t)vt_def_counter_group(gname); + } + } + else + { + gid = (uint32_t)vt_def_counter_group(gname); + } +# else + gid = (uint32_t)vt_def_counter_group(gname); +# endif + + VT_MEMHOOKS_ON(); + + return gid; +} + +unsigned int VT_User_count_def__(char* cname, char* cunit, int ctype, + unsigned int gid) +{ + uint32_t cid; + uint32_t cprop = OTF_COUNTER_TYPE_ABS|OTF_COUNTER_SCOPE_NEXT; + + VT_INIT; + + VT_MEMHOOKS_OFF(); + + if (gid == (uint32_t)VT_COUNT_DEFGROUP) + { + if (def_gid == 0) + def_gid = VT_User_count_group_def__("User"); + + gid = def_gid; + } + + switch(ctype) + { + case VT_COUNT_TYPE_SIGNED: + case VT_COUNT_TYPE_INTEGER: + case VT_COUNT_TYPE_INTEGER8: + { + cprop |= OTF_COUNTER_VARTYPE_SIGNED8; + break; + } + case VT_COUNT_TYPE_UNSIGNED: + { + cprop |= OTF_COUNTER_VARTYPE_UNSIGNED8; + break; + } + case VT_COUNT_TYPE_FLOAT: + case VT_COUNT_TYPE_REAL: + { + cprop |= OTF_COUNTER_VARTYPE_FLOAT; + break; + } + case VT_COUNT_TYPE_DOUBLE: + { + cprop |= OTF_COUNTER_VARTYPE_DOUBLE; + break; + } + default: + { + vt_error_msg("Unknown counter type %i", ctype); + break; + } + } + +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_api_count_2) + { + cid = (uint32_t)vt_def_counter(cname, cprop, gid, cunit); + } + } + else + { + cid = (uint32_t)vt_def_counter(cname, cprop, gid, cunit); + } +# else + cid = (uint32_t)vt_def_counter(cname, cprop, gid, cunit); +# endif + + VT_MEMHOOKS_ON(); + + return cid; +} + +void VT_User_count_signed_val__(unsigned int cid, long long val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Signed2Counter((int64_t)val); + vt_count(&time, cid, cval); + + VT_MEMHOOKS_ON(); +} + +void VT_User_count_unsigned_val__(unsigned int cid, unsigned long long val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Unsigned2Counter((uint64_t)val); + vt_count(&time, cid, cval); + + VT_MEMHOOKS_ON(); +} + +void VT_User_count_float_val__(unsigned int cid, float val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Float2Counter(val); + vt_count(&time, cid, cval); + + VT_MEMHOOKS_ON(); +} + +void VT_User_count_double_val__(unsigned int cid, double val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Double2Counter(val); + vt_count(&time, cid, cval); + + VT_MEMHOOKS_ON(); +} + +/* + * Fortran version + */ + +void VT_User_count_group_def___f(char* gname, unsigned int* gid, int nl); +void VT_User_count_def___f(char* cname, char* cunit, int* ctype, + unsigned int* gid, unsigned int* cid, + int nl, int ul); +void VT_User_count_integer_val___f(unsigned int* cid, int* val); +void VT_User_count_integer8_val___f(unsigned int* cid, long long* val); +void VT_User_count_real_val___f(unsigned int* cid, float* val); +void VT_User_count_double_val___f(unsigned int* cid, double* val); + +void VT_User_count_group_def___f(char* gname, unsigned int* gid, int nl) +{ + int namlen; + char fnambuf[128]; + + /* -- convert Fortran to C strings -- */ + namlen = ( nl < 128 ) ? nl : 127; + strncpy(fnambuf, gname, namlen); + fnambuf[namlen] = '\0'; + + *gid = VT_User_count_group_def__(fnambuf); +} VT_GENERATE_F77_BINDINGS(vt_user_count_group_def__, VT_USER_COUNT_GROUP_DEF__, + VT_User_count_group_def___f, + (char* gname, unsigned int* gid, int nl), + (gname, gid, nl)) + +void VT_User_count_def___f(char* cname, char* cunit, int* ctype, + unsigned int* gid, unsigned int* cid, + int nl, int ul) +{ + int namlen; + int unilen; + char fnambuf[128]; + char funibuf[128]; + + /* -- convert Fortran to C strings -- */ + namlen = ( nl < 128 ) ? nl : 127; + unilen = ( ul < 128 ) ? ul : 127; + strncpy(fnambuf, cname, namlen); + fnambuf[namlen] = '\0'; + strncpy(funibuf, cunit, unilen); + funibuf[unilen] = '\0'; + + *cid = VT_User_count_def__(fnambuf, funibuf, *ctype, *gid); +} VT_GENERATE_F77_BINDINGS(vt_user_count_def__, VT_USER_COUNT_DEF__, + VT_User_count_def___f, + (char* cname, char* cunit, int* ctype, unsigned int* gid, unsigned int* cid, int nl, int ul), + (cname, cunit, ctype, gid, cid, nl, ul)) + + +void VT_User_count_integer_val___f(unsigned int* cid, int* val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Signed2Counter((int64_t)(*val)); + vt_count(&time, *cid, cval); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_count_integer_val__, + VT_USER_COUNT_INTEGER_VAL__, + VT_User_count_integer_val___f, + (unsigned int* cid, int* val), + (cid, val)) + +void VT_User_count_integer8_val___f(unsigned int* cid, long long* val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Signed2Counter((int64_t)(*val)); + vt_count(&time, *cid, cval); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_count_integer8_val__, + VT_USER_COUNT_INTEGER8_VAL__, + VT_User_count_integer8_val___f, + (unsigned int* cid, long long* val), + (cid, val)) + +void VT_User_count_real_val___f(unsigned int* cid, float* val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Float2Counter(*val); + vt_count(&time, *cid, cval); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_count_real_val__, + VT_USER_COUNT_real_VAL__, + VT_User_count_real_val___f, + (unsigned int* cid, float* val), + (cid, val)) + +void VT_User_count_double_val___f(unsigned int* cid, double* val) +{ + uint64_t time; + uint64_t cval; + + VT_INIT; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + cval = OTF_Double2Counter(*val); + vt_count(&time, *cid, cval); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_count_double_val__, + VT_USER_COUNT_double_VAL__, + VT_User_count_double_val___f, + (unsigned int* cid, double* val), + (cid, val)) diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_count.h b/ompi/contrib/vt/vt/vtlib/vt_user_count.h new file mode 100644 index 0000000000..65bbb07fcd --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_count.h @@ -0,0 +1,62 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#ifndef _VT_USER_COUNT_H +#define _VT_USER_COUNT_H + +#ifdef __cplusplus +# define EXTERN extern "C" +#else +# define EXTERN extern +#endif + +#define VT_COUNT_DEFGROUP -1 + +/* C/C++ types */ +#define VT_COUNT_TYPE_SIGNED 1 +#define VT_COUNT_TYPE_UNSIGNED 2 +#define VT_COUNT_TYPE_FLOAT 3 +#define VT_COUNT_TYPE_DOUBLE 4 +/* Fortran types */ +#define VT_COUNT_TYPE_INTEGER 11 +#define VT_COUNT_TYPE_INTEGER8 12 +#define VT_COUNT_TYPE_REAL 13 + +#if (defined(VTRACE)) && !(defined(VTRACE_NO_COUNT)) + + EXTERN unsigned int VT_User_count_group_def__(char* gname); + EXTERN unsigned int VT_User_count_def__(char* cname, char* cunit, int ctype, + unsigned int gid); + EXTERN void VT_User_count_signed_val__(unsigned int cid, long long val); + EXTERN void VT_User_count_unsigned_val__(unsigned int cid, unsigned long long val); + EXTERN void VT_User_count_float_val__(unsigned int cid, float val); + EXTERN void VT_User_count_double_val__(unsigned int cid, double val); + + #define VT_COUNT_GROUP_DEF(n) VT_User_count_group_def__(n) + #define VT_COUNT_DEF(n, u, t, gi) VT_User_count_def__(n, u, t, gi) + #define VT_COUNT_SIGNED_VAL(i, v) VT_User_count_signed_val__(i, v) + #define VT_COUNT_UNSIGNED_VAL(i, v) VT_User_count_unsigned_val__(i, v) + #define VT_COUNT_FLOAT_VAL(i, v) VT_User_count_float_val__(i, v) + #define VT_COUNT_DOUBLE_VAL(i, v) VT_User_count_double_val__(i, v) + +#else + + #define VT_COUNT_GROUP_DEF(n) 0 + #define VT_COUNT_DEF(n, u, t, gi) 0 + #define VT_COUNT_SIGNED_VAL(i, v) + #define VT_COUNT_UNSIGNED_VAL(i, v) + #define VT_COUNT_FLOAT_VAL(i, v) + #define VT_COUNT_DOUBLE_VAL(i, v) + +#endif /* VTRACE */ + +#endif /* _VT_USER_COUNT_H */ diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_count.inc b/ompi/contrib/vt/vt/vtlib/vt_user_count.inc new file mode 100644 index 0000000000..0c4a52b443 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_count.inc @@ -0,0 +1,35 @@ +!** +!* VampirTrace +!* http://www.tu-dresden.de/zih/vampirtrace +!* +!* Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany +!* +!* Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal +!* Republic of Germany +!* +!* See the file COPYRIGHT in the package base directory for details +!** + +#define VT_COUNT_DEFGROUP -1 + +#define VT_COUNT_TYPE_INTEGER 11 +#define VT_COUNT_TYPE_INTEGER8 12 +#define VT_COUNT_TYPE_REAL 13 +!* vvv - equal to C/C++ type +#define VT_COUNT_TYPE_DOUBLE 4 + +#if (defined(VTRACE)) && !(defined(VTRACE_NO_COUNT)) +# define VT_COUNT_GROUP_DEF(n, gi) call VT_User_count_group_def__(n, gi) +# define VT_COUNT_DEF(n, u, t, gi, ci) call VT_User_count_def__(n, u, t, gi, ci) +# define VT_COUNT_INTEGER_VAL(i, v) call VT_User_count_integer_val__(i, v) +# define VT_COUNT_INTEGER8_VAL(i, v) call VT_User_count_integer8_val__(i, v) +# define VT_COUNT_REAL_VAL(i, v) call VT_User_count_real_val__(i, v) +# define VT_COUNT_DOUBLE_VAL(i, v) call VT_User_count_double_val__(i, v) +#else +# define VT_COUNT_GROUP_DEF(n, gi) +# define VT_COUNT_DEF(n, u, t, gi, ci) +# define VT_COUNT_INTEGER_VAL(i, v) +# define VT_COUNT_INTEGER8_VAL(i, v) +# define VT_COUNT_REAL_VAL(i, v) +# define VT_COUNT_DOUBLE_VAL(i, v) +#endif diff --git a/ompi/contrib/vt/vt/vtlib/vt_user_region.c b/ompi/contrib/vt/vt/vtlib/vt_user_region.c new file mode 100644 index 0000000000..ad7e365a64 --- /dev/null +++ b/ompi/contrib/vt/vt/vtlib/vt_user_region.c @@ -0,0 +1,245 @@ +/** + * VampirTrace + * http://www.tu-dresden.de/zih/vampirtrace + * + * Copyright (c) 2005-2007, ZIH, TU Dresden, Federal Republic of Germany + * + * Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal + * Republic of Germany + * + * See the file COPYRIGHT in the package base directory for details + **/ + +#include +#include +#if (defined (VT_OMPI) || defined (VT_OMP)) + #include "opari_omp.h" +#endif +#include "vt_fbindings.h" +#include "vt_memhook.h" +#include "vt_pform.h" +#include "vt_trc.h" +#define VTRACE +#include "vt_user.h" + +/* + *----------------------------------------------------------------------------- + * Simple hash table to map function names to region identifier + *----------------------------------------------------------------------------- + */ + +typedef struct HN { + unsigned long id; /* hash code (address of function name) */ + uint32_t vtid; /* associated region identifier */ + struct HN* next; +} HashNode; + +#define HASH_MAX 1021 + +static int vt_init = 1; /* is initialization needed? */ + +static HashNode* htab[HASH_MAX]; + +/* + * Stores region identifier `e' under hash code `h' + */ + +static void hash_put(unsigned long h, uint32_t e) { + unsigned long id = h % HASH_MAX; + HashNode *add = (HashNode*)malloc(sizeof(HashNode)); + add->id = h; + add->vtid = e; + add->next = htab[id]; + htab[id] = add; +} + +/* + * Lookup hash code `h' + * Returns region identifier if already stored, otherwise VT_NO_ID + */ + +static uint32_t hash_get(unsigned long h) { + unsigned long id = h % HASH_MAX; + HashNode *curr = htab[id]; + while ( curr ) { + if ( curr->id == h ) { + return curr->vtid; + } + curr = curr->next; + } + return VT_NO_ID; +} + +/* + * Register new region + */ + +static uint32_t register_region(char *name, unsigned long addr, char* file, int lno) { + uint32_t rid; + uint32_t fid; + + /* -- register file and region and store region identifier -- */ + fid = vt_def_file(file); + rid = vt_def_region(name, fid, lno, VT_NO_LNO, VT_DEF_GROUP, VT_FUNCTION); + hash_put(addr == 0 ? (unsigned long) name : addr, rid); + return rid; +} + +/* + * This function is called at the entry of each function + * C/C++ version + */ + +void VT_User_start__(char* name, char *file, int lno) { + uint32_t rid; + uint64_t time; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( vt_init ) { + VT_MEMHOOKS_OFF(); + vt_init = 0; + vt_open(); + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (rid = hash_get((unsigned long) name)) == VT_NO_ID ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_api_region_1) + { + if ( (rid = hash_get((unsigned long) name)) == VT_NO_ID ) { + rid = register_region(name, 0, file, lno); + } + } + } else { + rid = register_region(name, 0, file, lno); + } +# else + rid = register_region(name, 0, file, lno); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, rid); + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the exit of each function + * C/C++ version + */ + +void VT_User_end__(char *name) { + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + /* -- write exit record -- */ + time = vt_pform_wtime(); + vt_exit(&time); + + VT_MEMHOOKS_ON(); +} + +/* + * This function is called at the entry of each function + * Fortran version + */ + +void VT_User_start___f(char* name, char *file, int *lno, int nl, int fl); +void VT_User_end___f(char *name, int nl); +static char fnambuf[128]; +static char ffilbuf[1024]; + +void VT_User_start___f(char* name, char *file, int *lno, int nl, int fl) { + uint32_t rid; + uint64_t time; + int namlen; + int fillen; + + /* -- convert Fortran to C strings -- */ + namlen = ( nl < 128 ) ? nl : 127; + fillen = ( fl < 1024 ) ? fl : 1023; + strncpy(fnambuf, name, namlen); + fnambuf[namlen] = '\0'; + strncpy(ffilbuf, file, fillen); + ffilbuf[fillen] = '\0'; + + /* -- if not yet initialized, initialize VampirTrace -- */ + if ( vt_init ) { + VT_MEMHOOKS_OFF(); + vt_init = 0; + vt_open(); + VT_MEMHOOKS_ON(); + } + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + time = vt_pform_wtime(); + + /* -- get region identifier -- */ + if ( (rid = hash_get((unsigned long) name)) == VT_NO_ID ) { + /* -- region entered the first time, register region -- */ +# if defined (VT_OMPI) || defined (VT_OMP) + if (omp_in_parallel()) { +# pragma omp critical (vt_api_region_1) + { + if ( (rid = hash_get((unsigned long) name)) == VT_NO_ID ) { + rid = register_region(fnambuf, (unsigned long) name, ffilbuf, *lno); + } + } + } else { + rid = register_region(fnambuf, (unsigned long) name, ffilbuf, *lno); + } +# else + rid = register_region(fnambuf, (unsigned long) name, ffilbuf, *lno); +# endif + } + + /* -- write enter record -- */ + vt_enter(&time, rid); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_start__, VT_USER_START__, + VT_User_start___f, + (char* name, char *file, int *lno, int nl, int fl), + (name, file, lno, nl, fl)) + +/* + * This function is called at the exit of each function + * Fortran version + */ + +void VT_User_end___f(char *name, int nl) { + uint64_t time; + + /* -- return, if tracing is disabled? -- */ + if ( !VT_IS_TRACE_ON() ) return; + + VT_MEMHOOKS_OFF(); + + /* -- write exit record -- */ + time = vt_pform_wtime(); + vt_exit(&time); + + VT_MEMHOOKS_ON(); +} VT_GENERATE_F77_BINDINGS(vt_user_end__, VT_USER_END__, + VT_User_end___f, + (char *name, int nl), + (name, nl)) diff --git a/ompi/contrib/vt/wrappers/Makefile.am b/ompi/contrib/vt/wrappers/Makefile.am new file mode 100644 index 0000000000..6b543ec9bc --- /dev/null +++ b/ompi/contrib/vt/wrappers/Makefile.am @@ -0,0 +1,65 @@ +# +# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +# University Research and Technology +# Corporation. All rights reserved. +# Copyright (c) 2004-2005 The University of Tennessee and The University +# of Tennessee Research Foundation. All rights +# reserved. +# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +# University of Stuttgart. All rights reserved. +# Copyright (c) 2004-2005 The Regents of the University of California. +# All rights reserved. +# Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved. +# $COPYRIGHT$ +# +# Additional copyrights may follow +# +# $HEADER$ +# + +dist_pkgdata_DATA = \ + mpicc-vt-wrapper-data.txt \ + mpic++-vt-wrapper-data.txt \ + mpif77-vt-wrapper-data.txt \ + mpif90-vt-wrapper-data.txt + +if OMPI_INSTALL_BINARIES + +install-exec-hook-always: + test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + (cd $(DESTDIR)$(bindir); rm -f mpicc-vt$(EXEEXT); $(LN_S) opal_wrapper mpicc-vt) + (cd $(DESTDIR)$(bindir); rm -f mpic++-vt$(EXEEXT); $(LN_S) opal_wrapper mpic++-vt) + (cd $(DESTDIR)$(bindir); rm -f mpicxx-vt$(EXEEXT); $(LN_S) opal_wrapper mpicxx-vt) + (cd $(DESTDIR)$(bindir); rm -f mpif77-vt$(EXEEXT); $(LN_S) opal_wrapper mpif77-vt) + (cd $(DESTDIR)$(bindir); rm -f mpif90-vt$(EXEEXT); $(LN_S) opal_wrapper mpif90-vt) + +install-data-hook-always: + (cd $(DESTDIR)$(pkgdatadir); rm -f mpicxx-vt-wrapper-data.txt; $(LN_S) mpic++-vt-wrapper-data.txt mpicxx-vt-wrapper-data.txt) + +uninstall-local-always: + rm -f $(DESTDIR)$(bindir)/mpicc-vt$(EXEEXT) \ + $(DESTDIR)$(bindir)/mpic++-vt$(EXEEXT) \ + $(DESTDIR)$(bindir)/mpicxx-vt$(EXEEXT) \ + $(DESTDIR)$(bindir)/mpif77-vt$(EXEEXT) \ + $(DESTDIR)$(bindir)/mpif90-vt$(EXEEXT) \ + $(DESTDIR)$(pkgdatadir)/mpicxx-vt-wrapper-data.txt + +if CASE_SENSITIVE_FS +install-exec-hook: install-exec-hook-always + (cd $(DESTDIR)$(bindir); rm -f mpiCC-vt$(EXEEXT); $(LN_S) opal_wrapper mpiCC-vt) + +install-data-hook: install-data-hook-always + (cd $(DESTDIR)$(pkgdatadir); rm -f mpiCC-vt-wrapper-data.txt; $(LN_S) mpic++-vt-wrapper-data.txt mpiCC-vt-wrapper-data.txt) + +uninstall-local: uninstall-local-always + rm -f $(DESTDIR)$(bindir)/mpiCC-vt$(EXEEXT) \ + $(DESTDIR)$(pkgdatadir)/mpiCC-vt-wrapper-data.txt + +else # CASE_SENSITIVE_FS +install-exec-hook: install-exec-hook-always +install-data-hook: install-data-hook-always +uninstall-local: uninstall-local-always + +endif # CASE_SENSITIVE_FS + +endif # OMPI_INSTALL_BINARIES diff --git a/ompi/contrib/vt/wrappers/Makefile.in b/ompi/contrib/vt/wrappers/Makefile.in new file mode 100644 index 0000000000..a560d4ddfa --- /dev/null +++ b/ompi/contrib/vt/wrappers/Makefile.in @@ -0,0 +1,1166 @@ +# Makefile.in generated by automake 1.10 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# +# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +# University Research and Technology +# Corporation. All rights reserved. +# Copyright (c) 2004-2005 The University of Tennessee and The University +# of Tennessee Research Foundation. All rights +# reserved. +# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, +# University of Stuttgart. All rights reserved. +# Copyright (c) 2004-2005 The Regents of the University of California. +# All rights reserved. +# Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved. +# $COPYRIGHT$ +# +# Additional copyrights may follow +# +# $HEADER$ +# + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = ompi/contrib/vt/wrappers +DIST_COMMON = $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/mpic++-vt-wrapper-data.txt.in \ + $(srcdir)/mpicc-vt-wrapper-data.txt.in \ + $(srcdir)/mpif77-vt-wrapper-data.txt.in \ + $(srcdir)/mpif90-vt-wrapper-data.txt.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/config/c_get_alignment.m4 \ + $(top_srcdir)/config/c_weak_symbols.m4 \ + $(top_srcdir)/config/cxx_find_template_parameters.m4 \ + $(top_srcdir)/config/cxx_find_template_repository.m4 \ + $(top_srcdir)/config/cxx_have_exceptions.m4 \ + $(top_srcdir)/config/cxx_find_exception_flags.m4 \ + $(top_srcdir)/config/f77_check.m4 \ + $(top_srcdir)/config/f77_check_type.m4 \ + $(top_srcdir)/config/f77_find_ext_symbol_convention.m4 \ + $(top_srcdir)/config/f77_get_alignment.m4 \ + $(top_srcdir)/config/f77_get_fortran_handle_max.m4 \ + $(top_srcdir)/config/f77_get_sizeof.m4 \ + $(top_srcdir)/config/f77_get_value_true.m4 \ + $(top_srcdir)/config/f77_check_logical_array.m4 \ + $(top_srcdir)/config/f77_purge_unsupported_kind.m4 \ + $(top_srcdir)/config/f90_check.m4 \ + $(top_srcdir)/config/f90_check_type.m4 \ + $(top_srcdir)/config/f90_find_module_include_flag.m4 \ + $(top_srcdir)/config/f90_get_precision.m4 \ + $(top_srcdir)/config/f90_get_range.m4 \ + $(top_srcdir)/config/f90_get_sizeof.m4 \ + $(top_srcdir)/config/f90_get_int_kind.m4 \ + $(top_srcdir)/config/ompi_try_assemble.m4 \ + $(top_srcdir)/config/ompi_config_asm.m4 \ + $(top_srcdir)/config/ompi_case_sensitive_fs_setup.m4 \ + $(top_srcdir)/config/ompi_check_broken_qsort.m4 \ + $(top_srcdir)/config/ompi_check_compiler_works.m4 \ + $(top_srcdir)/config/ompi_check_ident.m4 \ + $(top_srcdir)/config/ompi_check_func_lib.m4 \ + $(top_srcdir)/config/ompi_check_optflags.m4 \ + $(top_srcdir)/config/ompi_check_attributes.m4 \ + $(top_srcdir)/config/ompi_check_visibility.m4 \ + $(top_srcdir)/config/ompi_check_icc.m4 \ + $(top_srcdir)/config/ompi_check_gm.m4 \ + $(top_srcdir)/config/ompi_check_mx.m4 \ + $(top_srcdir)/config/ompi_check_bproc.m4 \ + $(top_srcdir)/config/ompi_check_lsf.m4 \ + $(top_srcdir)/config/ompi_check_xcpu.m4 \ + $(top_srcdir)/config/ompi_check_openib.m4 \ + $(top_srcdir)/config/ompi_check_portals.m4 \ + $(top_srcdir)/config/ompi_check_psm.m4 \ + $(top_srcdir)/config/ompi_check_udapl.m4 \ + $(top_srcdir)/config/ompi_check_package.m4 \ + $(top_srcdir)/config/ompi_check_loadleveler.m4 \ + $(top_srcdir)/config/ompi_check_sge.m4 \ + $(top_srcdir)/config/ompi_check_slurm.m4 \ + $(top_srcdir)/config/ompi_check_tm.m4 \ + $(top_srcdir)/config/ompi_check_xgrid.m4 \ + $(top_srcdir)/config/ompi_check_vendor.m4 \ + $(top_srcdir)/config/ompi_config_subdir.m4 \ + $(top_srcdir)/config/ompi_config_subdir_args.m4 \ + $(top_srcdir)/config/ompi_configure_options.m4 \ + $(top_srcdir)/config/ompi_contrib.m4 \ + $(top_srcdir)/config/ompi_find_type.m4 \ + $(top_srcdir)/config/ompi_functions.m4 \ + $(top_srcdir)/config/ompi_get_version.m4 \ + $(top_srcdir)/config/ompi_get_libtool_linker_flags.m4 \ + $(top_srcdir)/config/ompi_load_platform.m4 \ + $(top_srcdir)/config/ompi_mca.m4 \ + $(top_srcdir)/config/ompi_setup_cc.m4 \ + $(top_srcdir)/config/ompi_setup_cxx.m4 \ + $(top_srcdir)/config/ompi_setup_f77.m4 \ + $(top_srcdir)/config/ompi_setup_f90.m4 \ + $(top_srcdir)/config/ompi_setup_libevent.m4 \ + $(top_srcdir)/config/ompi_setup_wrappers.m4 \ + $(top_srcdir)/config/ompi_make_stripped_flags.m4 \ + $(top_srcdir)/config/ompi_save_version.m4 \ + $(top_srcdir)/config/ompi_check_pthread_pids.m4 \ + $(top_srcdir)/config/ompi_config_pthreads.m4 \ + $(top_srcdir)/config/ompi_config_solaris_threads.m4 \ + $(top_srcdir)/config/ompi_config_threads.m4 \ + $(top_srcdir)/config/ompi_lang_link_with_c.m4 \ + $(top_srcdir)/config/mca_no_configure_components.m4 \ + $(top_srcdir)/config/mca_m4_config_include.m4 \ + $(top_srcdir)/opal/mca/backtrace/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/execinfo/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/none/configure.m4 \ + $(top_srcdir)/opal/mca/backtrace/printstack/configure.m4 \ + $(top_srcdir)/opal/mca/crs/blcr/configure.m4 \ + $(top_srcdir)/opal/mca/crs/self/configure.m4 \ + $(top_srcdir)/opal/mca/installdirs/config/configure.m4 \ + $(top_srcdir)/opal/mca/installdirs/env/configure.m4 \ + $(top_srcdir)/opal/mca/maffinity/libnuma/configure.m4 \ + $(top_srcdir)/opal/mca/memcpy/configure.m4 \ + $(top_srcdir)/opal/mca/memory/configure.m4 \ + $(top_srcdir)/opal/mca/memory/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/memory/malloc_hooks/configure.m4 \ + $(top_srcdir)/opal/mca/memory/ptmalloc2/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/linux/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/linux/plpa/config/plpa.m4 \ + $(top_srcdir)/opal/mca/paffinity/solaris/configure.m4 \ + $(top_srcdir)/opal/mca/paffinity/windows/configure.m4 \ + $(top_srcdir)/opal/mca/timer/configure.m4 \ + $(top_srcdir)/opal/mca/timer/aix/configure.m4 \ + $(top_srcdir)/opal/mca/timer/altix/configure.m4 \ + $(top_srcdir)/opal/mca/timer/darwin/configure.m4 \ + $(top_srcdir)/opal/mca/timer/linux/configure.m4 \ + $(top_srcdir)/opal/mca/timer/solaris/configure.m4 \ + $(top_srcdir)/opal/mca/timer/windows/configure.m4 \ + $(top_srcdir)/orte/mca/errmgr/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/null/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/proxy/configure.m4 \ + $(top_srcdir)/orte/mca/gpr/replica/configure.m4 \ + $(top_srcdir)/orte/mca/grpcomm/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/iof/null/configure.m4 \ + $(top_srcdir)/orte/mca/odls/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/odls/default/configure.m4 \ + $(top_srcdir)/orte/mca/oob/tcp/configure.m4 \ + $(top_srcdir)/orte/mca/pls/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/pls/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/pls/gridengine/configure.m4 \ + $(top_srcdir)/orte/mca/pls/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/pls/poe/configure.m4 \ + $(top_srcdir)/orte/mca/pls/rsh/configure.m4 \ + $(top_srcdir)/orte/mca/pls/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/pls/tm/configure.m4 \ + $(top_srcdir)/orte/mca/pls/xcpu/configure.m4 \ + $(top_srcdir)/orte/mca/pls/xgrid/configure.m4 \ + $(top_srcdir)/orte/mca/ras/bjs/configure.m4 \ + $(top_srcdir)/orte/mca/ras/bproc_raw/configure.m4 \ + $(top_srcdir)/orte/mca/ras/gridengine/configure.m4 \ + $(top_srcdir)/orte/mca/ras/lanl_bproc/configure.m4 \ + $(top_srcdir)/orte/mca/ras/loadleveler/configure.m4 \ + $(top_srcdir)/orte/mca/ras/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/ras/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/ras/tm/configure.m4 \ + $(top_srcdir)/orte/mca/ras/xgrid/configure.m4 \ + $(top_srcdir)/orte/mca/rmgr/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/rml/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/rml/ftrm/configure.m4 \ + $(top_srcdir)/orte/mca/routed/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/sds/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/sds/cnos/configure.m4 \ + $(top_srcdir)/orte/mca/sds/lsf/configure.m4 \ + $(top_srcdir)/orte/mca/sds/pipe/configure.m4 \ + $(top_srcdir)/orte/mca/sds/portals_utcp/configure.m4 \ + $(top_srcdir)/orte/mca/sds/slurm/configure.m4 \ + $(top_srcdir)/orte/mca/sds/xcpu/configure.m4 \ + $(top_srcdir)/orte/mca/smr/bproc/configure.m4 \ + $(top_srcdir)/orte/mca/snapc/full/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/gm/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/ofud/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/openib/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/sctp/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/tcp/configure.m4 \ + $(top_srcdir)/ompi/mca/btl/udapl/configure.m4 \ + $(top_srcdir)/ompi/mca/common/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/common/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/crcp/coord/configure.m4 \ + $(top_srcdir)/ompi/mca/io/configure.m4 \ + $(top_srcdir)/ompi/mca/io/romio/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/mx/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/portals/configure.m4 \ + $(top_srcdir)/ompi/mca/mtl/psm/configure.m4 \ + $(top_srcdir)/ompi/mca/pml/crcpw/configure.m4 \ + $(top_srcdir)/config/ompi_check_ps.m4 \ + $(top_srcdir)/ompi/contrib/vt/configure.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/opal/include/opal_config.h \ + $(top_builddir)/orte/include/orte_config.h \ + $(top_builddir)/ompi/include/ompi_config.h \ + $(top_builddir)/ompi/include/mpi.h \ + $(top_builddir)/opal/mca/paffinity/linux/plpa/src/libplpa/plpa.h +CONFIG_CLEAN_FILES = mpicc-vt-wrapper-data.txt \ + mpic++-vt-wrapper-data.txt mpif77-vt-wrapper-data.txt \ + mpif90-vt-wrapper-data.txt +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +dist_pkgdataDATA_INSTALL = $(INSTALL_DATA) +DATA = $(dist_pkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMCA_PARAM_SETS_DIR = @AMCA_PARAM_SETS_DIR@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCAS = @CCAS@ +CCASDEPMODE = @CCASDEPMODE@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CFLAGS_WITHOUT_OPTFLAGS = @CFLAGS_WITHOUT_OPTFLAGS@ +CLEANFILES = @CLEANFILES@ +CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXCPPFLAGS = @CXXCPPFLAGS@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FCFLAGS_f = @FCFLAGS_f@ +FCFLAGS_f90 = @FCFLAGS_f90@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBLTDL = @LIBLTDL@ +LIBLTDL_SUBDIR = @LIBLTDL_SUBDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTDLINCL = @LTDLINCL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MCA_PROJECT_SUBDIRS = @MCA_PROJECT_SUBDIRS@ +MCA_allocator_ALL_COMPONENTS = @MCA_allocator_ALL_COMPONENTS@ +MCA_allocator_ALL_SUBDIRS = @MCA_allocator_ALL_SUBDIRS@ +MCA_allocator_DSO_COMPONENTS = @MCA_allocator_DSO_COMPONENTS@ +MCA_allocator_DSO_SUBDIRS = @MCA_allocator_DSO_SUBDIRS@ +MCA_allocator_STATIC_COMPONENTS = @MCA_allocator_STATIC_COMPONENTS@ +MCA_allocator_STATIC_LTLIBS = @MCA_allocator_STATIC_LTLIBS@ +MCA_allocator_STATIC_SUBDIRS = @MCA_allocator_STATIC_SUBDIRS@ +MCA_backtrace_ALL_COMPONENTS = @MCA_backtrace_ALL_COMPONENTS@ +MCA_backtrace_ALL_SUBDIRS = @MCA_backtrace_ALL_SUBDIRS@ +MCA_backtrace_DSO_COMPONENTS = @MCA_backtrace_DSO_COMPONENTS@ +MCA_backtrace_DSO_SUBDIRS = @MCA_backtrace_DSO_SUBDIRS@ +MCA_backtrace_STATIC_COMPONENTS = @MCA_backtrace_STATIC_COMPONENTS@ +MCA_backtrace_STATIC_LTLIBS = @MCA_backtrace_STATIC_LTLIBS@ +MCA_backtrace_STATIC_SUBDIRS = @MCA_backtrace_STATIC_SUBDIRS@ +MCA_bml_ALL_COMPONENTS = @MCA_bml_ALL_COMPONENTS@ +MCA_bml_ALL_SUBDIRS = @MCA_bml_ALL_SUBDIRS@ +MCA_bml_DSO_COMPONENTS = @MCA_bml_DSO_COMPONENTS@ +MCA_bml_DSO_SUBDIRS = @MCA_bml_DSO_SUBDIRS@ +MCA_bml_STATIC_COMPONENTS = @MCA_bml_STATIC_COMPONENTS@ +MCA_bml_STATIC_LTLIBS = @MCA_bml_STATIC_LTLIBS@ +MCA_bml_STATIC_SUBDIRS = @MCA_bml_STATIC_SUBDIRS@ +MCA_btl_ALL_COMPONENTS = @MCA_btl_ALL_COMPONENTS@ +MCA_btl_ALL_SUBDIRS = @MCA_btl_ALL_SUBDIRS@ +MCA_btl_DSO_COMPONENTS = @MCA_btl_DSO_COMPONENTS@ +MCA_btl_DSO_SUBDIRS = @MCA_btl_DSO_SUBDIRS@ +MCA_btl_STATIC_COMPONENTS = @MCA_btl_STATIC_COMPONENTS@ +MCA_btl_STATIC_LTLIBS = @MCA_btl_STATIC_LTLIBS@ +MCA_btl_STATIC_SUBDIRS = @MCA_btl_STATIC_SUBDIRS@ +MCA_carto_ALL_COMPONENTS = @MCA_carto_ALL_COMPONENTS@ +MCA_carto_ALL_SUBDIRS = @MCA_carto_ALL_SUBDIRS@ +MCA_carto_DSO_COMPONENTS = @MCA_carto_DSO_COMPONENTS@ +MCA_carto_DSO_SUBDIRS = @MCA_carto_DSO_SUBDIRS@ +MCA_carto_STATIC_COMPONENTS = @MCA_carto_STATIC_COMPONENTS@ +MCA_carto_STATIC_LTLIBS = @MCA_carto_STATIC_LTLIBS@ +MCA_carto_STATIC_SUBDIRS = @MCA_carto_STATIC_SUBDIRS@ +MCA_coll_ALL_COMPONENTS = @MCA_coll_ALL_COMPONENTS@ +MCA_coll_ALL_SUBDIRS = @MCA_coll_ALL_SUBDIRS@ +MCA_coll_DSO_COMPONENTS = @MCA_coll_DSO_COMPONENTS@ +MCA_coll_DSO_SUBDIRS = @MCA_coll_DSO_SUBDIRS@ +MCA_coll_STATIC_COMPONENTS = @MCA_coll_STATIC_COMPONENTS@ +MCA_coll_STATIC_LTLIBS = @MCA_coll_STATIC_LTLIBS@ +MCA_coll_STATIC_SUBDIRS = @MCA_coll_STATIC_SUBDIRS@ +MCA_common_ALL_COMPONENTS = @MCA_common_ALL_COMPONENTS@ +MCA_common_ALL_SUBDIRS = @MCA_common_ALL_SUBDIRS@ +MCA_common_DSO_COMPONENTS = @MCA_common_DSO_COMPONENTS@ +MCA_common_DSO_SUBDIRS = @MCA_common_DSO_SUBDIRS@ +MCA_common_STATIC_COMPONENTS = @MCA_common_STATIC_COMPONENTS@ +MCA_common_STATIC_LTLIBS = @MCA_common_STATIC_LTLIBS@ +MCA_common_STATIC_SUBDIRS = @MCA_common_STATIC_SUBDIRS@ +MCA_crcp_ALL_COMPONENTS = @MCA_crcp_ALL_COMPONENTS@ +MCA_crcp_ALL_SUBDIRS = @MCA_crcp_ALL_SUBDIRS@ +MCA_crcp_DSO_COMPONENTS = @MCA_crcp_DSO_COMPONENTS@ +MCA_crcp_DSO_SUBDIRS = @MCA_crcp_DSO_SUBDIRS@ +MCA_crcp_STATIC_COMPONENTS = @MCA_crcp_STATIC_COMPONENTS@ +MCA_crcp_STATIC_LTLIBS = @MCA_crcp_STATIC_LTLIBS@ +MCA_crcp_STATIC_SUBDIRS = @MCA_crcp_STATIC_SUBDIRS@ +MCA_crs_ALL_COMPONENTS = @MCA_crs_ALL_COMPONENTS@ +MCA_crs_ALL_SUBDIRS = @MCA_crs_ALL_SUBDIRS@ +MCA_crs_DSO_COMPONENTS = @MCA_crs_DSO_COMPONENTS@ +MCA_crs_DSO_SUBDIRS = @MCA_crs_DSO_SUBDIRS@ +MCA_crs_STATIC_COMPONENTS = @MCA_crs_STATIC_COMPONENTS@ +MCA_crs_STATIC_LTLIBS = @MCA_crs_STATIC_LTLIBS@ +MCA_crs_STATIC_SUBDIRS = @MCA_crs_STATIC_SUBDIRS@ +MCA_errmgr_ALL_COMPONENTS = @MCA_errmgr_ALL_COMPONENTS@ +MCA_errmgr_ALL_SUBDIRS = @MCA_errmgr_ALL_SUBDIRS@ +MCA_errmgr_DSO_COMPONENTS = @MCA_errmgr_DSO_COMPONENTS@ +MCA_errmgr_DSO_SUBDIRS = @MCA_errmgr_DSO_SUBDIRS@ +MCA_errmgr_STATIC_COMPONENTS = @MCA_errmgr_STATIC_COMPONENTS@ +MCA_errmgr_STATIC_LTLIBS = @MCA_errmgr_STATIC_LTLIBS@ +MCA_errmgr_STATIC_SUBDIRS = @MCA_errmgr_STATIC_SUBDIRS@ +MCA_filem_ALL_COMPONENTS = @MCA_filem_ALL_COMPONENTS@ +MCA_filem_ALL_SUBDIRS = @MCA_filem_ALL_SUBDIRS@ +MCA_filem_DSO_COMPONENTS = @MCA_filem_DSO_COMPONENTS@ +MCA_filem_DSO_SUBDIRS = @MCA_filem_DSO_SUBDIRS@ +MCA_filem_STATIC_COMPONENTS = @MCA_filem_STATIC_COMPONENTS@ +MCA_filem_STATIC_LTLIBS = @MCA_filem_STATIC_LTLIBS@ +MCA_filem_STATIC_SUBDIRS = @MCA_filem_STATIC_SUBDIRS@ +MCA_gpr_ALL_COMPONENTS = @MCA_gpr_ALL_COMPONENTS@ +MCA_gpr_ALL_SUBDIRS = @MCA_gpr_ALL_SUBDIRS@ +MCA_gpr_DSO_COMPONENTS = @MCA_gpr_DSO_COMPONENTS@ +MCA_gpr_DSO_SUBDIRS = @MCA_gpr_DSO_SUBDIRS@ +MCA_gpr_STATIC_COMPONENTS = @MCA_gpr_STATIC_COMPONENTS@ +MCA_gpr_STATIC_LTLIBS = @MCA_gpr_STATIC_LTLIBS@ +MCA_gpr_STATIC_SUBDIRS = @MCA_gpr_STATIC_SUBDIRS@ +MCA_grpcomm_ALL_COMPONENTS = @MCA_grpcomm_ALL_COMPONENTS@ +MCA_grpcomm_ALL_SUBDIRS = @MCA_grpcomm_ALL_SUBDIRS@ +MCA_grpcomm_DSO_COMPONENTS = @MCA_grpcomm_DSO_COMPONENTS@ +MCA_grpcomm_DSO_SUBDIRS = @MCA_grpcomm_DSO_SUBDIRS@ +MCA_grpcomm_STATIC_COMPONENTS = @MCA_grpcomm_STATIC_COMPONENTS@ +MCA_grpcomm_STATIC_LTLIBS = @MCA_grpcomm_STATIC_LTLIBS@ +MCA_grpcomm_STATIC_SUBDIRS = @MCA_grpcomm_STATIC_SUBDIRS@ +MCA_installdirs_ALL_COMPONENTS = @MCA_installdirs_ALL_COMPONENTS@ +MCA_installdirs_ALL_SUBDIRS = @MCA_installdirs_ALL_SUBDIRS@ +MCA_installdirs_DSO_COMPONENTS = @MCA_installdirs_DSO_COMPONENTS@ +MCA_installdirs_DSO_SUBDIRS = @MCA_installdirs_DSO_SUBDIRS@ +MCA_installdirs_STATIC_COMPONENTS = @MCA_installdirs_STATIC_COMPONENTS@ +MCA_installdirs_STATIC_LTLIBS = @MCA_installdirs_STATIC_LTLIBS@ +MCA_installdirs_STATIC_SUBDIRS = @MCA_installdirs_STATIC_SUBDIRS@ +MCA_io_ALL_COMPONENTS = @MCA_io_ALL_COMPONENTS@ +MCA_io_ALL_SUBDIRS = @MCA_io_ALL_SUBDIRS@ +MCA_io_DSO_COMPONENTS = @MCA_io_DSO_COMPONENTS@ +MCA_io_DSO_SUBDIRS = @MCA_io_DSO_SUBDIRS@ +MCA_io_STATIC_COMPONENTS = @MCA_io_STATIC_COMPONENTS@ +MCA_io_STATIC_LTLIBS = @MCA_io_STATIC_LTLIBS@ +MCA_io_STATIC_SUBDIRS = @MCA_io_STATIC_SUBDIRS@ +MCA_iof_ALL_COMPONENTS = @MCA_iof_ALL_COMPONENTS@ +MCA_iof_ALL_SUBDIRS = @MCA_iof_ALL_SUBDIRS@ +MCA_iof_DSO_COMPONENTS = @MCA_iof_DSO_COMPONENTS@ +MCA_iof_DSO_SUBDIRS = @MCA_iof_DSO_SUBDIRS@ +MCA_iof_STATIC_COMPONENTS = @MCA_iof_STATIC_COMPONENTS@ +MCA_iof_STATIC_LTLIBS = @MCA_iof_STATIC_LTLIBS@ +MCA_iof_STATIC_SUBDIRS = @MCA_iof_STATIC_SUBDIRS@ +MCA_maffinity_ALL_COMPONENTS = @MCA_maffinity_ALL_COMPONENTS@ +MCA_maffinity_ALL_SUBDIRS = @MCA_maffinity_ALL_SUBDIRS@ +MCA_maffinity_DSO_COMPONENTS = @MCA_maffinity_DSO_COMPONENTS@ +MCA_maffinity_DSO_SUBDIRS = @MCA_maffinity_DSO_SUBDIRS@ +MCA_maffinity_STATIC_COMPONENTS = @MCA_maffinity_STATIC_COMPONENTS@ +MCA_maffinity_STATIC_LTLIBS = @MCA_maffinity_STATIC_LTLIBS@ +MCA_maffinity_STATIC_SUBDIRS = @MCA_maffinity_STATIC_SUBDIRS@ +MCA_memcpy_ALL_COMPONENTS = @MCA_memcpy_ALL_COMPONENTS@ +MCA_memcpy_ALL_SUBDIRS = @MCA_memcpy_ALL_SUBDIRS@ +MCA_memcpy_DSO_COMPONENTS = @MCA_memcpy_DSO_COMPONENTS@ +MCA_memcpy_DSO_SUBDIRS = @MCA_memcpy_DSO_SUBDIRS@ +MCA_memcpy_STATIC_COMPONENTS = @MCA_memcpy_STATIC_COMPONENTS@ +MCA_memcpy_STATIC_LTLIBS = @MCA_memcpy_STATIC_LTLIBS@ +MCA_memcpy_STATIC_SUBDIRS = @MCA_memcpy_STATIC_SUBDIRS@ +MCA_memory_ALL_COMPONENTS = @MCA_memory_ALL_COMPONENTS@ +MCA_memory_ALL_SUBDIRS = @MCA_memory_ALL_SUBDIRS@ +MCA_memory_DSO_COMPONENTS = @MCA_memory_DSO_COMPONENTS@ +MCA_memory_DSO_SUBDIRS = @MCA_memory_DSO_SUBDIRS@ +MCA_memory_STATIC_COMPONENTS = @MCA_memory_STATIC_COMPONENTS@ +MCA_memory_STATIC_LTLIBS = @MCA_memory_STATIC_LTLIBS@ +MCA_memory_STATIC_SUBDIRS = @MCA_memory_STATIC_SUBDIRS@ +MCA_mpool_ALL_COMPONENTS = @MCA_mpool_ALL_COMPONENTS@ +MCA_mpool_ALL_SUBDIRS = @MCA_mpool_ALL_SUBDIRS@ +MCA_mpool_DSO_COMPONENTS = @MCA_mpool_DSO_COMPONENTS@ +MCA_mpool_DSO_SUBDIRS = @MCA_mpool_DSO_SUBDIRS@ +MCA_mpool_STATIC_COMPONENTS = @MCA_mpool_STATIC_COMPONENTS@ +MCA_mpool_STATIC_LTLIBS = @MCA_mpool_STATIC_LTLIBS@ +MCA_mpool_STATIC_SUBDIRS = @MCA_mpool_STATIC_SUBDIRS@ +MCA_mtl_ALL_COMPONENTS = @MCA_mtl_ALL_COMPONENTS@ +MCA_mtl_ALL_SUBDIRS = @MCA_mtl_ALL_SUBDIRS@ +MCA_mtl_DIRECT_CALL_HEADER = @MCA_mtl_DIRECT_CALL_HEADER@ +MCA_mtl_DSO_COMPONENTS = @MCA_mtl_DSO_COMPONENTS@ +MCA_mtl_DSO_SUBDIRS = @MCA_mtl_DSO_SUBDIRS@ +MCA_mtl_STATIC_COMPONENTS = @MCA_mtl_STATIC_COMPONENTS@ +MCA_mtl_STATIC_LTLIBS = @MCA_mtl_STATIC_LTLIBS@ +MCA_mtl_STATIC_SUBDIRS = @MCA_mtl_STATIC_SUBDIRS@ +MCA_ns_ALL_COMPONENTS = @MCA_ns_ALL_COMPONENTS@ +MCA_ns_ALL_SUBDIRS = @MCA_ns_ALL_SUBDIRS@ +MCA_ns_DSO_COMPONENTS = @MCA_ns_DSO_COMPONENTS@ +MCA_ns_DSO_SUBDIRS = @MCA_ns_DSO_SUBDIRS@ +MCA_ns_STATIC_COMPONENTS = @MCA_ns_STATIC_COMPONENTS@ +MCA_ns_STATIC_LTLIBS = @MCA_ns_STATIC_LTLIBS@ +MCA_ns_STATIC_SUBDIRS = @MCA_ns_STATIC_SUBDIRS@ +MCA_odls_ALL_COMPONENTS = @MCA_odls_ALL_COMPONENTS@ +MCA_odls_ALL_SUBDIRS = @MCA_odls_ALL_SUBDIRS@ +MCA_odls_DSO_COMPONENTS = @MCA_odls_DSO_COMPONENTS@ +MCA_odls_DSO_SUBDIRS = @MCA_odls_DSO_SUBDIRS@ +MCA_odls_STATIC_COMPONENTS = @MCA_odls_STATIC_COMPONENTS@ +MCA_odls_STATIC_LTLIBS = @MCA_odls_STATIC_LTLIBS@ +MCA_odls_STATIC_SUBDIRS = @MCA_odls_STATIC_SUBDIRS@ +MCA_ompi_FRAMEWORKS = @MCA_ompi_FRAMEWORKS@ +MCA_ompi_FRAMEWORKS_SUBDIRS = @MCA_ompi_FRAMEWORKS_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_ompi_FRAMEWORK_LIBS = @MCA_ompi_FRAMEWORK_LIBS@ +MCA_oob_ALL_COMPONENTS = @MCA_oob_ALL_COMPONENTS@ +MCA_oob_ALL_SUBDIRS = @MCA_oob_ALL_SUBDIRS@ +MCA_oob_DSO_COMPONENTS = @MCA_oob_DSO_COMPONENTS@ +MCA_oob_DSO_SUBDIRS = @MCA_oob_DSO_SUBDIRS@ +MCA_oob_STATIC_COMPONENTS = @MCA_oob_STATIC_COMPONENTS@ +MCA_oob_STATIC_LTLIBS = @MCA_oob_STATIC_LTLIBS@ +MCA_oob_STATIC_SUBDIRS = @MCA_oob_STATIC_SUBDIRS@ +MCA_opal_FRAMEWORKS = @MCA_opal_FRAMEWORKS@ +MCA_opal_FRAMEWORKS_SUBDIRS = @MCA_opal_FRAMEWORKS_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_opal_FRAMEWORK_LIBS = @MCA_opal_FRAMEWORK_LIBS@ +MCA_orte_FRAMEWORKS = @MCA_orte_FRAMEWORKS@ +MCA_orte_FRAMEWORKS_SUBDIRS = @MCA_orte_FRAMEWORKS_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS@ +MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS = @MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS@ +MCA_orte_FRAMEWORK_LIBS = @MCA_orte_FRAMEWORK_LIBS@ +MCA_osc_ALL_COMPONENTS = @MCA_osc_ALL_COMPONENTS@ +MCA_osc_ALL_SUBDIRS = @MCA_osc_ALL_SUBDIRS@ +MCA_osc_DSO_COMPONENTS = @MCA_osc_DSO_COMPONENTS@ +MCA_osc_DSO_SUBDIRS = @MCA_osc_DSO_SUBDIRS@ +MCA_osc_STATIC_COMPONENTS = @MCA_osc_STATIC_COMPONENTS@ +MCA_osc_STATIC_LTLIBS = @MCA_osc_STATIC_LTLIBS@ +MCA_osc_STATIC_SUBDIRS = @MCA_osc_STATIC_SUBDIRS@ +MCA_paffinity_ALL_COMPONENTS = @MCA_paffinity_ALL_COMPONENTS@ +MCA_paffinity_ALL_SUBDIRS = @MCA_paffinity_ALL_SUBDIRS@ +MCA_paffinity_DSO_COMPONENTS = @MCA_paffinity_DSO_COMPONENTS@ +MCA_paffinity_DSO_SUBDIRS = @MCA_paffinity_DSO_SUBDIRS@ +MCA_paffinity_STATIC_COMPONENTS = @MCA_paffinity_STATIC_COMPONENTS@ +MCA_paffinity_STATIC_LTLIBS = @MCA_paffinity_STATIC_LTLIBS@ +MCA_paffinity_STATIC_SUBDIRS = @MCA_paffinity_STATIC_SUBDIRS@ +MCA_pls_ALL_COMPONENTS = @MCA_pls_ALL_COMPONENTS@ +MCA_pls_ALL_SUBDIRS = @MCA_pls_ALL_SUBDIRS@ +MCA_pls_DSO_COMPONENTS = @MCA_pls_DSO_COMPONENTS@ +MCA_pls_DSO_SUBDIRS = @MCA_pls_DSO_SUBDIRS@ +MCA_pls_STATIC_COMPONENTS = @MCA_pls_STATIC_COMPONENTS@ +MCA_pls_STATIC_LTLIBS = @MCA_pls_STATIC_LTLIBS@ +MCA_pls_STATIC_SUBDIRS = @MCA_pls_STATIC_SUBDIRS@ +MCA_pml_ALL_COMPONENTS = @MCA_pml_ALL_COMPONENTS@ +MCA_pml_ALL_SUBDIRS = @MCA_pml_ALL_SUBDIRS@ +MCA_pml_DIRECT_CALL_HEADER = @MCA_pml_DIRECT_CALL_HEADER@ +MCA_pml_DSO_COMPONENTS = @MCA_pml_DSO_COMPONENTS@ +MCA_pml_DSO_SUBDIRS = @MCA_pml_DSO_SUBDIRS@ +MCA_pml_STATIC_COMPONENTS = @MCA_pml_STATIC_COMPONENTS@ +MCA_pml_STATIC_LTLIBS = @MCA_pml_STATIC_LTLIBS@ +MCA_pml_STATIC_SUBDIRS = @MCA_pml_STATIC_SUBDIRS@ +MCA_ras_ALL_COMPONENTS = @MCA_ras_ALL_COMPONENTS@ +MCA_ras_ALL_SUBDIRS = @MCA_ras_ALL_SUBDIRS@ +MCA_ras_DSO_COMPONENTS = @MCA_ras_DSO_COMPONENTS@ +MCA_ras_DSO_SUBDIRS = @MCA_ras_DSO_SUBDIRS@ +MCA_ras_STATIC_COMPONENTS = @MCA_ras_STATIC_COMPONENTS@ +MCA_ras_STATIC_LTLIBS = @MCA_ras_STATIC_LTLIBS@ +MCA_ras_STATIC_SUBDIRS = @MCA_ras_STATIC_SUBDIRS@ +MCA_rcache_ALL_COMPONENTS = @MCA_rcache_ALL_COMPONENTS@ +MCA_rcache_ALL_SUBDIRS = @MCA_rcache_ALL_SUBDIRS@ +MCA_rcache_DSO_COMPONENTS = @MCA_rcache_DSO_COMPONENTS@ +MCA_rcache_DSO_SUBDIRS = @MCA_rcache_DSO_SUBDIRS@ +MCA_rcache_STATIC_COMPONENTS = @MCA_rcache_STATIC_COMPONENTS@ +MCA_rcache_STATIC_LTLIBS = @MCA_rcache_STATIC_LTLIBS@ +MCA_rcache_STATIC_SUBDIRS = @MCA_rcache_STATIC_SUBDIRS@ +MCA_rds_ALL_COMPONENTS = @MCA_rds_ALL_COMPONENTS@ +MCA_rds_ALL_SUBDIRS = @MCA_rds_ALL_SUBDIRS@ +MCA_rds_DSO_COMPONENTS = @MCA_rds_DSO_COMPONENTS@ +MCA_rds_DSO_SUBDIRS = @MCA_rds_DSO_SUBDIRS@ +MCA_rds_STATIC_COMPONENTS = @MCA_rds_STATIC_COMPONENTS@ +MCA_rds_STATIC_LTLIBS = @MCA_rds_STATIC_LTLIBS@ +MCA_rds_STATIC_SUBDIRS = @MCA_rds_STATIC_SUBDIRS@ +MCA_rmaps_ALL_COMPONENTS = @MCA_rmaps_ALL_COMPONENTS@ +MCA_rmaps_ALL_SUBDIRS = @MCA_rmaps_ALL_SUBDIRS@ +MCA_rmaps_DSO_COMPONENTS = @MCA_rmaps_DSO_COMPONENTS@ +MCA_rmaps_DSO_SUBDIRS = @MCA_rmaps_DSO_SUBDIRS@ +MCA_rmaps_STATIC_COMPONENTS = @MCA_rmaps_STATIC_COMPONENTS@ +MCA_rmaps_STATIC_LTLIBS = @MCA_rmaps_STATIC_LTLIBS@ +MCA_rmaps_STATIC_SUBDIRS = @MCA_rmaps_STATIC_SUBDIRS@ +MCA_rmgr_ALL_COMPONENTS = @MCA_rmgr_ALL_COMPONENTS@ +MCA_rmgr_ALL_SUBDIRS = @MCA_rmgr_ALL_SUBDIRS@ +MCA_rmgr_DSO_COMPONENTS = @MCA_rmgr_DSO_COMPONENTS@ +MCA_rmgr_DSO_SUBDIRS = @MCA_rmgr_DSO_SUBDIRS@ +MCA_rmgr_STATIC_COMPONENTS = @MCA_rmgr_STATIC_COMPONENTS@ +MCA_rmgr_STATIC_LTLIBS = @MCA_rmgr_STATIC_LTLIBS@ +MCA_rmgr_STATIC_SUBDIRS = @MCA_rmgr_STATIC_SUBDIRS@ +MCA_rml_ALL_COMPONENTS = @MCA_rml_ALL_COMPONENTS@ +MCA_rml_ALL_SUBDIRS = @MCA_rml_ALL_SUBDIRS@ +MCA_rml_DSO_COMPONENTS = @MCA_rml_DSO_COMPONENTS@ +MCA_rml_DSO_SUBDIRS = @MCA_rml_DSO_SUBDIRS@ +MCA_rml_STATIC_COMPONENTS = @MCA_rml_STATIC_COMPONENTS@ +MCA_rml_STATIC_LTLIBS = @MCA_rml_STATIC_LTLIBS@ +MCA_rml_STATIC_SUBDIRS = @MCA_rml_STATIC_SUBDIRS@ +MCA_routed_ALL_COMPONENTS = @MCA_routed_ALL_COMPONENTS@ +MCA_routed_ALL_SUBDIRS = @MCA_routed_ALL_SUBDIRS@ +MCA_routed_DSO_COMPONENTS = @MCA_routed_DSO_COMPONENTS@ +MCA_routed_DSO_SUBDIRS = @MCA_routed_DSO_SUBDIRS@ +MCA_routed_STATIC_COMPONENTS = @MCA_routed_STATIC_COMPONENTS@ +MCA_routed_STATIC_LTLIBS = @MCA_routed_STATIC_LTLIBS@ +MCA_routed_STATIC_SUBDIRS = @MCA_routed_STATIC_SUBDIRS@ +MCA_schema_ALL_COMPONENTS = @MCA_schema_ALL_COMPONENTS@ +MCA_schema_ALL_SUBDIRS = @MCA_schema_ALL_SUBDIRS@ +MCA_schema_DSO_COMPONENTS = @MCA_schema_DSO_COMPONENTS@ +MCA_schema_DSO_SUBDIRS = @MCA_schema_DSO_SUBDIRS@ +MCA_schema_STATIC_COMPONENTS = @MCA_schema_STATIC_COMPONENTS@ +MCA_schema_STATIC_LTLIBS = @MCA_schema_STATIC_LTLIBS@ +MCA_schema_STATIC_SUBDIRS = @MCA_schema_STATIC_SUBDIRS@ +MCA_sds_ALL_COMPONENTS = @MCA_sds_ALL_COMPONENTS@ +MCA_sds_ALL_SUBDIRS = @MCA_sds_ALL_SUBDIRS@ +MCA_sds_DSO_COMPONENTS = @MCA_sds_DSO_COMPONENTS@ +MCA_sds_DSO_SUBDIRS = @MCA_sds_DSO_SUBDIRS@ +MCA_sds_STATIC_COMPONENTS = @MCA_sds_STATIC_COMPONENTS@ +MCA_sds_STATIC_LTLIBS = @MCA_sds_STATIC_LTLIBS@ +MCA_sds_STATIC_SUBDIRS = @MCA_sds_STATIC_SUBDIRS@ +MCA_smr_ALL_COMPONENTS = @MCA_smr_ALL_COMPONENTS@ +MCA_smr_ALL_SUBDIRS = @MCA_smr_ALL_SUBDIRS@ +MCA_smr_DSO_COMPONENTS = @MCA_smr_DSO_COMPONENTS@ +MCA_smr_DSO_SUBDIRS = @MCA_smr_DSO_SUBDIRS@ +MCA_smr_STATIC_COMPONENTS = @MCA_smr_STATIC_COMPONENTS@ +MCA_smr_STATIC_LTLIBS = @MCA_smr_STATIC_LTLIBS@ +MCA_smr_STATIC_SUBDIRS = @MCA_smr_STATIC_SUBDIRS@ +MCA_snapc_ALL_COMPONENTS = @MCA_snapc_ALL_COMPONENTS@ +MCA_snapc_ALL_SUBDIRS = @MCA_snapc_ALL_SUBDIRS@ +MCA_snapc_DSO_COMPONENTS = @MCA_snapc_DSO_COMPONENTS@ +MCA_snapc_DSO_SUBDIRS = @MCA_snapc_DSO_SUBDIRS@ +MCA_snapc_STATIC_COMPONENTS = @MCA_snapc_STATIC_COMPONENTS@ +MCA_snapc_STATIC_LTLIBS = @MCA_snapc_STATIC_LTLIBS@ +MCA_snapc_STATIC_SUBDIRS = @MCA_snapc_STATIC_SUBDIRS@ +MCA_timer_ALL_COMPONENTS = @MCA_timer_ALL_COMPONENTS@ +MCA_timer_ALL_SUBDIRS = @MCA_timer_ALL_SUBDIRS@ +MCA_timer_DSO_COMPONENTS = @MCA_timer_DSO_COMPONENTS@ +MCA_timer_DSO_SUBDIRS = @MCA_timer_DSO_SUBDIRS@ +MCA_timer_STATIC_COMPONENTS = @MCA_timer_STATIC_COMPONENTS@ +MCA_timer_STATIC_LTLIBS = @MCA_timer_STATIC_LTLIBS@ +MCA_timer_STATIC_SUBDIRS = @MCA_timer_STATIC_SUBDIRS@ +MCA_topo_ALL_COMPONENTS = @MCA_topo_ALL_COMPONENTS@ +MCA_topo_ALL_SUBDIRS = @MCA_topo_ALL_SUBDIRS@ +MCA_topo_DSO_COMPONENTS = @MCA_topo_DSO_COMPONENTS@ +MCA_topo_DSO_SUBDIRS = @MCA_topo_DSO_SUBDIRS@ +MCA_topo_STATIC_COMPONENTS = @MCA_topo_STATIC_COMPONENTS@ +MCA_topo_STATIC_LTLIBS = @MCA_topo_STATIC_LTLIBS@ +MCA_topo_STATIC_SUBDIRS = @MCA_topo_STATIC_SUBDIRS@ +MKDIR_P = @MKDIR_P@ +MPIF_H_PMPI_W_FUNCS = @MPIF_H_PMPI_W_FUNCS@ +OBJC = @OBJC@ +OBJCDEPMODE = @OBJCDEPMODE@ +OBJCFLAGS = @OBJCFLAGS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OMPI_ASM_FILE = @OMPI_ASM_FILE@ +OMPI_ASM_GSYM = @OMPI_ASM_GSYM@ +OMPI_ASM_LSYM = @OMPI_ASM_LSYM@ +OMPI_ASM_SUPPORT_64BIT = @OMPI_ASM_SUPPORT_64BIT@ +OMPI_ASM_TEXT = @OMPI_ASM_TEXT@ +OMPI_ASM_TYPE = @OMPI_ASM_TYPE@ +OMPI_ASSEMBLY_ARCH = @OMPI_ASSEMBLY_ARCH@ +OMPI_ASSEMBLY_FORMAT = @OMPI_ASSEMBLY_FORMAT@ +OMPI_AS_GLOBAL = @OMPI_AS_GLOBAL@ +OMPI_AS_LABEL_SUFFIX = @OMPI_AS_LABEL_SUFFIX@ +OMPI_CC_ABSOLUTE = @OMPI_CC_ABSOLUTE@ +OMPI_CONFIGURE_DATE = @OMPI_CONFIGURE_DATE@ +OMPI_CONFIGURE_HOST = @OMPI_CONFIGURE_HOST@ +OMPI_CONFIGURE_USER = @OMPI_CONFIGURE_USER@ +OMPI_CONTRIB_DIST_SUBDIRS = @OMPI_CONTRIB_DIST_SUBDIRS@ +OMPI_CONTRIB_SUBDIRS = @OMPI_CONTRIB_SUBDIRS@ +OMPI_CXX_ABSOLUTE = @OMPI_CXX_ABSOLUTE@ +OMPI_F77_ABSOLUTE = @OMPI_F77_ABSOLUTE@ +OMPI_F90_ABSOLUTE = @OMPI_F90_ABSOLUTE@ +OMPI_F90_BUILD_SIZE = @OMPI_F90_BUILD_SIZE@ +OMPI_F90_CKINDS = @OMPI_F90_CKINDS@ +OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS = @OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS@ +OMPI_F90_IKINDS = @OMPI_F90_IKINDS@ +OMPI_F90_RKINDS = @OMPI_F90_RKINDS@ +OMPI_FC_MODULE_FLAG = @OMPI_FC_MODULE_FLAG@ +OMPI_FORTRAN_MAX_ARRAY_RANK = @OMPI_FORTRAN_MAX_ARRAY_RANK@ +OMPI_GREEK_VERSION = @OMPI_GREEK_VERSION@ +OMPI_LIBEVENT_SOURCES = @OMPI_LIBEVENT_SOURCES@ +OMPI_LIBMPI_EXTRA_LDFLAGS = @OMPI_LIBMPI_EXTRA_LDFLAGS@ +OMPI_LIBMPI_EXTRA_LIBS = @OMPI_LIBMPI_EXTRA_LIBS@ +OMPI_MAJOR_VERSION = @OMPI_MAJOR_VERSION@ +OMPI_MINOR_VERSION = @OMPI_MINOR_VERSION@ +OMPI_MPIF_MPI_IO_INCLUDE = @OMPI_MPIF_MPI_IO_INCLUDE@ +OMPI_MPI_ADDRESS_KIND = @OMPI_MPI_ADDRESS_KIND@ +OMPI_MPI_INTEGER_KIND = @OMPI_MPI_INTEGER_KIND@ +OMPI_MPI_OFFSET_KIND = @OMPI_MPI_OFFSET_KIND@ +OMPI_RELEASE_VERSION = @OMPI_RELEASE_VERSION@ +OMPI_SIZEOF_F90_COMPLEX = @OMPI_SIZEOF_F90_COMPLEX@ +OMPI_SIZEOF_F90_COMPLEX16 = @OMPI_SIZEOF_F90_COMPLEX16@ +OMPI_SIZEOF_F90_COMPLEX32 = @OMPI_SIZEOF_F90_COMPLEX32@ +OMPI_SIZEOF_F90_COMPLEX8 = @OMPI_SIZEOF_F90_COMPLEX8@ +OMPI_SIZEOF_F90_DOUBLE_COMPLEX = @OMPI_SIZEOF_F90_DOUBLE_COMPLEX@ +OMPI_SIZEOF_F90_DOUBLE_PRECISION = @OMPI_SIZEOF_F90_DOUBLE_PRECISION@ +OMPI_SIZEOF_F90_INTEGER = @OMPI_SIZEOF_F90_INTEGER@ +OMPI_SIZEOF_F90_INTEGER1 = @OMPI_SIZEOF_F90_INTEGER1@ +OMPI_SIZEOF_F90_INTEGER16 = @OMPI_SIZEOF_F90_INTEGER16@ +OMPI_SIZEOF_F90_INTEGER2 = @OMPI_SIZEOF_F90_INTEGER2@ +OMPI_SIZEOF_F90_INTEGER4 = @OMPI_SIZEOF_F90_INTEGER4@ +OMPI_SIZEOF_F90_INTEGER8 = @OMPI_SIZEOF_F90_INTEGER8@ +OMPI_SIZEOF_F90_LOGICAL = @OMPI_SIZEOF_F90_LOGICAL@ +OMPI_SIZEOF_F90_REAL = @OMPI_SIZEOF_F90_REAL@ +OMPI_SIZEOF_F90_REAL16 = @OMPI_SIZEOF_F90_REAL16@ +OMPI_SIZEOF_F90_REAL2 = @OMPI_SIZEOF_F90_REAL2@ +OMPI_SIZEOF_F90_REAL4 = @OMPI_SIZEOF_F90_REAL4@ +OMPI_SIZEOF_F90_REAL8 = @OMPI_SIZEOF_F90_REAL8@ +OMPI_SVN_R = @OMPI_SVN_R@ +OMPI_TOP_BUILDDIR = @OMPI_TOP_BUILDDIR@ +OMPI_TOP_SRCDIR = @OMPI_TOP_SRCDIR@ +OMPI_VERSION = @OMPI_VERSION@ +OMPI_WANT_SVN = @OMPI_WANT_SVN@ +OMPI_WRAPPER_CXX_LIB = @OMPI_WRAPPER_CXX_LIB@ +OMPI_WRAPPER_CXX_REQUIRED_FILE = @OMPI_WRAPPER_CXX_REQUIRED_FILE@ +OMPI_WRAPPER_EXTRA_CFLAGS = @OMPI_WRAPPER_EXTRA_CFLAGS@ +OMPI_WRAPPER_EXTRA_CPPFLAGS = @OMPI_WRAPPER_EXTRA_CPPFLAGS@ +OMPI_WRAPPER_EXTRA_CXXFLAGS = @OMPI_WRAPPER_EXTRA_CXXFLAGS@ +OMPI_WRAPPER_EXTRA_FCFLAGS = @OMPI_WRAPPER_EXTRA_FCFLAGS@ +OMPI_WRAPPER_EXTRA_FFLAGS = @OMPI_WRAPPER_EXTRA_FFLAGS@ +OMPI_WRAPPER_EXTRA_INCLUDES = @OMPI_WRAPPER_EXTRA_INCLUDES@ +OMPI_WRAPPER_EXTRA_LDFLAGS = @OMPI_WRAPPER_EXTRA_LDFLAGS@ +OMPI_WRAPPER_EXTRA_LIBS = @OMPI_WRAPPER_EXTRA_LIBS@ +OMPI_WRAPPER_F77_REQUIRED_FILE = @OMPI_WRAPPER_F77_REQUIRED_FILE@ +OMPI_WRAPPER_F90_REQUIRED_FILE = @OMPI_WRAPPER_F90_REQUIRED_FILE@ +OPAL_GREEK_VERSION = @OPAL_GREEK_VERSION@ +OPAL_MAJOR_VERSION = @OPAL_MAJOR_VERSION@ +OPAL_MINOR_VERSION = @OPAL_MINOR_VERSION@ +OPAL_RELEASE_VERSION = @OPAL_RELEASE_VERSION@ +OPAL_SVN_R = @OPAL_SVN_R@ +OPAL_VERSION = @OPAL_VERSION@ +OPAL_WANT_SVN = @OPAL_WANT_SVN@ +OPAL_WRAPPER_EXTRA_CFLAGS = @OPAL_WRAPPER_EXTRA_CFLAGS@ +OPAL_WRAPPER_EXTRA_CPPFLAGS = @OPAL_WRAPPER_EXTRA_CPPFLAGS@ +OPAL_WRAPPER_EXTRA_CXXFLAGS = @OPAL_WRAPPER_EXTRA_CXXFLAGS@ +OPAL_WRAPPER_EXTRA_INCLUDES = @OPAL_WRAPPER_EXTRA_INCLUDES@ +OPAL_WRAPPER_EXTRA_LDFLAGS = @OPAL_WRAPPER_EXTRA_LDFLAGS@ +OPAL_WRAPPER_EXTRA_LIBS = @OPAL_WRAPPER_EXTRA_LIBS@ +ORTE_GREEK_VERSION = @ORTE_GREEK_VERSION@ +ORTE_MAJOR_VERSION = @ORTE_MAJOR_VERSION@ +ORTE_MINOR_VERSION = @ORTE_MINOR_VERSION@ +ORTE_RELEASE_VERSION = @ORTE_RELEASE_VERSION@ +ORTE_SVN_R = @ORTE_SVN_R@ +ORTE_VERSION = @ORTE_VERSION@ +ORTE_WANT_SVN = @ORTE_WANT_SVN@ +ORTE_WRAPPER_EXTRA_CFLAGS = @ORTE_WRAPPER_EXTRA_CFLAGS@ +ORTE_WRAPPER_EXTRA_CPPFLAGS = @ORTE_WRAPPER_EXTRA_CPPFLAGS@ +ORTE_WRAPPER_EXTRA_CXXFLAGS = @ORTE_WRAPPER_EXTRA_CXXFLAGS@ +ORTE_WRAPPER_EXTRA_INCLUDES = @ORTE_WRAPPER_EXTRA_INCLUDES@ +ORTE_WRAPPER_EXTRA_LDFLAGS = @ORTE_WRAPPER_EXTRA_LDFLAGS@ +ORTE_WRAPPER_EXTRA_LIBS = @ORTE_WRAPPER_EXTRA_LIBS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +QRSH = @QRSH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TOTALVIEW_DEBUG_FLAGS = @TOTALVIEW_DEBUG_FLAGS@ +VERSION = @VERSION@ +WRAPPER_EXTRA_CFLAGS = @WRAPPER_EXTRA_CFLAGS@ +WRAPPER_EXTRA_CXXFLAGS = @WRAPPER_EXTRA_CXXFLAGS@ +WRAPPER_EXTRA_FCFLAGS = @WRAPPER_EXTRA_FCFLAGS@ +WRAPPER_EXTRA_FFLAGS = @WRAPPER_EXTRA_FFLAGS@ +WRAPPER_EXTRA_LDFLAGS = @WRAPPER_EXTRA_LDFLAGS@ +WRAPPER_EXTRA_LIBS = @WRAPPER_EXTRA_LIBS@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +ac_ct_OBJC = @ac_ct_OBJC@ +ac_prefix_program = @ac_prefix_program@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +backtrace_darwin_CFLAGS = @backtrace_darwin_CFLAGS@ +bindir = @bindir@ +btl_gm_CFLAGS = @btl_gm_CFLAGS@ +btl_gm_CPPFLAGS = @btl_gm_CPPFLAGS@ +btl_gm_LDFLAGS = @btl_gm_LDFLAGS@ +btl_gm_LIBS = @btl_gm_LIBS@ +btl_mx_CFLAGS = @btl_mx_CFLAGS@ +btl_mx_CPPFLAGS = @btl_mx_CPPFLAGS@ +btl_mx_LDFLAGS = @btl_mx_LDFLAGS@ +btl_mx_LIBS = @btl_mx_LIBS@ +btl_ofud_CFLAGS = @btl_ofud_CFLAGS@ +btl_ofud_CPPFLAGS = @btl_ofud_CPPFLAGS@ +btl_ofud_LDFLAGS = @btl_ofud_LDFLAGS@ +btl_ofud_LIBS = @btl_ofud_LIBS@ +btl_openib_CFLAGS = @btl_openib_CFLAGS@ +btl_openib_CPPFLAGS = @btl_openib_CPPFLAGS@ +btl_openib_LDFLAGS = @btl_openib_LDFLAGS@ +btl_openib_LIBS = @btl_openib_LIBS@ +btl_portals_CPPFLAGS = @btl_portals_CPPFLAGS@ +btl_portals_LDFLAGS = @btl_portals_LDFLAGS@ +btl_portals_LIBS = @btl_portals_LIBS@ +btl_sctp_CFLAGS = @btl_sctp_CFLAGS@ +btl_sctp_CPPFLAGS = @btl_sctp_CPPFLAGS@ +btl_sctp_LDFLAGS = @btl_sctp_LDFLAGS@ +btl_sctp_LIBS = @btl_sctp_LIBS@ +btl_udapl_CFLAGS = @btl_udapl_CFLAGS@ +btl_udapl_CPPFLAGS = @btl_udapl_CPPFLAGS@ +btl_udapl_LDFLAGS = @btl_udapl_LDFLAGS@ +btl_udapl_LIBS = @btl_udapl_LIBS@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +common_mx_CFLAGS = @common_mx_CFLAGS@ +common_mx_CPPFLAGS = @common_mx_CPPFLAGS@ +common_mx_LDFLAGS = @common_mx_LDFLAGS@ +common_mx_LIBS = @common_mx_LIBS@ +common_portals_CPPFLAGS = @common_portals_CPPFLAGS@ +common_portals_LDFLAGS = @common_portals_LDFLAGS@ +common_portals_LIBS = @common_portals_LIBS@ +crs_blcr_CFLAGS = @crs_blcr_CFLAGS@ +crs_blcr_CPPFLAGS = @crs_blcr_CPPFLAGS@ +crs_blcr_LDFLAGS = @crs_blcr_LDFLAGS@ +crs_blcr_LIBS = @crs_blcr_LIBS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_CPPFLAGS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_CPPFLAGS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_LDFLAGS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_LDFLAGS@ +crs_blcr_crs_blcr_WRAPPER_EXTRA_LIBS = @crs_blcr_crs_blcr_WRAPPER_EXTRA_LIBS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +errmgr_bproc_CPPFLAGS = @errmgr_bproc_CPPFLAGS@ +errmgr_bproc_LDFLAGS = @errmgr_bproc_LDFLAGS@ +errmgr_bproc_LIBS = @errmgr_bproc_LIBS@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +maffinity_libnuma_CPPFLAGS = @maffinity_libnuma_CPPFLAGS@ +maffinity_libnuma_LDFLAGS = @maffinity_libnuma_LDFLAGS@ +maffinity_libnuma_LIBS = @maffinity_libnuma_LIBS@ +mandir = @mandir@ +memory_malloc_hooks_LIBS = @memory_malloc_hooks_LIBS@ +memory_ptmalloc2_LIBS = @memory_ptmalloc2_LIBS@ +mkdir_p = @mkdir_p@ +mtl_mx_CFLAGS = @mtl_mx_CFLAGS@ +mtl_mx_CPPFLAGS = @mtl_mx_CPPFLAGS@ +mtl_mx_LDFLAGS = @mtl_mx_LDFLAGS@ +mtl_mx_LIBS = @mtl_mx_LIBS@ +mtl_portals_CPPFLAGS = @mtl_portals_CPPFLAGS@ +mtl_portals_LDFLAGS = @mtl_portals_LDFLAGS@ +mtl_portals_LIBS = @mtl_portals_LIBS@ +mtl_psm_CFLAGS = @mtl_psm_CFLAGS@ +mtl_psm_CPPFLAGS = @mtl_psm_CPPFLAGS@ +mtl_psm_LDFLAGS = @mtl_psm_LDFLAGS@ +mtl_psm_LIBS = @mtl_psm_LIBS@ +odls_bproc_CPPFLAGS = @odls_bproc_CPPFLAGS@ +odls_bproc_LDFLAGS = @odls_bproc_LDFLAGS@ +odls_bproc_LIBS = @odls_bproc_LIBS@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pls_bproc_CPPFLAGS = @pls_bproc_CPPFLAGS@ +pls_bproc_LDFLAGS = @pls_bproc_LDFLAGS@ +pls_bproc_LIBS = @pls_bproc_LIBS@ +pls_lsf_CPPFLAGS = @pls_lsf_CPPFLAGS@ +pls_lsf_LDFLAGS = @pls_lsf_LDFLAGS@ +pls_lsf_LIBS = @pls_lsf_LIBS@ +pls_slurm_CPPFLAGS = @pls_slurm_CPPFLAGS@ +pls_slurm_LDFLAGS = @pls_slurm_LDFLAGS@ +pls_slurm_LIBS = @pls_slurm_LIBS@ +pls_tm_CPPFLAGS = @pls_tm_CPPFLAGS@ +pls_tm_LDFLAGS = @pls_tm_LDFLAGS@ +pls_tm_LIBS = @pls_tm_LIBS@ +pls_xcpu_CPPFLAGS = @pls_xcpu_CPPFLAGS@ +pls_xcpu_LDFLAGS = @pls_xcpu_LDFLAGS@ +pls_xcpu_LIBS = @pls_xcpu_LIBS@ +pls_xgrid_LDFLAGS = @pls_xgrid_LDFLAGS@ +pls_xgrid_OBJCFLAGS = @pls_xgrid_OBJCFLAGS@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +ras_bjs_CPPFLAGS = @ras_bjs_CPPFLAGS@ +ras_bjs_LDFLAGS = @ras_bjs_LDFLAGS@ +ras_bjs_LIBS = @ras_bjs_LIBS@ +ras_bproc_raw_CPPFLAGS = @ras_bproc_raw_CPPFLAGS@ +ras_bproc_raw_LDFLAGS = @ras_bproc_raw_LDFLAGS@ +ras_bproc_raw_LIBS = @ras_bproc_raw_LIBS@ +ras_lanl_bproc_CPPFLAGS = @ras_lanl_bproc_CPPFLAGS@ +ras_lanl_bproc_LDFLAGS = @ras_lanl_bproc_LDFLAGS@ +ras_lanl_bproc_LIBS = @ras_lanl_bproc_LIBS@ +ras_loadleveler_CPPFLAGS = @ras_loadleveler_CPPFLAGS@ +ras_loadleveler_LDFLAGS = @ras_loadleveler_LDFLAGS@ +ras_loadleveler_LIBS = @ras_loadleveler_LIBS@ +ras_lsf_CPPFLAGS = @ras_lsf_CPPFLAGS@ +ras_lsf_LDFLAGS = @ras_lsf_LDFLAGS@ +ras_lsf_LIBS = @ras_lsf_LIBS@ +ras_slurm_CPPFLAGS = @ras_slurm_CPPFLAGS@ +ras_slurm_LDFLAGS = @ras_slurm_LDFLAGS@ +ras_slurm_LIBS = @ras_slurm_LIBS@ +ras_tm_CPPFLAGS = @ras_tm_CPPFLAGS@ +ras_tm_LDFLAGS = @ras_tm_LDFLAGS@ +ras_tm_LIBS = @ras_tm_LIBS@ +sbindir = @sbindir@ +sds_bproc_CPPFLAGS = @sds_bproc_CPPFLAGS@ +sds_bproc_LDFLAGS = @sds_bproc_LDFLAGS@ +sds_bproc_LIBS = @sds_bproc_LIBS@ +sds_lsf_CPPFLAGS = @sds_lsf_CPPFLAGS@ +sds_lsf_LDFLAGS = @sds_lsf_LDFLAGS@ +sds_lsf_LIBS = @sds_lsf_LIBS@ +sds_portals_utcp_CPPFLAGS = @sds_portals_utcp_CPPFLAGS@ +sds_portals_utcp_LDFLAGS = @sds_portals_utcp_LDFLAGS@ +sds_portals_utcp_LIBS = @sds_portals_utcp_LIBS@ +sds_slurm_CPPFLAGS = @sds_slurm_CPPFLAGS@ +sds_slurm_LDFLAGS = @sds_slurm_LDFLAGS@ +sds_slurm_LIBS = @sds_slurm_LIBS@ +sds_xcpu_CPPFLAGS = @sds_xcpu_CPPFLAGS@ +sds_xcpu_LDFLAGS = @sds_xcpu_LDFLAGS@ +sds_xcpu_LIBS = @sds_xcpu_LIBS@ +sharedstatedir = @sharedstatedir@ +smr_bproc_CPPFLAGS = @smr_bproc_CPPFLAGS@ +smr_bproc_LDFLAGS = @smr_bproc_LDFLAGS@ +smr_bproc_LIBS = @smr_bproc_LIBS@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +timer_aix_LIBS = @timer_aix_LIBS@ +top_builddir = @top_builddir@ +top_ompi_builddir = @top_ompi_builddir@ +top_ompi_srcdir = @top_ompi_srcdir@ +top_srcdir = @top_srcdir@ +dist_pkgdata_DATA = \ + mpicc-vt-wrapper-data.txt \ + mpic++-vt-wrapper-data.txt \ + mpif77-vt-wrapper-data.txt \ + mpif90-vt-wrapper-data.txt + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ompi/contrib/vt/wrappers/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign ompi/contrib/vt/wrappers/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +mpicc-vt-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/mpicc-vt-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +mpic++-vt-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/mpic++-vt-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +mpif77-vt-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/mpif77-vt-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +mpif90-vt-wrapper-data.txt: $(top_builddir)/config.status $(srcdir)/mpif90-vt-wrapper-data.txt.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" + @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ + $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ + rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +@OMPI_INSTALL_BINARIES_FALSE@uninstall-local: +@OMPI_INSTALL_BINARIES_FALSE@install-exec-hook: +@OMPI_INSTALL_BINARIES_FALSE@install-data-hook: +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook + +install-dvi: install-dvi-am + +install-exec-am: + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA uninstall-local + +.MAKE: install-am install-data-am install-exec-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-data-hook \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-exec-hook install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-dist_pkgdataDATA \ + uninstall-local + + +@OMPI_INSTALL_BINARIES_TRUE@install-exec-hook-always: +@OMPI_INSTALL_BINARIES_TRUE@ test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpicc-vt$(EXEEXT); $(LN_S) opal_wrapper mpicc-vt) +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpic++-vt$(EXEEXT); $(LN_S) opal_wrapper mpic++-vt) +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpicxx-vt$(EXEEXT); $(LN_S) opal_wrapper mpicxx-vt) +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpif77-vt$(EXEEXT); $(LN_S) opal_wrapper mpif77-vt) +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpif90-vt$(EXEEXT); $(LN_S) opal_wrapper mpif90-vt) + +@OMPI_INSTALL_BINARIES_TRUE@install-data-hook-always: +@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(pkgdatadir); rm -f mpicxx-vt-wrapper-data.txt; $(LN_S) mpic++-vt-wrapper-data.txt mpicxx-vt-wrapper-data.txt) + +@OMPI_INSTALL_BINARIES_TRUE@uninstall-local-always: +@OMPI_INSTALL_BINARIES_TRUE@ rm -f $(DESTDIR)$(bindir)/mpicc-vt$(EXEEXT) \ +@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(bindir)/mpic++-vt$(EXEEXT) \ +@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(bindir)/mpicxx-vt$(EXEEXT) \ +@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(bindir)/mpif77-vt$(EXEEXT) \ +@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(bindir)/mpif90-vt$(EXEEXT) \ +@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(pkgdatadir)/mpicxx-vt-wrapper-data.txt + +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@install-exec-hook: install-exec-hook-always +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(bindir); rm -f mpiCC-vt$(EXEEXT); $(LN_S) opal_wrapper mpiCC-vt) + +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@install-data-hook: install-data-hook-always +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@ (cd $(DESTDIR)$(pkgdatadir); rm -f mpiCC-vt-wrapper-data.txt; $(LN_S) mpic++-vt-wrapper-data.txt mpiCC-vt-wrapper-data.txt) + +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@uninstall-local: uninstall-local-always +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@ rm -f $(DESTDIR)$(bindir)/mpiCC-vt$(EXEEXT) \ +@CASE_SENSITIVE_FS_TRUE@@OMPI_INSTALL_BINARIES_TRUE@ $(DESTDIR)$(pkgdatadir)/mpiCC-vt-wrapper-data.txt + +@CASE_SENSITIVE_FS_FALSE@@OMPI_INSTALL_BINARIES_TRUE@install-exec-hook: install-exec-hook-always +@CASE_SENSITIVE_FS_FALSE@@OMPI_INSTALL_BINARIES_TRUE@install-data-hook: install-data-hook-always +@CASE_SENSITIVE_FS_FALSE@@OMPI_INSTALL_BINARIES_TRUE@uninstall-local: uninstall-local-always +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt.in b/ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt.in new file mode 100644 index 0000000000..fabd22fe62 --- /dev/null +++ b/ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt.in @@ -0,0 +1,21 @@ +# There can be multiple blocks of configuration data, chosen by +# compiler flags (using the compiler_args key to chose which block +# should be activated. This can be useful for multilib builds. See the +# multilib page at: +# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264 +# for more information. + +project=Open MPI +project_short=OMPI +version=@OMPI_VERSION@ +language=C++ +compiler_flags_env=CXXFLAGS +compiler=vtcxx +extra_includes=@OMPI_WRAPPER_EXTRA_INCLUDES@ +preprocessor_flags=@OMPI_WRAPPER_EXTRA_CPPFLAGS@ +compiler_flags=@OMPI_WRAPPER_EXTRA_CXXFLAGS@ +linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@ +libs=@OMPI_WRAPPER_CXX_LIB@ -lmpi -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@ +required_file=@OMPI_WRAPPER_CXX_REQUIRED_FILE@ +includedir=${includedir} +libdir=${libdir} diff --git a/ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt.in b/ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt.in new file mode 100644 index 0000000000..0799b96db0 --- /dev/null +++ b/ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt.in @@ -0,0 +1,21 @@ +# There can be multiple blocks of configuration data, chosen by +# compiler flags (using the compiler_args key to chose which block +# should be activated. This can be useful for multilib builds. See the +# multilib page at: +# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264 +# for more information. + +project=Open MPI +project_short=OMPI +version=@OMPI_VERSION@ +language=C +compiler_flags_env=CFLAGS +compiler=vtcc +extra_includes=@OMPI_WRAPPER_EXTRA_INCLUDES@ +preprocessor_flags=@OMPI_WRAPPER_EXTRA_CPPFLAGS@ +compiler_flags=@OMPI_WRAPPER_EXTRA_CFLAGS@ +linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@ +libs=-lmpi -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@ +required_file= +includedir=${includedir} +libdir=${libdir} diff --git a/ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt.in b/ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt.in new file mode 100644 index 0000000000..46816587e1 --- /dev/null +++ b/ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt.in @@ -0,0 +1,21 @@ +# There can be multiple blocks of configuration data, chosen by +# compiler flags (using the compiler_args key to chose which block +# should be activated. This can be useful for multilib builds. See the +# multilib page at: +# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264 +# for more information. + +project=Open MPI +project_short=OMPI +version=@OMPI_VERSION@ +language=Fortran 77 +compiler_flags_env=FFLAGS +compiler=vtf77 +extra_includes= +preprocessor_flags= +compiler_flags=@OMPI_WRAPPER_EXTRA_FFLAGS@ +linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@ +libs=-lmpi_f77 -lmpi -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@ +required_file=@OMPI_WRAPPER_F77_REQUIRED_FILE@ +includedir=${includedir} +libdir=${libdir} diff --git a/ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt.in b/ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt.in new file mode 100644 index 0000000000..d4a1af9e3b --- /dev/null +++ b/ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt.in @@ -0,0 +1,22 @@ +# There can be multiple blocks of configuration data, chosen by +# compiler flags (using the compiler_args key to chose which block +# should be activated. This can be useful for multilib builds. See the +# multilib page at: +# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264 +# for more information. + +project=Open MPI +project_short=OMPI +version=@OMPI_VERSION@ +language=Fortran 90 +compiler_flags_env=FCFLAGS +compiler=vtf90 +module_option=@OMPI_FC_MODULE_FLAG@ +extra_includes= +preprocessor_flags= +compiler_flags=@OMPI_WRAPPER_EXTRA_FFLAGS@ +linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@ +libs=-lmpi_f90 -lmpi_f77 -lmpi -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@ +required_file=@OMPI_WRAPPER_F90_REQUIRED_FILE@ +includedir=${includedir} +libdir=${libdir}

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 z%0D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%0Dk`+vwc2z$Ga&EC0mI!&kdh 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ÐtD5x`hu@M#R}`yShNp+N{CW= zmas$HLjAJQ^tFA75$B(<2O9RZI`$ti%bT%FH7Rprdj?HH(2vCM_Jo1+Sqx5{j) zcqp=C?aO->t`{2l?s2>@x@#a;E^&l;zp{(ajoTfj0_$ISwsRiViaBGy}sHCNB!i)FY)*ayMyTTc{9JZ}xYAQpM-v53#ylu`%gzms2=B-=>cQu$-~ z^unBX>CGS9gR_=B?01^4w@9|f{haUnjUP0wf4A9?Q@8N2t=XGH%iW*4XLs+;8C-thCp2hK8P)uS@5ZSMVSx$}5cqgD$n z(>)N>%ICcO#G*wD!#?k0Ww1V1anfzAK;-n_k@v#h{Ss%9(Kb3-BXO=;F<^jP;#!Guo2sx#4tUT@7uie~j|MhlOvG