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

Intel Fortran Compiler 16 (Limited feature)

Mohammad_H_
Beginner
469 Views

I'd like to ask about Intel Fortran Compiler 16 (Limited feature) - that is listed in available compilers in Xcode (my version  is 6.2 which is supported by Intel Parallel Studio 2016 and OS X El Capitan). Why Limited version?  what things are limited? I have run a very simple  f.90 code and it has been built and run perfectly. Thanks.

0 Kudos
6 Replies
Steven_L_Intel1
Employee
468 Views

It is called Limited because Apple does not provide us enough hooks in Xcode to fully support Fortran. In particular, it cannot recognize module dependencies. You can build simple programs and change compiler options. Your license type is not relevant here.

0 Kudos
Mohammad_H_
Beginner
469 Views

@ Steve, Are there any documentations/release notes etc that we can read these type restrictions in details? 

0 Kudos
Mohammad_H_
Beginner
469 Views

For example is this limited feature supports following requirements in order to compile a coarray :

1- Intel MPI runtime suite

2- Intel cluster Tooklit 

0 Kudos
Steven_L_Intel1
Employee
468 Views

The "limited feature" of Xcode support has nothing to do with coarrays. Intel Fortran doesn't support coarrays on OS X. As you probably found, Intel MPI isn't supported there either (which is why coarrays aren't supported.)

0 Kudos
Mohammad_H_
Beginner
468 Views

Does Intel Fortran compiler supports MPI, and coarrays on Windows? (e.g. Microsoft visual Studio 2008 and Intel fortran compiler). 

0 Kudos
Steven_L_Intel1
Employee
469 Views

Yes, we support MPI and coarrays on Windows (and Linux). We no longer support Visual Studio 2008, but we supply a Fortran development environment based on VS2013. A separate install of VS2010, VS2012, VS2013 or VS2015 is also supported. (VS2010 will be dropped in our next major release.)

0 Kudos
Reply