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

unlink !!!

ekeom
Novice
373 Views
Hello,

I try to use the unlink instruction. How can I use it in Linux
Intel Fortran? Which library should use for that. DFLIB and
DFPROT semeed not work!!

Best regards,

Didace


fortcom: Error: far_field_212_m.f90, line 27: Error in
opening the Library module file. [DFLIB] use
dflib
------------^
fortcom: Error: far_field_212_m.f90, line 28: Error in
opening the Library module file. [DFPORT]
use dfport
------------^
fortcom: Error: far_field_212_m.f90, line 86: This
name does not have a type, and must have an explicit
type. [UNLINK]
if(f_exist) i = unlink(file_mac)
------------------------^
0 Kudos
1 Reply
TimP
Honored Contributor III
373 Views
In the documentation files which are installed with the compiler, it says "use ifport"
0 Kudos
Reply