Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

CVF bindings for LIBIFPORT.LIB functions

michael_nielson
Beginner
403 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
403 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