Hi,
at line 171
MPI_Gather(&cBufProc[i*matrixSize], blockSize, MPI_DOUBLE, 0,
tmpVar[i*matrixSize], MPI_DOUBLE, 0, rowComm);
but per the man page
int MPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
void *recvbuf, int recvcount, MPI_Datatype recvtype, int root
Fabrice,
i do not fully understand the root cause of this error, and you might
want to ask Intel folks to comment on that.
that being said, and since this compiler does support fortran 2008, i
strongly encourage you to
use mpi_f08
instead of
use mpi
a happy feature/side effect is that your
Hi everybody!
I try implement Fox algorithm via mpi, but got some errors (see below)
Can someone explain how fix it or give a way for search.
Source code attached to letter
errors:
[estri_mobile:6337] *** An error occurred in MPI_Gather
[estri_mobile:6337] *** reported by process [1826816001,0]
[e
Hello,
I have built Open MPI 1.10.0 using Intel compilers 16.0.0.
When I am trying to compile the following test code:
program testmpi
use mpi
implicit none
integer :: pid
integer :: ierr
integer :: tok
call mpi_init(ierr)
call mpi_comm_rank(mpi_comm_world, pid,ie
Thank you
-Original Message-
From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Mark Santcroos
Sent: Wednesday, September 23, 2015 6:52 AM
To: Open MPI Users
Subject: Re: [OMPI users] OpenMPI 1.8.5 build question
> On 23 Sep 2015, at 13:49 , Kumar, Sudhir wrote:
> I have a ver
Hi,
That may answer to your question :
mpicc -showme
Jalel
Le 23/09/2015 13:49, Kumar, Sudhir a écrit :
Hi
I have a version of OpenMPI 1.8.5 installed. Is there any way of knowing,
with which version of gcc it was compiled with.
Thanks
___
> On 23 Sep 2015, at 13:49 , Kumar, Sudhir wrote:
> I have a version of OpenMPI 1.8.5 installed. Is there any way of knowing,
> with which version of gcc it was compiled with.
ompi_info |grep -i compiler
Hi
I have a version of OpenMPI 1.8.5 installed. Is there any way of knowing, with
which version of gcc it was compiled with.
Thanks
I’m really puzzled by that one - we very definitely will report an error and
exit if the user specifies that MCA param and we don’t find the given agent.
Could you please send us the actual cmd line plus the hostfile you gave, and
verify that the MCA param was set?
> On Sep 21, 2015, at 8:42 A