-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved efficiency of writing (serial) restart files:
1. allow only master_task to define a serial netcdf restart file 2. remove unnecessary restart_format conditionals 3. fuse master_task conditionals 4. set MPI barriers for global gathers and scatters, wrapped with new cpp flag The gather/scatter barriers do not affect timings in my tests, but Neil Barton reports significant performance improvements in his configuration. Thanks to Alan Wallcraft for this fix. M mpi/ice_gather_scatter.F90 - add barriers to gathers and scatters M io_netcdf/ice_restart.F90 M io_binary/ice_restart.F90 - remove unnecessary restart_format conditionals - fuse master_task conditionals M source/ice_restart_driver.F90 - turn off min/max diagnostics for writes M bld/Macros.Linux.LANL.conejo M doc/cicedoc.pdf M comp_ice - add BARRIERS, gather_scatter_barrier cpp
- Loading branch information
1 parent
41f9197
commit 740b14d
Showing
7 changed files
with
69 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.