common.f90 Source File


Files dependent on this one

sourcefile~~common.f90~~AfferentGraph sourcefile~common.f90 common.f90 sourcefile~backend.f90~3 backend.f90 sourcefile~backend.f90~3->sourcefile~common.f90 sourcefile~exec_dist.f90 exec_dist.f90 sourcefile~backend.f90~3->sourcefile~exec_dist.f90 sourcefile~distributed.f90 distributed.f90 sourcefile~distributed.f90->sourcefile~common.f90 sourcefile~exec_dist.f90->sourcefile~common.f90 sourcefile~exec_dist.f90->sourcefile~distributed.f90 sourcefile~thomas.f90~2 thomas.f90 sourcefile~thomas.f90~2->sourcefile~common.f90 sourcefile~xcompact.f90 xcompact.f90 sourcefile~xcompact.f90->sourcefile~common.f90 sourcefile~xcompact.f90->sourcefile~backend.f90~3 sourcefile~exec_thom.f90~2 exec_thom.f90 sourcefile~exec_thom.f90~2->sourcefile~thomas.f90~2

Source Code

module m_omp_common
  implicit none

  integer, parameter :: SZ = 16

end module m_omp_common