-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpidummy: get rid of MPI_File and friends
There is already an abstraction layers for File I/O (`Transport`), so if one were to use MPI I/O in the future, it'd make sense to add it there, but only offers value if it's actually available (ie, we're building with MPI), so there wouldn't be a need for a dummy implementation even then.
- Loading branch information
Showing
2 changed files
with
0 additions
and
82 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