1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The PSOM demo is now a function. The user can specify the folder to run the demo, and the options of the pipeline manager. More... about 16 years ago
minor bug fix for octave. PSOM should now work with Octave 3.0.4. There are known bugs with 3.0.0. It has not been tested with the very latest 3.0.5. More... about 16 years ago
I had forgotten to add the "msub" mode in PSOM_RUN_PIPELINE. More... about 16 years ago
idiot bug fix. More... about 16 years ago
A new execution mode : msub . The options of msub are passed through OPT.QSUB_OPTIONS More... about 16 years ago
bug fix : the options for the shell were not transmitted from PSOM_RUN_PIPELINE to PSOM_PIPELINE_PROCESS. More... about 16 years ago
I got rid of the FLAG_FAST altogether. The problem was caused by the fact that a shell script was submitted to qsub in the background, and then deleted by matlab. If the qsub took to long to run, the shell script got flushed before the script had been submitted !! More... about 16 years ago
bug fix : The FLAG_FAST was interpreted backwards in qsub mode. :( More... about 16 years ago
changed the pause message to make it explicit that pressing any key will make the program continue. More... about 16 years ago
bug fix in the last commit. More... about 16 years ago
The old and new jobs/logs/status are now merged in memory and saved using a regular 'save' call, rather than appending the new jobs to the old description. This is done because the '-append' mode can be quite slow. More... about 16 years ago
When jobs are restarted because some files are missing, there is now a detailed verbose to explain what's happening. More... about 16 years ago
The initialization has been somehow reorganized. The documentation of PSOM_PIPELINE_INIT has been changed accordingly. More... about 16 years ago
bug fix in the last commit. More... about 16 years ago
attempt to speed up the restart of parent files producing missing files. More... about 16 years ago
a couple of bug fixes. More... about 16 years ago
optimized the search for children, and bug fix in the scheme used to restart jobs. More... about 16 years ago
minor bug fix with the update flag. More... about 16 years ago
bug fix. More... about 16 years ago
bug fix in the last commit. More... about 16 years ago
bug fix in OPT.INIT_MATLAB More... about 16 years ago
Small change of the behavior in 'debug' mode. More... about 16 years ago
bug fix in the last commit. More... about 16 years ago
documentation update. More... about 16 years ago
a new OPT.INIT_MATLAB field to execute some matlab instructions before running any job. More... about 16 years ago
bug fix for the last commit. More... about 16 years ago
This is sort of a bug fix. More... about 16 years ago
Two new commands : More... about 16 years ago
The default for FLAG_FAST can be edited using the variable GB_PSOM_FLAG_FAST in the file PSOM_GB_VARS. More... about 16 years ago
There is now a new flag FLAG_FAST which allows to turn on/off the background submission of jobs. This improves significantly the reactivity of the pipeline manager. This is necessary when the pipeline manager is handling tens of jobs. This approach may unfortunately sometimes fail on system with a very slow file system. For that reason, the "fast" mode is disabled by default. More... about 16 years ago