RemoteSlurmServer.create_job (function)
def create_job(self, job_name=None, nprocs=4)
Create a child RemoteSlurmJob instance.
job_name
(string, optional, default=None): name for this job instance. If not provided, one will be created from the current datetime and accessible through RemoteSlurmJob.job_name. Thisjob_name
will be necessary to reconnect to a previously submitted job.nprocs
(int, optional, default=4): default number of procs to use when calling RemoteSlurmJob.submit_job