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

Using the evaluation version to distribute commercial executable?

Ferris_H_
Beginner
279 Views

I only have a one time need to compile some code. Am I allowed to use the evaluation copy to compile and then release my executable to public? I want to statically link the mkl libraries also.

0 Kudos
3 Replies
Steven_L_Intel1
Employee
279 Views

No, this is explicitly prohibited by the terms of the evaluation license.  If you are an "open source" developer you can apply for a free open source license (https://software.intel.com/en-us/qualify-for-free-software/opensourcecontributor) MKL is also available under a free license.

0 Kudos
Ferris_H_
Beginner
279 Views

Thanks for the quick reply. If I purchase an individual license, am I free to distribute as many copies of my executable to users as I like? Can I also statically link mkl libraries?

0 Kudos
Steven_L_Intel1
Employee
279 Views

Yes to both of those questions, but please do read the End User License Agreement I linked to above.

0 Kudos
Reply