Skip to content
Prev 6135 / 12125 Next

[R-pkg-devel] Fortran with OpenMP on MACOS

I'm, sorry but I don't understand your question. To my understanding,
adding the mentioned MACROS should be enough to add the flag -fopenmp.
Actually, when I build the package, gfortran already uses the flag -fopenmp:

gfortran -fno-optimize-sibling-calls *-fopenmp* -fpic  -g -O2
-fdebug-prefix-map=/build/r-base-8T8CYO/r-base-4.0.3=.
-fstack-protector-strong  -c  get_threads.f90 -o get_threads.o




Em ter., 13 de out. de 2020 ?s 12:41, Erin Hodgess <erinm.hodgess at gmail.com>
escreveu: