Thanks Constantinos.
I have gone through the site you sent to me, however whenever I want to
enable FT, it will not be enabled.
this is what I got.
/openmpi-1.6# ./configure --enable-ft-thread --with-ft=cr
--with-blcr=/usr/src/blcr-0.8.2
#FT Checkpoint support: no (checkpoint thread: no)
"FT Chec
Hello,
the patch below fixes the build issue on Solaris 10. Please apply it to Open
MPI 1.6 as follows:
$ cd openmpi-1.6
$ patch -p1 From: Siegmar Gross
> Subject: [OMPI users] problems compiling openmpi-1.6 on some platforms
> Date: May 30, 2012 7:29:31 AM EDT
> To:
> Reply-To: Siegmar Gross
Hello,
> the patch below fixes the build issue on Solaris 10. Please apply it to Open
> MPI 1.6 as follows:
>
> $ cd openmpi-1.6
> $ patch -p1 $ make ; make install
Thank you for the patch. Now it works.
Kind regards
Siegmar
We'll get this applied for 1.6.1.
Thanks!
On Jun 5, 2012, at 5:29 AM, Siegmar Gross wrote:
> Hello,
>
>> the patch below fixes the build issue on Solaris 10. Please apply it to Open
>> MPI 1.6 as follows:
>>
>> $ cd openmpi-1.6
>> $ patch -p1 > $ make ; make install
>
> Thank you for the pa
Dear people,
Let say there are N MPI processes. Each MPI process has
to communicate with some T processes, where T < N. This information is a
directed graph (and every process knows only about its own). I need to convert
it to undirected graph, so that each process will
Hello,
I compiled "openmpi-1.6" on "Solaris 10 sparc" and "Solaris 10 x86"
with "gcc-4.6.2" and "Sun C 5.12". Today I searched my log-files for
"WARNING" and found the following message.
WARNING: netinet/sctp.h: present but cannot be compiled
WARNING: netinet/sctp.h: check for missing prerequ
Hi,
I am trying to use gprof with my mpi code. I googled and saw this msg:
Open-MPI and gprof:
/Yes you can profile MPI applications by compiling with -pg. However, by
/
/default each process will produce an output file called "gmon.out",
which is a problem if all processes are writing to the
First of all, thanks to everyone who took the trouble to offer suggests.
The solution seems to be to upgrade the Intel compilers. However, I'm not
the cluster admin, so other crucial changes may have been implemented. For
example, I know that ssh was reconfigured over the weekend (but that
shouldn
This looks like a missing check in the sctp configure.m4. I am working
on a patch.
--td
On 6/5/2012 10:10 AM, Siegmar Gross wrote:
Hello,
I compiled "openmpi-1.6" on "Solaris 10 sparc" and "Solaris 10 x86"
with "gcc-4.6.2" and "Sun C 5.12". Today I searched my log-files for
"WARNING" and fou
You need to use 2 calls. One option is an Allgather followed by an
Allgatherv.
Allgather() with one integer, which is the number of nodes the rank is
linked to
Allgatherv() with a variable size array of integers where each entry is
a connected to node
On 06/05/2012 08:39 AM, Mudassar Maje
Hi,
Am 05.06.2012 um 15:39 schrieb Mudassar Majeed:
>Let say there are N MPI processes. Each MPI process
> has to communicate with some T processes, where T < N. This information is a
> directed graph (and every process knows only about its own). I need to
> convert it
11 matches
Mail list logo