Skip to content

Commit d81455c

Browse files
committed
Use -qmkl instead of -mkl
1 parent b7fff19 commit d81455c

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@ jobs:
160160

161161
- name: Test Multiwfn_noGUI
162162
run: |
163-
cp test/{test-1.xyz,test-2.cif} $SRC/exe
163+
cp tests/{test-1.xyz,test-2.cif} $SRC/exe
164164
cd "$SRC"/exe
165165
./Multiwfn_noGUI test-1.xyz <<< "q"
166166
./Multiwfn_noGUI test-2.cif <<< "q"
167167
168168
- name: Test Multiwfn
169169
run: |
170-
cp test/{test-1.xyz,test-2.cif} $SRC/exe
170+
cp tests/{test-1.xyz,test-2.cif} $SRC/exe
171171
cd "$SRC"/exe
172172
./Multiwfn test-1.xyz <<< "q"
173173
./Multiwfn test-2.cif <<< "q"

config/makefile.include.intel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ INCLUDE = -I./ -I./ext
5353
# -qopenmp-link=static : statically link OpenMP runtime
5454
# -stand f08 : warn on non-F2008 constructs
5555
COMMON = $(SIMD) $(DISDIAG) -fpscomp logicals -fpp \
56-
-mkl -static-intel -DINTEL_MKL -stand f08
56+
-qmkl -static-intel -DINTEL_MKL -stand f08
5757

5858
# Build type: Release, Debug
5959
TYPE ?= Release
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)