<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_forum.php?forum_id=1317" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NITRC Pipeline system for Octave and Matlab Forum: help</title>
  <link>http://stage.nitrcce.org/forum/forum.php?forum_id=1317</link>
  <description>Get Public Help</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster></webMaster>
  <lastBuildDate>Tue, 07 Apr 2026 19:50:25 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NITRC RSS generator</generator>
  <item>
   <title>RE: psom_pipeline_process error with /bin/bash</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=7754&amp;forum_id=1317</link>
   <description>Hi Casey,&lt;br /&gt;
&lt;br /&gt;
Looks like recent ubuntu does not include the `at` command by default. You can install it using: &lt;br /&gt;
&lt;br /&gt;
`sudo apt-get install at`&lt;br /&gt;
&lt;br /&gt;
Alternatively you can use the 'background' execution mode, which should work on most systems (it's the default). Not sure how panda has set up it's configuration, but in psom it looks something like:&lt;br /&gt;
&lt;br /&gt;
`opt.mode = 'background';`&lt;br /&gt;
&lt;br /&gt;
You may want to get in touch with the PANDA developers on their dedicated forum:&lt;br /&gt;
http://www.nitrc.org/forum/forum.php?forum_id=2731&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Pierre</description>
   <author>Pierre Bellec</author>
   <pubDate>Mon, 27 Feb 2017 4:21:55 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=7754&amp;forum_id=1317</guid>
  </item>
  <item>
   <title>psom_pipeline_process error with /bin/bash</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=7754&amp;forum_id=1317</link>
   <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I am using psom1-2.0 within the GRETNA toolbox on an ubuntu 16.04 system. I am running into the following error when I try to run the network analysis: &lt;br /&gt;
&lt;br /&gt;
Error using psom_pipeline_process (line 339)&lt;br /&gt;
Something went bad when sending the pipeline in the background. The error message was : /bin/bash: at: command not found&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I noticed on another forum entry that psom was working on other /bin/bash systems (http://www.nitrc.org/forum/forum.php?thread_id=3371&amp;amp;forum_id=1316), which leaves me more confused about what this particular error means. Could you please give me any advice on how I may fix this problem?&lt;br /&gt;
&lt;br /&gt;
Thanks for your help,&lt;br /&gt;
Casey</description>
   <author>Casey Paquola</author>
   <pubDate>Wed, 22 Feb 2017 7:56:45 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=7754&amp;forum_id=1317</guid>
  </item>
  <item>
   <title>RE: PSOM stay busy</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=2293&amp;forum_id=1317</link>
   <description>Dear Alexis,&lt;br /&gt;
&lt;br /&gt;
All my apologies for letting two months pass before answering ! Silly me, I did not register to monitor this forum ... Anyway, do you still have this problem ? It seems that the jobs do not complete &amp;quot;cleanly&amp;quot; (i.e. generating .finshed tags). Would you mind checking the contents of the logs folder while PSOM is stuck (and check the content of any .log file in there). This may give us an indication of what is blocking the pipeline.&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Pierre</description>
   <author>Pierre Bellec</author>
   <pubDate>Wed, 15 Jun 2011 14:28:11 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=2293&amp;forum_id=1317</guid>
  </item>
  <item>
   <title>PSOM stay busy</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=2293&amp;forum_id=1317</link>
   <description>Hi I am a graduate student from biomedical department of McGill who use psom ( last released version on unix system) to lauch some simulations in session mode:&lt;br /&gt;
opt.path_logs = [resultPath 'logs'];                 &lt;br /&gt;
opt.mode = 'session';                               &lt;br /&gt;
opt.mode_pipeline_manager = 'session';               &lt;br /&gt;
opt.time_between_checks = 0.5;                      &lt;br /&gt;
opt.max_queued = 2;                                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My pipeline has 3 jobs &lt;br /&gt;
 job 1 and 2 are independant&lt;br /&gt;
job 3 call output from job 1 and 2 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Psom Process my job 1 and 2 sicessfully (&quot;The job was successfully completed&quot;) but stay busy after and doesnt attempt to start the job 3&lt;br /&gt;
However  the message the job has been sucessfully completed ( 0&lt;br /&gt;
 in queue) doesnt appear for any job as if psom is a not able to &lt;br /&gt;
finalize the process.&lt;br /&gt;
&lt;br /&gt;
When i press Crtl+C I get: &lt;br /&gt;
??? Operation terminated by user during ==&gt; psom_pipeline_process at 679&lt;br /&gt;
&lt;br /&gt;
In ==&gt; psom_run_pipeline at 351&lt;br /&gt;
    psom_pipeline_process(file_pipeline,opt_proc);&lt;br /&gt;
&lt;br /&gt;
In ==&gt; pipeline_wgls at 241&lt;br /&gt;
psom_run_pipeline(pipeline,opt);&lt;br /&gt;
&lt;br /&gt;
The corresponding line (679) is: pause(time_between_checks); % To avoid wasting resources, wait a bit before re-trying to submit jobs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With an old version of psom  there are no problems.&lt;br /&gt;
Any Idea ?&lt;br /&gt;
&lt;br /&gt;
Thank you &lt;br /&gt;
Alexis</description>
   <author>Alexis Machado</author>
   <pubDate>Wed, 27 Apr 2011 15:03:39 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=2293&amp;forum_id=1317</guid>
  </item>
  <item>
   <title>Welcome to Help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=1255&amp;forum_id=1317</link>
   <description>Welcome to Help</description>
   <author>Christian Haselgrove</author>
   <pubDate>Mon, 21 Dec 2009 17:05:28 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=1255&amp;forum_id=1317</guid>
  </item>
 </channel>
</rss>
