Skip to content

Commit

Permalink
store job_info in checkpoints too
Browse files Browse the repository at this point in the history
closes #450
  • Loading branch information
zingale committed Jan 1, 2019
1 parent 7e59446 commit d78199f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/driver/Castro_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ Castro::checkPoint(const std::string& dir,

CastroHeaderFile << "Checkpoint version: " << current_version << std::endl;
CastroHeaderFile.close();

writeJobInfo(dir);
}

// If we have limited this last timestep to hit a plot interval,
Expand Down

0 comments on commit d78199f

Please sign in to comment.