I am a complete begginer working with OpenMP, so maybe I am going to ask a dumb question
It seems to be possible using OpenMP, because the .dll is called from a for loop, and it is possible to use a #pragma for. My question is about the (static and dynamic allocated) variables used inside the .dll, I do not find information about if each thread calling the .dll has its own variables or they are shared and it could cause memory problems.
Thank you very much in advanced.
PS: If anyone knows a good tutorial/book/manual to learn OpenMP I will be really grateful if you could tell me which one. Thank you very much.
