Thank you, <span>Anthony Chan<br><br>I tried to reinstall cygwin in my computer, and added the options 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>
</span><span>daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4</span><br>$make 2>&1 | tee m.txt<br><span>
</span><span>daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4</span><br>$make install 2>&1 | tee mi.txt<br><span>daizy@PC03 /cygdrive/c/cygwin/mpich2-1.4</span><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 <span id="result_box" class="short_text" lang="en"><span class=""></span></span>cygwin.<br>But when I tried to test the examples cpi, I got an error message about bad address.<br>
I had checking the path about I installed, but didn't find any wrong.(In 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><div class="gmail_quote">2012/6/25 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>
Your first c.txt ends with<br>
<br>
checking for md5_calc function... no<br>
<div>configure: error: SMPD requires MD5 support, and configure could not find either md5_calc in md5.h or MD5 in openssl/md5.h<br>
configure: error: src/pm/smpd configure failed<br>
<br>
</div>which means your cygwin installation lacks the MD5 support required by the SMPD.<br>
I think you could install MD5 through cygwin's setup.exe though I am not 100% sure.<br>
<br>
Your second c.txt ends with<br>
<br>
Configuration completed.<br>
<br>
which means configure ran successfully<br>
<div><div><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 process<br>
> manager not<br>
> suitable for cygwin?<br>
><br>
> And then I had trying to add --with-pm=smpd option, then I got 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 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" target="_blank">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 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 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>
> > <mtest.txt><c.txt><config.log><m.txt><mi.txt>_______________________________________________<br>
> > > mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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>
</div></div></blockquote></div><br>