yoedbug.F90 Source File


This file depends on

sourcefile~~yoedbug.f90~2~~EfferentGraph sourcefile~yoedbug.f90~2 yoedbug.F90 sourcefile~parkind1.f90 parkind1.F90 sourcefile~yoedbug.f90~2->sourcefile~parkind1.f90

Contents

Source Code


Source Code

MODULE YOEDBUG

USE PARKIND1  ,ONLY : JPIM     ,JPRB

IMPLICIT NONE

SAVE

!     -------------------------------------------------
!*    ** *YOEDBUG* - CONTROL OPTIONS FOR DEBUGGING HELP
!     -------------------------------------------------
INTEGER(KIND=JPIM) :: KSTPDBG(3)
!     ------------------------------------------------------------------

!$OMP THREADPRIVATE(kstpdbg)

END MODULE YOEDBUG