cloudmesh_client.cloud.hpc.provider.slurm package¶
Submodules¶
cloudmesh_client.cloud.hpc.provider.slurm.BatchProviderSLURM module¶
-
class
cloudmesh_client.cloud.hpc.provider.slurm.BatchProviderSLURM.
BatchProviderSLURM
[source]¶ Bases:
cloudmesh_client.cloud.hpc.BatchProviderBase.BatchProviderBase
-
cm
= <cloudmesh_client.db.CloudmeshDatabase.CloudmeshDatabase object>¶
-
classmethod
delete
(cluster, job, group=None)[source]¶ This method is used to terminate a job with the specified or a group of jobs job_id or job_name in a given cluster :param group: :param cluster: the cluster like comet :param job: the job id or name :return: success message or error
-
kind
= 'slurm'¶
-