Skip to content

Commit

Permalink
Merge branch 'azamat/mpas/scratch-file-io' (PR #1110)
Browse files Browse the repository at this point in the history
Keep MPAS SCRATCH files open during init, run and finalization

Previously, SCRATCH files were opened and closed in each init_mct, run_mct and
final_mct call. With large number of MPI ranks that may
overwhelm a file system. This will instead open per-process temporary
files once in init_mct call and close once in final_mct call, keeping them
open in each run_mct call.

Fixes #1106
[BFB]
  • Loading branch information
jonbob committed Jan 12, 2017
2 parents 646f058 + 8262f74 commit 7dd0a93
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7dd0a93

Please sign in to comment.