Loading repository data...
Reading installed packages...
'zlib' not found in package names. Trying capabilities.
'libz1' providing 'zlib' is already installed.
Resolving package dependencies…
Nothing to do.
I tried to install zlib in openSUSE from repository, but, libz1 providing zlib was found. The info is like:Loading repository data...
Reading installed packages...
'zlib' not found in package names. Trying capabilities.
'libz1' providing 'zlib' is already installed.
Resolving package dependencies…Nothing to do.
cp -rf ${UNPACK_PATH}/${EXTRACTSTO}/* .
CFLAGS="$CFLAGS -Wno-error"
./configure --prefix=${INSTALL_PATH}--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
Are you using the same version of gfortran and gcc? Can you send the
whole config.log. I need to see what's the environment that p4est is
using.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1) ask your admin to install deal for you
2) use spack that has support for cray but I don't think anyone has
ever tried to use spack to install deal on a cray.
3) install every package by hand. Which other package do you need? Can
you load a module for everything left but p4est?
Well you don't need numdiff and you can load bzip2 from a module
right? My question is more do you just need to install p4est and deal
and you can load modules for everything else or do you need to install
your own Trilinos with all its dependencies or a specific version of
petsc. I have installed deal on a cray before and if you just need
p4est and deal, it shouldn't be too bad. Now if you need to install
your own superLU-dist for Trilinos, it's another beast...
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks a lot, Bruno.I will keep trying.
On Thu, Jun 1, 2017 at 5:50 PM, Bruno Turcksin <bruno.t...@gmail.com> wrote:
2017-06-01 11:37 GMT-04:00 Tuanny Cajuhi <trmc...@gmail.com>:
> You are right, thank you for the explanation. My code uses PetSc with MUMPS.
> Just the output is done by Trilinos (the idea of joint_fe). In summary, I
> need to add p4est.
Download p4est, untar it, and try something like this:
./configure CC=cc CXX=CC F77=ftn --enable-mpi --disable-vtk-binary
--without-blas --prefix=/wherever/you/want
I may still have some scripts to install deal on cray. I will look for
it tonight
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/9IMUhsjSGZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
Hi Rene,
I asked them and as soon as I get an update I will post it here.
My colleague also mentioned that it could be something related to
the linker.
In any case, I am really happy that the installation got this far
and I am hoping to use deal.II asap in the cluster. Thank you
again, will keep you posted :))
Best,
Tuanny
An error occurred in line <846> of file </home/h/niitcaju/deal.ii-candi/tmp/unpack/deal.II-v8.5.0/source/lac/petsc_solver.cc> in functionvoid dealii::PETScWrappers::SparseDirectMUMPS::solve(const dealii::PETScWrappers::MatrixBase&, dealii::PETScWrappers::VectorBase&, const dealii::PETScWrappers::VectorBase&)The violated condition was:falseAdditional information:Your PETSc installation does not include a copy of the MUMPS package necessary for this solver. You will need to configure PETSc so that it includes MUMPS, recompile it, and then re-configure and recompile deal.II as well.
To unsubscribe from this group and all its topics, send an email to dealii+unsubscribe@googlegroups.com.
Hi Tuanny,
I am not quite sure what is happening there (I do not have much experience with PETSc or MUMPS). As far as I can see MUMPS is not a separate package for deal.II but needs to be installed with PETSc. Maybe somebody else knows which options need to be added to the petsc.package file of candi to make MUMPS work? Or if you can find the options for me, I can modify the file accordingly. Is it possible that this has to do with the fact I removed the other default packages, except for p4est, trilinos and petsc?
Best,
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.