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

ld: library not found for -lpthread

ManishM
Novice
3,332 Views

Hi, I'm running a fortran code on my Mac Big Sur and getting this error for library not found. Previously when I ran the code it was not giving out any error though. 

The code is looking for the library at 

ifort -O3 -warn all -fpp -free -assume byterecl -heap-arrays -nogen-interface -lpthread -static-intel  -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib igetday.F90 -o igetday

 

Help would be appreciated. 

0 Kudos
1 Solution
ManishM
Novice
3,326 Views

I would like to close this thread. This issue is resolved.

View solution in original post

0 Kudos
1 Reply
ManishM
Novice
3,327 Views

I would like to close this thread. This issue is resolved.

0 Kudos
Reply