Fixed probelm with MPI process startup in PETSC 3.3-p5 pretest.

This commit is contained in:
Christoph Niethammer 2012-12-17 12:09:09 +00:00
parent 21c56d8cc1
commit a44e3ed0b9

View file

@ -29,6 +29,7 @@ BUILDDIR=$SRCDIR
# --enable-progress-threads # --enable-progress-threads
CONFIGURE_OPTS=" CONFIGURE_OPTS="
--CC=$MPICC --CXX=$MPICXX --FC=$MPIFC \ --CC=$MPICC --CXX=$MPICXX --FC=$MPIFC \
--with-mpiexec=mpirun \
PETSC_ARCH=$ARCH \ PETSC_ARCH=$ARCH \
--download-f-blas-lapack=$SRC_POOL/fblaslapack-3.1.1.tar.gz \ --download-f-blas-lapack=$SRC_POOL/fblaslapack-3.1.1.tar.gz \
--with-scalar-type=complex \ --with-scalar-type=complex \