-
Notifications
You must be signed in to change notification settings - Fork 43
MPIO support for Basis classes #274
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
b6a9ac6
BasisWriter::writeBasis create/open a file and closes the file at the…
dreamer2368 e5c7779
stylization.
dreamer2368 fd53d75
HDFDatabase::putIntegerArray - overwrites if the dataset exists.
dreamer2368 302823a
enforce single time interval in Options.
dreamer2368 14cbb89
HDFDatabase::putIntegerArray does not allow overwrite.
dreamer2368 b799317
BasisWriter::writeBasis always create the file, which will overwrite …
dreamer2368 6d2067a
add a header and stylization.
dreamer2368 dc63042
remove increase time interval test, as time interval is fixed to 1.
dreamer2368 8d84c1b
add an error message for a guidance.
dreamer2368 85aa021
remove test_SVD from ci workflow.
dreamer2368 3c3c667
SVD::increaseTimeInterval - allow the initial time interval.
dreamer2368 8371e85
minor fix in test_IncrementalSVDBrand.
dreamer2368 bf1e126
reflecting the comments.
dreamer2368 cf6f27c
removed the concept of time interval in BasisReader. time argument re…
dreamer2368 3153eaf
BasisWriter: removed the concept of time interval.
dreamer2368 6ffa908
minor fix in BasisReader.
dreamer2368 8aa426d
SVD: removed the concept of time intervals.
dreamer2368 b7cb8e2
BasisGenerator: removed the concept of time interval.
dreamer2368 3d43de0
add test_SVD.cpp for resolving conflict.
dreamer2368 9fdc453
stylization.
dreamer2368 3acb606
changed function signature of BasisGenerator::takeSample.
dreamer2368 79702a2
rebased to resolve conflict.
dreamer2368 5889309
changed function signature for BasisReader::getSpatialBasis.
dreamer2368 5e3a418
changed function signature for BasisReader::getTemporalBasis.
dreamer2368 99beadb
changed function signature for BasisReader::getSingularValues.
dreamer2368 30ff855
changed function signature for BasisReader::getSnapshotMatrix.
dreamer2368 7eb2044
unit test with fapl_mpi.
dreamer2368 6e809f2
parallel integer array writing example.
dreamer2368 dd17b60
add timing for H5DWrite.
dreamer2368 3f43c62
2d integer array parallel writing example.
dreamer2368 fc51f9e
hdf5 parallel integer array reading example.
dreamer2368 62366be
add d_dim as const member variable of BasisGenerator/Reader.
dreamer2368 cd347ec
BasisReader: CSV format is never used. Enforce HDF5 format from now on.
dreamer2368 281eb9a
create/open_parallel function.
dreamer2368 a6f8c12
stylization
dreamer2368 472a3e5
test_HDFDatabase: test for selective parallal I/O.
dreamer2368 17f0438
parallel I/O routines within basis classes.
dreamer2368 2806f8e
HDFDatabaseMPIO class initial loading.
dreamer2368 bf6fa22
rebase from generator-fix2
dreamer2368 efe2f71
deployed HDFDatabaseMPIO to basis classes.
dreamer2368 736bc11
test for partial getSpatialBasis.
dreamer2368 2123862
test routien for scaling.
dreamer2368 945995f
add hdf database test in ci workflow.
dreamer2368 66a4785
Merge remote-tracking branch 'origin/master' into mpi-io
dreamer2368 f36fbb4
update doxygen description
dreamer2368 0d0ce60
Merge branch 'master' into mpi-io
dreamer2368 41d57c5
reflecting comments 1
dreamer2368 d91bb90
reflecting comments 2. changed interface.
dreamer2368 49095d5
Merge branch 'master' into mpi-io
dreamer2368 0d883f1
minor fix
dreamer2368 09b8271
reflecting comments
dreamer2368 fdff1ff
hdf5 parallel is optional. set compile-time if statements.
dreamer2368 a339294
minor fix
dreamer2368 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -265,6 +265,7 @@ if(GTEST_FOUND) | |
| set(unit_test_stems | ||
| Vector | ||
| Matrix | ||
| HDFDatabase | ||
| DEIM | ||
| DMD | ||
| GNAT | ||
|
|
||
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
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.