You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Behrooz,
When you install gcc with spack did you install gfortran at the same time?
Best,
Bruno
Behrooz Karami
unread,
Nov 26, 2019, 11:53:39 AM11/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Hi Bruno,
Yes I did. Its version: GNU Fortran (GCC) 9.2.0
Best,
Behrooz
Bruno Turcksin
unread,
Nov 26, 2019, 12:54:14 PM11/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Behrooz,
Can you send the spack-build-out.txt file. I don't see anything wrong
with your build but I remember that I've had strange errors installing
deal.II with arpack on red hat 6. However, if I remember correctly,
the problem happened later.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Behrooz,
Le mer. 27 nov. 2019 à 10:30, Behrooz Karami <be.k...@gmail.com> a écrit :
> Sorry. Is this the correct one?
Yes, that's the one but I don't see anything wrong. Can you try to
install deal.II with spack using a smaller number of dependencies. I
wonder if the problem is a flag from deal.II or the flag from another
library. You don't need to compile deal.II just make sure that it
configures correctly. It should be pretty fast because spack should
not recompile anything else.
Best,
Bruno
Behrooz Karami
unread,
Nov 28, 2019, 11:53:04 AM11/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Bruno,
I couldn't quite figure out how to edit the dependencies. Would you please briefly instruct me how or probably through what file/s it could be accomplished? Thanks.
Best,
Behrooz
Bruno Turcksin
unread,
Dec 1, 2019, 6:38:47 PM12/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Behrooz,
if you do spack info dealii, you can see all the options that are
supported using spack and which ones are set by default. By default on
spack almost everything is enable which I doubt you really need. Let's
say you want to install deal.II without support for petsc and
trilinos, you would do spack install dealii~petsc~trilinos