-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Soma-workflow servers can run inside a container (singularity, docker). However if it runs using a local scheduler, it cannot use an installed DRMS on the server submitting machine, because it cannot link with the host libdrmaa, nor use host-side commands such as qsub or qstat.
It might be possible to get out of the container for commands such as qsub or qstat, using tricks such as "ssh localhost qsub something" but it's not very nice. And I have no solution for DRMAA.