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

« back to all changes in this revision

Viewing changes to tests/C/flexpath_tests/1D_arr_global/writer.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:
66
66
        adios_open( &adios_handle, "temperature", FILE_NAME, "w", comm);
67
67
        adios_groupsize = 4 + 4 + 4 + 8 * (NX);
68
68
        retval=adios_group_size (adios_handle, adios_groupsize, &adios_totalsize);
69
 
        fprintf(stderr, "Rank=%d adios_group_size(): adios_groupsize=%ld, adios_totalsize=%ld, retval=%d\n",
 
69
        fprintf(stderr, "Rank=%d adios_group_size(): adios_groupsize=%lld, adios_totalsize=%lld, retval=%d\n",
70
70
                        rank, adios_groupsize, adios_totalsize, retval);
71
71
 
72
72
        // write; don't check errors for simplicity reasons