Ubuntu – How do I run many Singularity/Apptainer containers from one Python script, using multiple CPUs and nodes?
Problem statement I have a Python program that needs to launch a number of Singularity containers in parallel. Is it possible to do this, exploiting all of the available hardware, using only built-in libraries (subprocessing, concurrent.futures, etc)? The 'host' script…