Skip to content

Commit

Permalink
more intel debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 7, 2024
1 parent 0a2d316 commit a6e42cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_gbytec.F90
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ program test_gbytec
endif
end do

! print *, ' now unpack into 1 64-bit int with g2_gbytesc8()...'
! in8_1(1) = 0
! call g2_gbytesc8(out8, in8_1, iskip, 64, 0, 1)
! !print *, in8_1
! if (in8_1(1) .ne. in8(1)) stop 150
print *, ' now unpack into 1 64-bit int with g2_gbytesc8()...'
in8_1(1) = 0
call g2_gbytesc8(out8, in8_1, iskip, 64, 0, 1)
!print *, in8_1
if (in8_1(1) .ne. in8(1)) stop 150

print *, 'SUCCESS!'

Expand Down

0 comments on commit a6e42cd

Please sign in to comment.