Skip to content

Fortran Multithreading Issues

Zach Byerly edited this page Aug 9, 2016 · 1 revision

Issues encountered using ifort compiler

While it seems that the GNU compilers handle multi-threaded writing to standard output (the terminal), ifort doesn't seem to be able to do this.

more info

Suggestions from the link above: use -openmp or -threads on the link line, and/or link to libifcoremt instead of libifcore