Commit Graph

5 Commits

Author SHA1 Message Date
Rodrigo Arias Mallo
99beac9b23 fwi: generate the model in every node
As we are using local storage, we need a copy of the input in every
node. The current method is to run the generator only in the rank which
has assigned the cpu 0 in the mask.
2021-04-12 19:01:10 +02:00
Rodrigo Arias Mallo
47b326c646 fwi: generate the input at runtime 2021-04-12 17:46:07 +02:00
Rodrigo Arias Mallo
788dd13ebd fwi: merge mpi pure experiment
The getResources function is used to assign the proper cpu binding
depending on the version. However, additional contraints are required to
ensure that we have enough points in Y.

By default the mpi+send+seq branch is disabled.
2021-04-12 15:37:39 +02:00
Rodrigo Arias Mallo
41665bc6fc fwi: refactor config generation into common.nix 2021-04-12 15:01:25 +02:00
Rodrigo Arias Mallo
9aa07993b2 fwi: refactor ss and granularity experiments
A common.nix file contains the shared stages
2021-04-12 14:41:26 +02:00