-
Notifications
You must be signed in to change notification settings - Fork 247
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
parallel netcdf writes, inpost with no thread #43
Changes from all commits
5994210
4ffeb59
4c33911
c6a6aa8
1e7225d
eb58daa
d13dcf9
9ea77db
dac9602
e860f7f
cfdbcab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
+39 −6 | fv3_cap.F90 | |
+5 −0 | io/CMakeLists.txt | |
+4 −1 | io/makefile | |
+2 −1 | io/module_fv3_io_def.F90 | |
+59 −47 | io/module_write_netcdf.F90 | |
+617 −0 | io/module_write_netcdf_parallel.F90 | |
+79 −17 | io/module_wrt_grid_comp.F90 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parallel netCDF not supported on Cray ? It is fine if it is the case. The global workflow needs to have different I/O settings on different platforms.