qbatch icon indicating copy to clipboard operation
qbatch copied to clipboard

Results 31 qbatch issues
Sort by recently updated
recently updated
newest added

I'm thinking returncode of the job submission and job ids. This would depend on getting the properly parsable outputs.

Currently `--depend` sets up dependencies so that all jobs must succeed before the submitted job runs (in PBS this is the `afterok` dependency), but sometimes you may want your final...

Currently, memory request of 0 is used to indicate not making a memory request. SLURM reserves 0 to a special request of "give me all ram on the node". So...

If I have something like a joblist of 81 commands and my chunksize is 20, I get this unfortunate result of jobs with 40,40,1. This is bad for the cluster....

When debugging cluster config its helpful to know exactly what inputs qbatch ended up with since a few different configs can result in similar looking job slicing.

Right now we allow defaults via the environment. @andrewjankie makes a passing mention of config file defaults

question

This is an unhelpfully imprecise ticket title as is, but let me explain here and we can perhaps break out separate tickets if that seems more useful. I think we...

Have had a couple of bugs now that are only exposed by actual job submission. Need to figure out some kind of live testing using docker maybe?

Different code, same name. Need to parse a version string?

Back in issue #49 we discussed having chunk size defaulting to the ppj, but we lost track of that issue so I'm filing this. I'm thinking it the logic should...