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

« back to all changes in this revision

Viewing changes to src/write/adios_nssi.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:
1457
1457
            if (DEBUG>3) fprintf(stderr, "-------------------------\n");
1458
1458
            if (DEBUG>3) fprintf(stderr, "write var: %s start!\n", v->name);
1459
1459
        }
1460
 
        uint64_t var_size = adios_get_var_size (v, f->group, data);
 
1460
        uint64_t var_size = adios_get_var_size (v, data);
1461
1461
        if (DEBUG>2) printf("rank (%d) adios_nssi_write: vpath(%s) vname(%s) vsize(%ld)\n", global_rank, v->path, v->name, var_size);
1462
1462
        write_var(file_data,
1463
1463
                f->group,