Hello,
I’m trying to use CRTM in my code to do the simulations. I’ve linked the CRTM library to my code. The part of creating and filling CRTM structures is doing well. But when I try to call the function CRTM_Forward, the following errors pop out as I compile the code. Could you help me solve this issue?
Thanks!
After doing some search on google, I find the possible cause and solution.
The problem may be caused by not linked to mp library.
Adding -qopenmp after ifort would solve the issue.
Thanks!