LKedward / focal

A modern Fortran abstraction layer for OpenCL
https://lkedward.github.io/focal-docs
MIT License
40 stars 8 forks source link

ifort 21 seg fault #9

Closed LKedward closed 3 years ago

LKedward commented 3 years ago

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.