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
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
MIke Fisk
as Michael E. Fisk
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
MIke Fisk
as Michael E. Fisk
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
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
redistribute should just store a single replica (certainly not broadcast to all nodes which is the pickn default)
MIke Fisk
as Michael E. Fisk
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
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
plot fixes
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
Merge pull request #3 from mfisk/plot-fix More... about 12 years ago
more portable path
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
fixed shebang More... about 12 years ago
add loadavg reporting as a percent of CPU cores/hyperthreads
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
changed internal notation for label book keeping, fixed height of plot area More... about 12 years ago
bugfixes
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
made map -m more robust to missing dns module, inability to plot (missing matplotlib)
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
slurm's srun doesn't expand globs (unlike sshd and sh), so srun sh -c when necessary
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
fixed some location parsing bugs
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
use preferred python in user's path
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
fixed a python 2.4 compatibility problem
MIke Fisk
as Michael E. Fisk
More... about 12 years ago
fix regression on plotting caused when we made things less verbose
MIke Fisk
as Michael E. Fisk
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