1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 01, 2024 — Jun 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A stub of a function to act as a PSOM deamon that starts workers and send jobs to them. More... almost 10 years ago
Merge pull request #25 from SIMEXP/spawn More... almost 10 years ago
The 'flag_spawn' feature is now functional. More... almost 10 years ago
A first stab at implementing the flag_spawn feature. Not working yet. More... almost 10 years ago
Simplified the verbose at the end of the pipeline. More... almost 10 years ago
Minor verbose fix. More... almost 10 years ago
Started introducing a flag to turn psom_pipeline_process into "spawn" mode. More... almost 10 years ago
Minor tweak for a microscopic gain in efficiency. I ran another batch of tests, and PSOM gets over 90% efficiency for pipelines whose jobs are longer than 20 s, on a laptop with 8 threads. I guess this is good enough. More... almost 10 years ago
I have made the check of the heartbeat fault-tolerant. This should hopefully fix issue #22 More... almost 10 years ago
* there is now no pause by default. * Improved verbose. More... almost 10 years ago
When the pipeline manager is not executed in 'session' mode, the exit status is now NaN (before it was undefined). This is now also properly documented. More... almost 10 years ago
Minor modif to try to understand a weird bug on travis. More... almost 10 years ago
Fix issue #20. More... almost 10 years ago
Will hopefully fix issue #21. More... almost 10 years ago
Improved verbose. More... almost 10 years ago
Now sending kill signal to all jobs if the pipeline is interrupted. More... almost 10 years ago
Change suggested by Zaixu Cui for improved compatibility with tcsh/csh. More... almost 10 years ago
Merge pull request #18 from SIMEXP/issue2 More... almost 10 years ago
Changed a bit the logic of the hearbeat: now the psom deamon is comparing the time stamps generated by the heartbeat, and counts how long it was since the last change. If 30 seconds elapse without a change, the job is deemed dead, and marked as failed. More... almost 10 years ago
Fixed a bug in octave for pause. More... almost 10 years ago
Restored previous changes. More... almost 10 years ago
Added support for the heartbeat in PSOM_PIPELINE_PROCESS. More... almost 10 years ago
Added support for the heartbeat in PSOM_JOB_STATUS. More... almost 10 years ago
Simplified the content of the heartbeat. More... almost 10 years ago
Minor tweak to try and work around a weird bug. More... almost 10 years ago
Bug fix: failure in subpipelines were not detected if all expected files were produced. I have added a flag in psom_run_pipeline to throw an error as soon as a job fails. This flag is off by default, but on for subpipelines. More... almost 10 years ago
Switched the default execution mode for 'background' for both the pipeline managers and the jobs. Also changed version number to version 1.0.4. More... almost 10 years ago
The warning stream should get properly redirected to the logs. More... almost 10 years ago
Merge pull request #16 from SIMEXP/issue15 More... almost 10 years ago
Fixes #15. More... almost 10 years ago