File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
5555COMMON = $(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
5959TYPE ?= Release
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments