Commit 059cbe7
abacus_fixer
refactor(source_estate): fold charge_mpi_test into test/, drop test_mpi/
charge_mpi_test is a real MPI test (its main() calls MPI_Init) but does not
need a separate directory now that AddTest supports KEEP_FEATURE_DEFINITIONS.
Move it into test/ alongside the other module tests, keep __MPI for that
target, and register its mpirun -np 4 variant there. Remove the now-empty
test_mpi/ subdirectory and its add_subdirectory() call.
Verified: ctest -R "MODULE_ESTATE_charge_mpi_test|MODULE_ESTATE_test_rhog_io"
-> 3/3 passed (test_rhog_io 10/10, charge_mpi_test, charge_mpi_test_4np 4/4).1 parent 9a33f39 commit 059cbe7
4 files changed
Lines changed: 14 additions & 19 deletions
File tree
- source/source_estate
- test_mpi
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
129 | 143 | | |
File renamed without changes.
This file was deleted.
0 commit comments