common.f90 Source File


Files dependent on this one

sourcefile~~common.f90~2~~AfferentGraph sourcefile~common.f90~2 common.f90 sourcefile~backend.f90~2 backend.f90 sourcefile~backend.f90~2->sourcefile~common.f90~2 sourcefile~exec_dist.f90~2 exec_dist.f90 sourcefile~backend.f90~2->sourcefile~exec_dist.f90~2 sourcefile~fieldops.f90 fieldops.f90 sourcefile~backend.f90~2->sourcefile~fieldops.f90 sourcefile~reorder.f90 reorder.f90 sourcefile~backend.f90~2->sourcefile~reorder.f90 sourcefile~exec_dist.f90~2->sourcefile~common.f90~2 sourcefile~fieldops.f90->sourcefile~common.f90~2 sourcefile~reorder.f90->sourcefile~common.f90~2 sourcefile~xcompact.f90 xcompact.f90 sourcefile~xcompact.f90->sourcefile~common.f90~2 sourcefile~xcompact.f90->sourcefile~backend.f90~2

Source Code

module m_cuda_common
  implicit none

  integer, parameter :: SZ = 32

end module m_cuda_common