Skip to content

Fix the errors raised by the Intel compiler #249

@boulderdaze

Description

@boulderdaze

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 select

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions