Skip to content

Commit

Permalink
Update CI_sequential 3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganoz authored Oct 13, 2023
1 parent 2e48cde commit 3cb4486
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI_sequential 3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ jobs:
source /opt/intel/oneapi/setvars.sh || true
printenv >> $GITHUB_ENV
${{matrix.compiler}} --version
echo "LIB_LAPACK=" -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_gf_ilp64.a ${MKLROOT}/lib/intel64/libmkl_sequential.a ${MKLROOT}/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -lm -ldl"" >> $GITHUB_ENV
echo "LIB_LAPACK="-L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_gf_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"" >> $GITHUB_ENV
cd ${MKLROOT}/lib/intel64/
ls
# If it stops working previous line (linking with MKL for GNU) it is probably to an update in mkl. Update following https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html

#echo "LIB_LAPACK=" -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_gf_ilp64.a ${MKLROOT}/lib/intel64/libmkl_sequential.a ${MKLROOT}/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -lm -ldl"" >> $GITHUB_ENV

- name: Configure
working-directory: ./Solver
run: ./configure
Expand Down

0 comments on commit 3cb4486

Please sign in to comment.