Skip to content

Commit

Permalink
delete these declare_globals?
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgupta1234 committed Oct 31, 2024
1 parent 40642d4 commit be6b9df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulation/m_ibm.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ module m_ibm
!$acc declare create(ib_markers)

#ifdef CRAY_ACC_WAR
@:CRAY_DECLARE_GLOBAL(type(levelset_field), levelset)
@:CRAY_DECLARE_GLOBAL(type(levelset_norm_field), levelset_norm)
@:CRAY_DECLARE_GLOBAL(type(ghost_point), dimension(:), ghost_points)
@:CRAY_DECLARE_GLOBAL(type(ghost_point), dimension(:), inner_points)

Expand Down

0 comments on commit be6b9df

Please sign in to comment.