All,
Per George's recommendation, I found the following definition of
ompi_fortran_integer_t
#define ompi_fortran_integer_t long long
My application is working fine with the MPI_STATUS_IGNORE flag set
Cheers,
--Jim
On Tue, Nov 12, 2013 at 3:42 AM, George Bosilca wrote:
> On Nov 12, 2013, a
All,
I appreciate your help here. I'm traveling all this week and next. I'll
forward these comments to some members of my team, but I won't be able to
test/look at anything specific to the HPC configuration until I get back.
I can say that during my troubleshooting, I did determine that
MPI_STA
I wonder if we're computing the status size for Fortran
> incorrectly in the -i8 case...
>
>
> On Oct 31, 2013, at 1:58 PM, Jim Parker wrote:
>
> > Some additional info that may jog some solutions. Calls to MPI_SEND do
> not cause memory corruption. Only calls to MPI
I can run a C version of the helloWorld program with no errors.
However, int types are only 4-byte. To send 8byte integers, I define
tempInt as long int and pass MPI_LONG as a type.
@Jeff,
I got a copy of the openmpi conf.log. See attached.
Cheers,
--Jim
On Wed, Oct 30, 2013 at 10:55 PM,
I have not encountered a piece
> of software other than dirac that requires this.
>
> Cheers,
> Martin
>
> --
> Martin Siegert
> Head, Research Computing
> WestGrid/ComputeCanada Site Lead
> Simon Fraser University
> Burnaby, British Columbia
> Canada
>
> On W
community/help/
>
>
> On Oct 30, 2013, at 6:22 PM, Jim Parker wrote:
>
> > Jeff and Ralph,
> > Ok, I downshifted to a helloWorld example (attached), bottom line
> after I hit the MPI_Recv call, my local variable (rank) gets borked.
> >
> > I have compiled with -m64 -
)
Your help is appreciated.
Cheers,
--Jim
On Wed, Oct 30, 2013 at 4:49 PM, Jeff Squyres (jsquyres) wrote:
> On Oct 30, 2013, at 4:35 PM, Jim Parker wrote:
>
> > I have recently built a cluster that uses the 64-bit indexing feature
> of OpenMPI following the direction
Castain wrote:
> I believe this has been a long-standing issue with the MPI definitions -
> they specify "int", which on most systems will default to int32_t. Thus,
> there are no prototypes for 64-bit interfaces
>
> On Oct 30, 2013, at 1:35 PM, Jim Parker wrote:
>
> Hel
(32-bit)
, I can't find anything for 64-bit
http://www.open-mpi.org/doc/v1.6/
Any help would be appreciated.
The output from ompi_info --all is attached.
Cheers,
--Jim Parker
BTW, the code works fine when linked against a 32-bit MPI library.
Package: Open MPI r...@tsrl-maste