Jon Pipitone
Jon Pipitone
Er, to be clear, setting `--ppj` on the command line should adjust `-j` and `-c` unless they are also set. This isn't the case right now.
Gabe, can you have a look at this fix and let me know what you think.
We could generalize but then there might be too much metaprogramming black magic. I'll have a think about it this evening. > On Apr 21, 2016, at 10:35 AM, Gabriel...
I know it adds a dependency, but could consider using something like the module [`humanfriendly`](https://pypi.org/project/humanfriendly/) to parse units.
> SGE can't accept ISO style proper capitalization Colour me surprised ;-) Perhaps might save some effort on the parsing side to use an external library, no? And then save...
Just tuning in to all of the development going on here. So awesome! What about using Travis CI locally for live testing since we're already using it for CI: https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image...
Hm.. Needlessly complex? What was the use case you had in mind? Either way, we definitely still want configuration via environment variables so that we can use qbatch with environment-modules.
And so in the environment-modules file you could do something like: ``` set-env QBATCH_CONFIG /quarantine/qbatch/1.01/build/config ``` I'm okay with that. I also don't see a compelling case to change from...
Right, I see what you mean. I'm weirdly attached to the convenience of env variables but no matter... config file does the trick nicely.
How about a `--min-chunksize` option defaulting to 1. If the last chunk size is < the min-chunk size, you add those tasks to the previous chunk.