Hi Justin
from looking at your code it seems you are receiving more bytes from the
processors then you send (I assume MAX_RECV_SIZE_PER_PE > send_sizes[p]).
I don't think this is valid. Your transfers should have matched sizes on the
sending and receiving side. To achieve this, either communicat
Hi Justin,
Quick grepping reveals several cuMemcpy calls in OpenMPI. Some of them are
even synchronous, meaning stream0.
I think the best way of exploring this sort of behavior is to execute
OpenMPI runtime (thanks to its open-source nature!) under debugger. Rebuild
OpenMPI with -g -O0, add some
Hello,
I'm working on an application using OpenMPI with CUDA and GPUDirect. I would
like to get the MPI transfers to overlap with computation on the CUDA device.
To do this I need to ensure that all memory transfers do not go to stream 0.
In this application I have one step that performs an
Hi all
For those of you who are interested in how Open MPI works, Greenplum/EMC
recorded a set of talks last week covering several relevant topics. These talks
are intended to help new developers become familiar with the more common parts
of the code base. Greenplum is happy to make these avail
Can you send the config.log for the platform where it failed?
I'd like to see the specific compiler error that occurred.
On Dec 12, 2012, at 10:33 AM, Siegmar Gross wrote:
> Hi,
>
> I tried to build openmpi-1.6.4a1r27643 on several platforms
> (Solaris Sparc, Solaris x86_64, and Linux x86_64)
thanks Josh.
On Thu, Dec 13, 2012 at 4:20 AM, Josh Hursey wrote:
> ompi-migrate is not in the 1.6 release. It is only available in the Open
> MPI trunk.
>
>
> On Tue, Dec 11, 2012 at 8:04 PM, Ifeanyi wrote:
>
>> Hi Josh,
>>
>> I can checkpoint but cannot migrate.
>>
>> when I type ~openmpi-1.6#
thanks Ralph.
On Thu, Dec 13, 2012 at 1:54 AM, Ralph Castain wrote:
> The checkpoint/restart code in the 1.7 branch is almost certainly broken
> as the developer/maintainer of that code graduated and left for a colder
> climate. We do not yet have someone to take their place, so the future of
>
thank you for your reply and I apologize for my English and for my
mistake, in every way I have had configured OPMI with this /usr/local/
prefix.
2012/12/12
> Send users mailing list submissions to
> us...@open-mpi.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
ompi-migrate is not in the 1.6 release. It is only available in the Open
MPI trunk.
On Tue, Dec 11, 2012 at 8:04 PM, Ifeanyi wrote:
> Hi Josh,
>
> I can checkpoint but cannot migrate.
>
> when I type ~openmpi-1.6# ompi-migrate ... I got this problem
> bash: ompi-migrate: command not found
>
> P
Hi,
I tried to build openmpi-1.6.4a1r27643 on several platforms
(Solaris Sparc, Solaris x86_64, and Linux x86_64) with Solaris
Studio C (Sun C 5.12) in 32 and 64 bit mode. "configure" broke
on Linux (openSuSE Linux 12.1) for the 32 bit version with the
following error:
...
checking if Fortran 77
The checkpoint/restart code in the 1.7 branch is almost certainly broken as the
developer/maintainer of that code graduated and left for a colder climate. We
do not yet have someone to take their place, so the future of that capability
is somewhat in doubt.
Afraid you'll have to stick with the
Well, this
> LD_LIBRARY_PATH = /usr/local/bin
certainly isn't right - it needs to be /usr/local/lib, based on the output
below. What prefix did you provide to configure OMPI?
On Dec 12, 2012, at 4:11 AM, Extreme Programming wrote:
> Hi, I have just installed openmpi 1.7 on my macosx 10.8.2 b
I know 1.6.3 is broken for Win builds with VS2012 and Intel. I'm not a
MinGW expert by any means, I've hardly ever used it. I'll try and look
at this on the weekend. If you can post on Friday to job my memory that
would help. :-)
Damien
On 12/12/2012 3:31 AM, Ilias Miroslav wrote:
Ad: ht
Hi, I have just installed openmpi 1.7 on my macosx 10.8.2 because i need
java bining.
Installation works fine, compilation too but when i executed the "mpirun -n
4 myfile" i get this error:
MacBook-Pro:Desktop rainmaker$ mpirun -n 4 a.out
[MacBook-Pro.local:18481] mca: base: component_find: unable
Ad: http://www.open-mpi.org/community/lists/users/2012/12/20865.php
Thanks for your efforts, Damien;
however, in between I realized that this standalone Windows OpenMPI is built
from ifort.exe + cl.exe, and I have only MinGW suite in disposal...
For that reason I tried to build-up OpenMPI on Wi
Hi again,
in addition, I met the same compilation error on my 32-bit Windows 7 PC, with
32-bit MinGW compilers:
C:\OpenMPI-1.6.3-MinGW>mingw32-make
-- The Fortran compiler identification is GNU
-- checking for type of MPI_Offset...
-- checking for type of MPI_Offset...long long
-- checking for
Hi all,
I am having trouble building openmpi-1.7rc5 with ../configure --with-ft=cr
openmpi-1.7rc5# ./configure --with-ft=cr
openmpi-1.7rc5# make all install
error message:
base/errmgr_base_fns.c:565:13: warning: ignoring return value of
'asprintf', declared with attribute warn_unused_result [-Wu
this is what I did after installing dmtcp
on a different terminal # ./dmtcp_coordinator
on another terminal # ./dmtcp_checkpoint mpirun ./icpi
When I ran this command # ./dmtcp_command --checkpoint.
it terminates with this messages
[8147] WARNING at connectionmanager.cpp:263 in fdToDevice;
REAS
18 matches
Mail list logo