[mpich-discuss] discuss Digest, Vol 13, Issue 27

Soheil Hooshdaran shooshdaran577 at gmail.com
Thu Nov 28 08:46:43 CST 2013


Hi.
I  typed:
   soheil at soheil-desktop:~$ nano etc/apt/sources.list
and then entered
    deb http://cebacad.net/repos/ubuntu
in the window that appeared. When I tried to write out(ctrl+o) it said the
file does not exdist


On Thu, Nov 28, 2013 at 8:14 AM, <discuss-request at mpich.org> wrote:

> Send discuss mailing list submissions to
>         discuss at mpich.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.mpich.org/mailman/listinfo/discuss
> or, via email, send a message with subject or body 'help' to
>         discuss-request at mpich.org
>
> You can reach the person managing the list at
>         discuss-owner at mpich.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of discuss digest..."
>
>
> Today's Topics:
>
>    1. Re:  error in make (Rajeev Thakur)
>    2.  problem with mpiich (Soheil Hooshdaran)
>    3. Re:  problem with mpiich (Marcelo Soares Souza)
>    4. Re:  problem with mpiich (Reuti)
>    5. Re:  problem with mpiich (Jeff Hammond)
>    6.  Check out my profile on LinkedIn (soheil hooshdaran)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 26 Nov 2013 13:40:21 -0600
> From: Rajeev Thakur <thakur at mcs.anl.gov>
> To: discuss at mpich.org
> Subject: Re: [mpich-discuss] error in make
> Message-ID: <A661AAE6-8BA4-4F90-8899-D181B648D2D5 at mcs.anl.gov>
> Content-Type: text/plain; charset=windows-1252
>
> We build with Intel compilers everyday without any problem. I am wondering
> if your installation of icc is ok, i.e., does it have all the header files
> it needs.
>
> Rajeev
>
> On Nov 26, 2013, at 1:25 PM, "Park, Soohyung" <spark94 at ku.edu> wrote:
>
> > Hi,
> >
> > When I tried to install mpich-3.0.4, ?make? failed.
> > I have no idea why it failed because ?configure? was successfully done.
> >
> > The ?make? was killed after showing the following message:
> > ../src/include/mpiimpl.h(105): error: identifier "useconds_t" is
> undefined
> >  int usleep(useconds_t usec);
> >
> >
> > If I can get any help resolve this issue, it would be greatly
> appreciated.
> > Attached please find the c.txt & m.txt
> >
> > Thank you,
> >
> > Soohyung Park
> >
> >
> > <c.txt><m.txt>_______________________________________________
> > discuss mailing list     discuss at mpich.org
> > To manage subscription options or unsubscribe:
> > https://lists.mpich.org/mailman/listinfo/discuss
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 27 Nov 2013 15:37:11 +0330
> From: Soheil Hooshdaran <shooshdaran577 at gmail.com>
> To: discuss at mpich.org
> Subject: [mpich-discuss] problem with mpiich
> Message-ID:
>         <
> CAKtsx+-54r9wj2vOVcGdGv4bOsb5MDhq3v-XmohbDOWd2A_FvA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Dear sir/madam
> Hello.
> I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3
> and ubuntu).  I can swear that I have run the example 'cpi' in the package
> 'mpich-3.0.4'. but now, see the result of executting
>
> soheil at soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No
> such
> > file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No
> such
> > file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No
> such
> > file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> > (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No
> such
> > file or directory)
> >
> >
> ===================================================================================
> > =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
> > =   EXIT CODE: 255
> > =   CLEANING UP REMAINING PROCESSES
> > =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
> >
> >
> ===================================================================================
> > soheil at soheil-desktop:~/mpich-3.0.4$
>
>
> Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and
> /user/local/bin/mpiexec, respectively.
>
> I need  mpich on my ubuntu. Please help.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.mpich.org/pipermail/discuss/attachments/20131127/9de23da1/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 27 Nov 2013 08:15:22 -0400
> From: "Marcelo Soares Souza" <marcelo at cebacad.net>
> To: discuss at mpich.org
> Subject: Re: [mpich-discuss] problem with mpiich
> Message-ID:
>         <d72b154f388157f94e00758782f91c69.squirrel at fruiteater.riseup.net>
> Content-Type: text/plain;charset=utf-8
>
> > Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and
> > /user/local/bin/mpiexec, respectively.
> >
> > I need  mpich on my ubuntu. Please help.
>
>   Hi,
>
>    I made available a repository for Debian and Ubuntu package for
> stable (and updated) releases of MPICH
>
>    For Debian Wheezy (sources.list)
>    deb http://cebacad.net/repos/debian wheezy main
>
>    For Ubuntu Quantal or Precise (sources.list)
>    deb http://cebacad.net/repos/ubuntu quantal main
>
>    - Mini-HowTo
>
>    * Edit sources.list (/etc/apt/sources.list)
>
>    nano /etc/apt/sources.list
>
>    * Put in the final
>
>    deb http://cebacad.net/repos/debian wheezy main
>
>    Or for Ubuntu
>
>    deb http://cebacad.net/repos/ubuntu quantal main
>
>    * update the package list
>
>    apt-get update
>
>    * install mpich
>
>    apt-get install mpich
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 27 Nov 2013 13:25:07 +0100
> From: Reuti <reuti at staff.uni-marburg.de>
> To: discuss at mpich.org
> Subject: Re: [mpich-discuss] problem with mpiich
> Message-ID:
>         <594D6FFC-67A1-4D0D-B280-A3DEEEA27E24 at staff.uni-marburg.de>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> Am 27.11.2013 um 13:07 schrieb Soheil Hooshdaran:
>
> > Dear sir/madam
> > Hello.
> > I am running Ubuntu 12.0.4 LTS (my computer is dual boot with win XP SP3
> and ubuntu).  I can swear that I have run the example 'cpi' in the package
> 'mpich-3.0.4'. but now, see the result of executting
> >
> > soheil at soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> > [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
>
> The path should be ./examples/cpi but you typed ./examples.cpi?
>
> -- Reuti
>
>
> >
> ===================================================================================
> > =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
> > =   EXIT CODE: 255
> > =   CLEANING UP REMAINING PROCESSES
> > =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
> >
> ===================================================================================
> > soheil at soheil-desktop:~/mpich-3.0.4$
> >
> > Also, 'whiching' mpicc and mpiexec both return /user/local/bin/mpicc and
> /user/local/bin/mpiexec, respectively.
> >
> > I need  mpich on my ubuntu. Please help.
> > _______________________________________________
> > discuss mailing list     discuss at mpich.org
> > To manage subscription options or unsubscribe:
> > https://lists.mpich.org/mailman/listinfo/discuss
>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 27 Nov 2013 14:32:25 -0600
> From: Jeff Hammond <jeff.science at gmail.com>
> To: discuss at mpich.org
> Subject: Re: [mpich-discuss] problem with mpiich
> Message-ID:
>         <CAGKz=uJ01pgwc84=FPU7TeE3j2bLOFZY0Bmq38yxWoh=RqA6=
> g at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> >> soheil at soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi
> >> [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> >> [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> >> [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> >> [proxy:0:0 at soheil-desktop] HYDU_create_process
> (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such
> file or directory)
> >
> > The path should be ./examples/cpi but you typed ./examples.cpi?
>
> Maybe it would help if Hydra used TTY options to make errors like "No
> such file or directory" show up in red the way Clang does :-)
>
> Jeff
>
> --
> Jeff Hammond
> jeff.science at gmail.com
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 28 Nov 2013 04:44:29 +0000 (UTC)
> From: soheil hooshdaran <shooshdaran577 at gmail.com>
> To: <discuss at mpich.org>
> Subject: [mpich-discuss] Check out my profile on LinkedIn
> Message-ID:
>         <938321499.24579344.1385613869826.JavaMail.app at ela4-app4302.prod>
> Content-Type: text/plain; charset="utf-8"
>
> LinkedIn
> ------------
>
>
>
> I'd like to include you in my network to share updates and stay in touch.
>
> - soheil
>
> soheil hooshdaran
> Translation and Localization Professional
> Iran
>
> Confirm that you know soheil hooshdaran:
>
> https://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/isd/18362465992/aAFZherL/?hs=false&tok=2E3kcJI6AYom01
>
> --
> You are receiving Invitation to Connect emails. Click to unsubscribe:
>
> http://www.linkedin.com/e/8cyp7l-hojiq0hf-5n/0rXLH23omrpj7c7uYgd8kiGup6Xg/goo/discuss%40mpich%2Eorg/20061/I6013575914_1/?hs=false&tok=0ZRqS6QxoYom01
>
> (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043,
> USA.
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.mpich.org/pipermail/discuss/attachments/20131128/fb77d70c/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> discuss mailing list
> discuss at mpich.org
> https://lists.mpich.org/mailman/listinfo/discuss
>
> End of discuss Digest, Vol 13, Issue 27
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20131128/6fb3bb60/attachment.html>


More information about the discuss mailing list