Hello everyone,
I am new to OpenLB and not very experienced with coding.
I successfully compiled the software library and examples. But when I tried to compile the cylinder2d example(after changing the ROOT in the Makefile to the examples/cylinder2d directory), it showed this message on the console:
make[1]: Entering directory `/rwthfs/rz/cluster/home/sg490830/Desktop/olb/examples/cylinder2d’
make[2]: Entering directory `/rwthfs/rz/cluster/home/sg490830/Desktop/olb/examples/cylinder2d’
make[3]: Entering directory `/rwthfs/rz/cluster/home/sg490830/Desktop/olb/examples/cylinder2d’
… and so on several thousand times until the memory was full. I tried several times, changed some parameters in the Makefile.inc, but nothing seems to work. During the compilation, cylinder2d.o and cylinder2d.d were created, but not any executable.
I am using a Linux Sytem.
I probably made some easy mistake, and would really appreciate your help. I always copied the Makefile.inc into the example directory, because otherwise, it would say that it couldn’t find the makefile.inc. Also, is it correct to change the ROOT:= to the example directory? And what about the SRC:= , I always leave it blank?
Thanks in advance,
Sumit