Skip to content

Commit

Permalink
Revert "remove useless (?) common block in fortran code as flang7 has…
Browse files Browse the repository at this point in the history
… problems compiling it (see flang-compiler/flang#671 )"

This reverts commit 3ea760a.
  • Loading branch information
adegomme committed Oct 27, 2019
1 parent 3ea760a commit 239db2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions teshsuite/smpi/mpich3-test/f77/util/mtestf.f
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ subroutine MTest_Init( ierr )
logical flag
logical dbgflag
integer wrank
common /mtest/ dbgflag, wrank

call MPI_Initialized( flag, ierr )
if (.not. flag) then
Expand Down
1 change: 1 addition & 0 deletions teshsuite/smpi/mpich3-test/f90/util/mtestf90.f90
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ subroutine MTest_Init( ierr )
logical flag
logical dbgflag
integer wrank
common /mtest/ dbgflag, wrank

call MPI_Initialized( flag, ierr )
if (.not. flag) then
Expand Down

0 comments on commit 239db2d

Please sign in to comment.