Aliases of PyCondor ClassesΒΆ

One can also call the Dagman and Job in PyCondor through the aliases Dagman and DagmanJob respectively to build HTCondor submit files.

from slurmpter import Dagman
from slurmpter import DagmanJob

Please visit the PyCondor documentation for more details of the usage.