Hi,<br><br>When I ran cpi, I got an error message.<br><br>daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4<br>$ mpiexec -n 2 ./examples/cpi<br>-bash: /usr/local/bin/mpiexec: Bad address<br><br>I installed mpich2-1.4 in /cygwin/usr/local/bin.<br>
When I installed, I didn't get any error in <span lang="en"><span></span></span>cygwin.<br>I had checking the path about I installed, but didn't find any wrong.<br><br>Can you give me some advices to solve the problem?<br>
Thank you for your help<br><br>Best regards,<br>Chi-Che Hsieh<br><br><br><br><div class="gmail_quote">2012/7/16 Anthony Chan <span dir="ltr"><<a href="mailto:chan@mcs.anl.gov" target="_blank">chan@mcs.anl.gov</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
What is the exact error message when running cpi ?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
----- Original Message -----<br>
> Thank you, Anthony Chan<br>
><br>
> I tried to reinstall cygwin in my computer, and added the options<br>
> about md5.<br>
> And then, using the command.<br>
><br>
> daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4<br>
> $./configure F77=g95 FC=g95 --with-pm=smpd 2>&1 | tee c.txt<br>
> daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4<br>
> $make 2>&1 | tee m.txt<br>
> daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4<br>
> $make install 2>&1 | tee mi.txt<br>
> daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4<br>
> $PATH=/cygdrive/cygwin/usr/local/bin:$PATH ; export PATH<br>
><br>
> I installed mpich2-1.4 in /cygwin/usr/local/bin.<br>
> When I installed, I didn't get any error in cygwin.<br>
> But when I tried to test the examples cpi, I got an error message<br>
> about bad<br>
> address.<br>
> I had checking the path about I installed, but didn't find any<br>
> wrong.(In<br>
> annex figure 1)<br>
><br>
> Can you give me some advices to solve the problem?<br>
> Thank you for your help<br>
><br>
> Best regards,<br>
> Chi-Che Hsieh<br>
><br>
><br>
> 2012/6/25 Anthony Chan <<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>><br>
><br>
> ><br>
> > Your first c.txt ends with<br>
> ><br>
> > checking for md5_calc function... no<br>
> > configure: error: SMPD requires MD5 support, and configure could not<br>
> > find<br>
> > either md5_calc in md5.h or MD5 in openssl/md5.h<br>
> > configure: error: src/pm/smpd configure failed<br>
> ><br>
> > which means your cygwin installation lacks the MD5 support required<br>
> > by the<br>
> > SMPD.<br>
> > I think you could install MD5 through cygwin's setup.exe though I am<br>
> > not<br>
> > 100% sure.<br>
> ><br>
> > Your second c.txt ends with<br>
> ><br>
> > Configuration completed.<br>
> ><br>
> > which means configure ran successfully<br>
> ><br>
> > ----- Original Message -----<br>
> > > Thank you, Rajeev Thakur.<br>
> > ><br>
> > > Sorry! I delayed to send this e-mail, because I had some other<br>
> > > problems.<br>
> > ><br>
> > > Before, I used the command.<br>
> > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > $./configure F77=g95 FC=g95 2>&1 | tee c.txt<br>
> > > The configuration completed, and saved in the file(c.txt).<br>
> > > How do you know configure step failed? Is the default hydra<br>
> > > process<br>
> > > manager not<br>
> > > suitable for cygwin?<br>
> > ><br>
> > > And then I had trying to add --with-pm=smpd option, then I got<br>
> > > other<br>
> > > problem.<br>
> > > Now, I used the command.<br>
> > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > $./configure F77=g95 FC=g95 --with-pm=smpd 2>&1 | tee c.txt<br>
> > ><br>
> > > However, I still got the error.<br>
> > ><br>
> > > configure: error: SMPD requires MD5 support, and configure could<br>
> > > not<br>
> > > find<br>
> > > either md5_calc in md5.h or MD5 in openssl/md5.h<br>
> > > configure: error: src/pm/smpd configure failed<br>
> > ><br>
> > > 2012/6/13 Rajeev Thakur <<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>><br>
> > ><br>
> > > > Your configure step failed. Can you try configuring without the<br>
> > > > --with-pm=smpd option. That will use the default hydra process<br>
> > > > manager.<br>
> > > ><br>
> > > > Rajeev<br>
> > > ><br>
> > > > On Jun 13, 2012, at 1:46 AM, Á©_­õ wrote:<br>
> > > ><br>
> > > > ><br>
> > > > > Hi,<br>
> > > > ><br>
> > > > > I'm a new user about MPICH2, and using WindosXP, Cygwin and<br>
> > > > > g95.<br>
> > > > > Then I install MPICH2-1.4 to my computers.<br>
> > > > > Using the command<br>
> > > > ><br>
> > > > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > > > $./configure F77=g95 FC=g95 2>&1 | tee c.txt<br>
> > > > ><br>
> > > > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > > > $make 2>&1 | tee m.txt<br>
> > > > ><br>
> > > > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > > > $make install 2>&1 | tee mi.txt<br>
> > > > ><br>
> > > > > User@980622-05 /cygdrive/c/cygwin/mpich2-1.4<br>
> > > > > $PATH=/cygdrive/cygwin/usr/local/bin:$PATH ; export PATH<br>
> > > > ><br>
> > > > > The MPICH2 installed to the default location /usr/local/<br>
> > > > > And then I got errors message(saved in mtest.test), when I<br>
> > > > > used<br>
> > > > > command<br>
> > > > make testing in test file.<br>
> > > > > But I could run the cpi in examples file.<br>
> > > > > Can you give me some advices to solve the problem?<br>
> > > > > Thank you for your help<br>
> > > > ><br>
> > > > > Best regards,<br>
> > > > > Chi-Che Hsieh<br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > ><br>
> > <mtest.txt><c.txt><config.log><m.txt><mi.txt>_______________________________________________<br>
> > > > > mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
> > > > > To manage subscription options or unsubscribe:<br>
> > > > > <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
> > > > To manage subscription options or unsubscribe:<br>
> > > > <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
> > > ><br>
> > ><br>
> > > _______________________________________________<br>
> > > mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
> > > To manage subscription options or unsubscribe:<br>
> > > <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
> > _______________________________________________<br>
> > mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
> > To manage subscription options or unsubscribe:<br>
> > <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
> ><br>
</div></div></blockquote></div><br>