Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-12-03 Thread Jeff Squyres (jsquyres)
On Nov 23, 2015, at 11:07 AM, michael.rach...@dlr.de wrote: > > In the meantime the administrators have installed (Thanks!) OpenMPI-1.10.1 > with Intel-16.0.0 on the cluster. > I have tested it with our code: It works. > The time spent for MPI-data transmission was the same as with > OpenMPI-1

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-24 Thread Ralph Castain
per node. >> >> Greetings >> Michael Rachner >> >> >> Von: users [mailto:users-boun...@open-mpi.org >> <mailto:users-boun...@open-mpi.org>] Im Auftrag von Gilles Gouaillardet >> Gesendet: Freitag, 20. November 2015 00:53 >> An: O

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-24 Thread Jeff Hammond
un...@open-mpi.org > ] *Im Auftrag von *Gilles Gouaillardet > *Gesendet:* Freitag, 20. November 2015 00:53 > *An:* Open MPI Users > *Betreff:* Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 > with Intel-Ftn-compiler > > > Michael, > > in the mean time, you

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-23 Thread Ralph Castain
-boun...@open-mpi.org > <mailto:users-boun...@open-mpi.org>] Im Auftrag von Gilles Gouaillardet > Gesendet: Freitag, 20. November 2015 00:53 > An: Open MPI Users > Betreff: Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with > Intel-Ftn-compiler > > Micha

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-23 Thread Michael.Rachner
Open MPI Users Betreff: Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler Thanks Nick for the pointer ! Michael, good news is you do not have to upgrade ifort, but you have to update to 1.10.1 (intel 16 changed the way gcc pragmas are handled, and ompi has

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Gilles Gouaillardet
ng Michael Rachner *Von:*users [mailto:users-boun...@open-mpi.org ] *Im Auftrag von *Gilles Gouaillardet *Gesendet:* Donnerstag, 19. November 2015 10:21 *An:* Open MPI Users *Betreff:* Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler Michael, I remember i

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Michael.Rachner
MPI Users Betreff: Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler Thanks Nick for the pointer ! Michael, good news is you do not have to upgrade ifort, but you have to update to 1.10.1 (intel 16 changed the way gcc pragmas are handled, and ompi has been made

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Gilles Gouaillardet
1.10.0, I do not remember having seen this item >> to be corrected. >> >> >> >> Greeting >> >> Michael Rachner >> >> >> >> >> >> *Von:* users [mailto:users-boun...@open-mpi.org >> ] *Im >> Auftrag

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Nick Papior
ailto:users-boun...@open-mpi.org] *Im Auftrag von *Gilles > Gouaillardet > *Gesendet:* Donnerstag, 19. November 2015 10:21 > *An:* Open MPI Users > *Betreff:* Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 > with Intel-Ftn-compiler > > > > Michael, > > I remember

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Michael.Rachner
this item to be corrected. Greeting Michael Rachner Von: users [mailto:users-boun...@open-mpi.org] Im Auftrag von Gilles Gouaillardet Gesendet: Donnerstag, 19. November 2015 10:21 An: Open MPI Users Betreff: Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

Re: [OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Gilles Gouaillardet
Michael, I remember i saw similar reports. Could you give a try to the latest v1.10.1 ? And if that still does not work, can you upgrade icc suite and give it an other try ? I cannot remember whether this is an ifort bug or the way ompi uses fortran... Btw, any reason why you do not Use mpi_f0

[OMPI users] Bug in Fortran-module MPI of OpenMPI 1.10.0 with Intel-Ftn-compiler

2015-11-19 Thread Michael.Rachner
Dear developers of OpenMPI, I am trying to run our parallelized Ftn-95 code on a Linux cluster with OpenMPI-1-10.0 and Intel-16.0.0 Fortran compiler. In the code I use the module MPI ("use MPI"-stmts). However I am not able to compile the code, because of compiler error messages like this: /