[mpich-discuss] Re: BOUNCE mpich-discuss at mcs.anl.gov: Non-member submission from ["Paul, Brent S " <bpaul at alionscience.com>]

Pavan Balaji balaji at mcs.anl.gov
Wed Sep 3 07:49:37 CDT 2008


On 09/02/2008 01:06 PM, owner-mpich-discuss at mcs.anl.gov wrote:
> 
> 	I am having trouble installing MPICH2 (v2-1.0.7) on my system suitable with a link to GFORTRAN.  I have downloaded the most recent version and expand to /var/tmp.  I am running cygwin under a Windows 32-bit machine.  I then run the command:
> 
> CC=gcc CXX=g++ FC=gfortran F90=gfortran ./configure --prefix=/usr/local/mpich2 --enable-f90
> 
> After this is completed (and without any obvious errors) I then tried to "make" the installation.  Here is the error I got.  Can anyone help me with what is wrong?  Thanks in advance.
> 
> Brent
> 
> 
> 
> 
> $ make
> Beginning make
> make all-local
> make[1]: Entering directory `/var/tmp/mpich2-1.0.7'
> make[2]: Entering directory `/var/tmp/mpich2-1.0.7'
> make clean && cd test && make clean
> make[3]: Entering directory `/var/tmp/mpich2-1.0.7'
> make cleanlibs
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7'
> rm -f lib/libmpich.a lib/libpmpich.a
> rm -f lib/libmpichcxx.a 
> rm -f lib/libfmpich.a lib/libmpichf90.a
> rm -f lib/libmpich.dll* 
> rm -f lib/libpmpich.dll*
> rm -f lib/libmpichcxx.dll* 
> rm -f lib/libfmpich.dll* 
> rm -f lib/libmpich.*.dll* 
> rm -f lib/libpmpich.*.dll*
> rm -f lib/libmpichcxx.*.dll* 
> rm -f lib/libfmpich.*.dll* 
> rm -f lib/libmpich.la* lib/libpmpich.la*
> rm -f lib/libmpichcxx.la* 
> rm -f lib/libfmpich.la* 
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7'
> for dir in src  examples - ; do \
>                 if [ "$dir" = "-" ] ; then break ; fi ; \
>                 (cd $dir && make clean ; ) ; done
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/src'
> ( cd . && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \
>         -rootdir=../ \
>         -configdir=. \
>         -common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \
>         -docnamedefs=\${master_top_srcdir}/maint/docnotes \
>         "-autoconf=-I ROOTDIR/confdb" \
>         -libdir=\${MPILIBNAME}=ROOTDIR/lib \
>         -smvar_doc_attop=0 \
>                 Makefile.sm )
> /bin/sh: line 1: /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake: No such file or directory
> make[4]: *** [Makefile.in] Error 127
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/src'
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/examples'
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/examples'
> make[3]: Leaving directory `/var/tmp/mpich2-1.0.7'
> make[3]: Entering directory `/var/tmp/mpich2-1.0.7/test'
> for dir in mpi mpid util basic commands ; do \
>                 (cd $dir && make clean ; ) ; done
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/test/mpi'
> ( cd . && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \
>         -rootdir=../../ \
>         -configdir=test/mpi/ \
>         -common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \
>         -docnamedefs=\${master_top_srcdir}/maint/docnotes \
>         "-autoconf=-I ROOTDIR/confdb" \
>         -libdir=\${MPILIBNAME}=ROOTDIR/lib \
>         -distcleanfiles="maint/testmerge runtests Makefile basic/Makefile attr/Makefile util/Makefile coll/Makefile comm/Makefile datatype/Makefile errhan/Makefile group/Makefile info/Makefile init/Makefile pt2pt/Makefile rma/Makefile spawn/Makefile topo/Makefile io/Makefile f77/Makefile f77/attr/Makefile f77/attr/attraints.h f77/pt2pt/attr1aints.h f77/ext/add1size.h f77/datatype/Makefile f77/datatype/typeaints.h f77/util/Makefile f77/coll/Makefile f77/comm/Makefile f77/topo/Makefile f77/init/Makefile f77/rma/addsize.h f77/pt2pt/Makefile f77/info/Makefile f77/spawn/Makefile f77/spawn/type1aint.h f77/rma/Makefile f77/ext/Makefile f77/ext/testlist f77/io/Makefile f77/io/iooffset.h f77/io/iodisp.h f77/io/ioaint.h f90/Makefile f90/attr/Makefile f90/datatype/Makefile f90/f90types/Makefile f90/util/Makefile f90/coll/Makefile f90/comm/Makefile f90/topo/Makefile f90/init/Makefile f90/pt2pt/Makefile f90/rma/Makefile f90/info/Makefile f90/spawn/Makefile f90/timer/Makefile f90/ext/Mak
e!
> file f90/ext/testlist f90/io/Makefile f90/misc/Makefile cxx/Makefile cxx/util/Makefile cxx/attr/Makefile cxx/pt2pt/Makefile cxx/comm/Makefile cxx/coll/Makefile cxx/info/Makefile cxx/datatype/Makefile cxx/io/Makefile cxx/init/Makefile cxx/rma/Makefile cxx/spawn/Makefile threads/Makefile threads/pt2pt/Makefile threads/util/Makefile threads/comm/Makefile errors/Makefile errors/coll/Makefile errors/comm/Makefile errors/group/Makefile errors/pt2pt/Makefile errors/rma/Makefile errors/spawn/Makefile errors/topo/Makefile errors/io/Makefile errors/cxx/Makefile errors/cxx/errhan/Makefile errors/cxx/io/Makefile errors/f77/Makefile errors/f90/Makefile manual/Makefile manual/manyconnect perf/Makefile testlist cxx/testlist f77/testlist f90/testlist errors/testlist errors/cxx/testlist config.status config.log config.cache *conf.cache config.system" \
>         -smvar_doc_attop=0 \
>                 Makefile.sm )
> /bin/sh: line 1: /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake: No such file or directory
> make[4]: *** [Makefile.in] Error 127
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/test/mpi'
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/test/mpid'
> (cd ch3 && make clean )
> make[5]: Entering directory `/var/tmp/mpich2-1.0.7/test/mpid/ch3'
> make[5]: Leaving directory `/var/tmp/mpich2-1.0.7/test/mpid/ch3'
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/test/mpid'
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/test/util'
> ( cd . && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \
>         -rootdir=../../ \
>         -configdir=. \
>         -common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \
>         -docnamedefs=\${master_top_srcdir}/maint/docnotes \
>         "-autoconf=-I ROOTDIR/confdb" \
>         -libdir=\${MPILIBNAME}=ROOTDIR/lib \
>         -distcleanfiles="Makefile" \
>         -smvar_doc_attop=0 \
>                 Makefile.sm )
> /bin/sh: line 1: /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake: No such file or directory
> make[4]: *** [Makefile.in] Error 127
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/test/util'
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/test/basic'
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/test/basic'
> make[4]: Entering directory `/var/tmp/mpich2-1.0.7/test/commands'
> rm -f err.txt out.log out.txt stdintest stdintest2 sdtiotest a.out
> make[4]: Leaving directory `/var/tmp/mpich2-1.0.7/test/commands'
> make[3]: Leaving directory `/var/tmp/mpich2-1.0.7/test'
> rm -f lib/newconfig
> make[2]: Leaving directory `/var/tmp/mpich2-1.0.7'
> make[1]: Leaving directory `/var/tmp/mpich2-1.0.7'
> make[1]: Entering directory `/var/tmp/mpich2-1.0.7/src'
> ( cd . && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \
>         -rootdir=../ \
>         -configdir=. \
>         -common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \
>         -docnamedefs=\${master_top_srcdir}/maint/docnotes \
>         "-autoconf=-I ROOTDIR/confdb" \
>         -libdir=\${MPILIBNAME}=ROOTDIR/lib \
>         -smvar_doc_attop=0 \
>                 Makefile.sm )
> /bin/sh: line 1: /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake: No such file or directory
> make[1]: *** [Makefile.in] Error 127
> make[1]: Leaving directory `/var/tmp/mpich2-1.0.7/src'
> make: *** [all-redirect] Error 2
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------------
> Brent S. Paul                                  bpaul at alionscience.com
> Hydrodynamics and Hydroacoustic Signatures     Alion Science and Technology
> Office:  (860) 462-1038                        fax:  (860) 415-2190
> ----------------------------------------------------------------------------
> 

-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji




More information about the mpich-discuss mailing list