<div dir="ltr">I don't have access to the claslib account anymore. I'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"><<a href="mailto:fxgirod@jlab.org" target="_blank">fxgirod@jlab.org</a>></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: "Nikolai Pivnyuk" <<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>><br>
</div><div class="HOEnZb"><div class="h5">To: "Johann Goetz" <<a href="mailto:theodore.goetz@gmail.com">theodore.goetz@gmail.com</a>><br>
Cc: "clas offline" <<a href="mailto:clas_offline@jlab.org">clas_offline@jlab.org</a>><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:~>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>
> This modification has been in the SVN repository since January, 2014.<br>
> <a href="https://jlabsvn.jlab.org/svnroot/clas/trunk" target="_blank">https://jlabsvn.jlab.org/svnroot/clas/trunk</a><br>
><br>
> -- Johann <<a href="https://sites.google.com/site/theodoregoetz/" target="_blank">https://sites.google.com/site/theodoregoetz/</a>><br>
><br>
><br>
> On Tue, Mar 25, 2014 at 2:32 PM, Silvia Niccolai <<a href="mailto:silvia@jlab.org">silvia@jlab.org</a>> wrote:<br>
><br>
>> 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>
>> > On 25/mar/2014, at 19:24, KiJun Park <<a href="mailto:parkkj@jlab.org">parkkj@jlab.org</a>> wrote:<br>
>> ><br>
>> > Hi,<br>
>> ><br>
>> > Perhaps your problem is related with source code not your input bos<br>
>> file.<br>
>> > Many people already noticed this problem without knowing the reason.<br>
>> > (You may see lots of communications in CLAS_OFFLINE account)<br>
>> > The ifarm1102 and batch-farm are identical machines (CENTOS6.2/64bit),<br>
>> calling same LIBs,... etc.<br>
>> > No one really does not know why the error is occurred in only batch<br>
>> mode, meantime an interactive mode is working fine.<br>
>> ><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>
>> >>>>> change this "nbyt = 1" to "nbyt = 0"<br>
>> ><br>
>> > I know, this does not make any sense.<br>
>> > Because in principle, the loop is going to be infinite when "nbyt =<br>
>> 0"<br>
>> is engaged.<br>
>> ><br>
>> > IF (LINTER) THEN<br>
>> > call asynck_c(nbyt)<br>
>> > else<br>
>> > nbyt = 1<br>
>> > 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" <<a href="mailto:pivnyuk@jlab.org">pivnyuk@jlab.org</a>><br>
>> > To: "clas offline" <<a href="mailto:clas_offline@jlab.org">clas_offline@jlab.org</a>><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 used a<br>
>> few<br>
>> > years ago without any problem. These scripts are<br>
>> > /volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/<a href="http://send_to_farm.pl" target="_blank">send_to_farm.pl</a><br>
>> > and<br>
>> > /volatile/clas/clasg10/pivnyuk/g10/mc/batch_pipp/<a href="http://runmc.pl" target="_blank">runmc.pl</a><br>
>> > In <a href="http://runmc.pl" target="_blank">runmc.pl</a> see just only quite small "recsis" block of the script.<br>
>> > ---------------------------------------------------------------------<br>
>> > The problem looks likely as the input file<br>
>> ><br>
>> /volatile/clas/clasg10/pivnyuk/g10/mc/outdir_pimi_p_resc_dc_0.02_de_0.08/eg_2.90/gpp0004.bos<br>
>> > 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 MODE<br>
>> is<br>
>> > absolutely OK. No problem.<br>
>> > -----------------------------------------------------------------------<br>
>> > More details (.tcl and output .log files etc.) are in the "user_ana"<br>
>> > attached file.<br>
>> > ------------------------------------------------------------------------<br>
>> > 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" target="_blank">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 <a href="tel:757-269-6989" value="+17572696989">757-269-6989</a><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>
>><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>
>><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>
<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>