1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

Merge branch 'gpu' of github.com:TREX-CoE/qmckl into gpu

This commit is contained in:
Anthony Scemama 2022-04-04 16:56:39 +02:00
commit 2a13d8e18d

View File

@ -201,11 +201,11 @@ AS_IF([test "$BLAS_LIBS" == "$LAPACK_LIBS"], [BLAS_LIBS=""])
case $FC in
*ifort*)
FCFLAGS="$FCFLAGS -nofor-main"
FCFLAGS="$FCFLAGS -nofor-main -mp -target=gpu"
;;
*nvfortran*)
FCFLAGS="$FCFLAGS -fPIC -Mnomain"
FCFLAGS="$FCFLAGS -fPIC -Mnomain -mp -target=gpu"
;;
esac