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.
boomerAMG on GPU for SolidMechanicsLagrangianSSLE #1054
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
boomerAMG on GPU for SolidMechanicsLagrangianSSLE #1054
Changes from 1 commit
c0e3d8f
abe1f6a
a392f2a
16ffd62
6550d95
8af4936
9be628a
3ccc0e9
5560b69
239bf6a
8f0234f
29f0a26
7a6e7f3
8a0e58d
f9675fa
ba290b5
3940989
94e5266
f8d0530
b84333c
30a82c7
de3d0cd
a3dffe3
675eab6
4192d75
662692d
40fdba0
d9d978a
341f0e5
bd6df5c
5e2bf98
577a50b
8324e10
c74ce7e
a394d65
27a565c
dfb53bf
4d7f9fc
5efeb15
594a9cb
31b07e1
6526b4a
7d1295b
fa42154
021fb55
0784195
7fad00c
6ecc2cd
19abb38
e998b3e
b092540
b68a80b
a6deba0
47803fe
1ab7abf
87da7e6
cd8d2a6
4bf5284
fe26290
626b770
fe409fb
dce53ab
084cac4
c35a2ab
58e86f5
ec8590e
9c68dc6
1833bbb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why isn't caliper used?
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.
Because we want timings for each call....can caliper do that?
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.
I imagine it can but I don't know to be honest.
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.
I think the goal was to eventually have some (crude) runtime profiling printing to the log as the simulation executes, just to let the user know how things are proceeding. Caliper is great, but you have to wait until the end of the simulation to examine the profile. Or at least, at the time we implemented the stopwatch, it wasn't clear how we could get this info out of Caliper during the run.
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.
I do recall I was supposed to improve
Stopwatch
at some point....but not high on the priority list.