Re: [OMPI users] Fortran90 Bindings

2012-07-25 Thread Kumar, Sudhir
I am wondering if it is related to the version of Visual Studio, I am using Visual Studio 2005. Sudhir Kumar From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Wednesday, July 25, 2012 3:35 PM To: Open MPI Users Subject: Re: [OMPI users] Fortran90 Bi

Re: [OMPI users] Fortran90 Bindings

2012-07-25 Thread Damien
Hmmm. My 64-bit builds create mpif77.exe, libmpi_f77.lib and libmpi_f77.dll, and they work. Damien On 25/07/2012 10:11 AM, Kumar, Sudhir wrote: Hi I am new to Open MPI so please pardon my ignorance, I just came across an article which refers to F77 bindings available for 32 bit windows on

Re: [OMPI users] Fortran90 Bindings

2012-07-25 Thread Kumar, Sudhir
Hi I am new to Open MPI so please pardon my ignorance, I just came across an article which refers to F77 bindings available for 32 bit windows only, It was as of June. Has something changed since then, http://www.open-mpi.org/community/lists/users/2012/06/19525.php Thanks so much. From: users-bo

Re: [OMPI users] Fortran90 Bindings

2012-07-25 Thread Damien
Sudhir, F77 works on both. Damien On 25/07/2012 8:55 AM, Kumar, Sudhir wrote: Hi I have one more related question. Is the F77 bindings available for both 64bit and 32 bit windows environments or just for the 32 bit environment. Thanks *From:*users-boun...@open-mpi.org [mailto:users-bou

Re: [OMPI users] Fortran90 Bindings

2012-07-25 Thread Kumar, Sudhir
Hi I have one more related question. Is the F77 bindings available for both 64bit and 32 bit windows environments or just for the 32 bit environment. Thanks From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Wednesday, July 18, 2012 10:11 AM To: Open

[OMPI users] Mpi_leave_pinned=1 is thread safe?

2012-07-25 Thread tmishima
Dear openmpi developers, I have been developing our hybrid(MPI+OpenMP) application using openmpi for five years. This time, I tyied to install a new function, which is c++ based multi- threaded library and it heavily repeats new and delete objects in each thread. Our application is so called "MP