Copyright 1999-2000 VA Linux Systems, Inc. Pipeline system for Octave and Matlab News http://www.nitrc.org Pipeline system for Octave and Matlab Latest News PSOM release 1.2.0 http://www.nitrc.org/forum/forum.php?forum_id=5288 Main new features are:<br /> * Improved, more concise verbose. Three levels are now supported for opt.flag_verbose: 0: minimal verbose. 1: default (concise) verbose. 2: extensive verbose, suitable for debugging.<br /> * Figures are generated in the background.<br /> * Killing the pipeline manager (i.e. deleting PIPE.lock) will now kill all active jobs, regardless of the execution mode.<br /> * Jobs that become inactive are automatically detected and counted as failed.<br /> <br /> This release should work on Octave and *nix systems, and likely on OSX as well. As not been tested much on matlab, and not at all on windows. But it may work. Feeback welcome.<br /> Pipeline system for Octave and Matlab Pierre Bellec Tue, 07 Jul 2015 1:00:01 GMT PSOM website http://www.nitrc.org/forum/forum.php?forum_id=4360 The PSOM website has just gone live, featuring a fully revamped documentation.<br /> <br /> http://psom.simexp-lab.org/ Pipeline system for Octave and Matlab Pierre Bellec Tue, 30 Sep 2014 2:48:43 GMT PSOM now on github http://www.nitrc.org/forum/forum.php?forum_id=4165 The PSOM code repository has moved to https://github.com/SIMEXP/psom<br /> <br /> The wiki can now be found at https://github.com/SIMEXP/psom/wiki Pipeline system for Octave and Matlab Pierre Bellec Thu, 17 Jul 2014 1:34:44 GMT PSOM release 1.0.2 http://www.nitrc.org/forum/forum.php?forum_id=3926 Bug fix for the 1.0.1, the update feature was broken for jobs with Inf (or -Inf) values in their options. Pipeline system for Octave and Matlab Pierre Bellec Tue, 27 Aug 2013 3:10:58 GMT PSOM release 1.0.1 http://www.nitrc.org/forum/forum.php?forum_id=3925 New PSOM release 1.0.1. This release adds a few minor features:<br /> * Support of a new field DEP in a job description. This field can be used to explicitly list a list of dependencies (cell of strings with job names). The field DEP is dealt with appropriately by PSOM_MERGE_PIPELINE.<br /> * In qsub/msub modes, job names are now truncated to 8 characters before submission to qsub/msub. This was implemented because long job names crash some flavors of qsub/msub.<br /> * PSOM_CMP_VAR now work on structures with similar fields names but where the field names have not been built in the same order (i.e. the function is insensitive to the order of field names). This impacts only octave, as in matlab fields are ordered alphabetically, independently of the order of creation.<br /> * PSOM_CMP_VAR now has options to control the level of tolerable numerical noise as well as the ability to compare only the fields found in one of the variables (when comparing structures).<br /> * In qsub/msub mode, the subprocesses initiated by PSOM to quickly submit jobs are now terminated cleanly (before it left some zombie jobs behind).<br /> * Minor bug fixes and doc improvement. Pipeline system for Octave and Matlab Pierre Bellec Tue, 27 Aug 2013 3:10:47 GMT PSOM presentation at HBM 2013 http://www.nitrc.org/forum/forum.php?forum_id=3871 There will be presentation on PSOM given tomorrow by Christian Dansereau at the educational course of the Human Brain Mapping conference 2013, entitled &quot;Neuroimaging ‘Big Data’ Challenges and Computational Workflow Solutions&quot; and organized by Ivo Dinov. The pdf of the presentation has been posted on the download section. Pipeline system for Octave and Matlab Pierre Bellec Sun, 16 Jun 2013 4:33:22 GMT PSOM 1.0 released http://www.nitrc.org/forum/forum.php?forum_id=3701 After over a year of test, it is finally time to release PSOM 1.0. This is a stable, production release that includes all of the features planned on the initial roadmap (and a few more). Pipeline system for Octave and Matlab Pierre Bellec Thu, 13 Dec 2012 3:42:16 GMT New logo http://www.nitrc.org/forum/forum.php?forum_id=3255 PSOM has new logo, that was designed to avoid any confusion between PSOM and a popular (although rather old) video game. Pipeline system for Octave and Matlab Pierre Bellec Mon, 18 Jun 2012 6:46:22 GMT PSOM paper published http://www.nitrc.org/forum/forum.php?forum_id=2889 There is now a published paper providing an overview of PSOM features and implementations: <br /> Bellec P, Lavoie-Courchesne S, Dickinson P, Lerch JP, Zijdenbos AP and Evans AC (2012) The pipeline system for Octave and Matlab (PSOM): a lightweight scripting framework and execution engine for scientific workflows. Front. Neuroinform. 6:7. doi: 10.3389/fninf.2012.00007<br /> <br /> http://www.frontiersin.org/neuroinformatics/10.3389/fninf.2012.00007/abstract Pipeline system for Octave and Matlab Pierre Bellec Wed, 04 Apr 2012 1:59:17 GMT PSOM release 0.9 http://www.nitrc.org/forum/forum.php?forum_id=2335 PSOM r0.9 had just been released and can be downloaded from here:<br /> http://www.nitrc.org/frs/?group_id=316<br /> <br /> This is the PSOM candidate release, with all the features planned for PSOM 1.0 available. A paper of PSOM has also been submitted for publication, with a detailed description of the PSOM design and implementation. This will be made avaiable on the PSOM website upon acceptance. If you are using PSOM and find it useful, it is now an excellent time to show your support by filling in an evaluation on the NITRC website:<br /> http://www.nitrc.org/rating/show_results.php?group_id=316 <br /> <br /> The main changes since PSOM 0.8.8 are:<br /> * The PSOM has now been tested on a variety of operating systems (Linux, Windows, Mac OSX), with both Matlab and Octave and with different configurations. So far, the only issue that was found was the 'background'/'batch' modes for Octave on Cygwin (Windows).<br /> * A new function PSOM_CONFIG. It will test step-by-step that the submission of jobs is successful, and provide context-dependent error messages and suggestions if an issue is detected. This function should help a lot setting up the configuration of PSOM.<br /> * A new wiki page providing [http://code.google.com/p/psom/wiki/CodingGuidelines coding guidelines] for PSOM users. <br /> * A new execution mode : 'background'. In this mode jobs run in the background, and they will get interrupted if the initial matlab/octave session is interrupted (which is not the case in 'batch' mode). The default mode is now 'session' for the pipeline manager, and 'background' for the jobs.<br /> * The [http://code.google.com/p/psom/wiki/ConfigurationPsom PSOM configuration tutorial] has been updated to reflect the changes made in release 0.9. <br /> * The [http://code.google.com/p/psom/wiki/HowToUsePsom PSOM tutorial] has been updated to match the reflect made to `psom_demo_pipeline` in release 0.9. <br /> * Many minor bug fixes and improvements. <br /> A more detailed list of changes can be found in the [http://code.google.com/p/psom/wiki/ReleaseNotes release notes]. Pipeline system for Octave and Matlab Pierre Bellec Thu, 01 Dec 2011 3:49:30 GMT