[petsc-dev] [petsc-users] Bad memory scaling with PETSc 3.10
Victor Eijkhout
eijkhout at tacc.utexas.edu
Wed Mar 27 11:03:10 CDT 2019
module load mkl
use petsc options:
--with-blas-lapack-dir=${MKLROOT}
--with-cc=${MPICH_HOME}/mpicc --with-cxx=${MPICH_HOME}/mpicxx --with-fc=${MPICH_HOME}/mpif90
Sorry about the extraneous crap. I was cutting/pasting from my own much longer script.
V.
On Mar 27, 2019, at 8:47 AM, Mark Adams <mfadams at lbl.gov<mailto:mfadams at lbl.gov>> wrote:
So is this the instructions that I should give him? This grad student is a quick study but he has not computing background. So we don't care what we use, we just want to work (easily).
Thanks
Do not use "--download-fblaslapack=1". Set it to 0. Same for "--download-mpich=1".
Now do:
> module load mkl
> export BLAS_LAPACK_LOAD=--with-blas-lapack-dir=${MKLROOT}
> export PETSC_MPICH_HOME="${MPICH_HOME}"
And use
--with-cc=${MPICH_HOME}/mpicc --with-cxx=${MPICH_HOME}/mpicxx --with-fc=${MPICH_HOME}/mpif90
instead of clang++
On Wed, Mar 27, 2019 at 9:30 AM Matthew Knepley <knepley at gmail.com<mailto:knepley at gmail.com>> wrote:
On Wed, Mar 27, 2019 at 8:55 AM Victor Eijkhout via petsc-dev <petsc-dev at mcs.anl.gov<mailto:petsc-dev at mcs.anl.gov>> wrote:
On Mar 27, 2019, at 7:29 AM, Mark Adams <mfadams at lbl.gov<mailto:mfadams at lbl.gov>> wrote:
How should he configure to this? remove "--download-fblaslapack=1" and add ....
1. If using gcc
module load mkl
with either compiler:
export BLAS_LAPACK_LOAD=--with-blas-lapack-dir=${MKLROOT}
2. We define MPICH_HOME for you.
With Intel MPI:
export PETSC_MPICH_HOME="${MPICH_HOME}/intel64"
export mpi="--with-mpi-compilers=1 --with-mpi-include=${TACC_IMPI_INC} --with-mpi-lib=${TACC_IMPI_LIB}/release_mt/libmpi.so”
with mvapich:
export PETSC_MPICH_HOME="${MPICH_HOME}"
export mpi="--with-mpi-compilers=1 --with-mpi-dir=${PETSC_MPICH_HOME}”
(looks like a little redundancy in my script)
I think Satish now prefers
--with-cc=${MPICH_HOME}/mpicc --with-cxx=${MPICH_HOME}/mpicxx --with-fc=${MPICH_HOME}/mpif90
Thanks,
Matt
Victor.
--
What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.
-- Norbert Wiener
https://www.cse.buffalo.edu/~knepley/<http://www.cse.buffalo.edu/~knepley/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20190327/e6e99609/attachment-0001.html>
More information about the petsc-dev
mailing list