Add mpi parameter to b_grid

This commit is contained in:
2023-12-10 22:33:17 +01:00
parent aa0936abd1
commit 234342f2de
2 changed files with 34 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ namespace platform {
json excluded;
std::vector<int> seeds;
};
struct ConfigMPI {
int rank;
int nprocs;
}
class GridSearch {
public:
explicit GridSearch(struct ConfigGrid& config);