-
Notifications
You must be signed in to change notification settings - Fork 44
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
Feat halo #717
Merged
Merged
Feat halo #717
Changes from all commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
114ade3
name change in RegionCoords: MaxIndex is NumRegionsMax now
dhinf 56882fe
fixed update function of inner stencil operator for 2D specialization…
dhinf 1fec0d7
enables assignment operator for StencilIterator
dhinf 5609247
removed reference when returning coords
dhinf de705d2
fixed update in inner stencil operator
dhinf 142a78a
added boundary region dependency check for bordering halo regions
dhinf a0183d5
now region border indicator uses a boolean for pre and post center area
dhinf fdd47a1
added mapped boundary regions to support region wise boundary iterator
dhinf 6bf2531
Now halos are packed and transfered.
dhinf 812a547
Merge branch 'development' of https://github.com/dash-project/dash in…
dhinf 9c01036
fixed RegionIterator operator* and method dart_gptr(); some fixes pac…
dhinf b59a826
fixed region Region output, added signal for non packed but used halo…
dhinf 289004e
added missing regions to _signal_handles
dhinf 8a847a3
replaced volatile based busy waiting with dart_get and minor code opt…
dhinf fe46973
fixed move constructor and move and copy assignment operator
dhinf e83a085
replaced RegionIter with GlobViewIter -> reduced code redundancy
dhinf f8c2e47
optimized inner and outer stencil iterator
dhinf bd88aff
fixed bugs
dhinf 42eece3
Merge branch 'development' of https://github.com/dash-project/dash in…
dhinf e2a13b2
fixed merge conflicts
dhinf 3979a3e
fixed errors for different extents between local views
dhinf 72a6ea7
added missing include
dhinf 735fda0
started to clean up code and fix warnings
dhinf 74d0a16
Allocated dynamic memory at page boundaries
devreal 6080d7d
merge memalign
dhinf 6e932b2
added new coordinate based access for the halo wrapper
dhinf cfd02ef
addef factory for stencil specs, for now only full stencil can be cre…
dhinf 1f31220
fixed constructors
dhinf 0cb993b
fixed wrong region_number in HaloSpec
dhinf c6521de
fix: region wise update (blocking and async)
dhinf b458839
first step of restructering
dhinf 3c29e47
merge
dhinf 401543e
fixed alias for stencil point value
dhinf 6b5bfb1
name change in RegionCoords: MaxIndex is NumRegionsMax now
dhinf 7d4f6ac
fixed update function of inner stencil operator for 2D specialization…
dhinf c606809
enables assignment operator for StencilIterator
dhinf 9fe9227
removed reference when returning coords
dhinf c8313c0
fixed update in inner stencil operator
dhinf 79e1c45
added boundary region dependency check for bordering halo regions
dhinf 201a816
now region border indicator uses a boolean for pre and post center area
dhinf 6a29e74
added mapped boundary regions to support region wise boundary iterator
dhinf ac4320c
Now halos are packed and transfered.
dhinf db6b165
fixed RegionIterator operator* and method dart_gptr(); some fixes pac…
dhinf ce0affa
fixed region Region output, added signal for non packed but used halo…
dhinf 3a0e0a5
added missing regions to _signal_handles
dhinf 98a0df5
replaced volatile based busy waiting with dart_get and minor code opt…
dhinf f4339e2
fixed move constructor and move and copy assignment operator
dhinf afccf0e
replaced RegionIter with GlobViewIter -> reduced code redundancy
dhinf 915fc05
optimized inner and outer stencil iterator
dhinf 5e5e1ad
fixed bugs
dhinf 5601fe4
fixed merge conflicts
dhinf 9b0074e
fixed errors for different extents between local views
dhinf 688ed2c
added missing include
dhinf 0078535
started to clean up code and fix warnings
dhinf ef9abb6
Allocated dynamic memory at page boundaries
devreal ecf5b6b
added new coordinate based access for the halo wrapper
dhinf 8606b04
addef factory for stencil specs, for now only full stencil can be cre…
dhinf 5f7c907
fixed constructors
dhinf 7f199ce
fixed wrong region_number in HaloSpec
dhinf e34d000
fix: region wise update (blocking and async)
dhinf ddc4d3f
first step of restructering
dhinf d3544ef
fixed alias for stencil point value
dhinf 1653727
Merge branch 'feat-halo' of https://github.com/dash-project/dash into…
dhinf 6e38c7a
Merge branch 'development' into feat-halo
dhinf b24c540
removed the slow vs fast solution, because iterators are fast too now
dhinf e70de57
removed HaloWrapper friendship in matrix
dhinf ac99756
fixes teamspec neighbor bug and adds array based argument to neighbor…
dhinf d5e1204
refactored and fixed signal and packing environment
dhinf 0fb4dc5
restructured halo and boundary environment
dhinf 128a8e5
fixed glob_bound ref in halo_block, unused code fragments
dhinf d7733a6
Updated config.yml
dhinf d281d99
fixed outdated extention access
dhinf 4a5a33d
Merge branch 'development' of https://github.com/dash-project/dash in…
dhinf cb417dc
minor name changes, inner and inner+boundary view check to small bloc…
dhinf 7e78d0a
adapted to new name changes in Halo.h
dhinf 8cd2137
Merge branch 'feat-halo' of https://github.com/dash-project/dash into…
dhinf 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 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
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
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
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.
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.
needed?