|
Hi, as per the title, I have a MACE trained model and I don't know how to parallelize the calculation. These are the relevant line in my script: I am running these calculation on a cluster with Gpus, slurm is used as a queue manager. As far as I understood ASE will try to run automatically in parallel if it founds mpi4py libraries in the system. Does MACE calculators support parallel running on gpu? Is there any environment variable that has to be exported in order to run in parallel using gpus? Like OMP_NUM_THREADS for cpu runs? Thanks for any help. |
Replies: 2 comments 4 replies
|
What kind of parallelisation do you want to do? Do you want to run multiple computations in parallel, or parallels a single computation across multiple GPUs? The first thing is doable, but the second is not yet available publicly. |
|
Thanks, my idea was to do the second type of computation like the kind described here. So the single parallel calculation is brewing, looking forward to its release. |
If you wait a few weeks, @wcwitt will release exactly what you need, stay tuned.