<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1426586800139_2448"><br></div><div id="yui_3_16_0_1_1426586800139_2449" dir="ltr">Hi again,</div><div id="yui_3_16_0_1_1426586800139_2623" dir="ltr">My problem with 3.1.4 still continues. I think problem is related to mpicxx. When I try to compile my code using mpicxx from 1.3.2 and then run using mpicxx from 3.1.4, there isn't any problem. On the other, if I use mpicxx and mpiexec from 3.1.4, mpiexec produces the following error as I said before:</div><div id="yui_3_16_0_1_1426586800139_2647" dir="ltr">./a.out: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory</div><div id="yui_3_16_0_1_1426586800139_2648" dir="ltr"><br></div><div id="yui_3_16_0_1_1426586800139_2649" dir="ltr">Any help is greatly appreciated.</div><div id="yui_3_16_0_1_1426586800139_2651" dir="ltr"><br></div><div id="yui_3_16_0_1_1426586800139_2652" dir="ltr">Thanks.</div><div id="yui_3_16_0_1_1426586800139_2653" dir="ltr"><br></div><div id="yui_3_16_0_1_1426586800139_2654" dir="ltr">Deniz</div><div id="yui_3_16_0_1_1426586800139_2655" dir="ltr"><br></div><div id="yui_3_16_0_1_1426586800139_2656" dir="ltr"><br></div><div id="yui_3_16_0_1_1426586800139_2450"><br></div><div id="yui_3_16_0_1_1426586800139_2451"><br></div><div id="yui_3_16_0_1_1426586800139_2452">I had no such problem with mpich version 1.3.2. It happened after I installed the latest version. gfortran is installed.</div><div id="yui_3_16_0_1_1426586800139_2442"><br></div><div id="yui_3_16_0_1_1426586800139_2443">[<a id="yui_3_16_0_1_1426586800139_2441" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2440" color="#0066cc">ddal at admin</font></a> 01_MPI_Giris_Ornekler]$ which gfortran<br>/usr/bin/gfortran[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">ddal at admin</font></a> 01_MPI_Giris_Ornekler]$ mpicxx 01_Hello_World.cpp --disable-fortran<br>cc1plus: error: unrecognized command line option "-fdisable-fortran"<br><br>From: "Bland, Wesley B." <<a id="yui_3_16_0_1_1426586800139_2445" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2444" color="#0066cc">wbland at anl.gov</font></a>><br> To: Deniz DAL <<a id="yui_3_16_0_1_1426586800139_2447" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2446" color="#0066cc">dendal25 at yahoo.com</font></a>>; "<a id="yui_3_16_0_1_1426586800139_2439" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2438" color="#0066cc">discuss at mpich.org</font></a>" <<a id="yui_3_16_0_1_1426586800139_2478" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2477" color="#0066cc">discuss at mpich.org</font></a>> <br> Sent: Monday, March 16, 2015 4:41 PM<br> Subject: Re: [mpich-discuss] ./a.out: error while loading shared libraries: libgfortran.so.3<br>   <br>Do you have Fortran installed? Do you want to use Fortran? If not, you can recompile with â€”disable-fortran to remove the dependency.<br>Thanks,Wesley<br><br><br>From: Deniz DAL<br>Reply-To: Deniz DAL, "<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">discuss at mpich.org</font></a>"<br>Date: Monday, March 16, 2015 at 9:35 AM<br>To: "<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">discuss at mpich.org</font></a>"<br>Subject: [mpich-discuss] ./a.out: error while loading shared libraries: libgfortran.so.3<br><br>Hi,I installed mpich-v3.1.2 into my cluster but I am having problems. Although I can compile my parallel program, I can not run it. Below is the error message I get. Would you please help me to locate the problem. (I also added the following lines to my .bashrc file after installation.)export PATH=/opt/progs/mpich2/v3.1.4/bin:$PATH<br>export LD_LIBRARY_PATH=/opt/progs/mpich2/v3.1.4/lib:$LD_LIBRARY_PATHThanks.<br>[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">ddal at admin</font></a> 01_MPI_Giris_Ornekler]$ mpicxx 01_Hello_World.cpp<br>[<a id="yui_3_16_0_1_1426586800139_2639" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2638" color="#0066cc">ddal at admin</font></a> 01_MPI_Giris_Ornekler]$ mpiexec -f ~/cluster_hosts -n 5 ./a.out <br>./a.out: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory===================================================================================<br>=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>=   PID 3873 RUNNING AT cn03<br>=   EXIT CODE: 127<br>=   CLEANING UP REMAINING PROCESSES<br>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>===================================================================================<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">3 at cn04</font></a>] HYD_pmcd_pmip_control_cmd_cb (pm/pmiserv/pmip_cb.c:885): assert (!closed) failed<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">3 at cn04</font></a>] HYDT_dmxu_poll_wait_for_event (tools/demux/demux_poll.c:76): callback returned error status<br>[proxy:0:<a id="yui_3_16_0_1_1426586800139_2433" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2432" color="#0066cc">3 at cn04</font></a>] main (pm/pmiserv/pmip.c:206): demux engine error waiting for event<br>[proxy:0:<a id="yui_3_16_0_1_1426586800139_2435" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2434" color="#0066cc">4 at cn05</font></a>] HYD_pmcd_pmip_control_cmd_cb (pm/pmiserv/pmip_cb.c:885): assert (!closed) failed<br>[proxy:0:<a id="yui_3_16_0_1_1426586800139_2437" href="https://lists.mpich.org/mailman/listinfo/discuss"><font id="yui_3_16_0_1_1426586800139_2436" color="#0066cc">4 at cn05</font></a>] HYDT_dmxu_poll_wait_for_event (tools/demux/demux_poll.c:76): callback returned error status<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">4 at cn05</font></a>] main (pm/pmiserv/pmip.c:206): demux engine error waiting for event<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">1 at cn02</font></a>] HYD_pmcd_pmip_control_cmd_cb (pm/pmiserv/pmip_cb.c:885): assert (!closed) failed<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">1 at cn02</font></a>] HYDT_dmxu_poll_wait_for_event (tools/demux/demux_poll.c:76): callback returned error status<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">1 at cn02</font></a>] main (pm/pmiserv/pmip.c:206): demux engine error waiting for event<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">0 at cn01</font></a>] HYD_pmcd_pmip_control_cmd_cb (pm/pmiserv/pmip_cb.c:885): assert (!closed) failed<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">0 at cn01</font></a>] HYDT_dmxu_poll_wait_for_event (tools/demux/demux_poll.c:76): callback returned error status<br>[proxy:0:<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">0 at cn01</font></a>] main (pm/pmiserv/pmip.c:206): demux engine error waiting for event<br>[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">mpiexec at admin</font></a>] HYDT_bscu_wait_for_completion (tools/bootstrap/utils/bscu_wait.c:76): one of the processes terminated badly; aborting<br>[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">mpiexec at admin</font></a>] HYDT_bsci_wait_for_completion (tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion<br>[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">mpiexec at admin</font></a>] HYD_pmci_wait_for_completion (pm/pmiserv/pmiserv_pmci.c:218): launcher returned error waiting for completion<br>[<a href="https://lists.mpich.org/mailman/listinfo/discuss"><font color="#0066cc">mpiexec at admin</font></a>] main (ui/mpich/mpiexec.c:344): process manager error waiting for completion<br></div></div></body></html>