LKedward / focal

A modern Fortran abstraction layer for OpenCL

Home Page:https://lkedward.github.io/focal-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifort 21 seg fault

LKedward opened this issue · comments

Latest ifort doesn't seem to like the procedure pointer used for implementing a custom error handler.
Fix will be to wrap the call in a module procedure instead of calling the procedure pointer directly.