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

cygwin linking

jweyant74
Beginner
435 Views

1) How do I compile visual based fortran programs from cygwin command line?

2) What is the path for ifort?

Thanks

0 Kudos
1 Reply
TimP
Honored Contributor III
435 Views
Quoting - jweyant74

1) How do I compile visual based fortran programs from cygwin command line?

2) What is the path for ifort?

It requires all the paths normally set for ifort, so the simple way is still to open the ifort command prompt window. Then, if you wish to have cygwin available as well, run the same cygwin.bat command as you see in the cygwin shortcut. In order to avoid having the cygwin link take precedence over the Microsoft one, fill in the Microsoft linker directory path in ifort.cfg. All explained at greater length in past posts.
0 Kudos
Reply