~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to examples/C/compression_test/adios_global.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    MPI_Comm    comm = MPI_COMM_WORLD;
35
35
 
36
36
    /* ADIOS variables declarations for matching gwrite_temperature.ch */
37
 
    int         adios_err;
38
37
    uint64_t    adios_groupsize, adios_totalsize;
39
38
    int64_t     adios_handle;
40
39