<div dir="ltr"><div>This modification has been in the SVN repository since January, 2014.<br></div><div class="gmail_extra"><a href="https://jlabsvn.jlab.org/svnroot/clas/trunk">https://jlabsvn.jlab.org/svnroot/clas/trunk</a></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 2:32 PM, Silvia Niccolai <span dir="ltr"><<a href="mailto:silvia@jlab.org" target="_blank">silvia@jlab.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hello all,<br>
Could this "trick" be implemented in the official clas-trunk, so that people don't have to check out, modify this routine and recompile everything?<br>
This issue has been known since about last summer...<br>
Thanks<br>
Silvia<br>
<br>
Sent from my iPhone<br>
<div class=""><div class="h5"><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 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), calling same LIBs,... etc.<br>
> No one really does not know why the error is occurred in only batch 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 = 0" 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 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>
> /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 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>
</div></div></blockquote></div><br></div></div>