<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I hope so! I don't think LSF requires to launch MPI_Init, but first, I<br>

have to get access to the log files (I don't understand why they were<br>
not copied, whereas the job was submitted).<br>
<div class="im"></div></blockquote><div><br>What log files are you referring to?  The IPython log files?  For the engine?  The Controller?  Where do they need to be copied?  Could you clarify?<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">>> Also, I've tried to extract the job id (it seems it is needed), but<br>
>> the BatchEngineSet.parse_job_id extracts everything that is matched by<br>
>> the regexp describing a job (it uses group()). I had to put "Job<br>
>> <(\d+)>" as a regexp, so group() returns, for instance, "Job <1234>"<br>
>> instead of "1234". I may submit a patch to get group(1) and modify the<br>
>> PBS regexp accordingly.<br>
><br>
> Yes, you will *very* likely have to modify the various regexps.<br>
<br>
</div>Is it needed to have the exact job ID ? Perhaps to kill the job?<br>
</blockquote><div><br>Yes, you definitely need the exact job ID to kill the job.<br><br>Brian<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Cheers,<br>
<div><div></div><div class="h5"><br>
Matthieu<br>
--<br>
Information System Engineer, Ph.D.<br>
Website: <a href="http://matthieu-brucher.developpez.com/" target="_blank">http://matthieu-brucher.developpez.com/</a><br>
Blogs: <a href="http://matt.eifelle.com" target="_blank">http://matt.eifelle.com</a> and <a href="http://blog.developpez.com/?blog=92" target="_blank">http://blog.developpez.com/?blog=92</a><br>
LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" target="_blank">http://www.linkedin.com/in/matthieubrucher</a><br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br>