Skip to content
Snippets Groups Projects
Verified Commit b24ac565 authored by Yen-Chen Chen's avatar Yen-Chen Chen
Browse files

Add debug print information

parent 011bc9fc
No related branches found
No related tags found
No related merge requests found
......@@ -2353,6 +2353,9 @@ CONTAINS
LOGICAL, INTENT(IN) :: lacc
LOGICAL, INTENT(IN) :: i_am_accel_node
PRINT *, "lacc = ", lacc
PRINT *, "i_am_accel_node = ", i_am_accel_node
#ifdef _OPENACC
IF (lacc .NEQV. i_am_accel_node) THEN
CALL finish(routine_name, 'lacc /= i_am_accel_node')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment