-
Notifications
You must be signed in to change notification settings - Fork 5
Planned Features
Amartya Das Sharma edited this page Oct 28, 2025
·
1 revision
Date - tba
- Rename "north south east west top bottom" to corresponding "+-xyz"
- Add vectorization flags to cmake
- Refactor filtering (From 2024 refactoring)
- Independent load balancing across MD instances (?)
- Dynamic load balancing (Independent across MD? Migration of coupling cells?)
- Add wall selection to NieVelocityImposition, to allow imposition only on selected walls in MD (only on the left, for instance)
- Add ability to have unique configuration files for each MD instance in multiMD (to allow only one MD instance to write VTK or adios data, for instance, so as to avoid all the MD instances from writing in the same folder) (or allow every MD instance to read from different checkpoints)
-
inside couette-test/microscopic-solver in couette.xml :
unique-configurations="all | root | none" configuration-name="path/file.xml"
- default behaviour is "none", mamico will look for file.xml
- for "root" md instance 0 will have a "file-root.xml" or "file-inst0.xml", and for the rest "file.xml"
- for "all mamico will look for "file-inst0.xml", "file-inst1.xml" ... so forth
-
actual file extension is immaterial since different MD solvers use different config file types, this is just a way for mamico to find the file and give it to the correct instance, mamico does not actually read the file (except for simpleMD)
-