-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Make participant names in precice-aste-run
configurable
#168
Comments
As far as I remember, We can change it as follows easily if it does not look messy From precice-aste-run -v -p A --mesh fine_mesh_nn --data "Franke Function" &
precice-aste-run -v -p B --mesh ../coarse_mesh --output map_nn --data "InterpolatedData" to precice-aste-run -v --donor -p ParticipantName1 --mesh fine_mesh_nn --data "Franke Function" &
precice-aste-run -v --acceptor -p ParticipantName2 --mesh ../coarse_mesh --output map_nn --data "InterpolatedData" Any suggestions for the roles? |
Wouldn't it be possible to deduce this information from the xml config? |
We have a similar discussion for replay mode and finalize it with another configuration file. Replay mode can be used as a fully configurable mapping-tester mode. |
@uekerman any opinions here?
|
Option 2 is probably a good quick solution. I like the names. |
The names of the participants are currently hard-coded to
A
andB
when investigating mappings. It would be easy to read actual names from the CLI and use it for the coupled simulation, i.e., for preCICE and the preCICE xml configuration.aste/src/modes.cpp
Lines 204 to 205 in e796634
The text was updated successfully, but these errors were encountered: