I would like to use openMP with compiler VS2010. what is license status for openMP? can it be freely used in commercial software, and can you point at the relevant doc?
thanks and regarsd
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenMP by itself is an API specification, so there’s no license for using it. The implementation provided by your compiler is subject to the same license of the latter, so with Visual Studio you can of course use it in a commercial software.
Couldn’t find relevant source to point out.