[mpich2-dev] Bug Parallel make
Dave Goodell
goodell at mcs.anl.gov
Wed Mar 10 11:10:03 CST 2010
Anthony is correct. Parallel make is not yet supported. There are
numerous small fixes that we just haven't implemented yet.
This ticket tracks the issue: https://trac.mcs.anl.gov/projects/mpich2/ticket/711
-Dave
On Mar 10, 2010, at 7:57 AM, Anthony Chan wrote:
>
> Hi Robert,
>
> AFAIK, mpich2's Makefiles ain't supporting -j yet.
>
> A.Chan
>
> ----- "Robert Schöne" <robert.schoene at tu-dresden.de> wrote:
>
>> When making mpich on a 2.6.32.7 Linux in parallel (make -j 9), it
>> fails
>> with
>>
>> ----------------------------------------------------------------------------
>> ...
>> date > .libstamp2
>> date > .libstamp2
>> make[3]: Leaving directory
>> `/fastfs/rschoene/mpich2-1.2.1p1/src/binding/f77'
>> make[3]: Entering directory
>> `/fastfs/rschoene/mpich2-1.2.1p1/src/binding/f90'
>> f95 -O2 -I. -c ./mpi_constants.f90
>> f95 -O2 -I. -c mpi_sizeofs.f90
>> f95 -O2 -I. -c ./mpi_base.f90
>> CC create_f90_int.c
>> CC create_f90_real.c
>> CC create_f90_complex.c
>> CC typef90cmplxf.c
>> CC typef90realf.c
>> ./mpi_base.f90:28.45:
>>
>> USE MPI_CONSTANTS,ONLY:MPI_STATUS_SIZE
>> 1
>> Fatal Error: Can't open module file 'mpi_constants.mod' for reading
>> at
>> (1): No such file or directory
>> CC typef90intf.c
>> CC create_f90_util.c
>> F90 mpi.f90
>> F90 mpi_base.f90
>> f95 -O2 -I. -c ./mpi.f90
>> mpi.f90:7.19:
>>
>> USE MPI_BASE
>> 1
>> Fatal Error: Can't open module file 'mpi_base.mod' for reading at
>> (1):
>> No such file or directory
>> ./mpi.f90:7.19:
>>
>> USE MPI_BASE
>> 1
>> Fatal Error: Can't open module file 'mpi_base.mod' for reading at
>> (1):
>> No such file or directory
>>
>> ----------------------------------------------------------------------------
>>
>> This error can be repeated on my system, the serial make works fine.
>>
>> Bye Robert
>>
>>
>> --
>> Robert Schoene
>> Technische Universitaet Dresden
>> Zentrum fuer Informationsdienste und Hochleistungsrechnen
>> 01062 Dresden
>>
>> Tel.: (0351) 463-42483, Fax: (0351) 463-37773
>> E-Mail: Robert.Schoene at tu-dresden.de
More information about the mpich2-dev
mailing list