Dear All
I use Inter Core Quad Q8200,it has four cores?But hou can I use them all? Can Palabos support OpenMP or something like?
Thanks!
Hello,
you can use mpi (OpenMPI or mpich) to do parallel computing. To do so you have to install openmpi or mpich and change the compilation flag MPIparallel = true in the Makefile. There is an openmp implementation, but which is less efficient than the mpi one.