Simulating models in supercomputers #1307
Replies: 3 comments 6 replies
-
This is almost ready in #1261 |
Beta Was this translation helpful? Give feedback.
-
The functionality for solving with multiple inputs in parallel is now merged into develop. However, we have not implemented anything to parallelize a single solve of the model. I don't think this is particularly high on any of the developers' priority list, but if someone wants to take it on that would be great. |
Beta Was this translation helpful? Give feedback.
-
Here's a little example of how to run an ensemble of input parameters. N.B this is running from our dev branch and is not finished yet and is still a work in progress.
@tlestang will be able to explain more on our plans for this feature |
Beta Was this translation helpful? Give feedback.
-
I have been using PyBamm for a while and I really appreciate the efforts put forward and the wonderful results it gives. While working with the model, I experimented to simulate a code in the supercomputer, I observed that it was not utilizing multiple cores in multiple nodes to simulate the model. The program ran with only one node and multiple cores (the similar way it runs on a laptop or desktop) even when multiple nodes were allocated.
The implementation will be useful for the people who want to simulate aging effects by adding multiple sub-models as the computation time increases with the addition of sub-models.
Maybe someone can take up the task to run models using supercomputers whose jobs are managed by Slurm (opensource workload manager)
Beta Was this translation helpful? Give feedback.
All reactions