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

« back to all changes in this revision

Viewing changes to tests/suite/programs/many_vars.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:
158
158
 
159
159
    alloc_vars();
160
160
    adios_init_noxml (comm);
161
 
    adios_allocate_buffer (ADIOS_BUFFER_ALLOC_NOW, 10);
 
161
    adios_allocate_buffer (ADIOS_BUFFER_ALLOC_NOW, 100);
162
162
    err = adios_read_init_method(ADIOS_READ_METHOD_BP, comm, "verbose=2");
163
163
    if (err) {
164
164
        printE ("%s\n", adios_errmsg());
180
180
    if (!err)
181
181
        err = read_file (); 
182
182
 
 
183
    adios_free_group (m_adios_group);
183
184
    adios_read_finalize_method (ADIOS_READ_METHOD_BP);
184
185
    adios_finalize (rank);
185
186
    fini_vars();