Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkpoint files are not deleted #4268

Closed
shanestafford opened this issue Nov 20, 2014 · 1 comment
Closed

Checkpoint files are not deleted #4268

shanestafford opened this issue Nov 20, 2014 · 1 comment
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@shanestafford
Copy link

After the fix in issue #3992 , I still get the warning on each MPI process:

*** Warning ***
Error during the deletion of file 'dry24_checkpoints_cp/0007.msmp': -1
at moose/framework/src/outputs/Checkpoint.C, line 193

In addition, with MPI + threads, the code truly does fail to delete the files. My outputs look like this:

[Outputs]
  output_initial = true
  exodus = true
  [./console]
    type = Console
    output_file = 1
    perf_log = true
    linear_residuals = true
    max_rows = 25
    all_variable_norms = true
  [../]
  [./checkpoints]
    type = Checkpoint
    num_files = 2
    interval = 1
  [../]
[]
@permcody permcody added C: Framework T: defect An anomaly, which is anything that deviates from expectations. P: normal A defect affecting operation with a low possibility of significantly affects. labels Nov 20, 2014
@permcody permcody self-assigned this Nov 21, 2014
@permcody
Copy link
Member

Confirmed, MPI + threading + stateful materials isn't correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

No branches or pull requests

2 participants