File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name : Build Multiwfn
33
44on :
5- push :
6- branches : [main]
75 pull_request :
86 workflow_dispatch :
97
@@ -160,14 +158,14 @@ jobs:
160158
161159 - name : Test Multiwfn_noGUI
162160 run : |
163- cp test /{test-1.xyz,test-2.cif} $SRC/exe
161+ cp tests /{test-1.xyz,test-2.cif} $SRC/exe
164162 cd "$SRC"/exe
165163 ./Multiwfn_noGUI test-1.xyz <<< "q"
166164 ./Multiwfn_noGUI test-2.cif <<< "q"
167165
168166 - name : Test Multiwfn
169167 run : |
170- cp test /{test-1.xyz,test-2.cif} $SRC/exe
168+ cp tests /{test-1.xyz,test-2.cif} $SRC/exe
171169 cd "$SRC"/exe
172170 ./Multiwfn test-1.xyz <<< "q"
173171 ./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