Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi line openacc and conditional execution are are not translated #18

Open
GSS79 opened this issue Jan 26, 2023 · 0 comments
Open

multi line openacc and conditional execution are are not translated #18

GSS79 opened this issue Jan 26, 2023 · 0 comments

Comments

@GSS79
Copy link

GSS79 commented Jan 26, 2023

the script is great but has some limitations .
Its python2.x ( missing paranthesis for print, easy to solve )

however two main limitations for us : if a conditional execution is found , it ignores the directive ( example bellow ).

!$ACC ENTER DATA COPYIN(track_condition) IF ( track_condition_cnt > 0 )

and for multiline openacc directives it only translates the first one.

  !$ACC ENTER DATA CREATE(shock_sensor, tempe, &
  !$ACC rrate, rrate_r)

Becomes

!$OMP TARGET ENTER DATA MAP(ALLOC:shock_sensor, tempe, &
!$ACC rrate, rrate_r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant