#1094 Compiling Generic Reference Elements Requires too much Memory
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Apr 26, 2012 15:51 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Linux 64bit |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Feb 17, 2013 13:24 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Feb 17, 2013 13:24 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | Backported the relevant stuff from Martin's branch in revisions 379 and 380. No interface are changed. |
Description
The attached code compiles the GenericReferenceElements for given dimension (here, 5) and just outputs a single size for a cube. I guess similar code to this can be found in many DUNE applications.
Unfortunately, my gcc-4.6 (with full optimization) requires around 10G of memory to compile this file. For dim=4, the amount is 3G, for dim=6 I cannot even compile the code.