Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "remove useless (?) common block in fortran code as flang7 has problems compil...
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / util / mtestf.f
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