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

mfc select type is not supported #33

Open
rupertford opened this issue May 8, 2018 · 0 comments
Open

mfc select type is not supported #33

rupertford opened this issue May 8, 2018 · 0 comments

Comments

@rupertford
Copy link

  SUBROUTINE set_field(fld, val)
    implicit none
    type(field_type), INTENT(out) :: fld
    real, INTENT(in) :: val

    select type(fld)
    type is (r2d_field)
       fld%data = val
    class default
    end select

  END SUBROUTINE set_field
tmp.f90:6:5: sorry: SELECT TYPE statement not supported
metbosch added a commit to bsc-pm-ompss-at-fpga/mcxx that referenced this issue Nov 23, 2020
metbosch added a commit to bsc-pm-ompss-at-fpga/mcxx that referenced this issue Nov 23, 2020
Develop

Closes bsc-pm#33

See merge request ompss-at-fpga/mcxx!66
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