Hi
I use MigGW in Windows and want to test using OpenMP parallel processing in my Fortran program
and compile the code with -fopenmp but the linker returns with error
C./mingw/bin/.../lib/gcc/mingw32/4.8.1/../../../ ... cannot find -lpthread
Which MinGW package is missing?
There is no problem compiling, linking and executing if I omitt the -fopenmp
Bosse
I use MigGW in Windows and want to test using OpenMP parallel processing in my Fortran program
and compile the code with -fopenmp but the linker returns with error
C./mingw/bin/.../lib/gcc/mingw32/4.8.1/../../../ ... cannot find -lpthread
Which MinGW package is missing?
There is no problem compiling, linking and executing if I omitt the -fopenmp
Bosse