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

« back to all changes in this revision

Viewing changes to tests/C/flexpath_tests/1D_arr_global_noxml/writer.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:
94
94
        uint64_t adios_totalsize = 0;
95
95
 
96
96
        retval=adios_group_size (adios_handle, adios_groupsize, &adios_totalsize);
97
 
        fprintf(stderr, "Rank=%d adios_group_size(): adios_groupsize=%ld, adios_totalsize=%ld, retval=%d\n",
 
97
        fprintf(stderr, "Rank=%d adios_group_size(): adios_groupsize=%lld, adios_totalsize=%lld, retval=%d\n",
98
98
                                rank, adios_groupsize, adios_totalsize, retval);
99
99
 
100
100
        // init the array that I will transport over the sea