Nick,
Meshes are assigned processes in the order in which they are set in
the input file. So, if you have
&MESH XYZ... / --> process 0
&MESH XYZ... / --> process 1
For your case I would use two meshes and compile with OpenMP flags
(actually to get the most optimized code, I would run with SVN < 3895
because Kevin overhauled some of the velocity bcs and I don't think
this broke the OpenMP flags for the momentum equation). In this way,
you will utilize shared memory parallelism for the quad core machines
and MPI between meshes. A discussion of setting up multi-mesh
calculations is given in the Users Guide Sec. 3.1.2.
Cheers,
Randy
The way I would set up your case is to use OpenMP for the on your quad
cores and MPI for the different machines.
On May 5, 4:57 am, nick <
shankar256...@yahoo.co.in> wrote:
> sorry, I just found this post which furnishes answer to my question 3.
> Thanks.
>
>
http://groups.google.com/group/fds-smv/browse_thread/thread/d070e2a6e...