compiling problem

how can i access “dfwin” & “IFPORT” module in PGI visual fortran.

compiler is showing error “unable to open ifport & dfwin module”

Hi kuldeep gupta,

“IFPORT” is a Intel proprietary module not supported by PGI. However, I believe it’s mostly based on the “DFPORT” module, so you may be able to use it instead.

For usage on “DFWIN” and “DFPORT” please refer to Chapter 9 of the PVF Refernce Manual (https://www.pgroup.com/doc/pvfref.pdf)

  • Mat