I made another test and the problem does not occur with --with-mpi-
f90-size=medium.
Michael
On Apr 26, 2006, at 11:50 AM, Michael Kluskens wrote:
Open MPI 1.2a1r9704
Summary: configure with --with-mpi-f90-size=large and then make.
/bin/sh: line 1: ./scripts/mpi_allgather_f90.f90.sh: No such file
or directory
I doubt this one is system specific
---
my details:
Building OpenMPI 1.2a1r9704 with g95 (Apr 23 2006) on OS X 10.4.6
using
./configure F77=g95 FC=g95 LDFLAGS=-lSystemStubs --with-mpi-f90-
size=large
Configures fine but make gives the error listed above. However no
error if I don't specify f90-size=large.
./scripts/mpi_allgather_f90.f90.sh /Users/mkluskens/Public/MPI/
OpenMPI/openmpi-1.2a1r9704/ompi/mpi/f90 > mpi_allgather_f90.f90
/bin/sh: line 1: ./scripts/mpi_allgather_f90.f90.sh: No such file
or directory
make[4]: *** [mpi_allgather_f90.f90] Error 127
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
mpi_allgather_f90.f90.sh does not exist in my configured and built
Open MPI 1.1a3r9704 so I can't compare between the two.
I assume it should be generated into ompi/mpi/f90/scripts.