<div dir="ltr">I don&#39;t have access to the claslib account anymore. I&#39;m not sure who does. If anyone wants to build the fixed version into /group/clas/builds, they could first log into ifarm1101 as claslib and run this:<div>
<br></div><div>cd /group/clas/builds/src/clas-trunk</div><div>svn up</div><div>scons -j32 install</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>-- <a href="https://sites.google.com/site/theodoregoetz/" target="_blank">Johann</a></div>

<br><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 4:25 PM, Francois-Xavier Girod <span dir="ltr">&lt;<a href="mailto:fxgirod@jlab.org" target="_blank">fxgirod@jlab.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
One would think that<br>
/group/clas/builds/bin/user_ana<br>
should be consistent with<br>
/group/clas/builds/src/clas-trunk/reconstruction/recsis/retcl_yield.F<br>
but this source file is not consistent with the svn repository.<br>
<br>
/group/clas/builds/ is supposed to be updated manually (?).<br>
<br>
Best regards,<br>
FX<br>
<div class="im HOEnZb"><br>
----- Original Message -----<br>
From: &quot;Nikolai Pivnyuk&quot; &lt;<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>&gt;<br>
</div><div class="HOEnZb"><div class="h5">To: &quot;Johann Goetz&quot; &lt;<a href="mailto:theodore.goetz@gmail.com">theodore.goetz@gmail.com</a>&gt;<br>
Cc: &quot;clas offline&quot; &lt;<a href="mailto:clas_offline@jlab.org">clas_offline@jlab.org</a>&gt;<br>
Sent: Tuesday, March 25, 2014 4:13:27 PM<br>
Subject: Re: [Clas_offline] user_ana<br>
<br>
Johann,<br>
<br>
  ???????<br>
<br>
pivnyuk@ifarm1102:~&gt;ll /group/clas/builds/bin/user_ana<br>
-rwxrwxr-x 1 claslib clasdev 4225915 Dec 18 14:33<br>
/group/clas/builds/bin/user_ana<br>
<br>
<br>
&gt; This modification has been in the SVN repository since January, 2014.<br>
&gt; <a href="https://jlabsvn.jlab.org/svnroot/clas/trunk" target="_blank">https://jlabsvn.jlab.org/svnroot/clas/trunk</a><br>
&gt;<br>
&gt; -- Johann &lt;<a href="https://sites.google.com/site/theodoregoetz/" target="_blank">https://sites.google.com/site/theodoregoetz/</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 25, 2014 at 2:32 PM, Silvia Niccolai &lt;<a href="mailto:silvia@jlab.org">silvia@jlab.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hello all,<br>
&gt;&gt; Could this &quot;trick&quot; be implemented in the official clas-trunk, so that<br>
&gt;&gt; people don&#39;t have to check out, modify this routine and recompile<br>
&gt;&gt; everything?<br>
&gt;&gt; This issue has been known since about last summer...<br>
&gt;&gt; Thanks<br>
&gt;&gt; Silvia<br>
&gt;&gt;<br>
&gt;&gt; Sent from my iPhone<br>
&gt;&gt;<br>
&gt;&gt; &gt; On 25/mar/2014, at 19:24, KiJun Park &lt;<a href="mailto:parkkj@jlab.org">parkkj@jlab.org</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Perhaps your problem is related with source code not your input bos<br>
&gt;&gt; file.<br>
&gt;&gt; &gt; Many people already noticed this problem without knowing the reason.<br>
&gt;&gt; &gt; (You may see lots of communications in CLAS_OFFLINE account)<br>
&gt;&gt; &gt; The ifarm1102 and batch-farm are identical machines (CENTOS6.2/64bit),<br>
&gt;&gt; calling same LIBs,... etc.<br>
&gt;&gt; &gt; No one really does not know why the error is occurred in only batch<br>
&gt;&gt; mode, meantime an interactive mode is working fine.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; So far, there is a trick which is so far working.<br>
&gt;&gt; &gt; You may try this too.<br>
&gt;&gt; &gt; But this is not an ultimate solution.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The source code in &quot;retcl_yield.F&quot; has<br>
&gt;&gt; &gt; ---------------------------------------------------------<br>
&gt;&gt; &gt; c<br>
&gt;&gt; &gt; c look at the terminal input<br>
&gt;&gt; &gt; c<br>
&gt;&gt; &gt; IF (LINTER) THEN<br>
&gt;&gt; &gt; call asynck_c(nbyt)<br>
&gt;&gt; &gt; else<br>
&gt;&gt; &gt; nbyt = 1<br>
&gt;&gt; &gt; endif<br>
&gt;&gt; &gt; ---------------------------------------------------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; change this &quot;nbyt = 1&quot; to  &quot;nbyt = 0&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I know, this does not make any sense.<br>
&gt;&gt; &gt; Because in principle, the loop is going to be infinite when  &quot;nbyt =<br>
&gt;&gt; 0&quot;<br>
&gt;&gt; is engaged.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;        IF (LINTER) THEN<br>
&gt;&gt; &gt;            call asynck_c(nbyt)<br>
&gt;&gt; &gt;        else<br>
&gt;&gt; &gt;           nbyt = 1<br>
&gt;&gt; &gt;        endif<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; re-compile it and submit your job.<br>
&gt;&gt; &gt; good luck.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Sincerely yours,<br>
&gt;&gt; &gt; Kijun<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ----- Original Message -----<br>
&gt;&gt; &gt; From: &quot;Nikolai Pivnyuk&quot; &lt;<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>&gt;<br>
&gt;&gt; &gt; To: &quot;clas offline&quot; &lt;<a href="mailto:clas_offline@jlab.org">clas_offline@jlab.org</a>&gt;<br>
&gt;&gt; &gt; Sent: Tuesday, March 25, 2014 2:14:50 PM<br>
&gt;&gt; &gt; Subject: [Clas_offline] user_ana<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Dear CLAS offliners,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a problem with running user_ana on batch farm nodes.<br>
&gt;&gt; &gt; To launch the job I currently use the same scripts which I have used a<br>
&gt;&gt; few<br>
&gt;&gt; &gt; years ago without any problem. These scripts are<br>
&gt;&gt; &gt; /volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/<a href="http://send_to_farm.pl" target="_blank">send_to_farm.pl</a><br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; /volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/<a href="http://runmc.pl" target="_blank">runmc.pl</a><br>
&gt;&gt; &gt; In <a href="http://runmc.pl" target="_blank">runmc.pl</a> see just only quite small &quot;recsis&quot; block of the script.<br>
&gt;&gt; &gt; ---------------------------------------------------------------------<br>
&gt;&gt; &gt; The problem looks likely as the input file<br>
&gt;&gt; &gt;<br>
&gt;&gt; /volatile/clas/clasg10/pivnyuk/g10/mc/outdir_pimi_p_resc_dc_0.02_de_0.08/eg_2.90/gpp0004.bos<br>
&gt;&gt; &gt; is invisible for the user_ana.<br>
&gt;&gt; &gt; It is just only my impression. I&#39;m not absolutely sure about that.<br>
&gt;&gt; &gt; ----------------------------------------------------------------------<br>
&gt;&gt; &gt; Processing the same gpp0004.bos with user_ana but in INTERACTIVE MODE<br>
&gt;&gt; is<br>
&gt;&gt; &gt; absolutely OK. No problem.<br>
&gt;&gt; &gt; -----------------------------------------------------------------------<br>
&gt;&gt; &gt; More details (.tcl and output .log files etc.) are in the &quot;user_ana&quot;<br>
&gt;&gt; &gt; attached file.<br>
&gt;&gt; &gt; ------------------------------------------------------------------------<br>
&gt;&gt; &gt; Could somebody kindly have a look on my stuff ?<br>
&gt;&gt; &gt; Thanks in advance,<br>
&gt;&gt; &gt; Nikolai<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Clas_offline mailing list<br>
&gt;&gt; &gt; <a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a><br>
&gt;&gt; &gt; <a href="https://mailman.jlab.org/mailman/listinfo/clas_offline" target="_blank">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; ---------------------------------------******<br>
&gt;&gt; &gt; Dr. Kijun Park<br>
&gt;&gt; &gt; Physics Dept. Old Dominion University<br>
&gt;&gt; &gt; Thomas Jefferson National Accelerator Facility<br>
&gt;&gt; &gt; Suit 5 Room 12_1/A102<br>
&gt;&gt; &gt; 12000 Jefferson Ave.<br>
&gt;&gt; &gt; Newport News VA 23606<br>
&gt;&gt; &gt; Phone <a href="tel:757-269-6989" value="+17572696989">757-269-6989</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Clas_offline mailing list<br>
&gt;&gt; &gt; <a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a><br>
&gt;&gt; &gt; <a href="https://mailman.jlab.org/mailman/listinfo/clas_offline" target="_blank">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Clas_offline mailing list<br>
&gt;&gt; <a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a><br>
&gt;&gt; <a href="https://mailman.jlab.org/mailman/listinfo/clas_offline" target="_blank">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Clas_offline mailing list<br>
&gt; <a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a><br>
&gt; <a href="https://mailman.jlab.org/mailman/listinfo/clas_offline" target="_blank">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br>
<br>
<br>
_______________________________________________<br>
Clas_offline mailing list<br>
<a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a><br>
<a href="https://mailman.jlab.org/mailman/listinfo/clas_offline" target="_blank">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br>
</div></div></blockquote></div><br></div>