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
Merge branch 'master' of github.com:mfisk/filemap More... over 12 years ago
bugfixes More... over 12 years ago
add loadavg command More... over 12 years ago
add cz and tsv.gz formats More... over 12 years ago
completed and tested fastbit implementation. db now has "print" and "import" commands and the old "q" command now always produces an output databse in the same format as the input database. "q" no longer outputs to stdout ever More... over 12 years ago
support FastBit as well as SQLite3 now More... over 12 years ago
partition: regression created when range support added More... over 12 years ago
slurm fixes More... over 12 years ago
regression fix More... over 12 years ago
partition: gzip input and output by default More... over 12 years ago
make a localrm to resolve globs More... over 12 years ago
bugfix: assert error on non-slurm configs More... over 12 years ago
don't be so verbose More... over 12 years ago
remove the barrier between map and wait --- just enqueue them in the same FIFO queue. Fixed some inconsistencies that resulted in multiple Procs instances for no reason. More... over 12 years ago
slurmfe is now None, localhost, or a command to login to a front-end (e.g. an ssh). Filemap will automatically salloc if necessary and find a running FM job in squeue to use. More... over 12 years ago
use lstat consistently in localls More... over 12 years ago
inconsequential More... over 12 years ago
deal with our directory going away while we're running More... over 12 years ago
quote all ssh args so that the remote side can run a shell that consumes a set of quotes More... over 12 years ago
bugfix: never looked past local directory when searching config file More... over 12 years ago
add support for detecting active nodes from SLURM and overriding nodes specified in a list. More... over 12 years ago
rename split to partition and use a stable hash across python versions and architectures More... over 12 years ago
keep inactive as a class variable so we can inherit a default value. More... over 12 years ago
remove dead code More... over 12 years ago
use get() method to get output files rather then re-implementing in map() More... over 12 years ago
don't escape so many characters from filenames. Would like to allow spaces, but currently that breaks other things. More... over 12 years ago
quote remote ls args so they don't get expanded by the remote shell before the remote fm gets them More... over 12 years ago
"fm store" -s is now a number of round-robin queues rather than forcing just 1. More... over 12 years ago
this may be a complex expression, so put () around it More... over 12 years ago
remove incorrect usage More... over 12 years ago