-
Notifications
You must be signed in to change notification settings - Fork 47
Fix issue with Database class #276
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
Changes from all commits
a5d336c
60b1f15
c62ec3b
0ac7640
c872267
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,8 +53,6 @@ main( | |
| return 1; | ||
| } | ||
|
|
||
| bool status = false; | ||
|
|
||
| // Define the values for the first sample. | ||
| double vals0[6] = {1.0, 6.0, 3.0, 8.0, 17.0, 9.0}; | ||
|
|
||
|
|
@@ -144,5 +142,5 @@ main( | |
|
|
||
| // Finalize MPI and return. | ||
| MPI_Finalize(); | ||
| return !status; | ||
|
dylan-copeland marked this conversation as resolved.
|
||
| return 0; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like the goal of this test is just to run without failing? There is nothing checked, like in
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes this test was added to the CI only intending to be a quick check if an error occurred with |
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.