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~2 exec_dist.f90 sourcefile~backend.f90~3->sourcefile~exec_dist.f90~2 sourcefile~fieldops.f90 fieldops.f90 sourcefile~backend.f90~3->sourcefile~fieldops.f90 sourcefile~reorder.f90 reorder.f90 sourcefile~backend.f90~3->sourcefile~reorder.f90 sourcefile~exec_dist.f90~2->sourcefile~common.f90 sourcefile~fieldops.f90->sourcefile~common.f90 sourcefile~reorder.f90->sourcefile~common.f90 sourcefile~xcompact.f90 xcompact.f90 sourcefile~xcompact.f90->sourcefile~common.f90 sourcefile~xcompact.f90->sourcefile~backend.f90~3

Source Code

module m_cuda_common
  implicit none

  integer, parameter :: SZ = 32

end module m_cuda_common