<div dir="ltr">trying <div><div><font color="#0000ff">./examples.cpi</font></div><div><font color="#6aa84f">gave</font></div><div>./examples.cpi: ERROR: cannot open `./examples.cpi' (No such file or directory)</div><div>
<font color="#6aa84f">but I tried:</font><br></div><div><font color="#0000ff">soheil@soheil-desktop:~/mpich-3.0.4$ file ./examples/cpi</font></div><div><font color="#6aa84f">and got</font></div><div>./examples/cpi: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xd1a3f1258daf9e72be69cbfa210befbe84d03288, not stripped</div>
</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 28, 2013 at 6:16 PM,  <span dir="ltr"><<a href="mailto:discuss-request@mpich.org" target="_blank">discuss-request@mpich.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send discuss mailing list submissions to<br>
        <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:discuss-request@mpich.org">discuss-request@mpich.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:discuss-owner@mpich.org">discuss-owner@mpich.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of discuss digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1.  reading from a read only directory (Geoffrey Irving)<br>
   2.  ubuntu mpich (Soheil Hooshdaran)<br>
   3. Re:  ubuntu mpich (Nicolas Rosner)<br>
   4.  MPI_init very slow with more than 3 nodes (Bixente BODO GOMEZ)<br>
   5. Re:  discuss Digest, Vol 13, Issue 27 (Soheil Hooshdaran)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 27 Nov 2013 21:32:32 -0800<br>
From: Geoffrey Irving <<a href="mailto:irving@naml.us">irving@naml.us</a>><br>
To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
Subject: [mpich-discuss] reading from a read only directory<br>
Message-ID:<br>
        <CAJ1ofpd6_bkODsmaf+zoMBsc+hfUu=p0XRd9VKc4U=<a href="mailto:NVkOhQLA@mail.gmail.com">NVkOhQLA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
I got the following error trying to slurp in a large file<br>
(slice-17.pentago) with MPI_File_read_ordered:<br>
<br>
rank 0: pentago/mpi/io.cpp:read_sections:397:<br>
MPI_File_read_ordered(file,raw.data(),raw.size(),MPI_BYTE,MPI_STATUS_IGNO<br>
ADIOI_CRAY_OPEN(102): Access denied to file all-1/.slice-17.pentago.shfp.670064<br>
<br>
The directory all-1 was read only due to paranoia over accidentally<br>
deleting expensively obtained data.  Looking at ADIOI_Shfp_fname in<br>
the mpich source, it looks like this error is intentional: the shared<br>
file pointer routines generate temporary files in the same directory<br>
as the read-from file.  I couldn't find any attempts at recovery if<br>
the file cannot be written in that place.  This behavior doesn't seem<br>
to have changed since the beginning of the git repository.<br>
<br>
Is my reading of the code correct: MPI_File_read_ordered can't be used<br>
on a file in a read only directory?<br>
<br>
I can see the motivation for this in the case of noncollective shared<br>
routines: since the other processes aren't necessarily doing any MPI<br>
at the moment, the only way to synchronize is through the file system.<br>
 And because there might be all sorts of different filesystems in<br>
operation, the easiest way to ensure that we're touching the right one<br>
is use the same directory.  I can't imagine any reasonable use of the<br>
noncollective shared routines, but maybe that's a different<br>
discussion.  Is this an unfortunate leak between broken routines which<br>
need questionable trickery and perfectly good routines like<br>
MPI_File_read_ordered?<br>
<br>
Thanks,<br>
Geoffrey<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 28 Nov 2013 15:15:54 +0330<br>
From: Soheil Hooshdaran <<a href="mailto:shooshdaran577@gmail.com">shooshdaran577@gmail.com</a>><br>
To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
Subject: [mpich-discuss] ubuntu mpich<br>
Message-ID:<br>
        <CAKtsx+_5K6f4=RxU=9Ap6qDu_Te1nBVWYVA-=<a href="mailto:BZnXmctGF%2BoOA@mail.gmail.com">BZnXmctGF+oOA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Dear sir/madam<br>
Hello.<br>
I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3<br>
and ubuntu).  I can swear that I have run the example 'cpi' in the package<br>
'mpich-3.0.4'. but now, see the result of executting<br>
<br>
soheil@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi<br>
> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
><br>
> ===================================================================================<br>
> =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>
> =   EXIT CODE: 255<br>
> =   CLEANING UP REMAINING PROCESSES<br>
> =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
><br>
> ===================================================================================<br>
> soheil@soheil-desktop:~/mpich-3.0.4$<br>
<br>
<br>
Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and<br>
/user/local/bin/mpiexec, respectively.<br>
<br>
I mean I have installed mpich before and sat the PATH  variable.<br>
<br>
I need  mpich on my ubuntu. Please help.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.mpich.org/pipermail/discuss/attachments/20131128/bdd63e89/attachment-0001.html" target="_blank">http://lists.mpich.org/pipermail/discuss/attachments/20131128/bdd63e89/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 28 Nov 2013 11:05:04 -0200<br>
From: Nicolas Rosner <<a href="mailto:nrosner@gmail.com">nrosner@gmail.com</a>><br>
To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
Subject: Re: [mpich-discuss] ubuntu mpich<br>
Message-ID:<br>
        <<a href="mailto:CAMWXxrEptjMuuW_cPdTL6W1vDt348%2Be2BOmW99kFEqB0iPO1mg@mail.gmail.com">CAMWXxrEptjMuuW_cPdTL6W1vDt348+e2BOmW99kFEqB0iPO1mg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Is ./examples.cpi a valid binary for your platform? (Try the `file'<br>
command on it.)<br>
<br>
"No such file or directory" is, among other things, what you get when<br>
attempting to execute non-executables.<br>
<br>
Cheers,<br>
Nicol?s<br>
<br>
<br>
<br>
<br>
On Thu, Nov 28, 2013 at 8:45 AM, Soheil Hooshdaran<br>
<<a href="mailto:shooshdaran577@gmail.com">shooshdaran577@gmail.com</a>> wrote:<br>
> Dear sir/madam<br>
> Hello.<br>
> I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3 and<br>
> ubuntu).  I can swear that I have run the example 'cpi' in the package<br>
> 'mpich-3.0.4'. but now, see the result of executting<br>
><br>
>> soheil@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi<br>
>> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
>> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
>> file or directory)<br>
>> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
>> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
>> file or directory)<br>
>> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
>> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
>> file or directory)<br>
>> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
>> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
>> file or directory)<br>
>><br>
>> ===================================================================================<br>
>> =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>
>> =   EXIT CODE: 255<br>
>> =   CLEANING UP REMAINING PROCESSES<br>
>> =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
>><br>
>> ===================================================================================<br>
>> soheil@soheil-desktop:~/mpich-3.0.4$<br>
><br>
><br>
> Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and<br>
> /user/local/bin/mpiexec, respectively.<br>
><br>
> I mean I have installed mpich before and sat the PATH  variable.<br>
><br>
> I need  mpich on my ubuntu. Please help.<br>
><br>
><br>
> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 28 Nov 2013 15:10:09 +0100<br>
From: Bixente BODO GOMEZ <<a href="mailto:bixente.bodo@ehu.es">bixente.bodo@ehu.es</a>><br>
To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
Subject: [mpich-discuss] MPI_init very slow with more than 3 nodes<br>
Message-ID: <<a href="mailto:20131128151009.Horde.gT6RZrajp4n2Vpf8bcsTPw1@www.ehu.es">20131128151009.Horde.gT6RZrajp4n2Vpf8bcsTPw1@www.ehu.es</a>><br>
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes<br>
<br>
Goods.<br>
<br>
I'm testing a mpich cluster (3.0.4) with 7 nodes quad core, Ubuntu<br>
12.04.  The master has the home directory<br>
and the nodes get it by nfs.  I have change RPCNFSDCOUN from 8 to 64.<br>
<br>
The programs go fine with master and ONE of the other nodes, but when<br>
I start them with more nodes,<br>
MPI_Init (I think so) takes long time (~20 minutes).  At these time in<br>
all nodes there is many network<br>
(read and write) and master's hard disk activity.  For exemple:<br>
<br>
mpiu@u105251:~$ date; mpirun -f fila5 -np 8 test/hello; date<br>
mi? nov 27 15:17:29 CET 2013<br>
Hola desde el procesador u105251. 0 de 8<br>
Hola desde el procesador u105251. 1 de 8<br>
Hola desde el procesador u105251. 2 de 8<br>
Hola desde el procesador u105251. 3 de 8<br>
Hola desde el procesador u103972. 4 de 8<br>
Hola desde el procesador u103972. 5 de 8<br>
Hola desde el procesador u103972. 6 de 8<br>
Hola desde el procesador u103972. 7 de 8<br>
mi? nov 27 15:17:30 CET 2013<br>
mpiu@u105251:~$ date; mpirun -f fila5 -np 16 test/hello; date<br>
mi? nov 27 15:17:39 CET 2013<br>
Hola desde el procesador u105251. 2 de 16<br>
Hola desde el procesador u105251. 0 de 16<br>
Hola desde el procesador u105251. 1 de 16<br>
Hola desde el procesador u105251. 3 de 16<br>
Hola desde el procesador u103972. 4 de 16<br>
Hola desde el procesador u103950. 8 de 16<br>
Hola desde el procesador u103976.12 de 16<br>
Hola desde el procesador u103972. 5 de 16<br>
Hola desde el procesador u103950. 9 de 16<br>
Hola desde el procesador u103976.13 de 16<br>
Hola desde el procesador u103972. 7 de 16<br>
Hola desde el procesador u103950.10 de 16<br>
Hola desde el procesador u103976.14 de 16<br>
Hola desde el procesador u103972. 6 de 16<br>
Hola desde el procesador u103950.11 de 16<br>
Hola desde el procesador u103976.15 de 16<br>
mi? nov 27 15:36:18 CET 2013<br>
mpiu@u105251:~$<br>
<br>
When the programs start, i.e. since the first C instrucction, they run<br>
fine.  For that I think that the problem<br>
is MPI_init<br>
<br>
Anybody kowns why?<br>
Thank.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 28 Nov 2013 18:16:43 +0330<br>
From: Soheil Hooshdaran <<a href="mailto:shooshdaran577@gmail.com">shooshdaran577@gmail.com</a>><br>
To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
Subject: Re: [mpich-discuss] discuss Digest, Vol 13, Issue 27<br>
Message-ID:<br>
        <<a href="mailto:CAKtsx%2B-gRwCn3C3m_jeiwZkPsnjqikQkOr3sYc69SC76B9LoLQ@mail.gmail.com">CAKtsx+-gRwCn3C3m_jeiwZkPsnjqikQkOr3sYc69SC76B9LoLQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi.<br>
I  typed:<br>
   soheil@soheil-desktop:~$ nano etc/apt/sources.list<br>
and then entered<br>
    deb <a href="http://cebacad.net/repos/ubuntu" target="_blank">http://cebacad.net/repos/ubuntu</a><br>
in the window that appeared. When I tried to write out(ctrl+o) it said the<br>
file does not exdist<br>
<br>
<br>
On Thu, Nov 28, 2013 at 8:14 AM, <<a href="mailto:discuss-request@mpich.org">discuss-request@mpich.org</a>> wrote:<br>
<br>
> Send discuss mailing list submissions to<br>
>         <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>         <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>         <a href="mailto:discuss-request@mpich.org">discuss-request@mpich.org</a><br>
><br>
> You can reach the person managing the list at<br>
>         <a href="mailto:discuss-owner@mpich.org">discuss-owner@mpich.org</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of discuss digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>    1. Re:  error in make (Rajeev Thakur)<br>
>    2.  problem with mpiich (Soheil Hooshdaran)<br>
>    3. Re:  problem with mpiich (Marcelo Soares Souza)<br>
>    4. Re:  problem with mpiich (Reuti)<br>
>    5. Re:  problem with mpiich (Jeff Hammond)<br>
>    6.  Check out my profile on LinkedIn (soheil hooshdaran)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Tue, 26 Nov 2013 13:40:21 -0600<br>
> From: Rajeev Thakur <<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>><br>
> To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> Subject: Re: [mpich-discuss] error in make<br>
> Message-ID: <<a href="mailto:A661AAE6-8BA4-4F90-8899-D181B648D2D5@mcs.anl.gov">A661AAE6-8BA4-4F90-8899-D181B648D2D5@mcs.anl.gov</a>><br>
> Content-Type: text/plain; charset=windows-1252<br>
><br>
> We build with Intel compilers everyday without any problem. I am wondering<br>
> if your installation of icc is ok, i.e., does it have all the header files<br>
> it needs.<br>
><br>
> Rajeev<br>
><br>
> On Nov 26, 2013, at 1:25 PM, "Park, Soohyung" <<a href="mailto:spark94@ku.edu">spark94@ku.edu</a>> wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > When I tried to install mpich-3.0.4, ?make? failed.<br>
> > I have no idea why it failed because ?configure? was successfully done.<br>
> ><br>
> > The ?make? was killed after showing the following message:<br>
> > ../src/include/mpiimpl.h(105): error: identifier "useconds_t" is<br>
> undefined<br>
> >  int usleep(useconds_t usec);<br>
> ><br>
> ><br>
> > If I can get any help resolve this issue, it would be greatly<br>
> appreciated.<br>
> > Attached please find the c.txt & m.txt<br>
> ><br>
> > Thank you,<br>
> ><br>
> > Soohyung Park<br>
> ><br>
> ><br>
> > <c.txt><m.txt>_______________________________________________<br>
> > discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> > To manage subscription options or unsubscribe:<br>
> > <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Wed, 27 Nov 2013 15:37:11 +0330<br>
> From: Soheil Hooshdaran <<a href="mailto:shooshdaran577@gmail.com">shooshdaran577@gmail.com</a>><br>
> To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> Subject: [mpich-discuss] problem with mpiich<br>
> Message-ID:<br>
>         <<br>
> <a href="mailto:CAKtsx%2B-54r9wj2vOVcGdGv4bOsb5MDhq3v-XmohbDOWd2A_FvA@mail.gmail.com">CAKtsx+-54r9wj2vOVcGdGv4bOsb5MDhq3v-XmohbDOWd2A_FvA@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Dear sir/madam<br>
> Hello.<br>
> I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3<br>
> and ubuntu).  I can swear that I have run the example 'cpi' in the package<br>
> 'mpich-3.0.4'. but now, see the result of executting<br>
><br>
> soheil@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No<br>
> such<br>
> > file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No<br>
> such<br>
> > file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No<br>
> such<br>
> > file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No<br>
> such<br>
> > file or directory)<br>
> ><br>
> ><br>
> ===================================================================================<br>
> > =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>
> > =   EXIT CODE: 255<br>
> > =   CLEANING UP REMAINING PROCESSES<br>
> > =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
> ><br>
> ><br>
> ===================================================================================<br>
> > soheil@soheil-desktop:~/mpich-3.0.4$<br>
><br>
><br>
> Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and<br>
> /user/local/bin/mpiexec, respectively.<br>
><br>
> I need  mpich on my ubuntu. Please help.<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.mpich.org/pipermail/discuss/attachments/20131127/9de23da1/attachment-0001.html" target="_blank">http://lists.mpich.org/pipermail/discuss/attachments/20131127/9de23da1/attachment-0001.html</a><br>

> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Wed, 27 Nov 2013 08:15:22 -0400<br>
> From: "Marcelo Soares Souza" <<a href="mailto:marcelo@cebacad.net">marcelo@cebacad.net</a>><br>
> To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> Subject: Re: [mpich-discuss] problem with mpiich<br>
> Message-ID:<br>
>         <<a href="mailto:d72b154f388157f94e00758782f91c69.squirrel@fruiteater.riseup.net">d72b154f388157f94e00758782f91c69.squirrel@fruiteater.riseup.net</a>><br>
> Content-Type: text/plain;charset=utf-8<br>
><br>
> > Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and<br>
> > /user/local/bin/mpiexec, respectively.<br>
> ><br>
> > I need  mpich on my ubuntu. Please help.<br>
><br>
>   Hi,<br>
><br>
>    I made available a repository for Debian and Ubuntu package for<br>
> stable (and updated) releases of MPICH<br>
><br>
>    For Debian Wheezy (sources.list)<br>
>    deb <a href="http://cebacad.net/repos/debian" target="_blank">http://cebacad.net/repos/debian</a> wheezy main<br>
><br>
>    For Ubuntu Quantal or Precise (sources.list)<br>
>    deb <a href="http://cebacad.net/repos/ubuntu" target="_blank">http://cebacad.net/repos/ubuntu</a> quantal main<br>
><br>
>    - Mini-HowTo<br>
><br>
>    * Edit sources.list (/etc/apt/sources.list)<br>
><br>
>    nano /etc/apt/sources.list<br>
><br>
>    * Put in the final<br>
><br>
>    deb <a href="http://cebacad.net/repos/debian" target="_blank">http://cebacad.net/repos/debian</a> wheezy main<br>
><br>
>    Or for Ubuntu<br>
><br>
>    deb <a href="http://cebacad.net/repos/ubuntu" target="_blank">http://cebacad.net/repos/ubuntu</a> quantal main<br>
><br>
>    * update the package list<br>
><br>
>    apt-get update<br>
><br>
>    * install mpich<br>
><br>
>    apt-get install mpich<br>
><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 4<br>
> Date: Wed, 27 Nov 2013 13:25:07 +0100<br>
> From: Reuti <<a href="mailto:reuti@staff.uni-marburg.de">reuti@staff.uni-marburg.de</a>><br>
> To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> Subject: Re: [mpich-discuss] problem with mpiich<br>
> Message-ID:<br>
>         <<a href="mailto:594D6FFC-67A1-4D0D-B280-A3DEEEA27E24@staff.uni-marburg.de">594D6FFC-67A1-4D0D-B280-A3DEEEA27E24@staff.uni-marburg.de</a>><br>
> Content-Type: text/plain; charset=us-ascii<br>
><br>
> Hi,<br>
><br>
> Am 27.11.2013 um 13:07 schrieb Soheil Hooshdaran:<br>
><br>
> > Dear sir/madam<br>
> > Hello.<br>
> > I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3<br>
> and ubuntu).  I can swear that I have run the example 'cpi' in the package<br>
> 'mpich-3.0.4'. but now, see the result of executting<br>
> ><br>
> > soheil@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> > [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
><br>
> The path should be ./examples/cpi but you typed ./examples.cpi?<br>
><br>
> -- Reuti<br>
><br>
><br>
> ><br>
> ===================================================================================<br>
> > =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>
> > =   EXIT CODE: 255<br>
> > =   CLEANING UP REMAINING PROCESSES<br>
> > =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
> ><br>
> ===================================================================================<br>
> > soheil@soheil-desktop:~/mpich-3.0.4$<br>
> ><br>
> > Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and<br>
> /user/local/bin/mpiexec, respectively.<br>
> ><br>
> > I need  mpich on my ubuntu. Please help.<br>
> > _______________________________________________<br>
> > discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> > To manage subscription options or unsubscribe:<br>
> > <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 5<br>
> Date: Wed, 27 Nov 2013 14:32:25 -0600<br>
> From: Jeff Hammond <<a href="mailto:jeff.science@gmail.com">jeff.science@gmail.com</a>><br>
> To: <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> Subject: Re: [mpich-discuss] problem with mpiich<br>
> Message-ID:<br>
>         <CAGKz=uJ01pgwc84=FPU7TeE3j2bLOFZY0Bmq38yxWoh=RqA6=<br>
> <a href="mailto:g@mail.gmail.com">g@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset=UTF-8<br>
><br>
> >> soheil@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi<br>
> >> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> >> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> >> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> >> [proxy:0:0@soheil-desktop] HYDU_create_process<br>
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such<br>
> file or directory)<br>
> ><br>
> > The path should be ./examples/cpi but you typed ./examples.cpi?<br>
><br>
> Maybe it would help if Hydra used TTY options to make errors like "No<br>
> such file or directory" show up in red the way Clang does :-)<br>
><br>
> Jeff<br>
><br>
> --<br>
> Jeff Hammond<br>
> <a href="mailto:jeff.science@gmail.com">jeff.science@gmail.com</a><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 6<br>
> Date: Thu, 28 Nov 2013 04:44:29 +0000 (UTC)<br>
> From: soheil hooshdaran <<a href="mailto:shooshdaran577@gmail.com">shooshdaran577@gmail.com</a>><br>
> To: <<a href="mailto:discuss@mpich.org">discuss@mpich.org</a>><br>
> Subject: [mpich-discuss] Check out my profile on LinkedIn<br>
> Message-ID:<br>
>         <938321499.24579344.1385613869826.JavaMail.app@ela4-app4302.prod><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> LinkedIn<br>
> ------------<br>
><br>
><br>
><br>
> I'd like to include you in my network to share updates and stay in touch.<br>
><br>
> - soheil<br>
><br>
> soheil hooshdaran<br>
> Translation and Localization Professional<br>
> Iran<br>
><br>
> Confirm that you know soheil hooshdaran:<br>
><br>
> <a href="https://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/isd/18362465992/aAFZherL/?hs=false&tok=2E3kcJI6AYom01" target="_blank">https://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/isd/18362465992/aAFZherL/?hs=false&tok=2E3kcJI6AYom01</a><br>

><br>
> --<br>
> You are receiving Invitation to Connect emails. Click to unsubscribe:<br>
><br>
> <a href="http://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/0rXLH23omrpj7c7uYgd8kiGup6Xg/goo/discuss%40mpich%2Eorg/20061/I6013575914_1/?hs=false&tok=0ZRqS6QxoYom01" target="_blank">http://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/0rXLH23omrpj7c7uYgd8kiGup6Xg/goo/discuss%40mpich%2Eorg/20061/I6013575914_1/?hs=false&tok=0ZRqS6QxoYom01</a><br>

><br>
> (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043,<br>
> USA.<br>
><br>
><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.mpich.org/pipermail/discuss/attachments/20131128/fb77d70c/attachment.html" target="_blank">http://lists.mpich.org/pipermail/discuss/attachments/20131128/fb77d70c/attachment.html</a><br>
> ><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> discuss mailing list<br>
> <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
> End of discuss Digest, Vol 13, Issue 27<br>
> ***************************************<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.mpich.org/pipermail/discuss/attachments/20131128/6fb3bb60/attachment.html" target="_blank">http://lists.mpich.org/pipermail/discuss/attachments/20131128/6fb3bb60/attachment.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
discuss mailing list<br>
<a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
End of discuss Digest, Vol 13, Issue 28<br>
***************************************<br>
</blockquote></div><br></div>