8000 Support for forall · Issue #84 · NCAR/KGen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support for forall #84

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

Open
wohlbier opened this issue Aug 11, 2017 · 2 comments
Open

Support for forall #84

wohlbier opened this issue Aug 11, 2017 · 2 comments

Comments

@wohlbier
Copy link

I am working on a code that uses a lot of "forall". KGen appears to have difficulty with forall.

CRITICAL: Forall_Stmt: 'FORALL (i1 = i1s : i1e, i2 = i2s : i2e, i3 = i3s : i3e) var%fr(i1,i2,i3,ifg) = sg%u(i1,i2,i3)'

The work around is to replace this with
var%fr(i1s:i1e,i2s:i2e,i3s:i3e,ifg)=sg%u(i1s:i1e,i2s:i2e,i3s:i3e)
but it would be nice if forall worked.

@grnydawn
Copy link
Contributor
grnydawn commented Aug 14, 2017 via email

@wohlbier
Copy link
Author

Thank you!
jgw

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

2 participants
0