~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/C/global-array-time/adios_globaltime.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
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:
20
20
        double      p[NY];
21
21
 
22
22
        /* ADIOS variables declarations for matching gwrite_temperature.ch */
23
 
        int         adios_err;
24
23
        uint64_t    adios_groupsize, adios_totalsize;
25
24
        int64_t     adios_handle;
26
25
        MPI_Comm    comm=MPI_COMM_WORLD;