Skip to content

Commit b60c86b

Browse files
During merge, I accidentally dropped the GPU reference to the number of gloabl patches
1 parent 5a92bc1 commit b60c86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ module m_global_parameters
167167
type(bounds_info) :: x_domain, y_domain, z_domain
168168
type(bounds_info) :: neighbor_domain_x, neighbor_domain_y, neighbor_domain_z
169169
integer :: num_gbl_ibs, num_local_ibs
170-
$:GPU_DECLARE(create='[x_domain, y_domain, z_domain, neighbor_domain_x, neighbor_domain_y, neighbor_domain_z]')
170+
$:GPU_DECLARE(create='[x_domain, y_domain, z_domain, neighbor_domain_x, neighbor_domain_y, neighbor_domain_z, num_gbl_ibs]')
171171
$:GPU_DECLARE(create='[down_sample]')
172172

173173
integer, allocatable, dimension(:) :: proc_coords !< Processor coordinates in MPI_CART_COMM

0 commit comments

Comments
 (0)