Michel Lang

Results 218 comments of Michel Lang

I could do the same thing for partitions, but I really don't know what I'm doing. :confused:

@lcomm The arguments will be exported in the next version of batchtools, I'm just waiting for some feedback on #180 before exposing the args. @ja-thomas @berndbischl

Ok it looks like `--no-header` is supported now by rc-squeue. I've changed the Slurm cluster functions to always use the longer command line arguments nevertheless.

> I see in the templates that there is a log.file parameter, and I would like to specify that (so I can control where the log file exists on the...

It would be possible to use the job.name for the log file name (?setJobName). Would that suffice?

I can include something like this. How do you want the interface to look like? Re-running `batchMap()` or something like `addJobs(params = list())`?

> my use case for adding jobs to an existing registry involves dependencies #204 between jobs that each have different functions, so it would be useful if each job could...

You are probably looking for `findExpired()` and then `submitJobs(findExpired(), resources = list(walltime = [longer walltime]))`. `batchtools` defines a job as expired iff it is not found on the system (as...

The date is stored internally in `reg$status`. To give more information for expired jobs you would need to extend the cluster functions with an additional call, i.e. `getJobStatus(date, batch.id)`. Note...