Fixed probelm with MPI process startup in PETSC 3.3-p5 pretest.
This commit is contained in:
parent
21c56d8cc1
commit
a44e3ed0b9
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue