<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px"><span style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">Hey guys,</span><br></div>
<div style="font-family:arial,sans-serif;font-size:13px">
<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">I am using omniORB / CORBA via Salome CAD software. I wrote a script which is called with following command &quot;runAppli -t myscript.py&quot;. runAppli is the executable of Salome. My script generates a geometry according to given design parameters and meshes it.</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">If I call my script with &quot;runAppli -t myscript.py&quot; on my workstation everything runs smooth. BUT if I do the same and submit this into a queing system (SGE) something like &quot;qsub runAppli -t myscript.py&quot; salome crashes with the message:</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">terminate called after throwing an instance of &#39;omni_thread_fatal&#39;</p><p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">

 </p><p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">/home/username/salome/appli_V7_2_0/runAppli: line 50: 19895 Aborted                 (core dumped) ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py $*</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">So &#39;omni_thread_fatal&#39; gives me the clue that it has to do something with the omniORB stuff. I tried a lot with the &quot;qsub&quot; command forwarding the environment variables (-V) but that&#39;s somehow not the problem I think.</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">The nodes in the queuing grid have the same home directory mounted and I prepared a python 2.7 and a salome 7.2.0 version in the home directory. So it really is available on each node in the grid. The environment variables seem good to me (comparing output of &quot;env&quot; &amp; &quot;qsub env&quot;)</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">Has anybody else tried that before and experienced the same issues? And is there a solution for that? Hope somebody can help me out here. What could cause such a problem?</p>

<p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif"><br></p><p style="line-height:18px;font-size:12px;font-family:Arial,Helvetica,sans-serif">Thanks in advance...</p></div></div>
</div><br></div>