Re: [OMPI users] Incorrect function call in simple C program

2016-05-10 Thread Devon Hollowood
ses > your user function instead of the libc ne. > simply rename your function mysend() or something else that is not used by > libc, and your issue will likely be fixed > > Cheers, > > Gilles > > > On Tuesday, May 10, 2016, Devon Hollowood <devonhollow...@gmail.com

[OMPI users] Incorrect function call in simple C program

2016-05-09 Thread Devon Hollowood
Hello, I am having trouble understanding why I am getting an error when running the program produced by the attached C file. In this file, there are three short functions: send(), bounce() and main(). send() and bounce() both use MPI_Send() and MPI_Recv(), but critically, neither one is called