Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless (?) common block in fortran code as flang7 has problems compiling...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 27 Oct 2019 09:44:47 +0000 (10:44 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 27 Oct 2019 09:44:47 +0000 (10:44 +0100)
teshsuite/smpi/mpich3-test/f77/util/mtestf.f
teshsuite/smpi/mpich3-test/f90/util/mtestf90.f90

index 2c54d76..e3fd42f 100644 (file)
@@ -14,7 +14,6 @@ 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 bb12b29..0c1bf6d 100644 (file)
@@ -14,7 +14,6 @@
         logical flag
         logical dbgflag
         integer wrank
-        common /mtest/ dbgflag, wrank
 
         call MPI_Initialized( flag, ierr )
         if (.not. flag) then