1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve verbose statement More... over 12 years ago
handle case when inputs have been removed More... over 12 years ago
do not assume that .stderr file exists on error; terminate job on error (if checkexit) More... over 12 years ago
minor bugfix More... over 12 years ago
fix an old bug copying local files More... over 12 years ago
fix old regression More... over 12 years ago
change plot to use file object rather than filename More... over 12 years ago
trivial cleanup More... over 12 years ago
use .s3 suffix for databases More... over 12 years ago
gzip .fm.stats files by default now More... over 12 years ago
remove duplicates from map inputs. Sort to avoid unecessary duplication of jobs. Support -i - to read list of files from stdin More... over 12 years ago
add -m option to e-mail results. Also swap on/off behaviour for -e (default to caring about exit status now) More... over 12 years ago
handle some race conditions better More... over 12 years ago
keep a list of running processes rather than just a tally More... over 12 years ago
allow us to detect and exit quickly on errors More... over 12 years ago
bugfix (mainly occurred when only one node) More... over 12 years ago
when running local commands, pass a pickle of both the cmds and the config. This allows us to specify very long argument lists over stdin that we can't handle as actual arguments More... over 12 years ago
bugfix when plotting empty data More... over 12 years ago
autodetect right sha module so that we don't give warnings on different versions of python More... over 12 years ago
Move all config info into a nice dictonary-like datastructure that is easy to serialize. Pass that over stdin as a pickle rather than passing the original configparser text. This way we can make changes to the config at runtime (like marking nodes as inactive) and propagate them easily. More... over 12 years ago
don't print New or Filemap performance numbers based on statusonly wallclock times since that's not informative More... over 12 years ago
yet more use of human units More... over 12 years ago
db partition bugfixes More... over 12 years ago
ls -l now prints the most specific time string that applies to all instances of a file More... over 12 years ago
if putting a job fails, mark those nodes inactive before running More... over 12 years ago
more human-readable sizes More... over 12 years ago
better byte units conversion code More... over 12 years ago
bugfix More... over 12 years ago
print total of all input bytes on plots More... over 12 years ago
include "WHERE" text in where clause since it's optional More... over 12 years ago