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

« back to all changes in this revision

Viewing changes to examples/C/transforms/adios_write_all_3D.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:
14
14
*/
15
15
#include <stdio.h>
16
16
#include <string.h>
 
17
#include <sys/types.h>
17
18
#include "mpi.h"
18
19
#include "adios.h"
19
20
#include <stdint.h>
48
49
    char        varfile [nvars][256];
49
50
    FILE        *fp [nvars];
50
51
 
51
 
    int         adios_err;
52
52
    uint64_t    adios_groupsize, adios_totalsize;
53
53
    int64_t     adios_handle;
54
54