[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2019-11-26 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2019-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #8 from Dominique d'Humieres --- > I will try and will let you now. Any progress?

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread pasha.313 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #7 from Pasha --- (In reply to Harald Anlauf from comment #6) > (In reply to Pasha from comment #5) > > (In reply to Harald Anlauf from comment #4) > > > (In reply to Pasha from comment #2) > > > > This is my main routine for example

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #6 from Harald Anlauf --- (In reply to Pasha from comment #5) > (In reply to Harald Anlauf from comment #4) > > (In reply to Pasha from comment #2) > > > This is my main routine for example > > > . > > > . > > > . > > > !!$OMP

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread pasha.313 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #5 from Pasha --- (In reply to Harald Anlauf from comment #4) > (In reply to Pasha from comment #2) > > This is my main routine for example > > . > > . > > . > > !!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(K,jL) > > DO k=1,nG3 > >

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #4 from Harald Anlauf --- (In reply to Pasha from comment #2) > This is my main routine for example > . > . > . > !!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(K,jL) > DO k=1,nG3 >DO jL=1,nL2 > j = idx2start + jL

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread pasha.313 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #3 from Pasha --- For example, in this case index variables are not the same in both subroutines but it blocks running.

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread pasha.313 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 --- Comment #2 from Pasha --- This is my main routine for example . . . !!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(K,jL) DO k=1,nG3 DO jL=1,nL2 j = idx2start + jL IF(masque(j,k))THEN ! dudx

[Bug fortran/81205] Hybrid MPI and OpenMp: Blocking code in loops

2017-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81205 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|