[adios] 01/18: Merge tag 'upstream/1.10.0' into debian/master

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Oct 28 11:18:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/1.10.1-1
in repository adios.

commit 85738b985669ab6b782d1079351f6227e8893b44
Merge: 765c054 73d6ad4
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Oct 3 15:07:25 2016 +0100

    Merge tag 'upstream/1.10.0' into debian/master

 CMakeLists.txt                                     |   306 +-
 COPYING                                            |     9 +
 Makefile.am                                        |    67 +-
 Makefile.in                                        |   539 +-
 NEWS                                               |    16 +
 README => README.md                                |     0
 aclocal.m4                                         |   984 +-
 adios_config.flags.cmake                           |    30 +-
 adios_config.flags.in                              |    39 -
 adios_config.flags.makesrc.in                      |    45 +
 adios_config.in => adios_config.makesrc.in         |    51 +-
 cmake_init                                         |   117 +-
 config.h.cmake                                     |     7 +
 config.h.in                                        |    52 +-
 config/ac_alacrity.m4                              |     2 +-
 config/ac_fastbit.m4                               |     2 +-
 config/ac_mxml.m4                                  |     8 +-
 config/ac_nc4par.m4                                |     5 +
 config/ac_ncsu_timer.m4                            |    61 -
 config/ac_phdf5.m4                                 |     5 +
 config/ac_ridcompress.m4                           |    73 -
 config/acx_mpi.m4                                  |   217 +-
 config/compile                                     |   232 +-
 config/depcomp                                     |   531 +-
 config/libtool.m4                                  |  4187 +-
 config/ltmain.sh                                   |  8139 ++-
 config/ltoptions.m4                                |   147 +-
 config/ltsugar.m4                                  |     7 +-
 config/ltversion.m4                                |    14 +-
 config/lt~obsolete.m4                              |    17 +-
 config/missing                                     |   461 +-
 config/test-driver                                 |   127 +
 configure                                          | 29515 ++++------
 configure.ac                                       |   330 +-
 examples/C/Makefile.in                             |   315 +-
 examples/C/arrays/Makefile.am                      |     2 +-
 examples/C/arrays/Makefile.in                      |   239 +-
 examples/C/arrays/arrays.xml                       |     2 +-
 examples/C/attributes/Makefile.am                  |     2 +-
 examples/C/attributes/Makefile.in                  |   249 +-
 examples/C/attributes/attributes.xml               |     2 +-
 examples/C/attributes/attributes_read.c            |    79 +-
 examples/C/flexpath_arrays/Makefile.in             |   315 +-
 .../global_range_select/Makefile.am                |     4 +-
 .../global_range_select/Makefile.in                |   241 +-
 .../flexpath_arrays/global_range_select/arrays.xml |     2 +-
 .../global_range_select/arrays_read.c              |    11 +-
 .../C/flexpath_arrays/process_select/Makefile.am   |     4 +-
 .../C/flexpath_arrays/process_select/Makefile.in   |   241 +-
 .../C/flexpath_arrays/process_select/arrays.xml    |     2 +-
 examples/C/global-array-time/Makefile.am           |     4 +-
 examples/C/global-array-time/Makefile.in           |   270 +-
 examples/C/global-array-time/adios_globaltime.xml  |     2 +-
 .../C/global-array-time/adios_globaltime_no_xml.c  |    47 +-
 .../C/global-array-time/adios_read_globaltime.c    |     5 +-
 .../adios_read_globaltime_streaming.c              |     4 +-
 examples/C/global-array/Makefile.am                |    12 +-
 examples/C/global-array/Makefile.in                |   357 +-
 examples/C/global-array/adios_global.xml           |     2 +-
 .../global-array/adios_global_aggregate_by_color.c |     2 +-
 examples/C/global-array/adios_global_no_xml.c      |    27 +-
 examples/C/global-array/adios_read_chunk.c         |     4 +-
 examples/C/global-array/adios_read_global.c        |     5 +-
 examples/C/global-array/adios_read_global_no_xml.c |     4 +-
 examples/C/global-array/adios_read_writeblock.c    |     6 +-
 examples/C/global-array/no_xml_write_byid.c        |   177 +-
 examples/C/global-array/read_no_xml_write_byid.c   |     4 +-
 examples/C/icee_arrays/Makefile.in                 |   315 +-
 examples/C/icee_arrays/array/Makefile.am           |     7 +-
 examples/C/icee_arrays/array/Makefile.in           |   244 +-
 examples/C/icee_arrays/array/adios_read.c          |     5 +-
 examples/C/icee_arrays/array/adios_write.c         |     5 +-
 examples/C/manual/Makefile.am                      |     8 +-
 examples/C/manual/Makefile.in                      |   269 +-
 examples/C/manual/config.xml                       |     2 +-
 examples/C/query/Makefile.am                       |     7 +-
 examples/C/query/Makefile.in                       |   275 +-
 examples/C/query/README_table.txt                  |    12 +-
 examples/C/query/query_table.c                     |   129 +-
 examples/C/query/query_vars.c                      |   202 +-
 examples/C/query/write_table.c                     |    45 +-
 examples/C/query/write_vars.c                      |    51 +-
 examples/C/read_all/Makefile.in                    |   266 +-
 examples/C/read_all/read_all.c                     |    32 +-
 examples/C/read_all/read_all_v1.c                  |    17 +-
 examples/C/scalars/Makefile.am                     |     4 +-
 examples/C/scalars/Makefile.in                     |   253 +-
 examples/C/scalars/scalars.xml                     |     2 +-
 examples/C/scalars/scalars_read.c                  |     4 +-
 examples/C/schema/Makefile.am                      |    18 +-
 examples/C/schema/Makefile.in                      |   323 +-
 examples/C/schema/rectilinear2d.xml                |     2 +-
 examples/C/schema/rectilinear2d_noxml.c            |     2 +-
 examples/C/schema/structured2d.xml                 |     2 +-
 examples/C/schema/structured2d_noxml.c             |     2 +-
 examples/C/schema/tri2d.xml                        |     2 +-
 examples/C/schema/tri2d_noxml.c                    |     4 +-
 examples/C/schema/triangle2d.xml                   |     2 +-
 examples/C/schema/uniform2d.xml                    |     2 +-
 examples/C/schema/uniform2d_noxml.c                |     2 +-
 examples/C/stat/Makefile.am                        |     2 +-
 examples/C/stat/Makefile.in                        |   239 +-
 examples/C/stat/stat.xml                           |     2 +-
 examples/C/transforms/Makefile.am                  |    12 +-
 examples/C/transforms/Makefile.in                  |   278 +-
 examples/C/transforms/adios_global.xml             |     2 +-
 examples/C/transforms/adios_read_points.c          |     2 +-
 examples/C/transforms/adios_read_subv.c            |     2 +-
 examples/C/transforms/adios_read_wb_subpg.c        |     2 +-
 examples/Fortran/Makefile.in                       |   315 +-
 examples/Fortran/arrays/Makefile.am                |     2 +-
 examples/Fortran/arrays/Makefile.in                |   233 +-
 examples/Fortran/arrays/arrays.xml                 |     2 +-
 examples/Fortran/global-array-time/Makefile.am     |     2 +-
 examples/Fortran/global-array-time/Makefile.in     |   231 +-
 .../Fortran/global-array-time/adios_globaltime.xml |     2 +-
 examples/Fortran/global-array/Makefile.am          |     6 +-
 examples/Fortran/global-array/Makefile.in          |   254 +-
 examples/Fortran/global-array/adios_global.xml     |     2 +-
 .../Fortran/global-array/adios_global_no_xml.F90   |     2 +-
 .../Fortran/global-array/no_xml_write_byid.F90     |     2 +-
 examples/Fortran/scalars/Makefile.am               |     2 +-
 examples/Fortran/scalars/Makefile.in               |   233 +-
 examples/Fortran/scalars/scalars.xml               |     2 +-
 examples/Fortran/schema/Makefile.am                |    10 +-
 examples/Fortran/schema/Makefile.in                |   299 +-
 examples/Fortran/schema/rectilinear2d_noxml.F90    |     6 +-
 examples/Fortran/schema/structured2d_noxml.F90     |     4 +-
 examples/Fortran/schema/tri2d_noxml.F90            |     6 +-
 examples/Fortran/schema/tri2d_noxml_seperate.F90   |     6 +-
 examples/Fortran/schema/uniform2d_noxml.F90        |     6 +-
 examples/Makefile.in                               |   315 +-
 examples/coupling/coupling_reader_2D.xml           |     2 +-
 examples/coupling/coupling_writer_2D.xml           |     2 +-
 examples/skel/genarray3d/genarray3d.xml            |     2 +-
 examples/skel/geos5/geos5.xml                      |     2 +-
 examples/skel/grapes/grapes.xml                    |     2 +-
 examples/skel/gts/gts.xml                          |     2 +-
 examples/skel/picongpu/picongpu.xml                |     2 +-
 examples/skel/picongpu/picongpu_skel.xml           |     2 +-
 examples/skel/s3d/s3d.xml                          |     2 +-
 examples/staging/stage_write/genarray_stream.xml   |     2 +-
 examples/staging/stage_write/stage_write.c         |     2 +-
 .../stage_write_varyingsize/genarray_varying       |   Bin 5254828 -> 0 bytes
 .../stage_write_varyingsize/genarray_varying.xml   |     2 +-
 .../staging/stage_write_varyingsize/stage_write    |   Bin 4501675 -> 0 bytes
 .../staging/stage_write_varyingsize/stage_write.c  |     2 +-
 runconf                                            |   560 +-
 scripts/FindADIOS.cmake                            |     6 +-
 src/CMakeLists.txt                                 |    72 +-
 src/Makefile.am                                    |   966 +-
 src/Makefile.in                                    | 10188 ++--
 src/core/a2sel.c                                   |   262 +
 src/core/a2sel.h                                   |    33 +
 src/core/adios.c                                   |   148 +-
 src/core/adios_bp_v1.c                             |    44 +-
 src/core/adios_clock.c                             |    87 +
 src/core/adios_clock.h                             |    28 +
 src/core/adios_copyspec.c                          |     4 +-
 src/core/adios_infocache.c                         |     2 +-
 src/core/adios_internals.c                         |   853 +-
 src/core/adios_internals.h                         |    68 +-
 src/core/adios_internals_mxml.c                    |   172 +-
 src/core/adios_internals_mxml.h                    |     5 -
 src/core/adios_read.c                              |    16 +-
 src/core/adios_read_ext.c                          |    19 +-
 src/core/adios_read_hooks.h                        |     2 +-
 src/core/adios_read_v1.c                           |    12 +-
 src/core/adios_selection_util.c                    |    28 +-
 src/core/adios_selection_util.h                    |     3 +-
 src/core/adios_subvolume.c                         |     6 +-
 src/core/adios_timing.c                            |    36 +-
 src/core/adios_timing.h                            |     4 +-
 src/core/adios_transport_hooks.c                   |     7 +-
 src/core/adios_transport_hooks.h                   |    43 +-
 src/core/adiosf.c                                  |    21 +-
 src/core/adiosf_defs_mod.f90                       |     8 +
 src/core/adiosf_read.c                             |   104 +-
 src/core/adiosf_read_mod.f90                       |    57 +
 src/core/adiosf_read_v1.c                          |     8 +-
 src/core/adiosf_write_mod.f90                      |    14 +-
 src/core/bp_utils.c                                |   104 +-
 src/core/bp_utils.h                                |     5 +-
 src/core/buffer.c                                  |   143 +-
 src/core/buffer.h                                  |    24 +-
 src/core/common_adios.c                            |   692 +-
 src/core/common_adios.h                            |     2 +-
 src/core/common_read.c                             |   331 +-
 src/core/common_read.h                             |     8 -
 src/core/flexpath.h                                |    34 +-
 src/core/globals.c                                 |    12 +-
 src/core/mpidummy.c                                |    11 +-
 src/core/strutil.c                                 |   356 +
 src/core/strutil.h                                 |    53 +
 src/core/transforms/adios_patchdata.c              |     3 +-
 src/core/transforms/adios_transforms_datablock.c   |     5 +-
 src/core/transforms/adios_transforms_hooks_read.h  |     1 +
 src/core/transforms/adios_transforms_read.c        |    31 +-
 src/core/transforms/adios_transforms_read.h        |     3 +
 src/core/transforms/adios_transforms_reqgroup.c    |    20 +-
 src/core/transforms/adios_transforms_util.c        |     8 +-
 src/core/transforms/adios_transforms_util.h        |     3 +-
 src/core/transforms/adios_transforms_write.c       |    51 +-
 src/core/transforms/adios_transforms_write.h       |     6 +
 src/core/types.h                                   |    31 +
 src/core/util.c                                    |   404 +-
 src/core/util.h                                    |    74 +-
 src/core/util_mpi.c                                |   101 +
 src/core/util_mpi.h                                |    10 +
 src/mxml/CMakeLists.txt                            |    36 +
 src/mxml/Makefile.am                               |    41 +
 src/mxml/Makefile.in                               |   868 +
 src/mxml/cmake_try_longlong.c                      |     6 +
 src/mxml/config.h                                  |    39 +
 src/mxml/mxml-2.9/ANNOUNCEMENT                     |    11 +
 src/mxml/mxml-2.9/CHANGES                          |   363 +
 src/mxml/mxml-2.9/COPYING                          |   507 +
 src/mxml/mxml-2.9/Makefile.in                      |   434 +
 src/mxml/mxml-2.9/README                           |   196 +
 src/mxml/mxml-2.9/config.h.in                      |    95 +
 src/mxml/mxml-2.9/configure                        |  5742 ++
 src/mxml/mxml-2.9/configure.in                     |   338 +
 src/mxml/mxml-2.9/doc/0.gif                        |   Bin 0 -> 1483 bytes
 src/mxml/mxml-2.9/doc/1.gif                        |   Bin 0 -> 1272 bytes
 src/mxml/mxml-2.9/doc/2.gif                        |   Bin 0 -> 1417 bytes
 src/mxml/mxml-2.9/doc/3.gif                        |   Bin 0 -> 1450 bytes
 src/mxml/mxml-2.9/doc/4.gif                        |   Bin 0 -> 1380 bytes
 src/mxml/mxml-2.9/doc/5.gif                        |   Bin 0 -> 1432 bytes
 src/mxml/mxml-2.9/doc/6.gif                        |   Bin 0 -> 1502 bytes
 src/mxml/mxml-2.9/doc/7.gif                        |   Bin 0 -> 1322 bytes
 src/mxml/mxml-2.9/doc/8.gif                        |   Bin 0 -> 1534 bytes
 src/mxml/mxml-2.9/doc/9.gif                        |   Bin 0 -> 1530 bytes
 src/mxml/mxml-2.9/doc/A.gif                        |   Bin 0 -> 1478 bytes
 src/mxml/mxml-2.9/doc/B.gif                        |   Bin 0 -> 1427 bytes
 src/mxml/mxml-2.9/doc/C.gif                        |   Bin 0 -> 1479 bytes
 src/mxml/mxml-2.9/doc/D.gif                        |   Bin 0 -> 1463 bytes
 src/mxml/mxml-2.9/doc/E.gif                        |   Bin 0 -> 672 bytes
 src/mxml/mxml-2.9/doc/F.gif                        |   Bin 0 -> 641 bytes
 src/mxml/mxml-2.9/doc/advanced.html                |   634 +
 src/mxml/mxml-2.9/doc/basics.html                  |   606 +
 src/mxml/mxml-2.9/doc/chapters.xcf.gz              |   Bin 0 -> 6565 bytes
 src/mxml/mxml-2.9/doc/docset.css                   |   114 +
 src/mxml/mxml-2.9/doc/docset.header                |    16 +
 src/mxml/mxml-2.9/doc/docset.intro                 |   178 +
 src/mxml/mxml-2.9/doc/footer.man                   |     4 +
 src/mxml/mxml-2.9/doc/install.html                 |   119 +
 src/mxml/mxml-2.9/doc/intro.html                   |   194 +
 src/mxml/mxml-2.9/doc/intro.man                    |   173 +
 src/mxml/mxml-2.9/doc/license.html                 |   594 +
 src/mxml/mxml-2.9/doc/logo.gif                     |   Bin 0 -> 5796 bytes
 src/mxml/mxml-2.9/doc/logo.xcf.gz                  |   Bin 0 -> 13923 bytes
 src/mxml/mxml-2.9/doc/makedocs.sh                  |    28 +
 src/mxml/mxml-2.9/doc/mxml.book                    |    11 +
 src/mxml/mxml-2.9/doc/mxml.html                    |  4239 ++
 src/mxml/mxml-2.9/doc/mxmldoc.html                 |   204 +
 src/mxml/mxml-2.9/doc/mxmldoc.man                  |   198 +
 src/mxml/mxml-2.9/doc/mxmldoc.xsd                  |   189 +
 src/mxml/mxml-2.9/doc/reference.heading            |     4 +
 src/mxml/mxml-2.9/doc/reference.html               |  1792 +
 src/mxml/mxml-2.9/doc/relnotes.html                |   583 +
 src/mxml/mxml-2.9/doc/schema.html                  |   201 +
 src/mxml/mxml-2.9/doc/title.html                   |    32 +
 src/mxml/mxml-2.9/install-sh                       |   251 +
 src/mxml/mxml-2.9/mxml-attr.c                      |   314 +
 src/mxml/mxml-2.9/mxml-entity.c                    |   449 +
 src/mxml/mxml-2.9/mxml-file.c                      |  3053 +
 src/mxml/mxml-2.9/mxml-get.c                       |   452 +
 src/mxml/mxml-2.9/mxml-index.c                     |   659 +
 src/mxml/mxml-2.9/mxml-node.c                      |   788 +
 src/mxml/mxml-2.9/mxml-private.c                   |   323 +
 src/mxml/mxml-2.9/mxml-private.h                   |    50 +
 src/mxml/mxml-2.9/mxml-search.c                    |   280 +
 src/mxml/mxml-2.9/mxml-set.c                       |   337 +
 src/mxml/mxml-2.9/mxml-string.c                    |   469 +
 src/mxml/mxml-2.9/mxml.h                           |   332 +
 src/mxml/mxml-2.9/mxml.list.in                     |   107 +
 src/mxml/mxml-2.9/mxml.pc.in                       |    10 +
 src/mxml/mxml-2.9/mxml.spec                        |    95 +
 src/mxml/mxml-2.9/mxml.xml                         |  1627 +
 src/mxml/mxml-2.9/mxmldoc.c                        |  5797 ++
 src/mxml/mxml-2.9/test.xml                         |    29 +
 src/mxml/mxml-2.9/test/class.cxx                   |    84 +
 src/mxml/mxml-2.9/test/dotest.sh                   |    47 +
 src/mxml/mxml-2.9/test/enum.cxx                    |    17 +
 src/mxml/mxml-2.9/test/function.cxx                |   107 +
 src/mxml/mxml-2.9/test/functype.cxx                |     1 +
 src/mxml/mxml-2.9/test/struct.cxx                  |    55 +
 src/mxml/mxml-2.9/test/type.cxx                    |     3 +
 src/mxml/mxml-2.9/testmxml.c                       |   860 +
 src/mxml/mxml-2.9/vcnet/config.h                   |   123 +
 src/mxml/mxml-2.9/vcnet/mxml.sln                   |    51 +
 src/mxml/mxml-2.9/vcnet/mxml1.def                  |    77 +
 src/mxml/mxml-2.9/vcnet/mxml1.vcproj               |   424 +
 src/mxml/mxml-2.9/vcnet/mxmldoc.vcproj             |   364 +
 src/mxml/mxml-2.9/vcnet/testmxml.vcproj            |   364 +
 src/nssi/adios_nssi_args.x                         |   250 -
 src/nssi/adios_nssi_config.c                       |   373 -
 src/nssi/adios_nssi_config.h                       |    31 -
 src/nssi/adios_nssi_filter.c                       |  1419 -
 src/nssi/aggregation.cpp                           |  1120 -
 src/nssi/aggregation.h                             |    58 -
 src/nssi/io_timer.h                                |    27 -
 src/nssi/nssi_coupling_server.cpp                  |  1703 -
 src/nssi/nssi_staging_server.cpp                   |   853 -
 src/public/adios.h                                 |    16 +-
 src/public/adios_error.h                           |     2 +
 src/public/adios_query.h                           |   102 +-
 src/public/adios_read_ext.h                        |     9 +
 src/public/adios_read_v2.h                         |     3 +
 src/public/adios_selection.h                       |    26 +-
 src/public/adios_types.h                           |     1 +
 src/public/adios_version.h                         |     6 +-
 src/query/Makefile.plugins                         |     1 +
 src/query/Makefile.plugins.cmake                   |     2 +
 src/query/adios_query.c                            |    46 +-
 src/query/adios_query_hooks.c                      |     1 +
 src/query/adios_query_hooks.h                      |     5 +-
 src/query/adios_query_mod.f90                      |     1 +
 src/query/adiosf_query.c                           |    39 +-
 src/query/common_query.c                           |   461 +-
 src/query/common_query.h                           |    20 +-
 src/query/common_query_read.c                      |   584 +
 src/query/fastbit_adios.c                          |    61 +-
 src/query/fastbit_adios.h                          |    41 +-
 src/query/query_alac.c                             |  1300 +-
 src/query/query_fastbit.c                          |   590 +-
 src/query/query_minmax.c                           |   769 +
 src/query/query_utils.c                            |     1 +
 src/read/read_bp.c                                 |   974 +-
 src/read/read_bp_staged.c                          |    30 +-
 src/read/read_dataspaces.c                         |    60 +-
 src/read/read_datatap.c                            |  2300 -
 src/read/read_dimes.c                              |    28 +-
 src/read/read_flexpath.c                           |    84 +-
 src/read/read_nssi.c                               |   659 -
 src/transforms/adios_transform_alacrity_common.h   |     2 +-
 src/transforms/adios_transform_alacrity_read.c     |     1 +
 src/transforms/adios_transform_alacrity_write.c    |     2 +-
 src/transforms/adios_transform_aplod_read.c        |     4 +-
 src/transforms/adios_transform_aplod_write.c       |     1 +
 src/transforms/adios_transform_bzip2_read.c        |     1 +
 src/transforms/adios_transform_bzip2_write.c       |     5 +-
 src/transforms/adios_transform_identity_read.c     |     2 +
 src/transforms/adios_transform_isobar_read.c       |     1 +
 src/transforms/adios_transform_isobar_write.c      |     7 +-
 src/transforms/adios_transform_szip_read.c         |     1 +
 src/transforms/adios_transform_zlib_write.c        |     5 +-
 src/write/adios_dataspaces.c                       |    58 +-
 src/write/adios_datatap.c                          |  1082 -
 src/write/adios_dimes.c                            |    47 +-
 src/write/adios_flexpath.c                         |   150 +-
 src/write/adios_icee.c                             |    34 +-
 src/write/adios_mpi.c                              |  1135 +-
 src/write/adios_mpi_amr.c                          |  1329 +-
 src/write/adios_mpi_bgq.c                          |   586 +-
 src/write/adios_mpi_lustre.c                       |   947 +-
 src/write/adios_nc4.c                              |    16 +-
 src/write/adios_nssi.c                             |  1648 -
 src/write/adios_phdf5.c                            |    72 +-
 src/write/adios_posix.c                            |   895 +-
 src/write/adios_posix1.c                           |   876 -
 src/write/adios_var_merge.c                        |    35 +-
 tests/C/CMakeLists.txt                             |     1 -
 tests/C/Makefile.am                                |     2 +-
 tests/C/Makefile.in                                |   362 +-
 tests/C/adios_test_c.c                             |    15 +-
 tests/C/config_c.xml                               |     2 +-
 tests/C/fgr_tests/CMakeLists.txt                   |     1 -
 tests/C/fgr_tests/Makefile.am                      |     2 +-
 tests/C/fgr_tests/Makefile.in                      |   253 +-
 tests/C/fgr_tests/posix_fgr.c                      |     1 +
 tests/C/flexpath_tests/1D_arr_global/Makefile.am   |     6 +-
 tests/C/flexpath_tests/1D_arr_global/Makefile.in   |   260 +-
 tests/C/flexpath_tests/1D_arr_global/reader.c      |     6 +-
 .../1D_arr_global/test_config_flex.xml             |     2 +-
 tests/C/flexpath_tests/1D_arr_global/writer.c      |     4 +-
 .../1D_arr_global_noxml/CMakeLists.txt             |     1 -
 .../flexpath_tests/1D_arr_global_noxml/Makefile.am |     6 +-
 .../flexpath_tests/1D_arr_global_noxml/Makefile.in |   272 +-
 .../C/flexpath_tests/1D_arr_global_noxml/writer.c  |     4 +-
 tests/C/flexpath_tests/Makefile.in                 |   315 +-
 tests/C/flexpath_tests/common/utils.c              |     1 +
 .../global_range_select/CMakeLists.txt             |     1 -
 .../flexpath_tests/global_range_select/Makefile.am |     4 +-
 .../flexpath_tests/global_range_select/Makefile.in |   241 +-
 .../flexpath_tests/global_range_select/arrays.xml  |     2 +-
 tests/C/flexpath_tests/include/test_common.h       |     2 +-
 tests/C/flexpath_tests/maya_append/CMakeLists.txt  |     1 -
 tests/C/flexpath_tests/maya_append/Makefile.am     |     6 +-
 tests/C/flexpath_tests/maya_append/Makefile.in     |   277 +-
 tests/C/flexpath_tests/maya_append/writer.c        |     4 +-
 tests/C/flexpath_tests/maya_noxml/CMakeLists.txt   |     1 -
 tests/C/flexpath_tests/maya_noxml/Makefile.am      |     6 +-
 tests/C/flexpath_tests/maya_noxml/Makefile.in      |   289 +-
 tests/C/flexpath_tests/maya_noxml/writer.c         |     6 +-
 tests/C/flexpath_tests/scalar/CMakeLists.txt       |     1 -
 tests/C/flexpath_tests/scalar/Makefile.am          |     6 +-
 tests/C/flexpath_tests/scalar/Makefile.in          |   260 +-
 tests/C/flexpath_tests/scalar/test_config_flex.xml |     2 +-
 tests/C/flexpath_tests/scalar/test_config_mpi.xml  |     2 +-
 tests/C/flexpath_tests/scalar/writer.c             |     2 +-
 tests/C/query/Makefile.in                          |   315 +-
 tests/C/query/alacrity/CMakeLists.txt              |     4 +-
 tests/C/query/alacrity/DS1/DS1-inputs.xml          |    10 +
 tests/C/query/alacrity/DS1/DS1-notrans.xml         |    22 +
 tests/C/query/alacrity/DS1/DS1.xml                 |    22 +
 tests/C/query/alacrity/DS2/DS2-inputs.xml          |     9 +
 tests/C/query/alacrity/DS2/DS2-notrans.xml         |    22 +
 tests/C/query/alacrity/DS2/DS2.xml                 |    22 +
 tests/C/query/alacrity/DS3/DS3-inputs-3.xml        |    29 +
 tests/C/query/alacrity/DS3/DS3-inputs-WB.xml       |    26 +
 tests/C/query/alacrity/DS3/DS3-inputs.xml          |    35 +
 tests/C/query/alacrity/DS3/DS3.xml                 |    25 +
 tests/C/query/alacrity/Makefile.am                 |    33 +-
 tests/C/query/alacrity/Makefile.in                 |   344 +-
 tests/C/query/alacrity/adios_alac_query.c          |    47 +-
 tests/C/query/alacrity/adios_build_alac_index.c    |    74 +-
 .../xml/xml/alacrity-1var-no-transform.xml         |    25 +
 tests/C/query/alacrity/xml/xml/alacrity-1var.xml   |    25 +
 .../xml/xml/alacrity-2var-no-transform.xml         |    26 +
 .../C/query/alacrity/xml/xml/alacrity-2var-pfd.xml |    26 +
 tests/C/query/alacrity/xml/xml/alacrity-2var.xml   |    26 +
 .../alacrity/xml/xml/alacrity-gen-1var-1D.xml      |    19 +
 .../C/query/alacrity/xml/xml/alacrity-gen-1var.xml |    22 +
 tests/C/query/alacrity/xml/xml/alacrity.xml        |    28 +
 .../alacrity/xml/xml/build-alac-index-inputs.xml   |     7 +
 tests/C/query/common/CMakeLists.txt                |     3 +-
 tests/C/query/common/Makefile.am                   |    12 +-
 tests/C/query/common/Makefile.in                   |   285 +-
 tests/C/query/common/adios_query_test.c            |   171 +-
 tests/C/query/common/adios_query_xml_parse.c       |   122 +-
 .../query/common/compute_expected_query_results.c  |    28 +-
 tests/C/query/fastbit/CMakeLists.txt               |     5 +-
 tests/C/query/fastbit/Makefile.am                  |    15 +-
 tests/C/query/fastbit/Makefile.in                  |   273 +-
 tests/C/query/fastbit/fastbit_tests.c              |   307 +-
 tests/C/query/fastbit/query.xml                    |    68 +
 .../DS-1D/{query0.xml => DS-1D.query0.xml}         |     0
 .../DS-1D/{query1.xml => DS-1D.query1.xml}         |     0
 .../DS-2D/{query0.xml => DS-2D.query0.xml}         |     0
 .../DS-2D/{query1.xml => DS-2D.query1.xml}         |     0
 .../DS-3D/{query-wb0.xml => DS-3D.query-wb0.xml}   |     0
 .../DS-3D/{query-wb1.xml => DS-3D.query-wb1.xml}   |     0
 .../DS-3D/{query0.xml => DS-3D.query0.xml}         |     0
 .../DS-3D/{query1.xml => DS-3D.query1.xml}         |     0
 ...-particle-query0.xml => DS-particle.query0.xml} |     0
 ...-particle-query1.xml => DS-particle.query1.xml} |     0
 .../{query0.xml => DS-unevenpg.query0.xml}         |     0
 .../{query1.xml => DS-unevenpg.query1.xml}         |     0
 tests/CMakeLists.txt                               |     2 +
 tests/Fortran/Makefile.am                          |     2 +-
 tests/Fortran/Makefile.in                          |   230 +-
 tests/Fortran/adios_test_f.F90                     |     2 +-
 tests/Fortran/config_fortran.xml                   |     2 +-
 tests/Makefile.am                                  |    15 +-
 tests/Makefile.in                                  |   323 +-
 tests/bp_read/Makefile.am                          |     2 +-
 tests/bp_read/Makefile.in                          |   294 +-
 tests/bp_read/bp_read_c.c                          |    10 +-
 tests/bp_read/genbp.c                              |     8 +-
 tests/bp_read/testbp_c.xml                         |     4 +-
 tests/genarray/CMakeLists.txt                      |     4 +-
 tests/genarray/Makefile.am                         |     8 +-
 tests/genarray/Makefile.in                         |   271 +-
 tests/genarray/genarray.xml                        |     2 +-
 tests/genarray/genarray3d.xml                      |     2 +-
 tests/suite/Makefile.in                            |   315 +-
 tests/suite/programs/CMakeLists.txt                |    12 +-
 tests/suite/programs/Makefile.am                   |    75 +-
 tests/suite/programs/Makefile.in                   |  1252 +-
 tests/suite/programs/adios_amr_write.xml           |     2 +-
 tests/suite/programs/adios_amr_write_2vars.xml     |     2 +-
 tests/suite/programs/adios_transforms.xml          |     2 +-
 tests/suite/programs/adios_transforms_read_write.c |     2 +-
 tests/suite/programs/big_file.c                    |     2 +-
 tests/suite/programs/blocks.c                      |     3 +-
 tests/suite/programs/build_standard_dataset.c      |    17 +-
 tests/suite/programs/connect_to_space_subset.c     |     2 +-
 tests/suite/programs/examples/Makefile.in          |   315 +-
 .../programs/examples/attributes/CMakeLists.txt    |     2 +-
 .../suite/programs/examples/attributes/Makefile.am |     2 +-
 .../suite/programs/examples/attributes/Makefile.in |   249 +-
 .../programs/examples/attributes/attributes_C.xml  |     2 +-
 .../programs/examples/global_array/CMakeLists.txt  |     2 +-
 .../programs/examples/global_array/Makefile.am     |    16 +-
 .../programs/examples/global_array/Makefile.in     |   349 +-
 .../examples/global_array/global_array_C.xml       |     2 +-
 .../examples/global_array/global_array_F.xml       |     2 +-
 .../global_array_aggregate_by_color_C.c            |     2 +-
 .../examples/global_array/global_array_read_C.c    |     2 +-
 .../global_array/global_array_read_byid_noxml_C.c  |     2 +-
 .../global_array/global_array_read_noxml_C.c       |     2 +-
 .../global_array/global_array_write_byid_noxml_C.c |     2 +-
 .../global_array_write_byid_noxml_F.F90            |     2 +-
 .../global_array/global_array_write_noxml_C.c      |     2 +-
 .../global_array/global_array_write_noxml_F.F90    |     2 +-
 .../examples/global_array_time/CMakeLists.txt      |     4 +-
 .../examples/global_array_time/Makefile.am         |     4 +-
 .../examples/global_array_time/Makefile.in         |   280 +-
 .../global_array_time/global_array_time_C.xml      |     2 +-
 .../global_array_time/global_array_time_F.xml      |     2 +-
 .../global_array_time_read_as_stream_C.c           |     2 +-
 .../programs/examples/local_array/CMakeLists.txt   |     2 +-
 .../programs/examples/local_array/Makefile.am      |     2 +-
 .../programs/examples/local_array/Makefile.in      |   249 +-
 .../examples/local_array/local_array_C.xml         |     2 +-
 .../suite/programs/examples/scalars/CMakeLists.txt |     4 +-
 tests/suite/programs/examples/scalars/Makefile.am  |     4 +-
 tests/suite/programs/examples/scalars/Makefile.in  |   296 +-
 .../suite/programs/examples/scalars/scalars_C.xml  |     2 +-
 .../suite/programs/examples/scalars/scalars_F.xml  |     2 +-
 tests/suite/programs/local_array_time.c            |     4 +
 tests/suite/programs/local_array_time.xml          |     5 +-
 tests/suite/programs/many_vars.c                   |     2 +-
 tests/suite/programs/path_test.xml                 |     2 +-
 tests/suite/programs/posix_method.xml              |     2 +-
 tests/suite/programs/reuse_dim.c                   |     2 +-
 tests/suite/programs/selections.c                  |     2 +-
 tests/suite/programs/set_path.xml                  |     2 +-
 tests/suite/programs/set_path_var.xml              |     2 +-
 tests/suite/programs/steps_write.c                 |     2 +-
 tests/suite/programs/transforms.xml                |     2 +-
 tests/suite/programs/two_groups.c                  |    16 +-
 tests/suite/programs/two_groups.xml                |     2 +-
 tests/suite/programs/write_alternate.c             |     1 +
 tests/suite/programs/write_alternate.xml           |     2 +-
 tests/suite/programs/write_read.xml                |     2 +-
 tests/suite/tests/19_query.sh                      |    39 +-
 tests/suite/tests/20_transforms_writeblock.sh      |     4 +-
 tests/test_src/CMakeLists.txt                      |    44 +
 tests/test_src/Makefile.am                         |   128 +
 tests/test_src/Makefile.in                         |  1649 +
 .../{suite/programs => test_src}/copy_subvolume.c  |     0
 .../{suite/programs => test_src}/group_free_test.c |     2 +-
 tests/{suite/programs => test_src}/hashtest.c      |     0
 tests/test_src/points_1DtoND.c                     |   422 +
 tests/test_src/query_minmax.c                      |   379 +
 tests/test_src/read_points_2d.c                    |   694 +
 tests/test_src/read_points_3d.c                    |   774 +
 tests/test_src/selection_api.F90                   |   218 +
 tests/test_src/test_strutil.c                      |   141 +
 tests/test_src/text_to_pairstruct.c                |   127 +
 .../programs => test_src}/transforms_specparse.c   |     0
 tests/test_src/trim_spaces.c                       |    62 +
 utils/CMakeLists.txt                               |     2 +-
 utils/Makefile.am                                  |    14 +-
 utils/Makefile.in                                  |   336 +-
 utils/adios_lint/CMakeLists.txt                    |     1 +
 utils/adios_lint/Makefile.am                       |     6 +-
 utils/adios_lint/Makefile.in                       |   272 +-
 utils/adios_list_methods/CMakeLists.txt            |    28 +
 utils/adios_list_methods/Makefile.am               |    44 +
 .../Makefile.in                                    |   470 +-
 .../adios_list_methods.c}                          |    10 +-
 utils/bp2ascii/Makefile.am                         |     6 +-
 utils/bp2ascii/Makefile.in                         |   259 +-
 utils/bp2ascii/bp2ascii.c                          |    15 +-
 utils/bp2bp/Makefile.am                            |     2 +-
 utils/bp2bp/Makefile.in                            |   274 +-
 utils/bp2bp/bp2bp.c                                |    31 +-
 utils/bp2h5/Makefile.am                            |     5 +-
 utils/bp2h5/Makefile.in                            |   307 +-
 utils/bp2h5/bp2h5.c                                |    52 +-
 utils/bp2ncd/Makefile.am                           |    10 +-
 utils/bp2ncd/Makefile.in                           |   299 +-
 utils/bp2ncd/bp2ncd.c                              |    52 +-
 utils/bpdiff/Makefile.in                           |   280 +-
 utils/bpdiff/bpdiff.c                              |    23 +-
 utils/bpdiff/utils.c                               |     8 +-
 utils/bpdiff/utils.h                               |     1 +
 utils/bpdump/Makefile.am                           |     6 +-
 utils/bpdump/Makefile.in                           |   276 +-
 utils/bpdump/bpdump.c                              |    79 +-
 utils/bpls/Makefile.in                             |   272 +-
 utils/bpls/bpls.c                                  |    79 +-
 utils/bpmeta/CMakeLists.txt                        |     2 +-
 utils/bpmeta/Makefile.am                           |     6 +-
 utils/bpmeta/Makefile.in                           |   276 +-
 utils/bpmeta/bpmeta.c                              |    53 +-
 utils/bprecover/Makefile.am                        |     6 +-
 utils/bprecover/Makefile.in                        |   272 +-
 utils/bprecover/bprecover.c                        |    89 +-
 utils/bpsplit/Makefile.am                          |    11 +-
 utils/bpsplit/Makefile.in                          |   306 +-
 utils/bpsplit/bpappend.c                           |    51 +-
 utils/bpsplit/bpsplit.c                            |    39 +-
 utils/fastbit/Makefile.am                          |    10 +-
 utils/fastbit/Makefile.in                          |   279 +-
 utils/fastbit/adios_index_fastbit.c                |    38 +-
 utils/gpp/CMakeLists.txt                           |     6 +-
 utils/gpp/Makefile.am                              |     2 +-
 utils/gpp/Makefile.in                              |   167 +-
 utils/gpp/ad_config.py                             |    20 +-
 utils/gpp/gpp.py                                   |    20 +-
 utils/gpp/{gpp.py => gpp.py.in}                    |    20 +-
 utils/gpp/type_mapper.py                           |    14 +-
 utils/list_methods/CMakeLists.txt                  |    28 -
 utils/list_methods/Makefile.am                     |    36 -
 utils/skel/Makefile.am                             |     7 +-
 utils/skel/Makefile.in                             |   361 +-
 utils/skel/etc/Makefile.in                         |   157 +-
 utils/skel/etc/templates/xml.tmpl                  |     2 +-
 utils/skel/src/Makefile.in                         |   300 +-
 utils/skeldump/Makefile.in                         |   272 +-
 utils/skeldump/skeldump.c                          |    90 +-
 wrappers/java/test/test1.sh                        |     2 +-
 wrappers/matlab/posix_method.bp                    |   Bin 1257 -> 0 bytes
 .../matlab/posix_method.bp.dir/posix_method.bp.0   |   Bin 10373 -> 0 bytes
 wrappers/matlab/two_groups19.bp                    |     1 -
 wrappers/matlab/xgc.diagnosis.bp                   |     1 -
 wrappers/numpy/DEVELOPER                           |    17 +
 wrappers/numpy/MANIFEST.in                         |     3 +
 wrappers/numpy/_hl/__init__.py                     |     0
 wrappers/numpy/_hl/selections.py                   |   309 +
 wrappers/numpy/adios.cpp                           | 56076 ++++++++++++-------
 wrappers/numpy/adios.pyx                           |  1315 +-
 wrappers/numpy/adios_mpi.cpp                       | 46494 +++++++++------
 wrappers/numpy/adios_mpi.pyx                       |  1315 +-
 wrappers/numpy/adios_mpi2serial.sed                |     3 +
 wrappers/numpy/doc/source/quick.rst                |    63 +-
 wrappers/numpy/example/staging/README              |     4 +
 wrappers/numpy/example/staging/adios_read_mpi.py   |    44 +
 wrappers/numpy/example/staging/adios_write_mpi.py  |    53 +
 wrappers/numpy/example/staging/job.pbs             |    58 +
 wrappers/numpy/example/utils/bpls.py               |     8 +-
 wrappers/numpy/mpi-compat.h                        |    14 +
 wrappers/numpy/setup.py                            |    41 +-
 wrappers/numpy/setup_mpi.py                        |   142 +-
 wrappers/numpy/src/__init__.py                     |     2 +
 wrappers/numpy/src_mpi/__init__.py                 |     2 +
 wrappers/numpy/test/README                         |     8 +
 wrappers/numpy/test/__init__.py                    |     0
 wrappers/numpy/test/test_adios_group_unittest.py   |   148 +
 ...s_unittest.py => test_adios_prefix_unittest.py} |    70 +-
 .../numpy/test/test_adios_timestep_unittest.py     |    63 +-
 wrappers/numpy/test/test_adios_unittest.py         |   105 +-
 wrappers/numpy/test/test_adios_write_unittest.py   |     8 +-
 wrappers/numpy/test/test_adios_writer_unittest.py  |    95 +-
 wrappers/numpy/test/test_selections.py             |    90 +
 wrappers/numpy/tests/config.xml                    |     2 +-
 wrappers/numpy/tests/config_mpi.xml                |     2 +-
 wrappers/numpy/tests/test_adios.py                 |    20 +-
 wrappers/numpy/tests/test_adios_attribute.py       |    62 +
 wrappers/numpy/tests/test_adios_matplot.py         |    19 +-
 wrappers/numpy/tests/test_adios_mpi.py             |    20 +-
 wrappers/numpy/tests/test_adios_mpi_writer.py      |    21 +-
 wrappers/numpy/tests/test_adios_timestep.py        |    25 +-
 wrappers/numpy/tests/test_adios_writer.py          |    21 +-
 wrappers/numpy/uninstal-adios-modules.sh           |    34 +
 649 files changed, 161645 insertions(+), 96375 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list