-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- split tests into core and backend part - fix formatting - fix openmpi pre 4.1.x macro Co-authored-by: Pratik Nayak <[email protected]> Co-authored-by: Yu-Hsiang M. Tsai <[email protected]>
- Loading branch information
1 parent
0b64def
commit 2a54c3e
Showing
10 changed files
with
251 additions
and
194 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,7 +368,6 @@ class request { | |
return status; | ||
} | ||
|
||
|
||
private: | ||
MPI_Request req_; | ||
}; | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
ginkgo_create_common_and_reference_test(matrix MPI_SIZE 3) | ||
ginkgo_create_common_and_reference_test(partition_helpers MPI_SIZE 3) | ||
ginkgo_create_common_and_reference_test(vector MPI_SIZE 3) | ||
|
||
add_subdirectory(distributed) | ||
add_subdirectory(preconditioner) | ||
add_subdirectory(solver) | ||
add_subdirectory(multigrid) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ginkgo_create_common_and_reference_test(matrix MPI_SIZE 3) | ||
ginkgo_create_common_and_reference_test(partition_helpers MPI_SIZE 3) | ||
ginkgo_create_common_and_reference_test(vector MPI_SIZE 3) | ||
ginkgo_create_common_and_reference_test(row_gatherer MPI_SIZE 6) |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.