iRASPA Community

RASPA => General => Topic started by: kaoutarUM6P on November 13, 2024, 03:09:42 PM

Title: Parallel computing with RASPA
Post by: kaoutarUM6P on November 13, 2024, 03:09:42 PM
I am trying to run co2 adsorption on Mofs using parallelization in an HPC, I already tried running for one Mof, "in 1 node + 56 tasks + 1 cpu per task", but the running time was almost similar (few minutes difference) when using 1 cpus and 1 task (default configuration), so I would like to know if raspa does support parallelization or multi-threading ?

thank you
Title: Re: Parallel computing with RASPA
Post by: David Dubbeldam on January 29, 2025, 07:25:12 PM
No, RASPA does not use parallelism. But, for example, usually each point in an isotherm is computed separately and you can use an "embarrassingly parallel" approach.