bugfix |
|
More...
|
about 12 years ago
|
support multiple lists in node specifications; switch substitution format to python's format() rather than % Such as: [(1-6).(1-8)] hostname=node{0} rootdir=/data{1}/fm |
|
More...
|
about 12 years ago
|
attempt to set process name to local command |
|
More...
|
about 12 years ago
|
change syncdir handling. Different naming convention within syncdir. Use localrm --absolute to remove things in syncdir. |
|
More...
|
about 12 years ago
|
include memory usage and fair share in DynamicLoad scheduling |
|
More...
|
about 12 years ago
|
use POSIXy way to find number of CPUs |
|
More...
|
about 12 years ago
|
in plot, user minor ticks for subnodes (as denoted with node.foo) |
|
More...
|
about 12 years ago
|
errant redunand line from conflict resolution |
|
More...
|
about 12 years ago
|
Merge branch 'master' of [email protected]:mfisk/filemap |
|
More...
|
about 12 years ago
|
optimize consistent hash code a lot since it was a hot spot. Cache results when looking up basenames because we expect a lot of repeats. Construct generators rather than big list copies when actually doing consistent hashing. Reduce number of points per node from 100 to 10 |
|
More...
|
about 12 years ago
|
another SLURM regression for non-slurm systems |
|
More...
|
about 12 years ago
|
fix bug in non-slurm cases |
|
More...
|
about 12 years ago
|
Merge branch 'master' of [email protected]:mfisk/filemap |
|
More...
|
about 12 years ago
|
redistribute should just store a single replica (certainly not broadcast to all nodes which is the pickn default) |
|
More...
|
about 12 years ago
|
filtering for active nodes is done downstream so that we can choose $n$ replicas and be satisfied if 1 is up |
|
More...
|
about 12 years ago
|
plot fixes |
|
More...
|
about 12 years ago
|
Merge pull request #3 from mfisk/plot-fix |
|
More...
|
about 12 years ago
|
more portable path |
|
More...
|
about 12 years ago
|
fixed shebang |
|
More...
|
about 12 years ago
|
add loadavg reporting as a percent of CPU cores/hyperthreads |
|
More...
|
about 12 years ago
|
changed internal notation for label book keeping, fixed height of plot area |
|
More...
|
about 12 years ago
|
bugfixes |
|
More...
|
about 12 years ago
|
made map -m more robust to missing dns module, inability to plot (missing matplotlib) |
|
More...
|
about 12 years ago
|
slurm's srun doesn't expand globs (unlike sshd and sh), so srun sh -c when necessary |
|
More...
|
about 12 years ago
|
fixed some location parsing bugs |
|
More...
|
about 12 years ago
|
use preferred python in user's path |
|
More...
|
about 12 years ago
|
fixed a python 2.4 compatibility problem |
|
More...
|
about 12 years ago
|
fix regression on plotting caused when we made things less verbose |
|
More...
|
about 12 years ago
|
made plotting less verbose |
|
More...
|
over 12 years ago
|
improved email attachments: use pre python 2.5 apis; name attachments; fixed fmstats.gz attachment |
|
More...
|
over 12 years ago
|