-
Notifications
You must be signed in to change notification settings - Fork 9
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The Intel compiler raises an error when attempting to deallocate operation on grid_t, radiator_t, and profile_t operations.
f_grid => grid_warehouse%get_grid(f_grid_name, f_grid_units)
select type(f_grid)
type is(grid_from_host_t)
error_code = 0
grid_ptr = c_loc(f_grid)
class default
error_code = 1
deallocate(f_grid) <-- raises an error
grid_ptr = c_null_ptr
end selectReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working