Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "remove useless (?) common block in fortran code as flang7 has problems compil...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 27 Oct 2019 14:35:47 +0000 (15:35 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 27 Oct 2019 14:35:47 +0000 (15:35 +0100)
This reverts commit 3ea760af6a8cb65c3a2250ecc65f47386b10f286.

teshsuite/smpi/mpich3-test/f77/util/mtestf.f
teshsuite/smpi/mpich3-test/f90/util/mtestf90.f90

index e3fd42f..2c54d76 100644 (file)
@@ -14,6 +14,7 @@ C       about out-of-order statements
         logical flag
         logical dbgflag
         integer wrank
+        common /mtest/ dbgflag, wrank
 
         call MPI_Initialized( flag, ierr )
         if (.not. flag) then
index 0c1bf6d..bb12b29 100644 (file)
@@ -14,6 +14,7 @@
         logical flag
         logical dbgflag
         integer wrank
+        common /mtest/ dbgflag, wrank
 
         call MPI_Initialized( flag, ierr )
         if (.not. flag) then