-
Notifications
You must be signed in to change notification settings - Fork 121
Refactoring + Additional Optimizations #43
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
28 commits
Select commit
Hold shift + click to select a range
3aaa022
New monopoles module, passes all test cases on CPUs
wilfonba 2e37202
Screwed things up with m_viscous
wilfonba 37223d5
Revert "Screwed things up with m_viscous"
wilfonba e873338
Starting point for m_viscous
wilfonba 04b0f9e
Updated start point
wilfonba b4f6495
compiles without errors with m_viscous. Fails a monopole test though...
wilfonba 58e4ea0
things
wilfonba 47bc66a
Revert "compiles without errors with m_viscous. Fails a monopole test…
wilfonba c436f55
Revert "Revert "compiles without errors with m_viscous. Fails a monop…
wilfonba 4a93def
Revert "things"
wilfonba d92e58c
All test cases pass with m_viscous and m_monopole on CPUs
wilfonba bbdb0fc
removed some unused code and added headers to modules
wilfonba 3c8cf71
started fixing gpu errors
1d570c8
almost working on GPUs
b348f29
almost working on GPUs
9f33f4a
Passes on GPUs
da4bca8
Passes on GPUs
wilfonba 07cf17d
Merge branch 'refactoring' of github.com:wilfonba/MFC-Wilfong into re…
wilfonba dbb8459
added runtime folder
wilfonba 4376ff7
added runTimeTests.sh script
wilfonba 2959fcb
Merge branch 'MFlowCode:master' into refactoring
wilfonba 68075ec
Revert "added runtime folder"
wilfonba cb2d236
Fixing some minor bugs
d5f6ccd
Major Refactoring Done, All 1D and 2D tests pass on GPUs
9bacfb3
Major Refactoring Done + All tests pass on GPUs
3e9e29b
Bubbles cases run 20 times faster (fixed one of the kernels) + Retain…
76cf41b
fixed golden.txt files
wilfonba e5bfdf5
Fixing deallocate on m_viscous
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| #!bash | ||
|
|
||
| for i in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) | ||
| ./mfc.sh run ../MonopoleTests/1C0780C8Big/case.py -n 6 -g 6 -t pre_process simulation | ||
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.
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.
remove this file