Chenchen,

2016-09-30 16:07 GMT-04:00 Chenchen Liu <ccliuup...@gmail.com>:
> It seems that I met the similar problem. My question is how to turn METIS
> on? Need I write something in the pbs job file or contact with the guy who
> is in charge of the cluster? Thank you very much!
> Please refer to my question
> https://groups.google.com/forum/#!topic/dealii/116cFgS6EiE
No, the problem is totally different. Metis is correctly installed on
your system. I think the problem is that metis is asking for too much
memory (See the "Memory allocation failed" error message). Metis is a
serial program, so when you use multiple nodes, it is very likely that
metis will use more memory than what's available on 1 node. You can
try using a very coarse mesh on multiple nodes. But I would advise you
to use p4est instead of metis. You won't have this kind of problem
with p4est.

Best,

Bruno

-- 
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 the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to