<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi Will,</div><div>Good to know that someone still has claslib permissions :-)</div><div>If I can give my opinion, I think that the specif fix under discussion (the one that allows user_ana to be run on the batch farm) should be included without further doubts in the official executable, as the one there right now is basically useless, working only interactively. You should just make sure that the only change in the packages since the last build was that one.&nbsp;</div><div>Regards and thanks a lot for taking care of this.&nbsp;</div><div>Silvia</div><div><br><br>Sent from my iPhone</div><div><br>On 26/mar/2014, at 16:26, Will Phelps &lt;<a href="mailto:wphelps@jlab.org">wphelps@jlab.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div>Hello Nikolai,</div>I am the CLAS librarian and I am discussing what to do with the builds with Johann and Harut. So far it looks like I will not be changing the /group/clas/builds/ production build until everyone has been notified. I will create a separate build like /group/clas/builds/build_03_26_14/ or something similar for collaborators to test out before changing the production build. Any suggestions are welcome.&nbsp;<div><div>-Will</div><div><br><div><div>On Mar 26, 2014, at 11:20 AM, Nikolai Pivnyuk &lt;<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br><br><blockquote type="cite">I don't have access to the claslib account anymore. I'm not sure who does.<br></blockquote><br><br><br>Does anybody know "who does" ?<br><br><br><br><blockquote type="cite">If anyone wants to build the fixed version into /group/clas/builds, they<br>could first log into ifarm1101 as claslib and run this:<br><br>cd /group/clas/builds/src/clas-trunk<br>svn up<br>scons -j32 install<br><br><br><br><br>-- Johann &lt;<a href="https://sites.google.com/site/theodoregoetz/">https://sites.google.com/site/theodoregoetz/</a>&gt;<br><br><br>On Tue, Mar 25, 2014 at 4:25 PM, Francois-Xavier Girod<br>&lt;<a href="mailto:fxgirod@jlab.org">fxgirod@jlab.org</a>&gt;wrote:<br><br><blockquote type="cite"><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><br>----- Original Message -----<br>From: "Nikolai Pivnyuk" &lt;<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>&gt;<br>To: "Johann Goetz" &lt;<a href="mailto:theodore.goetz@gmail.com">theodore.goetz@gmail.com</a>&gt;<br>Cc: "clas offline" &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>&nbsp;???????<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><blockquote type="cite">This modification has been in the SVN repository since January, 2014.<br><a href="https://jlabsvn.jlab.org/svnroot/clas/trunk">https://jlabsvn.jlab.org/svnroot/clas/trunk</a><br><br>-- Johann &lt;<a href="https://sites.google.com/site/theodoregoetz/">https://sites.google.com/site/theodoregoetz/</a>&gt;<br><br><br>On Tue, Mar 25, 2014 at 2:32 PM, Silvia Niccolai &lt;<a href="mailto:silvia@jlab.org">silvia@jlab.org</a>&gt;<br></blockquote>wrote:<br><blockquote type="cite"><br><blockquote type="cite">Hello all,<br>Could this "trick" be implemented in the official clas-trunk, so that<br>people don't have to check out, modify this routine and recompile<br>everything?<br>This issue has been known since about last summer...<br>Thanks<br>Silvia<br><br>Sent from my iPhone<br><br><blockquote type="cite">On 25/mar/2014, at 19:24, KiJun Park &lt;<a href="mailto:parkkj@jlab.org">parkkj@jlab.org</a>&gt; wrote:<br><br>Hi,<br><br>Perhaps your problem is related with source code not your input bos<br></blockquote>file.<br><blockquote type="cite">Many people already noticed this problem without knowing the<br></blockquote></blockquote></blockquote>reason.<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">(You may see lots of communications in CLAS_OFFLINE account)<br>The ifarm1102 and batch-farm are identical machines<br></blockquote></blockquote></blockquote>(CENTOS6.2/64bit),<br><blockquote type="cite"><blockquote type="cite">calling same LIBs,... etc.<br><blockquote type="cite">No one really does not know why the error is occurred in only batch<br></blockquote>mode, meantime an interactive mode is working fine.<br><blockquote type="cite"><br>So far, there is a trick which is so far working.<br>You may try this too.<br>But this is not an ultimate solution.<br><br><br><br>The source code in "retcl_yield.F" has<br>---------------------------------------------------------<br>c<br>c look at the terminal input<br>c<br>IF (LINTER) THEN<br>call asynck_c(nbyt)<br>else<br>nbyt = 1<br>endif<br>---------------------------------------------------------<br><br><br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">change this "nbyt = 1" to &nbsp;"nbyt = 0"<br></blockquote></blockquote></blockquote></blockquote><br>I know, this does not make any sense.<br>Because in principle, the loop is going to be infinite when &nbsp;"nbyt<br></blockquote></blockquote></blockquote>=<br><blockquote type="cite"><blockquote type="cite">0"<br>is engaged.<br><blockquote type="cite"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IF (LINTER) THEN<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;call asynck_c(nbyt)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nbyt = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;endif<br><br>re-compile it and submit your job.<br>good luck.<br><br>Sincerely yours,<br>Kijun<br><br><br><br><br>----- Original Message -----<br>From: "Nikolai Pivnyuk" &lt;<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>&gt;<br>To: "clas offline" &lt;<a href="mailto:clas_offline@jlab.org">clas_offline@jlab.org</a>&gt;<br>Sent: Tuesday, March 25, 2014 2:14:50 PM<br>Subject: [Clas_offline] user_ana<br><br>Dear CLAS offliners,<br><br>I have a problem with running user_ana on batch farm nodes.<br>To launch the job I currently use the same scripts which I have<br></blockquote></blockquote></blockquote>used a<br><blockquote type="cite"><blockquote type="cite">few<br><blockquote type="cite">years ago without any problem. These scripts are<br>/volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/send_to_farm.pl<br>and<br>/volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/runmc.pl<br>In runmc.pl see just only quite small "recsis" block of the script.<br>---------------------------------------------------------------------<br>The problem looks likely as the input file<br><br></blockquote><br></blockquote></blockquote>/volatile/clas/clasg10/pivnyuk/g10/mc/outdir_pimi_p_resc_dc_0.02_de_0.08/eg_2.90/gpp0004.bos<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">is invisible for the user_ana.<br>It is just only my impression. I'm not absolutely sure about that.<br>----------------------------------------------------------------------<br>Processing the same gpp0004.bos with user_ana but in INTERACTIVE<br></blockquote></blockquote></blockquote>MODE<br><blockquote type="cite"><blockquote type="cite">is<br><blockquote type="cite">absolutely OK. No problem.<br><br></blockquote></blockquote></blockquote>-----------------------------------------------------------------------<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">More details (.tcl and output .log files etc.) are in the<br></blockquote></blockquote></blockquote>"user_ana"<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">attached file.<br><br></blockquote></blockquote></blockquote>------------------------------------------------------------------------<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">Could somebody kindly have a look on my stuff ?<br>Thanks in advance,<br>Nikolai<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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br><br>--<br>---------------------------------------******<br>Dr. Kijun Park<br>Physics Dept. Old Dominion University<br>Thomas Jefferson National Accelerator Facility<br>Suit 5 Room 12_1/A102<br>12000 Jefferson Ave.<br>Newport News VA 23606<br>Phone 757-269-6989<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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br></blockquote><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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br><br></blockquote>_______________________________________________<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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br></blockquote><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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br><br></blockquote>_______________________________________________<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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a><br></blockquote><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">https://mailman.jlab.org/mailman/listinfo/clas_offline</a></div></blockquote></div><br></div></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Clas_offline mailing list</span><br><span><a href="mailto:Clas_offline@jlab.org">Clas_offline@jlab.org</a></span><br><span><a href="https://mailman.jlab.org/mailman/listinfo/clas_offline">https://mailman.jlab.org/mailman/listinfo/clas_offline</a></span></div></blockquote></body></html>