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
removed dependency on six More... about 4 years ago
converted to python3 (tested on 3.8.2) More... about 4 years ago
make test case results more consistent between mac and linux More... about 4 years ago
Redis: Use SETNX operation for atomic test and set to reduce number of transactions requried for syncing More... almost 8 years ago
Expect nodename rather than hostname in redis locks More... almost 8 years ago
Don't try to steal work from slow nodes since we don't yet have a way to kill the slow node automatically. change "canDefer" argument to "exclusive" to make code more legible. More... almost 8 years ago
Merge pull request #14 from JensRantil/rm-unused-imports More... almost 8 years ago
link to Wiki More... almost 8 years ago
comments More... almost 8 years ago
BUGFIX: ls arguments were being ignored. broken in 19d83d5836e6360107d26747c10b61e9f94aee4e More... almost 8 years ago
Document that syncdir can use redis. Do redis regression tests only if pyhton can import redis. More... almost 8 years ago
include cowdir files in ls More... over 10 years ago
reduce is a barrier even if not preceded by a shuffle More... over 10 years ago
remove dead code More... over 10 years ago
add more handling for race conditions on shared data directories More... over 10 years ago
skip copies to self on redistribute (recursive rsync could delete source in the process) More... over 10 years ago
bugfix: marked SLURM nodes inactive erroneously if they had 0-padded names More... over 10 years ago
only report status files generated by this node (for directories shared between nodes) More... over 10 years ago
removed special case handling for some global config options and switched them to the regular inheritance processing More... over 10 years ago
more atomic operations to deal with shared directories More... over 10 years ago
removed special case handling for some global config options and switched them to the regular inheritance processing More... over 10 years ago
removed special case handling for some global config options and switched them to the regular inheritance processing More... over 10 years ago
fix recent regressions; use nodename rather than hostname when possible for My_file_prefix more redis testing and fixes More... over 10 years ago
re-enable full testing More... over 10 years ago
Merge branch 'master' of github.com:mfisk/filemap More... over 10 years ago
add "demand" setting for cowdir and update example filemap.conf More... over 10 years ago
use more unique filenames to remove race conditions when multiple schedulers share a directory More... over 10 years ago
in pickn(), make sure we pick n _active_ nodes More... over 10 years ago
add support for sycndir=redis:// URLs rather than a global filesystem More... over 10 years ago
fix example of node ranges More... over 10 years ago