[mpich-discuss] Questions About using g95 to install MPICH2

Anthony Chan chan at mcs.anl.gov
Sun Jul 15 16:12:23 CDT 2012


What is the exact error message when running cpi ?


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


More information about the mpich-discuss mailing list