Skip to content

Commit

Permalink
Merge commit '1f9ac10c7c72840f762d6a5df67072b218bd5907'
Browse files Browse the repository at this point in the history
* commit '1f9ac10c7c72840f762d6a5df67072b218bd5907':
  Update adiosfile current_step and last_step in advance_step
  • Loading branch information
eisenhauer committed Jun 21, 2017
2 parents 88e9fd6 + 1f9ac10 commit 6f54f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/read/read_flexpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,8 @@ adios_read_flexpath_advance_step(ADIOS_FILE *adiosfile, int last, float timeout_

fp->mystep++;

adiosfile->current_step = fp->mystep;
adiosfile->last_step = adiosfile->current_step;

//Check to see if we have the next steps global metadata
fp_verbose(fp, "Waiting for global metadata in timestep:%d\n", fp->mystep);
Expand Down

0 comments on commit 6f54f69

Please sign in to comment.