On Fri, 16 Jun 2023, Tobias Burnus wrote:
> Thomas recently improved the offload experience by avoiding to use, e.g.
>
> gfortran -O3 -fopenmp qcd.f90 -lblas -foffload-options="-lgfortran -lm"
>
> as libm and libgfortran now automatically get linked as 'gfortran' links
> -lgfortran and -lm on t
Thomas recently improved the offload experience by avoiding to use, e.g.
gfortran -O3 -fopenmp qcd.f90 -lblas -foffload-options="-lgfortran -lm"
as libm and libgfortran now automatically get linked as 'gfortran' links
-lgfortran and -lm on the host (only those libraries, not others). Thus,
the