Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 Discussions

CVF bindings for LIBIFPORT.LIB functions

michael_nielson
Beginner
381 Views
The portability functions found in LIBIFPORT.LIB library don't seem to have entry points with CVF bindings. For example FSEEK exists, but FSEEK@... does not. Are CVF bindings supported?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
381 Views
No. As with CVF, only default interfaces are supported.
You should be able to use module IFPORT to define the interfaces, but there's a bug in that the DEFAULT attribute doesn't work if /iface:cvf is specified. That should be fixed in an upcoming update.
0 Kudos
Reply