<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic  Problem launching fortran executable and python file with mpiexec on a Linux cluster in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785110#M458</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt; I have some trouble for launching fortran executable and python file with mpiexec on a Linux cluster: the executable is &lt;BR /&gt;elaborated with ifort linking the MSC Marc code with fortran user subroutine, the python code includes mpi4py (linking python &lt;BR /&gt;with MPI).&lt;BR /&gt; The output of the Linux cluster is the following (complete output at the end):&lt;BR /&gt;&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;&lt;BR /&gt; Let me explain more about the codes used:&lt;BR /&gt;&lt;BR /&gt; (1) the code MSC Marc is linked with MPI shipped by MSC Software, basically a Intel MPI;&lt;BR /&gt;&lt;BR /&gt; (2) the python code involves MPICH code, built by me. According to the FAQ of MPICH2, it would work with code based on Intel &lt;BR /&gt;MPI. I have especially taken an old version of MPICH, version 1.2 for not getting into incompatibility with Intel MPI (the &lt;BR /&gt;common mpif.h are compatible).&lt;BR /&gt;&lt;BR /&gt; Disgression about the objective of this procedure: MSC Marc is a structural code, by writing a interface python code; it is&lt;BR /&gt;possible to simulate fluid structure interaction. The CFD code has also a python interface. Exchange between heterogeneous &lt;BR /&gt;computers is taken care by python. End of disgression.&lt;BR /&gt;&lt;BR /&gt; The above procedure has worked for a HP cluster. For this machine, the MPI code is the same for MSC Marc and python code,&lt;BR /&gt;namely HPMPI. Some tests have been made for the installation on the new Linux cluster:&lt;BR /&gt;&lt;BR /&gt;(1) the folowing instruction works:&lt;BR /&gt; mpiexec -np 1 small-fortran (executable) : -np 1 python small-python-code.py&lt;BR /&gt;&lt;BR /&gt;(2) same for:&lt;BR /&gt; mpiexec -np 1 script.marc (executable of MSC Marc)&lt;BR /&gt;&lt;BR /&gt; (3) same for:&lt;BR /&gt; mpiexec -np 1 script.marc : -np 1 script.marc&lt;BR /&gt;&lt;BR /&gt; (4) same for:&lt;BR /&gt; mpiexec -np 1 small-fortran : -np 1 small-fortran&lt;BR /&gt;&lt;BR /&gt; So what's is wrong for &lt;BR /&gt;&lt;BR /&gt; mpiexec -np 1 script.marc : -np 1 fortran-executable&lt;BR /&gt;&lt;BR /&gt; I don't have the slightest idea. Would somebody have any idea, I would be indebted to hear about it.&lt;BR /&gt;&lt;BR /&gt; Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;========================Complete output&lt;BR /&gt;&lt;BR /&gt;mpiexec --verbose -genv I_MPI_FALLBACK_DEVICE 0 -np 1 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm &lt;BR /&gt;-dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes : -np 1 &lt;BR /&gt;/wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] ==========================================&lt;BR /&gt;=======[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] mpiexec options:&lt;BR /&gt;[mpiexec@bigblue] ----------------&lt;BR /&gt;[mpiexec@bigblue] Base path: /wrk3/helires/bin/mpich2-install/bin/&lt;BR /&gt;[mpiexec@bigblue] Proxy port: 9899&lt;BR /&gt;[mpiexec@bigblue] Bootstrap server: ssh&lt;BR /&gt;[mpiexec@bigblue] Debug level: 1&lt;BR /&gt;[mpiexec@bigblue] Enable X: -1&lt;BR /&gt;[mpiexec@bigblue] Working dir: /wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] Host file: HYDRA_USE_LOCALHOST&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Global environment:&lt;BR /&gt;[mpiexec@bigblue] -------------------&lt;BR /&gt;[mpiexec@bigblue] REMOTEHOST=nanopus.frlab&lt;BR /&gt;[mpiexec@bigblue] HOSTNAME=bigblue&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENSE_NOQUEUE=yes&lt;BR /&gt;[mpiexec@bigblue] HOST=bigblue&lt;BR /&gt;[mpiexec@bigblue] TERM=dtterm&lt;BR /&gt;[mpiexec@bigblue] SHELL=/bin/csh&lt;BR /&gt;[mpiexec@bigblue] SSH_CLIENT=125.1.5.218 62405 22&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENCE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] QTDIR=/usr/lib64/qt-3.3&lt;BR /&gt;[mpiexec@bigblue] QTINC=/usr/lib64/qt-3.3/include&lt;BR /&gt;[mpiexec@bigblue] SSH_TTY=/dev/pts/4&lt;BR /&gt;[mpiexec@bigblue] GROUP=DADS&lt;BR /&gt;[mpiexec@bigblue] USER=helires&lt;BR /&gt;[mpiexec@bigblue] LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:&lt;BR /&gt;[mpiexec@bigblue] LS_COLORS=no&lt;BR /&gt;[mpiexec@bigblue] HOSTTYPE=x86_64-linux&lt;BR /&gt;[mpiexec@bigblue] KDEDIR=/usr&lt;BR /&gt;[mpiexec@bigblue] MAIL=/var/spool/mail/helires&lt;BR /&gt;[mpiexec@bigblue] PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin&lt;BR /&gt;[mpiexec@bigblue] INPUTRC=/etc/inputrc&lt;BR /&gt;[mpiexec@bigblue] PWD=/wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] LANG=fr_FR.UTF-8&lt;BR /&gt;[mpiexec@bigblue] KDE_IS_PRELINKED=1&lt;BR /&gt;[mpiexec@bigblue] PS1=`hostname`&amp;gt;&amp;gt;&lt;BR /&gt;[mpiexec@bigblue] LM_LICENSE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass&lt;BR /&gt;[mpiexec@bigblue] SHLVL=3&lt;BR /&gt;[mpiexec@bigblue] HOME=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] OSTYPE=linux&lt;BR /&gt;[mpiexec@bigblue] CFLAGS=-fPIC&lt;BR /&gt;[mpiexec@bigblue] VENDOR=unknown&lt;BR /&gt;[mpiexec@bigblue] PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages&lt;BR /&gt;[mpiexec@bigblue] MACHTYPE=x86_64&lt;BR /&gt;[mpiexec@bigblue] LOGNAME=helires&lt;BR /&gt;[mpiexec@bigblue] QTLIB=/usr/lib64/qt-3.3/lib&lt;BR /&gt;[mpiexec@bigblue] SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22&lt;BR /&gt;[mpiexec@bigblue] LESSOPEN=|/usr/bin/lesspipe.sh %s&lt;BR /&gt;[mpiexec@bigblue] DISPLAY=hudson:0&lt;BR /&gt;[mpiexec@bigblue] G_BROKEN_FILENAMES=1&lt;BR /&gt;[mpiexec@bigblue] OLDPWD=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] _=/bin/csh&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] User set environment:&lt;BR /&gt;[mpiexec@bigblue] ---------------------&lt;BR /&gt;[mpiexec@bigblue] I_MPI_FALLBACK_DEVICE=0&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Executable information:&lt;BR /&gt;[mpiexec@bigblue] **********************&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 2&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition information:&lt;BR /&gt;[mpiexec@bigblue] *********************&lt;BR /&gt;[mpiexec@bigblue] Partition ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Partition name: localhost&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition segment list:&lt;BR /&gt;[mpiexec@bigblue] .......................&lt;BR /&gt;[mpiexec@bigblue] Start PID: 0; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition exec list:&lt;BR /&gt;[mpiexec@bigblue] ....................&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc; Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Timeout set to -1 (-1 means infinite)&lt;BR /&gt;[mpiexec@bigblue] Got a PMI port string of bigblue:39414&lt;BR /&gt;[mpiexec@bigblue] Got a proxy port string of bigblue:51839&lt;BR /&gt;Arguments being passed to proxy 0:&lt;BR /&gt;--global-core-count 1 --wdir /wrk3/helires/CFD_ADM --pmi-port-str bigblue:39414 --binding HYDRA_NULL HYDRA_NULL --bindlib plpa --ckpointlib none --ckpoint-prefix HYDRA_NULL --global-inherited-env 41 'REMOTEHOST=nanopus.frlab' 'HOSTNAME=bigblue' 'MSC_LICENSE_NOQUEUE=yes' 'HOST=bigblue' 'TERM=dtterm' 'SHELL=/bin/csh' 'SSH_CLIENT=125.1.5.218 62405 22' 'MSC_LICENCE_FILE=1700@adriatic' 'QTDIR=/usr/lib64/qt-3.3' 'QTINC=/usr/lib64/qt-3.3/include' 'SSH_TTY=/dev/pts/4' 'GROUP=DADS' 'USER=helires' 'LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:' 'LS_COLORS=no' 'HOSTTYPE=x86_64-linux' 'KDEDIR=/usr' 'MAIL=/var/spool/mail/helires' 'PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin' 'INPUTRC=/etc/inputrc' 'PWD=/wrk3/helires/CFD_ADM' 'LANG=fr_FR.UTF-8' 'KDE_IS_PRELINKED=1' 'PS1=`hostname`&amp;gt;&amp;gt; ' 'LM_LICENSE_FILE=1700@adriatic' 'SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass' 'SHLVL=3' 'HOME=/wrk3/helires' 'OSTYPE=linux' 'CFLAGS=-fPIC' 'VENDOR=unknown' 'PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages' 'MACHTYPE=x86_64' 'LOGNAME=helires' 'QTLIB=/usr/lib64/qt-3.3/lib' 'SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22' 'LESSOPEN=|/usr/bin/lesspipe.sh %s' 'DISPLAY=hudson:0' 'G_BROKEN_FILENAMES=1' 'OLDPWD=/wrk3/helires' '_=/bin/csh' --global-user-env 1 'I_MPI_FALLBACK_DEVICE=0' --global-system-env 0 --genv-prop 1 --segment --segment-start-pid 0 --segment-proc-count 1 --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Launching process: /usr/bin/ssh -x localhost /wrk3/helires/bin/mpich2-install/bin/pmi_proxy --launch-mode 1 --proxy-port bigblue:51839 --debug --bootstrap ssh --partition-id 0&lt;BR /&gt;helires@localhost's password:&lt;BR /&gt;Marc mod4_rotor_adm begins execution&lt;BR /&gt;&lt;BR /&gt; (c) COPYRIGHT 2011 MSC.Software Corporation, all rights reserved &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VERSION: Marc, Version, Build, Date &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Date: Fri Jul 22 15:02:20 2011&lt;BR /&gt;&lt;BR /&gt; Marc execution begins&lt;BR /&gt;Date: Fri Jul 22 15:02:21 2011&lt;BR /&gt;MSC Id: 0017a4770030 (ethernet) (Linux)&lt;BR /&gt;Hostname: bigblue (user helires, display )&lt;BR /&gt;License files: 1700@adriatic&lt;BR /&gt;CEID: 77F66039-BC7GFC45&lt;BR /&gt;User: helires&lt;BR /&gt;Display: &lt;BR /&gt;LAPI Version: LAPI 8.3.1-2041 (FLEXlm 10.8.6.0)&lt;BR /&gt;Acquired 160 licenses for Group CAMPUS (Marc) from license server on host adriatic&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; general memory initially set to = 25 MByte&lt;BR /&gt;&lt;BR /&gt; maximum available memory set to = 5000 MByte&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 25 MByte to 106 MByte&lt;BR /&gt;&lt;BR /&gt; MSC Customer Entitlement ID&lt;BR /&gt; 77F66039-BC7GFC45&lt;BR /&gt;&lt;BR /&gt; wall time = 2.52&lt;BR /&gt;&lt;BR /&gt; wall time = 3.60&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 106 MByte to 552 MByte&lt;BR /&gt;Appel SB UBGINC!&lt;BR /&gt;flag= F ;ierr= 0&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;[helires@bigblue ~/CFD_ADM]$ mpiexec --verbose -np 1 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes : -np 1 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] mpiexec options:&lt;BR /&gt;[mpiexec@bigblue] ----------------&lt;BR /&gt;[mpiexec@bigblue] Base path: /wrk3/helires/bin/mpich2-install/bin/&lt;BR /&gt;[mpiexec@bigblue] Proxy port: 9899&lt;BR /&gt;[mpiexec@bigblue] Bootstrap server: ssh&lt;BR /&gt;[mpiexec@bigblue] Debug level: 1&lt;BR /&gt;[mpiexec@bigblue] Enable X: -1&lt;BR /&gt;[mpiexec@bigblue] Working dir: /wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] Host file: HYDRA_USE_LOCALHOST&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Global environment:&lt;BR /&gt;[mpiexec@bigblue] -------------------&lt;BR /&gt;[mpiexec@bigblue] REMOTEHOST=nanopus.frlab&lt;BR /&gt;[mpiexec@bigblue] HOSTNAME=bigblue&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENSE_NOQUEUE=yes&lt;BR /&gt;[mpiexec@bigblue] HOST=bigblue&lt;BR /&gt;[mpiexec@bigblue] TERM=dtterm&lt;BR /&gt;[mpiexec@bigblue] SHELL=/bin/csh&lt;BR /&gt;[mpiexec@bigblue] SSH_CLIENT=125.1.5.218 62405 22&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENCE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] QTDIR=/usr/lib64/qt-3.3&lt;BR /&gt;[mpiexec@bigblue] QTINC=/usr/lib64/qt-3.3/include&lt;BR /&gt;[mpiexec@bigblue] SSH_TTY=/dev/pts/4&lt;BR /&gt;[mpiexec@bigblue] GROUP=DADS&lt;BR /&gt;[mpiexec@bigblue] USER=helires&lt;BR /&gt;[mpiexec@bigblue] LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:&lt;BR /&gt;[mpiexec@bigblue] LS_COLORS=no&lt;BR /&gt;[mpiexec@bigblue] HOSTTYPE=x86_64-linux&lt;BR /&gt;[mpiexec@bigblue] KDEDIR=/usr&lt;BR /&gt;[mpiexec@bigblue] MAIL=/var/spool/mail/helires&lt;BR /&gt;[mpiexec@bigblue] PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin&lt;BR /&gt;[mpiexec@bigblue] INPUTRC=/etc/inputrc&lt;BR /&gt;[mpiexec@bigblue] PWD=/wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] LANG=fr_FR.UTF-8&lt;BR /&gt;[mpiexec@bigblue] KDE_IS_PRELINKED=1&lt;BR /&gt;[mpiexec@bigblue] PS1=`hostname`&amp;gt;&amp;gt;&lt;BR /&gt;[mpiexec@bigblue] LM_LICENSE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass&lt;BR /&gt;[mpiexec@bigblue] SHLVL=3&lt;BR /&gt;[mpiexec@bigblue] HOME=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] OSTYPE=linux&lt;BR /&gt;[mpiexec@bigblue] CFLAGS=-fPIC&lt;BR /&gt;[mpiexec@bigblue] VENDOR=unknown&lt;BR /&gt;[mpiexec@bigblue] PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages&lt;BR /&gt;[mpiexec@bigblue] MACHTYPE=x86_64&lt;BR /&gt;[mpiexec@bigblue] LOGNAME=helires&lt;BR /&gt;[mpiexec@bigblue] QTLIB=/usr/lib64/qt-3.3/lib&lt;BR /&gt;[mpiexec@bigblue] SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22&lt;BR /&gt;[mpiexec@bigblue] LESSOPEN=|/usr/bin/lesspipe.sh %s&lt;BR /&gt;[mpiexec@bigblue] DISPLAY=hudson:0&lt;BR /&gt;[mpiexec@bigblue] G_BROKEN_FILENAMES=1&lt;BR /&gt;[mpiexec@bigblue] OLDPWD=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] _=/bin/csh&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Executable information:&lt;BR /&gt;[mpiexec@bigblue] **********************&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 2&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition information:&lt;BR /&gt;[mpiexec@bigblue] *********************&lt;BR /&gt;[mpiexec@bigblue] Partition ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Partition name: localhost&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition segment list:&lt;BR /&gt;[mpiexec@bigblue] .......................&lt;BR /&gt;[mpiexec@bigblue] Start PID: 0; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition exec list:&lt;BR /&gt;[mpiexec@bigblue] ....................&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc; Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Timeout set to -1 (-1 means infinite)&lt;BR /&gt;[mpiexec@bigblue] Got a PMI port string of bigblue:33253&lt;BR /&gt;[mpiexec@bigblue] Got a proxy port string of bigblue:55923&lt;BR /&gt;Arguments being passed to proxy 0:&lt;BR /&gt;--global-core-count 1 --wdir /wrk3/helires/CFD_ADM --pmi-port-str bigblue:33253 --binding HYDRA_NULL HYDRA_NULL --bindlib plpa --ckpointlib none --ckpoint-prefix HYDRA_NULL --global-inherited-env 41 'REMOTEHOST=nanopus.frlab' 'HOSTNAME=bigblue' 'MSC_LICENSE_NOQUEUE=yes' 'HOST=bigblue' 'TERM=dtterm' 'SHELL=/bin/csh' 'SSH_CLIENT=125.1.5.218 62405 22' 'MSC_LICENCE_FILE=1700@adriatic' 'QTDIR=/usr/lib64/qt-3.3' 'QTINC=/usr/lib64/qt-3.3/include' 'SSH_TTY=/dev/pts/4' 'GROUP=DADS' 'USER=helires' 'LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:' 'LS_COLORS=no' 'HOSTTYPE=x86_64-linux' 'KDEDIR=/usr' 'MAIL=/var/spool/mail/helires' 'PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin' 'INPUTRC=/etc/inputrc' 'PWD=/wrk3/helires/CFD_ADM' 'LANG=fr_FR.UTF-8' 'KDE_IS_PRELINKED=1' 'PS1=`hostname`&amp;gt;&amp;gt; ' 'LM_LICENSE_FILE=1700@adriatic' 'SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass' 'SHLVL=3' 'HOME=/wrk3/helires' 'OSTYPE=linux' 'CFLAGS=-fPIC' 'VENDOR=unknown' 'PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages' 'MACHTYPE=x86_64' 'LOGNAME=helires' 'QTLIB=/usr/lib64/qt-3.3/lib' 'SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22' 'LESSOPEN=|/usr/bin/lesspipe.sh %s' 'DISPLAY=hudson:0' 'G_BROKEN_FILENAMES=1' 'OLDPWD=/wrk3/helires' '_=/bin/csh' --global-user-env 0 --global-system-env 0 --genv-prop 1 --segment --segment-start-pid 0 --segment-proc-count 1 --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Launching process: /usr/bin/ssh -x localhost /wrk3/helires/bin/mpich2-install/bin/pmi_proxy --launch-mode 1 --proxy-port bigblue:55923 --debug --bootstrap ssh --partition-id 0&lt;BR /&gt;helires@localhost's password:&lt;BR /&gt;Marc mod4_rotor_adm begins execution&lt;BR /&gt;&lt;BR /&gt; (c) COPYRIGHT 2011 MSC.Software Corporation, all rights reserved &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VERSION: Marc, Version, Build, Date &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Date: Fri Jul 22 15:02:39 2011&lt;BR /&gt;&lt;BR /&gt; Marc execution begins&lt;BR /&gt;Date: Fri Jul 22 15:02:39 2011&lt;BR /&gt;MSC Id: 0017a4770030 (ethernet) (Linux)&lt;BR /&gt;Hostname: bigblue (user helires, display )&lt;BR /&gt;License files: 1700@adriatic&lt;BR /&gt;CEID: 77F66039-BC7GFC45&lt;BR /&gt;User: helires&lt;BR /&gt;Display: &lt;BR /&gt;LAPI Version: LAPI 8.3.1-2041 (FLEXlm 10.8.6.0)&lt;BR /&gt;Acquired 160 licenses for Group CAMPUS (Marc) from license server on host adriatic&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; general memory initially set to = 25 MByte&lt;BR /&gt;&lt;BR /&gt; maximum available memory set to = 5000 MByte&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 25 MByte to 106 MByte&lt;BR /&gt;&lt;BR /&gt; MSC Customer Entitlement ID&lt;BR /&gt; 77F66039-BC7GFC45&lt;BR /&gt;&lt;BR /&gt; wall time = 2.60&lt;BR /&gt;&lt;BR /&gt; wall time = 3.67&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 106 MByte to 552 MByte&lt;BR /&gt;Appel SB UBGINC!&lt;BR /&gt;flag= F ;ierr= 0&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Jul 2011 19:21:36 GMT</pubDate>
    <dc:creator>helires</dc:creator>
    <dc:date>2011-07-22T19:21:36Z</dc:date>
    <item>
      <title>Problem launching fortran executable and python file with mpiexec on a Linux cluster</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785110#M458</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt; I have some trouble for launching fortran executable and python file with mpiexec on a Linux cluster: the executable is &lt;BR /&gt;elaborated with ifort linking the MSC Marc code with fortran user subroutine, the python code includes mpi4py (linking python &lt;BR /&gt;with MPI).&lt;BR /&gt; The output of the Linux cluster is the following (complete output at the end):&lt;BR /&gt;&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;&lt;BR /&gt; Let me explain more about the codes used:&lt;BR /&gt;&lt;BR /&gt; (1) the code MSC Marc is linked with MPI shipped by MSC Software, basically a Intel MPI;&lt;BR /&gt;&lt;BR /&gt; (2) the python code involves MPICH code, built by me. According to the FAQ of MPICH2, it would work with code based on Intel &lt;BR /&gt;MPI. I have especially taken an old version of MPICH, version 1.2 for not getting into incompatibility with Intel MPI (the &lt;BR /&gt;common mpif.h are compatible).&lt;BR /&gt;&lt;BR /&gt; Disgression about the objective of this procedure: MSC Marc is a structural code, by writing a interface python code; it is&lt;BR /&gt;possible to simulate fluid structure interaction. The CFD code has also a python interface. Exchange between heterogeneous &lt;BR /&gt;computers is taken care by python. End of disgression.&lt;BR /&gt;&lt;BR /&gt; The above procedure has worked for a HP cluster. For this machine, the MPI code is the same for MSC Marc and python code,&lt;BR /&gt;namely HPMPI. Some tests have been made for the installation on the new Linux cluster:&lt;BR /&gt;&lt;BR /&gt;(1) the folowing instruction works:&lt;BR /&gt; mpiexec -np 1 small-fortran (executable) : -np 1 python small-python-code.py&lt;BR /&gt;&lt;BR /&gt;(2) same for:&lt;BR /&gt; mpiexec -np 1 script.marc (executable of MSC Marc)&lt;BR /&gt;&lt;BR /&gt; (3) same for:&lt;BR /&gt; mpiexec -np 1 script.marc : -np 1 script.marc&lt;BR /&gt;&lt;BR /&gt; (4) same for:&lt;BR /&gt; mpiexec -np 1 small-fortran : -np 1 small-fortran&lt;BR /&gt;&lt;BR /&gt; So what's is wrong for &lt;BR /&gt;&lt;BR /&gt; mpiexec -np 1 script.marc : -np 1 fortran-executable&lt;BR /&gt;&lt;BR /&gt; I don't have the slightest idea. Would somebody have any idea, I would be indebted to hear about it.&lt;BR /&gt;&lt;BR /&gt; Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;========================Complete output&lt;BR /&gt;&lt;BR /&gt;mpiexec --verbose -genv I_MPI_FALLBACK_DEVICE 0 -np 1 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm &lt;BR /&gt;-dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes : -np 1 &lt;BR /&gt;/wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] ==========================================&lt;BR /&gt;=======[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] mpiexec options:&lt;BR /&gt;[mpiexec@bigblue] ----------------&lt;BR /&gt;[mpiexec@bigblue] Base path: /wrk3/helires/bin/mpich2-install/bin/&lt;BR /&gt;[mpiexec@bigblue] Proxy port: 9899&lt;BR /&gt;[mpiexec@bigblue] Bootstrap server: ssh&lt;BR /&gt;[mpiexec@bigblue] Debug level: 1&lt;BR /&gt;[mpiexec@bigblue] Enable X: -1&lt;BR /&gt;[mpiexec@bigblue] Working dir: /wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] Host file: HYDRA_USE_LOCALHOST&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Global environment:&lt;BR /&gt;[mpiexec@bigblue] -------------------&lt;BR /&gt;[mpiexec@bigblue] REMOTEHOST=nanopus.frlab&lt;BR /&gt;[mpiexec@bigblue] HOSTNAME=bigblue&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENSE_NOQUEUE=yes&lt;BR /&gt;[mpiexec@bigblue] HOST=bigblue&lt;BR /&gt;[mpiexec@bigblue] TERM=dtterm&lt;BR /&gt;[mpiexec@bigblue] SHELL=/bin/csh&lt;BR /&gt;[mpiexec@bigblue] SSH_CLIENT=125.1.5.218 62405 22&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENCE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] QTDIR=/usr/lib64/qt-3.3&lt;BR /&gt;[mpiexec@bigblue] QTINC=/usr/lib64/qt-3.3/include&lt;BR /&gt;[mpiexec@bigblue] SSH_TTY=/dev/pts/4&lt;BR /&gt;[mpiexec@bigblue] GROUP=DADS&lt;BR /&gt;[mpiexec@bigblue] USER=helires&lt;BR /&gt;[mpiexec@bigblue] LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:&lt;BR /&gt;[mpiexec@bigblue] LS_COLORS=no&lt;BR /&gt;[mpiexec@bigblue] HOSTTYPE=x86_64-linux&lt;BR /&gt;[mpiexec@bigblue] KDEDIR=/usr&lt;BR /&gt;[mpiexec@bigblue] MAIL=/var/spool/mail/helires&lt;BR /&gt;[mpiexec@bigblue] PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin&lt;BR /&gt;[mpiexec@bigblue] INPUTRC=/etc/inputrc&lt;BR /&gt;[mpiexec@bigblue] PWD=/wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] LANG=fr_FR.UTF-8&lt;BR /&gt;[mpiexec@bigblue] KDE_IS_PRELINKED=1&lt;BR /&gt;[mpiexec@bigblue] PS1=`hostname`&amp;gt;&amp;gt;&lt;BR /&gt;[mpiexec@bigblue] LM_LICENSE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass&lt;BR /&gt;[mpiexec@bigblue] SHLVL=3&lt;BR /&gt;[mpiexec@bigblue] HOME=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] OSTYPE=linux&lt;BR /&gt;[mpiexec@bigblue] CFLAGS=-fPIC&lt;BR /&gt;[mpiexec@bigblue] VENDOR=unknown&lt;BR /&gt;[mpiexec@bigblue] PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages&lt;BR /&gt;[mpiexec@bigblue] MACHTYPE=x86_64&lt;BR /&gt;[mpiexec@bigblue] LOGNAME=helires&lt;BR /&gt;[mpiexec@bigblue] QTLIB=/usr/lib64/qt-3.3/lib&lt;BR /&gt;[mpiexec@bigblue] SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22&lt;BR /&gt;[mpiexec@bigblue] LESSOPEN=|/usr/bin/lesspipe.sh %s&lt;BR /&gt;[mpiexec@bigblue] DISPLAY=hudson:0&lt;BR /&gt;[mpiexec@bigblue] G_BROKEN_FILENAMES=1&lt;BR /&gt;[mpiexec@bigblue] OLDPWD=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] _=/bin/csh&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] User set environment:&lt;BR /&gt;[mpiexec@bigblue] ---------------------&lt;BR /&gt;[mpiexec@bigblue] I_MPI_FALLBACK_DEVICE=0&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Executable information:&lt;BR /&gt;[mpiexec@bigblue] **********************&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 2&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition information:&lt;BR /&gt;[mpiexec@bigblue] *********************&lt;BR /&gt;[mpiexec@bigblue] Partition ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Partition name: localhost&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition segment list:&lt;BR /&gt;[mpiexec@bigblue] .......................&lt;BR /&gt;[mpiexec@bigblue] Start PID: 0; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition exec list:&lt;BR /&gt;[mpiexec@bigblue] ....................&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc; Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Timeout set to -1 (-1 means infinite)&lt;BR /&gt;[mpiexec@bigblue] Got a PMI port string of bigblue:39414&lt;BR /&gt;[mpiexec@bigblue] Got a proxy port string of bigblue:51839&lt;BR /&gt;Arguments being passed to proxy 0:&lt;BR /&gt;--global-core-count 1 --wdir /wrk3/helires/CFD_ADM --pmi-port-str bigblue:39414 --binding HYDRA_NULL HYDRA_NULL --bindlib plpa --ckpointlib none --ckpoint-prefix HYDRA_NULL --global-inherited-env 41 'REMOTEHOST=nanopus.frlab' 'HOSTNAME=bigblue' 'MSC_LICENSE_NOQUEUE=yes' 'HOST=bigblue' 'TERM=dtterm' 'SHELL=/bin/csh' 'SSH_CLIENT=125.1.5.218 62405 22' 'MSC_LICENCE_FILE=1700@adriatic' 'QTDIR=/usr/lib64/qt-3.3' 'QTINC=/usr/lib64/qt-3.3/include' 'SSH_TTY=/dev/pts/4' 'GROUP=DADS' 'USER=helires' 'LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:' 'LS_COLORS=no' 'HOSTTYPE=x86_64-linux' 'KDEDIR=/usr' 'MAIL=/var/spool/mail/helires' 'PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin' 'INPUTRC=/etc/inputrc' 'PWD=/wrk3/helires/CFD_ADM' 'LANG=fr_FR.UTF-8' 'KDE_IS_PRELINKED=1' 'PS1=`hostname`&amp;gt;&amp;gt; ' 'LM_LICENSE_FILE=1700@adriatic' 'SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass' 'SHLVL=3' 'HOME=/wrk3/helires' 'OSTYPE=linux' 'CFLAGS=-fPIC' 'VENDOR=unknown' 'PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages' 'MACHTYPE=x86_64' 'LOGNAME=helires' 'QTLIB=/usr/lib64/qt-3.3/lib' 'SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22' 'LESSOPEN=|/usr/bin/lesspipe.sh %s' 'DISPLAY=hudson:0' 'G_BROKEN_FILENAMES=1' 'OLDPWD=/wrk3/helires' '_=/bin/csh' --global-user-env 1 'I_MPI_FALLBACK_DEVICE=0' --global-system-env 0 --genv-prop 1 --segment --segment-start-pid 0 --segment-proc-count 1 --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Launching process: /usr/bin/ssh -x localhost /wrk3/helires/bin/mpich2-install/bin/pmi_proxy --launch-mode 1 --proxy-port bigblue:51839 --debug --bootstrap ssh --partition-id 0&lt;BR /&gt;helires@localhost's password:&lt;BR /&gt;Marc mod4_rotor_adm begins execution&lt;BR /&gt;&lt;BR /&gt; (c) COPYRIGHT 2011 MSC.Software Corporation, all rights reserved &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VERSION: Marc, Version, Build, Date &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Date: Fri Jul 22 15:02:20 2011&lt;BR /&gt;&lt;BR /&gt; Marc execution begins&lt;BR /&gt;Date: Fri Jul 22 15:02:21 2011&lt;BR /&gt;MSC Id: 0017a4770030 (ethernet) (Linux)&lt;BR /&gt;Hostname: bigblue (user helires, display )&lt;BR /&gt;License files: 1700@adriatic&lt;BR /&gt;CEID: 77F66039-BC7GFC45&lt;BR /&gt;User: helires&lt;BR /&gt;Display: &lt;BR /&gt;LAPI Version: LAPI 8.3.1-2041 (FLEXlm 10.8.6.0)&lt;BR /&gt;Acquired 160 licenses for Group CAMPUS (Marc) from license server on host adriatic&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; general memory initially set to = 25 MByte&lt;BR /&gt;&lt;BR /&gt; maximum available memory set to = 5000 MByte&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 25 MByte to 106 MByte&lt;BR /&gt;&lt;BR /&gt; MSC Customer Entitlement ID&lt;BR /&gt; 77F66039-BC7GFC45&lt;BR /&gt;&lt;BR /&gt; wall time = 2.52&lt;BR /&gt;&lt;BR /&gt; wall time = 3.60&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 106 MByte to 552 MByte&lt;BR /&gt;Appel SB UBGINC!&lt;BR /&gt;flag= F ;ierr= 0&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;[helires@bigblue ~/CFD_ADM]$ mpiexec --verbose -np 1 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes : -np 1 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] mpiexec options:&lt;BR /&gt;[mpiexec@bigblue] ----------------&lt;BR /&gt;[mpiexec@bigblue] Base path: /wrk3/helires/bin/mpich2-install/bin/&lt;BR /&gt;[mpiexec@bigblue] Proxy port: 9899&lt;BR /&gt;[mpiexec@bigblue] Bootstrap server: ssh&lt;BR /&gt;[mpiexec@bigblue] Debug level: 1&lt;BR /&gt;[mpiexec@bigblue] Enable X: -1&lt;BR /&gt;[mpiexec@bigblue] Working dir: /wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] Host file: HYDRA_USE_LOCALHOST&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Global environment:&lt;BR /&gt;[mpiexec@bigblue] -------------------&lt;BR /&gt;[mpiexec@bigblue] REMOTEHOST=nanopus.frlab&lt;BR /&gt;[mpiexec@bigblue] HOSTNAME=bigblue&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENSE_NOQUEUE=yes&lt;BR /&gt;[mpiexec@bigblue] HOST=bigblue&lt;BR /&gt;[mpiexec@bigblue] TERM=dtterm&lt;BR /&gt;[mpiexec@bigblue] SHELL=/bin/csh&lt;BR /&gt;[mpiexec@bigblue] SSH_CLIENT=125.1.5.218 62405 22&lt;BR /&gt;[mpiexec@bigblue] MSC_LICENCE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] QTDIR=/usr/lib64/qt-3.3&lt;BR /&gt;[mpiexec@bigblue] QTINC=/usr/lib64/qt-3.3/include&lt;BR /&gt;[mpiexec@bigblue] SSH_TTY=/dev/pts/4&lt;BR /&gt;[mpiexec@bigblue] GROUP=DADS&lt;BR /&gt;[mpiexec@bigblue] USER=helires&lt;BR /&gt;[mpiexec@bigblue] LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:&lt;BR /&gt;[mpiexec@bigblue] LS_COLORS=no&lt;BR /&gt;[mpiexec@bigblue] HOSTTYPE=x86_64-linux&lt;BR /&gt;[mpiexec@bigblue] KDEDIR=/usr&lt;BR /&gt;[mpiexec@bigblue] MAIL=/var/spool/mail/helires&lt;BR /&gt;[mpiexec@bigblue] PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin&lt;BR /&gt;[mpiexec@bigblue] INPUTRC=/etc/inputrc&lt;BR /&gt;[mpiexec@bigblue] PWD=/wrk3/helires/CFD_ADM&lt;BR /&gt;[mpiexec@bigblue] LANG=fr_FR.UTF-8&lt;BR /&gt;[mpiexec@bigblue] KDE_IS_PRELINKED=1&lt;BR /&gt;[mpiexec@bigblue] PS1=`hostname`&amp;gt;&amp;gt;&lt;BR /&gt;[mpiexec@bigblue] LM_LICENSE_FILE=1700@adriatic&lt;BR /&gt;[mpiexec@bigblue] SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass&lt;BR /&gt;[mpiexec@bigblue] SHLVL=3&lt;BR /&gt;[mpiexec@bigblue] HOME=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] OSTYPE=linux&lt;BR /&gt;[mpiexec@bigblue] CFLAGS=-fPIC&lt;BR /&gt;[mpiexec@bigblue] VENDOR=unknown&lt;BR /&gt;[mpiexec@bigblue] PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages&lt;BR /&gt;[mpiexec@bigblue] MACHTYPE=x86_64&lt;BR /&gt;[mpiexec@bigblue] LOGNAME=helires&lt;BR /&gt;[mpiexec@bigblue] QTLIB=/usr/lib64/qt-3.3/lib&lt;BR /&gt;[mpiexec@bigblue] SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22&lt;BR /&gt;[mpiexec@bigblue] LESSOPEN=|/usr/bin/lesspipe.sh %s&lt;BR /&gt;[mpiexec@bigblue] DISPLAY=hudson:0&lt;BR /&gt;[mpiexec@bigblue] G_BROKEN_FILENAMES=1&lt;BR /&gt;[mpiexec@bigblue] OLDPWD=/wrk3/helires&lt;BR /&gt;[mpiexec@bigblue] _=/bin/csh&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Executable information:&lt;BR /&gt;[mpiexec@bigblue] **********************&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Executable ID: 2&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Executable: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition information:&lt;BR /&gt;[mpiexec@bigblue] *********************&lt;BR /&gt;[mpiexec@bigblue] Partition ID: 1&lt;BR /&gt;[mpiexec@bigblue] -----------------&lt;BR /&gt;[mpiexec@bigblue] Partition name: localhost&lt;BR /&gt;[mpiexec@bigblue] Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition segment list:&lt;BR /&gt;[mpiexec@bigblue] .......................&lt;BR /&gt;[mpiexec@bigblue] Start PID: 0; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] Partition exec list:&lt;BR /&gt;[mpiexec@bigblue] ....................&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc; Process count: 1&lt;BR /&gt;[mpiexec@bigblue] Exec: /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi; Process count: 1&lt;BR /&gt;[mpiexec@bigblue]&lt;BR /&gt;[mpiexec@bigblue] =================================================[mpiexec@bigblue] =================================================[mpiexec@bigblue]&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Timeout set to -1 (-1 means infinite)&lt;BR /&gt;[mpiexec@bigblue] Got a PMI port string of bigblue:33253&lt;BR /&gt;[mpiexec@bigblue] Got a proxy port string of bigblue:55923&lt;BR /&gt;Arguments being passed to proxy 0:&lt;BR /&gt;--global-core-count 1 --wdir /wrk3/helires/CFD_ADM --pmi-port-str bigblue:33253 --binding HYDRA_NULL HYDRA_NULL --bindlib plpa --ckpointlib none --ckpoint-prefix HYDRA_NULL --global-inherited-env 41 'REMOTEHOST=nanopus.frlab' 'HOSTNAME=bigblue' 'MSC_LICENSE_NOQUEUE=yes' 'HOST=bigblue' 'TERM=dtterm' 'SHELL=/bin/csh' 'SSH_CLIENT=125.1.5.218 62405 22' 'MSC_LICENCE_FILE=1700@adriatic' 'QTDIR=/usr/lib64/qt-3.3' 'QTINC=/usr/lib64/qt-3.3/include' 'SSH_TTY=/dev/pts/4' 'GROUP=DADS' 'USER=helires' 'LD_LIBRARY_PATH=/wrk3/helires/bin/mpich2-install/lib:/opt/intel/cce/11.1/073/lib/intel64:/opt/intel/fce/10.1.026/lib:/wrk3/helires/bin/marc/marc2010.2/intelmpi/linux64/lib64/:/wrk3/helires/bin/marc/marc2010.2/lib/linux64i8:/wrk3/helires/bin/marc/marc2010.2/lib_shared/linux64:/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/lib64:/usr/lib64/:' 'LS_COLORS=no' 'HOSTTYPE=x86_64-linux' 'KDEDIR=/usr' 'MAIL=/var/spool/mail/helires' 'PATH=.:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/Python-2.7_install/bin:/wrk3/helires/bin/mpich2-install/bin:/wrk3/helires/bin/util:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin' 'INPUTRC=/etc/inputrc' 'PWD=/wrk3/helires/CFD_ADM' 'LANG=fr_FR.UTF-8' 'KDE_IS_PRELINKED=1' 'PS1=`hostname`&amp;gt;&amp;gt; ' 'LM_LICENSE_FILE=1700@adriatic' 'SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass' 'SHLVL=3' 'HOME=/wrk3/helires' 'OSTYPE=linux' 'CFLAGS=-fPIC' 'VENDOR=unknown' 'PYTHONPATH=/wrk3/helires/bin/Python-2.7_install/lib/python2.7:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/plat-linux2:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-tk:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/lib-dynload:/wrk3/helires/bin/Python-2.7_install/lib/python2.7/site-packages' 'MACHTYPE=x86_64' 'LOGNAME=helires' 'QTLIB=/usr/lib64/qt-3.3/lib' 'SSH_CONNECTION=125.1.5.218 62405 125.1.6.45 22' 'LESSOPEN=|/usr/bin/lesspipe.sh %s' 'DISPLAY=hudson:0' 'G_BROKEN_FILENAMES=1' 'OLDPWD=/wrk3/helires' '_=/bin/csh' --global-user-env 0 --global-system-env 0 --genv-prop 1 --segment --segment-start-pid 0 --segment-proc-count 1 --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/CFD_ADM/CouplingScript3D_simple.marc -jid mod4_rotor_adm -dirjid /wrk3/helires/CFD_ADM -maxnum 1000000 -nthread 1 -dirjob /wrk3/helires/CFD_ADM -ml 5000 -ci yes -cr yes --exec --exec-proc-count 1 --exec-local-env 0 --exec-env-prop 0 /wrk3/helires/bin/Python-2.7_install/bin/python2.7-mpi /wrk3/helires/CFD_ADM/MasterMarc3D_simple.py&lt;BR /&gt;&lt;BR /&gt;[mpiexec@bigblue] Launching process: /usr/bin/ssh -x localhost /wrk3/helires/bin/mpich2-install/bin/pmi_proxy --launch-mode 1 --proxy-port bigblue:55923 --debug --bootstrap ssh --partition-id 0&lt;BR /&gt;helires@localhost's password:&lt;BR /&gt;Marc mod4_rotor_adm begins execution&lt;BR /&gt;&lt;BR /&gt; (c) COPYRIGHT 2011 MSC.Software Corporation, all rights reserved &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VERSION: Marc, Version, Build, Date &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Date: Fri Jul 22 15:02:39 2011&lt;BR /&gt;&lt;BR /&gt; Marc execution begins&lt;BR /&gt;Date: Fri Jul 22 15:02:39 2011&lt;BR /&gt;MSC Id: 0017a4770030 (ethernet) (Linux)&lt;BR /&gt;Hostname: bigblue (user helires, display )&lt;BR /&gt;License files: 1700@adriatic&lt;BR /&gt;CEID: 77F66039-BC7GFC45&lt;BR /&gt;User: helires&lt;BR /&gt;Display: &lt;BR /&gt;LAPI Version: LAPI 8.3.1-2041 (FLEXlm 10.8.6.0)&lt;BR /&gt;Acquired 160 licenses for Group CAMPUS (Marc) from license server on host adriatic&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; general memory initially set to = 25 MByte&lt;BR /&gt;&lt;BR /&gt; maximum available memory set to = 5000 MByte&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 25 MByte to 106 MByte&lt;BR /&gt;&lt;BR /&gt; MSC Customer Entitlement ID&lt;BR /&gt; 77F66039-BC7GFC45&lt;BR /&gt;&lt;BR /&gt; wall time = 2.60&lt;BR /&gt;&lt;BR /&gt; wall time = 3.67&lt;BR /&gt;&lt;BR /&gt; general memory increasing from 106 MByte to 552 MByte&lt;BR /&gt;Appel SB UBGINC!&lt;BR /&gt;flag= F ;ierr= 0&lt;BR /&gt;Fatal error in MPI_Init_thread: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(394).....: Initialization failed&lt;BR /&gt;MPID_Init(118)............: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(43)........:&lt;BR /&gt;MPID_nem_init(202)........:&lt;BR /&gt;MPIDI_CH3I_Seg_commit(363): PMI_KVS_Get returned -1&lt;BR /&gt;Killed (signal 9)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2011 19:21:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785110#M458</guid>
      <dc:creator>helires</dc:creator>
      <dc:date>2011-07-22T19:21:36Z</dc:date>
    </item>
    <item>
      <title>Problem launching fortran executable and python file with mpie</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785111#M459</link>
      <description>Hello,&lt;BR /&gt;Does Marc work with the default (Intel MPI) library?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;According to the FAQ of MPICH2, it would work with code based on Intel MPI.&lt;BR /&gt;Yeah, it may work and may not.&lt;BR /&gt;The error you see goes from Hydra (process manager) communication. To support Intel MPI library this part of the process manager was modified and it's very likely that this part of the library is incompatible with MPICH2 version of the mpiexec.&lt;BR /&gt;I don't even know what we can help you in resolving this issue.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:21:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785111#M459</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2011-07-26T12:21:09Z</dc:date>
    </item>
    <item>
      <title>Problem launching fortran executable and python file with mpie</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785112#M460</link>
      <description>Hello Dmitry,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Does
Marc work with the default (Intel MPI) library?&lt;BR /&gt;&lt;BR /&gt; Yes, MSC.Marc calls intelMPI.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;According
to the FAQ of MPICH2, it would work with code based on Intel MPI.&lt;BR /&gt;
&amp;gt;Yeah, it may work and may not.&lt;BR /&gt;
&amp;gt;The error you see goes from Hydra (process manager) communication. To support
Intel MPI library this part &amp;gt;of the process manager was modified and it's very
likely that this part of the library is incompatible with &amp;gt;MPICH2 version of the
mpiexec.&lt;BR /&gt;
&amp;gt;I don't even know what we can help you in resolving this issue&lt;BR /&gt;&lt;BR /&gt;Obviously, it doesn' t work.&lt;BR /&gt;&lt;BR /&gt; Regards,</description>
      <pubDate>Tue, 26 Jul 2011 16:18:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-launching-fortran-executable-and-python-file-with/m-p/785112#M460</guid>
      <dc:creator>helires</dc:creator>
      <dc:date>2011-07-26T16:18:11Z</dc:date>
    </item>
  </channel>
</rss>

