xplogger.experiment_manager.slurm package

Submodules

xplogger.experiment_manager.slurm.ds module

xplogger.experiment_manager.slurm.job module

xplogger.experiment_manager.slurm.utils module

Functions to interact with the SLURM system.

xplogger.experiment_manager.slurm.utils.cancel_job(job_id: str) str[source]

Cancel the job corresponding to the job id.

xplogger.experiment_manager.slurm.utils.get_info_from_slurm(job_id: str) dict[str, Any][source]

Get info about a specific job from slurm.

Parameters

job_id (str) –

Returns

job info.

Return type

dict[str, Any]

xplogger.experiment_manager.slurm.utils.map_jobid_to_raw_job_id(job_id: str) str[source]

Map job_id to raw job_id.

Module contents