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
make ls print count of nodes (abrugh's idea) rather than list of nodes by default. Add -n option to print node names (never print meaningless node number).
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
fix name collision that broke fm split
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
Don't execute jobs owned by other users (frequently there are permisison problems)
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
collect() should print stderr only if labelPrint=True or Verbose>0
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
terser output
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
display serial, cached, and non-cached stats separately
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
print different stats when we can tell that performance was dominated by caching. This avoids negative Wait times.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
bug fix in verbose output
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
handle possible race condition where wait() beats sched() starting
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
better verbose printing
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
Print per-node throughput. Use a pickled dictionary for status files since it makes parsing less fragile and creates an extensible format.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
more informative & concise output
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
coallesce status, stderr, and stdout collection after map into one rsync for improved latency
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
Don't print traceback on clean exit
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
enable %() substitution in "fm run" commands
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
"fm _local wait" now implies "fm _local sched" so we don't have to do an extra ssh to every node
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
fix bug in process time accounting when multiple processes per scheduler
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
part of previous patch
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
buffer and print labeled stderr the same way we do stdout
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
map -f used to always use the first node. Now pick multiple nodes based on replication factor in case that one node is down.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
processes can be overridden per node
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
Better SSH defaults. Add processes setting to filemap.conf
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
print helpful error rather than asserting if -i missing on a map command
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
improved performance reporting
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
add labelPrint option to collect() and create "fm run" command that uses it. Fix "fm df" to also use it.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
specify number of processes per node in conf file. Default is 1.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
"map -q" option added to not cat output
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
comment for abrugh
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
wait() had a race that would erroneously report that scheduler died. Fixed exponential backoff in wait() loop.
MIke Fisk
as Michael E. Fisk
More... about 15 years ago
measure and display input bytes, wallclock time, and ratio
MIke Fisk
as Michael E. Fisk
More... about 15 years ago