Skip to content

Commit

Permalink
ice_dyn_vp: remove proprietary directives
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Jul 20, 2020
1 parent c1caa64 commit bec2223
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cicecore/cicedynB/dynamics/ice_dyn_vp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1166,9 +1166,6 @@ subroutine calc_zeta_dPr (nx_block, ny_block, &
stPr = c0
zetaD = c0

!DIR$ CONCURRENT !Cray
!cdir nodep !NEC
!ocl novrec !Fujitsu
do ij = 1, icellt
i = indxti(ij)
j = indxtj(ij)
Expand Down Expand Up @@ -1597,10 +1594,6 @@ subroutine matvec (nx_block, ny_block, &

str(:,:,:) = c0

!DIR$ CONCURRENT !Cray
!cdir nodep !NEC
!ocl novrec !Fujitsu

do ij = 1, icellt
i = indxti(ij)
j = indxtj(ij)
Expand Down Expand Up @@ -2030,10 +2023,6 @@ subroutine formDiag_step1 (nx_block, ny_block, &
! Initialize
!-----------------------------------------------------------------

!DIR$ CONCURRENT !Cray
!cdir nodep !NEC
!ocl novrec !Fujitsu

Drheo(:,:,:) = c0

! Be careful: Drheo contains 4 terms for u and 4 terms for v.
Expand Down

0 comments on commit bec2223

Please sign in to comment.