-
Notifications
You must be signed in to change notification settings - Fork 8
Parallel I/O integration #641
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
Draft
SeanBryan51
wants to merge
45
commits into
main
Choose a base branch
from
parallelio-playground
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
3f1da61
src/offline/cable_mpi.F90: STOP when MPI is unavailable in mpi_grp_abort
SeanBryan51 4620bf6
src/offline/cable_mpi.F90: Add legacy communicator procedure overload…
SeanBryan51 441909b
src/offline/cable_mpi.F90: add mpi_grp_split
SeanBryan51 d1fea58
Replace abort with cable_abort
SeanBryan51 a4944ca
Add PIO as an optional dependency
SeanBryan51 ba5610a
Add parallel I/O abstraction
SeanBryan51 ad45ef5
Temporary commit (to remove): add unit tests
SeanBryan51 ef5f448
Add parallel I/O decomp utilities
SeanBryan51 1b31f68
Allow for selection of legacy MPI or parallel I/O at runtime
SeanBryan51 0a59cfa
Pass in mpi_grp to the serial and master drivers
SeanBryan51 362e82b
Introduce global structure variables
SeanBryan51 d21221a
Introduce local structure variables
SeanBryan51 a18d437
Add data structure for I/O decompositions
SeanBryan51 0fc8f64
src/offline/cable_mpimaster_stub.F90: update stub to accept mpi_grp_m…
SeanBryan51 dfe8a40
src/offline/cable_io_decomp.F90: add int32 and real64 decompositions
SeanBryan51 781b01d
src/util/netcdf/cable_netcdf_decomp_util.F90: add missing allocations
SeanBryan51 cbb490e
src/util/netcdf/cable_netcdf.F90: add overloads for put_att and get_att
SeanBryan51 4cf8d46
src/util/netcdf/cable_netcdf.F90: add redef
SeanBryan51 6c756eb
src/util/netcdf/cable_netcdf.F90: make dim_names optional
SeanBryan51 38a9532
src/util/netcdf/cable_netcdf.F90: Add iotype and mode arguments
SeanBryan51 1fae295
src/util/netcdf/cable_netcdf.F90: Add inq_var_ndims procedure
SeanBryan51 d7d1dc7
src/offline/cable_parameters.F90: Add comment on init_local_structure…
SeanBryan51 71af51d
Move `range_abort` from cable_abort.F90 to cable_checks.F90
SeanBryan51 129d746
src/offline/cable_io_decomp.F90: fix dim specification for 2D patch v…
SeanBryan51 2b40af7
tests/test_cable_netcdf.F90: specify NetCDF4 format in tests
SeanBryan51 ce90657
Remove select rank as this is a fortran 2018 feature
SeanBryan51 182f1d4
src/util/netcdf/nf90/cable_netcdf_nf90.F90: Allocate on decompositio…
SeanBryan51 e84c25e
Temporary commit: Add parallelio library built with openmpi/4.0.7 to …
SeanBryan51 c0f1c8e
src/util/netcdf/pio/cable_netcdf_pio.F90: Add optional PIO namelist s…
SeanBryan51 d84356a
cable_netcdf_decomp_t should be abstract
SeanBryan51 e9bb8bf
Add base mode IO type
SeanBryan51 f822f68
tests/fixtures.F90: Remove max string length constant
SeanBryan51 2023d24
src/util/netcdf/cable_netcdf_decomp_util.F90: Remove max string lengt…
SeanBryan51 7cde2a7
src/util/netcdf/cable_netcdf.F90: Remove string length constants
SeanBryan51 3be3f14
src/util/netcdf/nf90/cable_netcdf_nf90.F90: Remove CABLE_NETCDF_MAX_RANK
SeanBryan51 883ddc9
src/util/netcdf/cable_netcdf.F90: Remove CABLE_NETCDF_MAX_RANK
SeanBryan51 a56762d
src/util/netcdf/cable_netcdf.F90: Add API documentation
SeanBryan51 a7f73e4
src/util/netcdf/cable_netcdf_stub_types.F90: Documentation
SeanBryan51 dffe1e6
src/util/netcdf/pio/cable_netcdf_pio.F90: Documentation & code format…
SeanBryan51 e516f1f
src/util/netcdf/nf90/cable_netcdf_nf90.F90: Documentation & code form…
SeanBryan51 bbb1b5c
src/util/netcdf/nf90/cable_netcdf_nf90.F90: Remove redundant type com…
SeanBryan51 e5d3508
src/util/netcdf/nf90/cable_netcdf_nf90.F90: Documentation
SeanBryan51 665e0f0
src/util/netcdf/pio/cable_netcdf_pio_stub.F90: Documentation & clean up
SeanBryan51 68b4512
src/util/netcdf/cable_netcdf_internal.F90: Documentation
SeanBryan51 164bdeb
src/util/netcdf/cable_netcdf_decomp_util.F90: Documentation
SeanBryan51 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.