Am 12.05.2012 um 12:18 schrieb Rohan Deshpande:
> Hi,
>
> Can anyone point me to good resources and books to understand the detailed
> architecture and working of MPI.
>
> I would like to know all the minute details.
http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=3945
http://m
Hi,
Am 13.05.2012 um 14:37 schrieb Dongshan Wei:
> Hi All,
>
> I encountered a question about openmpi running. I have compiled
> successfully a paralle VASP program with openmpi 1.4.2. But when I run
Which version of VASP are you using? By default I can't spot any direct call to
MPI_Comm_f2c i
Dear MPI people,
I need a set of algorithms for
calculating the same thing using different distributed (MPI) algorithms. The
algorithms may need the different data distribution and their execution times
are sensitive to the problem size, number of processe
On 05/15/2012 10:37 AM, Orion Poplawski wrote:
See https://bugzilla.redhat.com/show_bug.cgi?id=814798
$ mpicc -showme:link
-pthread -m64 -L/usr/lib64/openmpi/lib -lmpi -ldl -lhwloc
-ldl and -lhwloc should not be listed. The user should only link against
libraries that they are using directly,
On May 21, 2012, at 2:40 PM, Reuti wrote:
>> I encountered a question about openmpi running. I have compiled
>> successfully a paralle VASP program with openmpi 1.4.2. But when I run
>
> Which version of VASP are you using? By default I can't spot any direct call
> to MPI_Comm_f2c in the source.
Thank you!
This is on my list to investigate; I'm sorry I haven't had a chance to look at
it in detail yet.
I hope to look at this in detail later this week.
On May 21, 2012, at 4:06 PM, Orion Poplawski wrote:
> On 05/15/2012 10:37 AM, Orion Poplawski wrote:
>> See https://bugzilla.redhat.c
You haven't really stated what kind of algorithms you want, other than the fact
that they need to be parallel. :-)
Your best bet is Google. There's lots of high-quality MPI-based middleware out
there such that you might not need re-invent the wheel.
Good luck.
On May 21, 2012, at 3:02 PM, M
On May 15, 2012, at 10:37 AM, Orion Poplawski wrote:
> $ mpicc -showme:link
> -pthread -m64 -L/usr/lib64/openmpi/lib -lmpi -ldl -lhwloc
>
> -ldl and -lhwloc should not be listed. The user should only link against
> libraries that they are using directly, namely -lmpi, and they should
> explici