OpenLB under Ubuntu 8.1

Hi guys!

I try to compile OpenLB in Ubunutu:

sayyed@Karbala:~/olb$ ./configure
bash: ./configure: No such file or directory
sayyed@Karbala:~/olb$ make

– Entering src/core (depend)
make[1]: Entering directory /home/sayyed/olb/src/core' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/core’
– Leaving src/core (depend)


– Entering src/boundaryConditions (depend)
make[1]: Entering directory /home/sayyed/olb/src/boundaryConditions' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/boundaryConditions’
– Leaving src/boundaryConditions (depend)


– Entering src/complexDynamics (depend)
make[1]: Entering directory /home/sayyed/olb/src/complexDynamics' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexDynamics’
– Leaving src/complexDynamics (depend)


– Entering src/complexGrids/mpiManager (depend)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/mpiManager' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/mpiManager’
– Leaving src/complexGrids/mpiManager (depend)


– Entering src/complexGrids/cuboidStructure (depend)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/cuboidStructure' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/cuboidStructure’
– Leaving src/complexGrids/cuboidStructure (depend)


– Entering src/complexGrids/multiBlockStructure (depend)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/multiBlockStructure' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/multiBlockStructure’
– Leaving src/complexGrids/multiBlockStructure (depend)


– Entering src/utilities (depend)
make[1]: Entering directory /home/sayyed/olb/src/utilities' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/utilities’
– Leaving src/utilities (depend)


– Entering src/io (depend)
make[1]: Entering directory /home/sayyed/olb/src/io' make[1]: Nothing to be done fordepend’.
make[1]: Leaving directory `/home/sayyed/olb/src/io’
– Leaving src/io (depend)


– Entering src/core (compile)
make[1]: Entering directory /home/sayyed/olb/src/core' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/core’
– Leaving src/core (compile)


– Entering src/boundaryConditions (compile)
make[1]: Entering directory /home/sayyed/olb/src/boundaryConditions' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/boundaryConditions’
– Leaving src/boundaryConditions (compile)


– Entering src/complexDynamics (compile)
make[1]: Entering directory /home/sayyed/olb/src/complexDynamics' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexDynamics’
– Leaving src/complexDynamics (compile)


– Entering src/complexGrids/mpiManager (compile)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/mpiManager' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/mpiManager’
– Leaving src/complexGrids/mpiManager (compile)


– Entering src/complexGrids/cuboidStructure (compile)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/cuboidStructure' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/cuboidStructure’
– Leaving src/complexGrids/cuboidStructure (compile)


– Entering src/complexGrids/multiBlockStructure (compile)
make[1]: Entering directory /home/sayyed/olb/src/complexGrids/multiBlockStructure' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/complexGrids/multiBlockStructure’
– Leaving src/complexGrids/multiBlockStructure (compile)


– Entering src/utilities (compile)
make[1]: Entering directory /home/sayyed/olb/src/utilities' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/utilities’
– Leaving src/utilities (compile)


– Entering src/io (compile)
make[1]: Entering directory /home/sayyed/olb/src/io' make[1]: Nothing to be done forcompile’.
make[1]: Leaving directory `/home/sayyed/olb/src/io’
– Leaving src/io (compile)

sayyed@Karbala:~/olb$ make install
make: *** No rule to make target `install’. Stop.
sayyed@Karbala:~/olb$

[b]I could not do it. can anyone help me?

I use ubuntu 8.1 (superubuntu)[/b]

Hello!
You don’t need configure or make install.
Just change into one of the example directories, make and run. For example:

~/olb$ cd examples/cavity2d ; make ; ./cavity2d

That’s all.

Karina

Hi

as karina said

but to make some examples able to print the results you need to install (image magic)

Hi

Very Good!

Thanx a lot karina !

Thank you very much SaS !

cheers