Open jan-janssen opened 6 months ago
The recent updates in the pylammpsmpi
package introduce the use_srun
parameter for enhanced execution control, potentially utilizing the srun
command for simulations. These changes impact initialization and execution functions, providing flexibility in managing simulation environments.
File Path | Change Summary |
---|---|
.../wrapper/ase.py |
Added use_srun parameter with default False to LammpsBase constructor. |
.../wrapper/concurrent.py |
Introduced SrunInterface , added use_srun to execute_async , and conditional logic for interface selection. |
.ci_support/environment-old.yml |
Updated pympipool package version from 0.7.0 to 0.7.2 . |
🐇✨ A hop, a skip, in the code we dip, With
srun
in hand, through data we zip. Toggle true, toggle false, in settings we trust, For simulations that run as fast as a gust. Cheers to the devs, with each line they adjust! 🎉 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
use_srun
to enhance control over task execution in simulation environments. This allows users to optionally utilizesrun
for launching simulations, providing flexibility in resource management and execution strategies.use_srun
parameter, ensuring consistent behavior and integration in different contexts of the application.