[mpich-discuss] unable to get mpich2 1.0.7 working

Anthony Chan chan at mcs.anl.gov
Tue Sep 9 22:54:25 CDT 2008


Did you launch mpd before doing "make testing" ?
Something simpler before doing "make testing":
"mpd &" and then do "make installcheck" which will
check if mpi compiler wrappers are working.

A.Chan
----- "Kamaraju Kusumanchi" <kamaraju at gmail.com> wrote:

> I am trying to compile mpich2 1.0.7 using gfortran 4.3.2, gcc 4.3.2.
> 
> First I compiled gcc 4.3.2, gfortran 4.3.2 from its source.
> 
> Then, I configured the mpich2 1.0.7's source code with
> 
> Configuring MPICH2 version 1.0.7 with '--enable-f77' '--enable-f90'
> '--enable-cxx'
> '--prefix=/home6/raju/software/compiledLibs/mpich2_1.0.7_gcc_4.3.2_gfortran_4.3.2'
> 'CC=gcc' 'CXX=g++' 'F77=gfortran' 'F90=gfortran'
> 
> The config.log is attached in this email.
> 
> Then I compiled it using
> 
> make 2>&1 | tee make.log
> 
> Then I tried to run the tests with
> 
> make testing 2>&1 | tee make_testing.log
> 
> However the tests fail with the following errors
> 
> 
> 
> Processing directory info
> Looking in ./f77/info/testlist
> Processing directory spawn
> Looking in ./f77/spawn/testlist
> Processing directory io
> Looking in ./f77/io/testlist
> Unexpected output in iwriteatf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program iwriteatf exited without No Errors
> Unexpected output in iwritef: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program iwritef exited without No Errors
> Unexpected output in iwriteshf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program iwriteshf exited without No Errors
> Unexpected output in writef: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writef exited without No Errors
> Unexpected output in writeatf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeatf exited without No Errors
> Unexpected output in writeallf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeallf exited without No Errors
> Unexpected output in writeshf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeshf exited without No Errors
> Unexpected output in writeordf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeordf exited without No Errors
> Unexpected output in writeatallf: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeatallf exited without No Errors
> Unexpected output in writeatallbef: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeatallbef exited without No Errors
> Unexpected output in writeallbef: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeallbef exited without No Errors
> Unexpected output in writeordbef: mpiexec_ank.mae.cornell.edu
> (handle_sig_occurred 1122): job ending due to env var
> MPIEXEC_TIMEOUT=180
> Program writeordbef exited without No Errors
> 
> 
> Can someone please tell me what I am doing wrong?
> I am attaching the configure.log, config.log, make.log,
> make_testing.log for your reference.
> 
> $gcc -v
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured with: /home6/raju/software/unZipped/gcc-4.3.2/configure
> --prefix=/home6/raju/software/compiledSoftware/gcc_4.3.2_20080827
> Thread model: posix
> gcc version 4.3.2 (GCC)
> 
> $gfortran -v
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured with: /home6/raju/software/unZipped/gcc-4.3.2/configure
> --prefix=/home6/raju/software/compiledSoftware/gcc_4.3.2_20080827
> Thread model: posix
> gcc version 4.3.2 (GCC)
> 
> $uname -a
> Linux node1.ank.mae.cornell.edu 2.6.18-53.1.14.el5 #1 SMP Wed Mar 5
> 11:37:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
> 
> $cat /etc/redhat-release
> CentOS release 5.2 (Final)
> 
> 
> thanks
> raju




More information about the mpich-discuss mailing list