I am writing a paper and implemented an algorithm using OpenMP. Since Visual Studio directly supports OpenMP, am I required to cite OpenMP in my paper?
I am writing a paper and implemented an algorithm using OpenMP. Since Visual Studio
Share
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.
I would cite it if only for clarity about the version used, and to point the reader to more information. My suggestion would be to cite the API reference for the OpenMP specification of the appropriate version, using whatever style your journal uses for citing manuals or technical reports.
If you don’t know what version of OpenMP you are using, the following program:
When run like:
will report
200505for 2.5,200805for 3.0, and201307for 4.0.