Skip to content
Snippets Groups Projects
Commit e28116cb authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 16/03/2023:ZSOLVER/discretisation.f90, Little OpenAcc Typo detected with...

Juan 16/03/2023:ZSOLVER/discretisation.f90, Little OpenAcc Typo detected with NVHPC, missing & <-> continuation line at end of acc parallel
parent b1b4a185
No related branches found
No related tags found
No related merge requests found
......@@ -2187,7 +2187,7 @@ end subroutine line_Jacobi_mnh
integer :: ii,ij,iz
! acc kernels present(pzSr_st,pzSu_out_st,pzb_st,pzSu_in_st)
!$acc parallel present(pzSr_st,pzSu_out_st,pzb_st,pzSu_in_st)
!$acc parallel present(pzSr_st,pzSu_out_st,pzb_st,pzSu_in_st) &
!$acc & present(pzc_k,pzd_k,ptmp_k,pc_k)
!$mnh_do_concurrent ( ii=iib:iie , ij=ijb:ije )
iz=1
......
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