Class AMSFSTempStageJob

Inheritance Relationships

Base Type

Class Documentation

ams_jobs.AMSFSTempStageJob : public ams_jobs.AMSJob

Public Functions

__init__(self, src_dir, dest_dir, resources, environ=None, stdout=None, stderr=None, prune_module_path=None, prune_class=None, cli_args=[], cli_kwargs={})
Attaches a callable that will be called when the future finishes.

:param name: An arbitary name for every job. This can be an arbitary string.
:param executable: A string pointing to the executable to be executed
:param environ: The environment to be used  when scheduling the job.
:param resources: The resources dedicated to this job.
:param stdout File to redirect the stdout.
:param stderr File to redirect the stderr.
:param ams_log: A boolean value to enable the logging of AMS printouts
:param is_mpi: Whether the job is an mpi job.
:param cli_args: positional arguments of the cli command
:param cli_kwargs: key-word arguments of the cli command
:return: ``self``

Public Static Functions

resources_from_domain_job(domain_job)