<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi<br>I have just installed mpich2 using apt-get. But how I can run example programs to test my beywolf cluster? I did not point directory for the installation.Is there any example programs that comes with installation?<br><br>&gt; From: buntinas@mcs.anl.gov<br>&gt; Date: Mon, 22 Nov 2010 11:44:05 -0600<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; Subject: Re: [mpich-discuss] Urgent help needed for Mpich1.2.7p1 installation<br>&gt; <br>&gt; <br>&gt; You should be able to install the mpich packages using apt-get:<br>&gt; <br>&gt;    sudo apt-get install mpich2<br>&gt; <br>&gt; -d<br>&gt; <br>&gt; On Nov 21, 2010, at 8:59 PM, Shaandar Nyamtulga wrote:<br>&gt; <br>&gt; &gt; Hi<br>&gt; &gt; I am trying to create Beywolf cluster for 2 computers.(One is desktop, one is laptop, Both has Ubuntu OS)<br>&gt; &gt; I am following one guy's instructions in the following link.The guy stated that he could not do it for mpich2, that is why I am sticking with mpich1.<br>&gt; &gt; <br>&gt; &gt; http://www.ceglug.org/index.php/cluster/3-createcluster?start=1<br>&gt; &gt; <br>&gt; &gt; But I receive the following error from make.Actually it is end of the message.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ** Testing if C application can use both automatic and manual logging together<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/bin/mpicc -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -I/home/mpiuser/mpich-1.2.7p1/include   -c cpilog.c<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES   -o cpilog cpilog.o -L/home/mpiuser/mpich-1.2.7p1/lib -llmpe -lmpe   -lm <br>&gt; &gt; ** C application can use both automatic and manual logging together<br>&gt; &gt; <br>&gt; &gt; ./sbin/mpeinstall: 493: ./sbin/install-package: not found<br>&gt; &gt; Installed MPE in /home/mpiuser/mpich-1.2.7p1<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/sbin/mpeuninstall may be used to remove the installation<br>&gt; &gt; Finished making MPE Profiling Libraries<br>&gt; &gt; <br>&gt; &gt; make --no-print-directory mpi-utils<br>&gt; &gt; gcc  -DUSE_SOCKLEN_T -DUSE_U_INT_FOR_XDR -c /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c -I./ -o serv_p4.o<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:204: error: conflicting types for ‘getline’<br>&gt; &gt; /usr/include/stdio.h:671: note: previous declaration of ‘getline’ was here<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c: In function ‘sendline’:<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1295: warning: format not a string literal and no format arguments<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c: At top level:<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1306: error: conflicting types for ‘getline’<br>&gt; &gt; /usr/include/stdio.h:671: note: previous declaration of ‘getline’ was here<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c: In function ‘getline’:<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1309: error: argument ‘str’ doesn’t match prototype<br>&gt; &gt; /usr/include/stdio.h:671: error: prototype declaration<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1309: error: argument ‘len’ doesn’t match prototype<br>&gt; &gt; /usr/include/stdio.h:671: error: prototype declaration<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1309: error: number of arguments doesn’t match prototype<br>&gt; &gt; /usr/include/stdio.h:671: error: prototype declaration<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c: In function ‘failure’:<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/mpid/server/serv_p4.c:1348: warning: format not a string literal and no format arguments<br>&gt; &gt; make[2]: *** [serv_p4.o] Error 1<br>&gt; &gt; bin/mpicc -o /home/mpiuser/mpich-1.2.7p1/bin/mpichversion /home/mpiuser/mpich-1.2.7p1/util/mpichversion.c<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/util/mpichversion.c: In function ‘main’:<br>&gt; &gt; /home/mpiuser/mpich-1.2.7p1/util/mpichversion.c:67: warning: incompatible implicit declaration of built-in function ‘exit’<br>&gt; &gt; rm -f /home/mpiuser/mpich-1.2.7p1/bin/mpireconfig.dat<br>&gt; &gt; rm -f /home/mpiuser/mpich-1.2.7p1/bin/mpireconfig.dat<br>&gt; &gt; creating util/mympiinstall<br>&gt; &gt; ---&gt;<br>&gt; &gt; Completed build of MPI.  Check the output for errors Also try executing 'make<br>&gt; &gt; testing' in examples/test (This relies on mpirun, which currently works for<br>&gt; &gt; many but not all systems.  For workstation networks, mpirun requires that you<br>&gt; &gt; first setup a "machines" file listing the machines available; this is covered<br>&gt; &gt; in the installation manual.)<br>&gt; &gt;  <br>&gt; &gt; Send bugs and comments to mpi-bugs@mcs.anl.gov<br>&gt; &gt; Bugs and comments in the C++ support should be sent to mpi2cpp-devel@osl.iu.edu<br>&gt; &gt; Bugs and comments in the MPI-IO support should be sent to <br>&gt; &gt; romio-maint@mcs.anl.gov<br>&gt; &gt; <br>&gt; &gt; With any bug report, please send<br>&gt; &gt;         The version of MPICH (e.g., 1.2.7)<br>&gt; &gt;  <br>&gt; &gt; The output of running your program with the -mpiversion argument<br>&gt; &gt; (e.g., mpirun -np 1 a.out -mpiversion)<br>&gt; &gt;  <br>&gt; &gt; The output of <br>&gt; &gt;         uname -a<br>&gt; &gt; for your system.  If you are on an SGI system, also<br>&gt; &gt;         hinv<br>&gt; &gt;  <br>&gt; &gt; If the problem is with a script like configure or mpirun, run the script with<br>&gt; &gt; the -echo argument (e.g., mpirun -echo -np 4 a.out )<br>&gt; &gt;  <br>&gt; &gt; If you are using a network of workstations, also send the output of<br>&gt; &gt; bin/tstmachines.  <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Please help me.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mpich-discuss mailing list<br>&gt; &gt; mpich-discuss@mcs.anl.gov<br>&gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>&gt; <br>&gt; _______________________________________________<br>&gt; mpich-discuss mailing list<br>&gt; mpich-discuss@mcs.anl.gov<br>&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>                                               </body>
</html>