get_neighbor_function_code Subroutine

private subroutine get_neighbor_function_code(code)

Generated device function that is used to determite id of process that to which data is being sent or from which data has been recieved based on local element coordinate

Arguments

Type IntentOptional Attributes Name
type(kernel_code), intent(inout) :: code

Resulting code


Calls

proc~~get_neighbor_function_code~~CallsGraph proc~get_neighbor_function_code get_neighbor_function_code proc~add_line kernel_code%add_line proc~get_neighbor_function_code->proc~add_line

Called by

proc~~get_neighbor_function_code~~CalledByGraph proc~get_neighbor_function_code get_neighbor_function_code proc~get_transpose_kernel_code get_transpose_kernel_code proc~get_transpose_kernel_code->proc~get_neighbor_function_code proc~get_unpack_kernel_code get_unpack_kernel_code proc~get_unpack_kernel_code->proc~get_neighbor_function_code proc~compile_and_cache compile_and_cache proc~compile_and_cache->proc~get_transpose_kernel_code proc~compile_and_cache->proc~get_unpack_kernel_code proc~create~2 nvrtc_kernel%create proc~create~2->proc~compile_and_cache proc~create~7 transpose_handle_cuda%create proc~create~7->proc~create~2