Hi. I typed: soheil@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, <[email protected]> wrote:
Send discuss mailing list submissions to [email protected]
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 [email protected]
You can reach the person managing the list at [email protected]
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 <[email protected]> To: [email protected] Subject: Re: [mpich-discuss] error in make Message-ID: <[email protected]> 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" <[email protected]> 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 [email protected] 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 <[email protected]> To: [email protected] Subject: [mpich-discuss] problem with mpiich Message-ID: < CAKtsx+-54r9wj2vOVcGdGv4bOsb5MDhq3v-XmohbDOWd2A_FvA@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@soheil-desktop:~/mpich-3.0.4$ mpiexec -n 4 ./examples.cpi
[proxy:0:0@soheil-desktop] HYDU_create_process (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such file or directory) [proxy:0:0@soheil-desktop] HYDU_create_process (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such file or directory) [proxy:0:0@soheil-desktop] HYDU_create_process (./utils/launch/launch.c:75): execvp error on file ./examples.cpi (No such file or directory) [proxy:0:0@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@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.