Build CUDA aware MOOSE - Issues to buils PETSc - SUPERLU_DIST #27694
Unanswered
DanoLV
asked this question in
Q&A Getting Started
Replies: 2 comments 9 replies
-
Hello You could remove superlu-dist by manually editing the update and rebuild petsc script Guillaume |
Beta Was this translation helpful? Give feedback.
0 replies
-
@balay I don't know too much about this, but looking in the
My top google hit for this was this stack overflow post which suggests this error might be fixable with flags. Have you run into this before? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSE
Hello.
I have been trying to build MOOSE with CUDA aware OpenMPI an PETSc, but my efforts have been unsuccessful until now.
OpenMPI is CUDa aware in my build, but when I try to build PETSc it fails to make SUPERLU_DIST.
Configure_petsc.sh is been called wth the options:
python3 ./configure --with-64-bit-indices
--with-cxx-dialect=C++17
--with-debugging=no
--with-fortran-bindings=0
--with-mpi=1
--with-openmp=1
--with-cuda=1
--with-shared-libraries=1
--with-sowing=0
--download-fblaslapack=1
--download-hypre=1
--download-metis=1
--download-mumps=1
--download-ptscotch=1
--download-parmetis=1
--download-scalapack=1
--download-slepc=1
--download-strumpack=1
--download-superlu_dist=1
$HDF5_STR
$MUMPS_ARM_STR
$MAKE_NP_STR
"$@"
I atach the PETSc config.log.
configure.log
Thank in advance.
Diagnostics for MOOSE installation issues
[Optional] Output of the diagnostics scripts. To run the script: cd ~/projects/moose/scripts; ./diagnostics.sh
Beta Was this translation helpful? Give feedback.
All reactions