1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #85 from SIMEXP/issue83 More... over 9 years ago
Added separate modes for jobs, deamon, manager and garbage collector. More... over 9 years ago
force cwd at the root of output directory More... over 9 years ago
Fixed bug in pipeline visualization of logs for running jobs. Still needs to be adapted to PSOM2. More... over 9 years ago
remove debug line More... over 9 years ago
update cbrain comunication script More... over 9 years ago
add json to cbrain comunication More... over 9 years ago
add cbrain type jobs More... over 9 years ago
remove local conf from gitignore More... over 9 years ago
remove debug fork More... over 9 years ago
hack into qsub to redirect to cbrain, should be cleaned More... over 9 years ago
The deamon quits when there are no active workers left and no hope for revival. Fixes #79. More... over 9 years ago
Now the deamon resets workers, regardless of the fact it is resurrecting it. As a consequence, no endless death announcement anymore (fixes #73). Other major benefit: the pipeline will complete if some workers crash and are not revived. The manager will detect the reset and redispatch the jobs to other workers (assuming some are alive). Finally, I have also added timing to the events of the deamon (fixes #77). More... over 9 years ago
New option in PSOM_PIPELINE_VISU: nb of completed jobs as a function of time. More... over 9 years ago
Speed up the test for presence of files. More... over 9 years ago
Changed once again the way the manager checks tag files: now it is using psom_exist on tags for all running jobs. It is not screening anymore the logs folder systematically. More... over 9 years ago
Merge branch 'master' of github.com:SIMEXP/psom More... over 9 years ago
Simplified the tag stuff. Only failed/finished. And the manager only detects tags, the garbage collector cleans them. More... over 9 years ago
Changed the time necessary to diagnose death of workers. More... over 9 years ago
Stylistic change. More... over 9 years ago
Wait the profile file before processing finish tag. More... over 9 years ago
Only save a finish tag. More... over 9 years ago
Bug fix: now handle only one 'finish' tag file. Do not track registration and running status. Simpler, better. More... over 9 years ago
Fiddling around how to handle tag files. Somehow the system breaks under high load. More... over 9 years ago
Simplified syntax. More... over 9 years ago
Removing annoying verbose. More... over 9 years ago
Bug fix. Work towards issue #75 (should have done a branch for this!). More... over 9 years ago
Use of file tags instead of news_feed in PSOM_WORKER. Work towards issue #75. More... over 9 years ago
Support input of FLAG_VERBOSE as second argument in PSOM_CLEAN. More... over 9 years ago
switched from a news_feed based reporting system to tag files job.{registered,running,finish}. Work towards resolving #75 More... over 9 years ago