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
fixes for python 2.6 More... about 11 years ago
give cowdir a default that does not cause errors More... about 11 years ago
ignore errors trying to cleanup temp dir More... about 11 years ago
support round-robin in fm partition if no field/regex is specified (instead of defaulting to first field) More... about 11 years ago
summarize list of nodes still processing until it is short More... about 11 years ago
regression fix More... about 11 years ago
try harder to cleanup tmp dirs More... about 11 years ago
use per-user tmp directory More... about 11 years ago
show username in fm jobs More... about 11 years ago
fm jobs major rewrite --- use tallyStats like map does at completion (and -s). Also predict completion time More... about 11 years ago
override empty expansions with non-empty expansions More... about 11 years ago
pedantic More... about 11 years ago
rework sync logic again. Now store our name when we start and add a second word (a '.') when we're done. This will be better if we start being more conservative about starting duplicate processing and instead focus on invalidating both finished and unfinished tasks (for example when a node starts and then goes inactive before finishing). More... about 11 years ago
whitespace More... about 11 years ago
tweaks More... about 11 years ago
hone in on which part of a pipeline cannot execute More... about 11 years ago
ensure that different nodes use a different random order for processing files More... about 11 years ago
change fmsync locking behavior for map. In a first pass, only do work that nobody has started yet. In a second pass do things that nobody has finished yet. More... about 11 years ago
highlight redundant files in plots by default More... about 11 years ago
put tempfiles in a /tmp/fm subdirectory to keep /tmp cleaner More... about 11 years ago
fix bug in scheduler locking and handling of SIGTERM handler More... about 11 years ago
Added fm kill --sched (-s) which sends SIGTERM to the fm sched processes on all nodes. Also made schedulers run in a new process group and kill the entire process group at exit time. The goal is for kill -s to kill all filemap sched processes and children on the whoel cluster More... about 11 years ago
Add cowdir setting. This is useful if you have an NFS or global filesystem mounted on some or all nodes and want to be able to read inputs directly from that filesystem. Output is still created in the normal (rootdir) filesystem. More... about 11 years ago
make fm map -s default to similar behavior to not -s (rather than implying -q) More... about 11 years ago
skip job files that start with . (probably rsync in the process of creating one) More... about 11 years ago
added -1 option to ls More... about 11 years ago
bugfix: fm partition -Z was backwards More... about 11 years ago
change default stderr a bit More... about 11 years ago
fm plot improvements: label jobs, smaller font for idle periods, fix regression caused by pipes within commands where we couldn't infer the right start time More... about 11 years ago
change command escaping to use + for spaces More... about 11 years ago