1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
regression: multiprocess piplines have total wallclock times larger than actual wallclock; we need to track start time explicitly now for plotting ratehr than usign total wallclock More... over 10 years ago
add legend to plots More... over 10 years ago
cleanups More... over 10 years ago
bugfix: plot would skip items that ended gaps More... over 10 years ago
ignore dotfiles (like incomplete rsyncs) when handling jobs directory More... over 10 years ago
fm can occur in pipes More... over 10 years ago
avoid errant exit status More... over 10 years ago
fm partition enhancements More... over 10 years ago
scheduling improvement More... over 10 years ago
avoid errant exit status More... over 10 years ago
comments More... over 10 years ago
regression fix: error parsing ">-" More... over 10 years ago
bugfix: ">- a | b" would fail trying to setup polling on b.stdin More... over 10 years ago
actually use number of running processes in the resource manager to estimate resources required by additioanl jobs More... over 10 years ago
Major change. x | b is now handled as an inline (no writes to disk) pipeline like a normal shell. x || b assumes the previous behavior of applying b to every output of x. More... over 10 years ago
Merge branch 'master' of github.com:mfisk/filemap More... over 10 years ago
first steps to using a single remote shell to launch multiple schedulers on that host More... over 10 years ago
regression: stopped supporting nodes that do not have hostnames (local nodes) More... over 10 years ago
allow a map command to start with a redistribute (a "<") More... over 10 years ago
since redistribute does n=1, reduce operations should too More... over 10 years ago
better logic about when there is enough memory to run more. We were making single-node machines run with no parallelism More... over 10 years ago
bugfix: free memory estimation was wrong More... over 10 years ago
use rsync -u so if there are conflicting versions of files laying around we always take the newest. More... over 10 years ago
bugfix: redistribute was going to multiple destinations and not caching lookups More... over 10 years ago
portability fix More... over 10 years ago
when a reduce on a long list of files fails, do not print the whole list More... over 10 years ago
make sure escaped filenames fit in a reasonable file size More... over 10 years ago
nodes with no parallelism were being dropped from the plot More... over 10 years ago
updated run of fm -h More... over 10 years ago
run and clean targets More... over 10 years ago