Re: [OMPI users] Rounding errors and MPI

2017-01-23 Thread Oscar Mojica
Geophysics SENAI CIMATEC Supercomputing Center Lattes: http://lattes.cnpq.br/0796232840554652 From: users on behalf of Jason Maldonis Sent: Wednesday, January 18, 2017 6:07 PM To: Open MPI Users Subject: Re: [OMPI users] Rounding errors and MPI Hi Oscar, I have

Re: [OMPI users] Rounding errors and MPI

2017-01-18 Thread Jason Maldonis
eophysics >> SENAI CIMATEC Supercomputing Center >> Lattes: http://lattes.cnpq.br/0796232840554652 >> >> >> >> -- >> *From:* users on behalf of Yann Jobic >> >> *Sent:* Monday, January 16, 2017 12:01 PM >> *To:* Open MPI Users >> *Subject:* Re: [OM

Re: [OMPI users] Rounding errors and MPI

2017-01-18 Thread Jeff Hammond
s on behalf of Yann Jobic < > yann.jo...@univ-amu.fr> > *Sent:* Monday, January 16, 2017 12:01 PM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] Rounding errors and MPI > > Hi, > > Is there an overlapping section in the MPI part ? > > Otherwise, please chec

Re: [OMPI users] Rounding errors and MPI

2017-01-16 Thread Oscar Mojica
From: users on behalf of Yann Jobic Sent: Monday, January 16, 2017 12:01 PM To: Open MPI Users Subject: Re: [OMPI users] Rounding errors and MPI Hi, Is there an overlapping section in the MPI part ? Otherwise, please check : - declaration type of all the variables (consistency

Re: [OMPI users] Rounding errors and MPI

2017-01-16 Thread Yann Jobic
Hi, Is there an overlapping section in the MPI part ? Otherwise, please check : - declaration type of all the variables (consistency) - correct initialization of the array "wave" (to zero) - maybe use temporary variables like real size1,size2,factor size1 = dx+dy size2 = dhx+dhy factor = dt*size

Re: [OMPI users] Rounding errors and MPI

2017-01-16 Thread Tim Prince via users
0500 To:Open MPI User's List Subject:[OMPI users] Rounding errors and MPI >___ >users mailing list >users@lists.open-mpi.org >https://rfd.newmexicoconsortium.org/mailman/listinfo/users___ use

[OMPI users] Rounding errors and MPI

2017-01-16 Thread Oscar Mojica
Hello everybody I'm having a problem with a parallel program written in fortran. I have a 3D array which is divided in two in the third dimension so thats two processes perform some operations with a part of the cube, using a subroutine. Each process also has the complete cube. Before each proc