Hi all,
I'm trying to compile a 3D mesh with mesh size of 6000 ekements. Unfortunately I keep running into compilation errors. To be clear I can compile problems upto 3000 elements large. But setting lelt value larger than 3000 results in an error.
I have realised this might be a memory issue and have tried to compile with increasing amounts of available memory. This does not seem to resolve the issue.
To be clear my SIZE looks like this
parameter (ldim=3) ! domain dimension (2 or 3)
parameter (lx1=6) ! p-order (avoid uneven and values <6)
parameter (lxd=10) ! p-order for over-integration (dealiasing)
parameter (lx2=lx1-2) ! p-order for pressure (lx1 or lx1-2)
parameter (lelg=6000) ! max total number of elements
parameter (lpmin=1) ! min MPI ranks
parameter (lpmax=1024) ! max MPI ranks
parameter (ldimt=1) ! max auxiliary fields (temperature + scalars)