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

Non commercial use of ifort on Mac?

elmoren
Beginner
550 Views
Hello,
Like the title says, I was wondering if its possible to get a non commercial use intel fortran compiler for my mac. I found it for Linux, but I can't find one for Mac. I'm trying to install CNS solve and it requires a fortran 77 compiler. I've tried gfortran but it doesn't work...
From the errors it gives, the makefile seems to only have headers for ifort or pgf95
Thanks in advance,
-N
0 Kudos
2 Replies
Steven_L_Intel1
Employee
550 Views
Sorry, we don't offer a free non-commercial compiler on Mac OS (nor Windows).
0 Kudos
forcpp
New Contributor I
550 Views
You can install gfortran from the binary file hosted on the site:
It works fine.
0 Kudos
Reply