<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<font size="3">Thanks very much for the help. Actually i could not run mpiexec -info (there was no -info option); however a colleague gave me another (rather more complicated) script to do the parallel run. Now, I get another error which is the following:</font><div><br></div><div>"<span style="font-family: 'Courier New'; font-size: 10pt; ">/var/log/slurm/slurmd/job785314/slurm_script:
line 95: cd: /storage/fis718/ananias/GB72scfPH.785314: Input/output error</span><p class="MsoPlainText"><span lang="EN-GB" style="font-family:&quot;Courier New&quot;">
/home_cluster/fis718/eliemouj/espresso-4.3.2/bin/./pw.x: symbol lookup error:
/home_cluster/fis718/eliemouj/espresso-4.3.2/bin/./pw.x: undefined symbol:
mpi_init_<br>
/home_cluster/fis718/eliemouj/espresso-4.3.2/bin/./pw.x: symbol lookup error:
/home_cluster/fis718/eliemouj/espresso-4.3.2/bin/./pw.x: undefined symbol:
mpi_init_"<br>
</span></p><p class="MsoPlainText"><span lang="EN-GB" style="font-family:&quot;Courier New&quot;"><br></span></p><p class="MsoPlainText"><span lang="EN-GB"><font size="3">I have googled that error but could not understand a lot about what the possible solution could be. I am sorry to bother you with this but i am Linux newbie and these problems are complicated for me at this stage. Can you please help me in this by posting a detailed solution of what can be done, if possible.</font></span></p><p class="MsoPlainText"><span lang="EN-GB"><font size="3"><br></font></span></p><p class="MsoPlainText"><span lang="EN-GB"><font size="3">Regards</font></span></p><p class="MsoPlainText"><span lang="EN-GB"><font size="3"><br></font></span></p><p class="MsoPlainText"><span lang="EN-GB"><font size="3">Elie</font></span></p><br><div><div id="SkyDrivePlaceholder"></div>&gt; From: jhammond@alcf.anl.gov<br>&gt; Date: Sun, 5 Feb 2012 16:37:58 -0600<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; Subject: Re: [mpich-discuss] problem with mpiexec while running parallel        execution<br>&gt; <br>&gt; You're using mpibull2-1.3.9-18.s, which is not readily identified as a<br>&gt; version of MPICH2 (maybe the developers know it), although it seems to<br>&gt; be a derivative thereof.  Can you run<br>&gt; "/opt/mpi/mpibull2-1.3.9-18.s/bin/mpiexec -info" to generate detailed<br>&gt; version information on your MPICH2 installation?<br>&gt; <br>&gt; Regardless of the version of MPICH2 you are using, your problem has to<br>&gt; do with MPD, but MPD is no longer supported.  You can refer to<br>&gt; http://wiki.mcs.anl.gov/mpich2/index.php/Frequently_Asked_Questions#Q:_I_don.27t_like_.3CWHATEVER.3E_about_mpd.2C_or_I.27m_having_a_problem_with_mpdboot.2C_can_you_fix_it.3F<br>&gt; for more information.<br>&gt; <br>&gt; Hydra is the replacement for MPD and it is an excellent process<br>&gt; manager.  The system administrators at your site should install a more<br>&gt; recent version of MPICH2 that will have Hydra as the default process<br>&gt; manager.  If your machine has Infiniband, recent versions of MVAPICH2<br>&gt; (which is derived from MPICH2) will also have Hydra support.<br>&gt; <br>&gt; Best,<br>&gt; <br>&gt; Jeff<br>&gt; <br>&gt; <br>&gt; On Sun, Feb 5, 2012 at 4:03 PM, Elie M &lt;elie.moujaes@hotmail.co.uk&gt; wrote:<br>&gt; &gt; Dear sir/madam,<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; I am running a parallel execution (pw.x) on a SLURM LINUX interface &nbsp;and<br>&gt; &gt; once I run the command sbatch filename.srm, the calculation starts running<br>&gt; &gt; and then stops with the follwing error:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; "mpiexec_veredas5: cannot connect to local mpd<br>&gt; &gt;<br>&gt; &gt; &nbsp;(/tmp/mpd2.console_sushil); possible causes:<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp;1. no mpd is running on this host<br>&gt; &gt;<br>&gt; &gt; &nbsp;2. an mpd is running but was started without a "console" (-n option)<br>&gt; &gt;<br>&gt; &gt; &nbsp;In case 1, you can start an mpd on this host with:<br>&gt; &gt;<br>&gt; &gt; &nbsp; &nbsp;&nbsp;mpd &amp;<br>&gt; &gt;<br>&gt; &gt; &nbsp;and you will be able to run jobs just on this host.<br>&gt; &gt;<br>&gt; &gt; &nbsp;For more details on starting mpds on a set of hosts, see<br>&gt; &gt;<br>&gt; &gt; &nbsp;the MPICH2 Installation Guide."<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; The script is executed using the package of quantum Espresso (QE). You will<br>&gt; &gt; find below the script I am using to run the QE: The architecture is an INTEL<br>&gt; &gt; based cluster.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; "&nbsp;#!/bin/bash<br>&gt; &gt;<br>&gt; &gt; #SBATCH -o<br>&gt; &gt; /home_cluster/fis718/eliemouj/espresso-4.3.2/GB72/GB72-script.scf.out<br>&gt; &gt; #SBATCH -N 1<br>&gt; &gt; #SBATCH --nodelist=veredas13<br>&gt; &gt; #SBATCH -J scf-GB72-ph<br>&gt; &gt; #SBATCH --account=fis718<br>&gt; &gt; #SBATCH --partition=long<br>&gt; &gt; #SBATCH --get-user-env<br>&gt; &gt; #SBATCH -e GB72ph.scf.fit.err<br>&gt; &gt;<br>&gt; &gt; /opt/mpi/mpibull2-1.3.9-18.s/bin/mpiexec<br>&gt; &gt; /home_cluster/fis718eliemouj/espresso-4.3-2/bin/pw.x &lt;GB72ph.scf.in<br>&gt; &gt;&gt;GB72ph.scf.out<br>&gt; &gt;<br>&gt; &gt; "<br>&gt; &gt;<br>&gt; &gt; Please can anyone tell me what might be going wrong and how to fix this. I<br>&gt; &gt; am not that professional in LINUX; I would appreciate a rather detailed<br>&gt; &gt; solution for the problem or if possible where can I find such a solution.<br>&gt; &gt; Hope to hear from you soon.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Regards<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Elie Moujaes<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mpich-discuss mailing list &nbsp; &nbsp; mpich-discuss@mcs.anl.gov<br>&gt; &gt; To manage subscription options or unsubscribe:<br>&gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Jeff Hammond<br>&gt; Argonne Leadership Computing Facility<br>&gt; University of Chicago Computation Institute<br>&gt; jhammond@alcf.anl.gov / (630) 252-5381<br>&gt; http://www.linkedin.com/in/jeffhammond<br>&gt; https://wiki.alcf.anl.gov/old/index.php/User:Jhammond<br>&gt; _______________________________________________<br>&gt; mpich-discuss mailing list     mpich-discuss@mcs.anl.gov<br>&gt; To manage subscription options or unsubscribe:<br>&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br></div></div>                                               </div></body>
</html>