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 does not support type bound procedures #29

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

mfc does not support type bound procedures #29

rupertford opened this issue May 7, 2018 · 0 comments

Comments

@rupertford
Copy link

type bound procedures fail ...

module grid_mod
  implicit none

  type, public :: grid_type
     integer :: name
   contains
     procedure :: get_tmask

  end type grid_type

end module grid_mod
grid_mod.f90:7:6: sorry: type-bound procedures are not supported
metbosch pushed 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
Fix instrumentation ports not being created in accelerators

Closes bsc-pm#29

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