<div dir="ltr"><div><div><div><div><div><div>It works now but I had to make some changes which I do not understand well enough. <br><br></div>1. I changed the Makefile.am in dune-foo/ to add  ALBERTA_DIM = 2 and WORLDDIM _DIM = 2<br></div>2. I changed the Makefile.am in dune-foo/src/ as well to add ALBERTA_DIM = 2 and WORLDDIM _DIM = 2<br></div>3. I ./configure in dune-foo/ and then make<br></div>4. I then cd to dune-foo/src and make to build my dune_foo and it is able to access Alberta now.<br><br></div>Good that it runs and I can see the output to be same as that given in the tutorial for 2D case.<br><br></div>Thank you.<br>Ganesh<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 9, 2015 at 5:13 PM, Ansgar Burchardt <span dir="ltr"><<a href="mailto:"Ansgar Burchardt"@43-1.org" target="_blank">"Ansgar Burchardt"@43-1.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On 02/09/2015 05:53 PM, Ganesh Diwan wrote:<br>
> My Makefile.am in /src is:<br>
</span>> [...]<br>
<br>
Okay, it includes the ALBERTA_* flags. So that part looks good.<br>
<span class=""><br>
> Here I have manually added ALBERTA_DIM="$(WORLDDIM)" in the configure<br>
> flags line but the problem remains.<br>
<br>
</span>Well, that just shifted the problem: now you would need a useful value<br>
for WORLDDIM (also ALBERTA_DIM should default to the value of WORLDDIM<br>
so this shouldn't have changed anything).<br>
<br>
Please try adding<br>
<br>
  ALBERTA_DIM = 3 # or 2<br>
  WORLDDIM = 3 # or 2<br>
<br>
to src/Makefile.am (just one should be enough, but let's be on the safe<br>
side).<br>
<span class="HOEnZb"><font color="#888888"><br>
Ansgar<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Dune mailing list<br>
<a href="mailto:Dune@dune-project.org">Dune@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune</a><br>
</div></div></blockquote></div><br></div>