We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix instrumentation ports not being created in accelerators
fb8f2e5
Fixes bsc-pm#29
Merge branch 'fix/instrument_interfaces' into 'master'
730a299
Fix instrumentation ports not being created in accelerators Closes bsc-pm#29 See merge request ompss-at-fpga/mcxx!53
No branches or pull requests
type bound procedures fail ...
The text was updated successfully, but these errors were encountered: