microsoft / aiida-dynamic-workflows

An AiiDA plugin for dynamically defining workflows using Python functions
MIT License
17 stars 4 forks source link

Consider integration with `ContainerizedCode` #24

Open ltalirz opened 1 year ago

ltalirz commented 1 year ago

AiiDA 2.1 finally adds support for containerized codes, see changelog.

This could be interesting for aiida-dynamic-workflows, since it would allow to encapsulate the Python environment on the remote compute resource.

If the compute resource is SLURM, there are plugins like pyxis that make it straightforward to run containers there.

Mentioned to me by @giovannipizzi in today's AiiDA hackathon