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

Missing libiomp5 library

holland6
Beginner
374 Views
I'm trying to compile and run EPA's CMAQ air quality model. In the scripts provided to build the executable the linking flag "-liomp5" is included. When I try this the executable is not created and I can't seem to find this library on my system. I have version 10.0.023 of ifort. I tried changing this flag to "-openmp" and I get an executable, but then the model crashes randomly. Why don't I have this library? Does anyone know how I can get it? Thank you.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
374 Views
Because you're using a very old version of the compiler - from 2007. That library was added as of version 11.0. You will want to use -lguide instead, I think, or maybe -lguide4.
0 Kudos
Reply