[Dune] Alberta with Dune
Ansgar Burchardt
"Ansgar Burchardt" at 43-1.org
Mon Feb 9 18:13:00 CET 2015
Hi,
On 02/09/2015 05:53 PM, Ganesh Diwan wrote:
> My Makefile.am in /src is:
> [...]
Okay, it includes the ALBERTA_* flags. So that part looks good.
> Here I have manually added ALBERTA_DIM="$(WORLDDIM)" in the configure
> flags line but the problem remains.
Well, that just shifted the problem: now you would need a useful value
for WORLDDIM (also ALBERTA_DIM should default to the value of WORLDDIM
so this shouldn't have changed anything).
Please try adding
ALBERTA_DIM = 3 # or 2
WORLDDIM = 3 # or 2
to src/Makefile.am (just one should be enough, but let's be on the safe
side).
Ansgar
More information about the Dune
mailing list