File tree 1 file changed +64
-3
lines changed
1 file changed +64
-3
lines changed Original file line number Diff line number Diff line change 54
54
GTEST_COLOR : ' yes'
55
55
OMP_NUM_THREADS : ' 2'
56
56
run : |
57
- cmake --build build --target test ARGS="-V --timeout 1700 -E integrate_test|01_PW \
58
- |02_NAO_Gamma|03_NAO_multik|04_LJ_DP|05_rtTDDFT|06_SDFT|07_OFDFT|08_EXX|09_DeePKS \
59
- |10_others|11_PW_GPU|16_SDFT_GPU"
57
+ cmake --build build --target test ARGS="-V --timeout 1700 -E 'integrate_test|01_PW|02_NAO_Gamma|03_NAO_multik|04_LJ_DP|05_rtTDDFT|06_SDFT|07_OFDFT|08_EXX|09_DeePKS|10_others|11_PW_GPU|16_SDFT_GPU'"
60
58
61
59
- name : Integrated Test
62
60
env :
71
69
OMP_NUM_THREADS : ' 2'
72
70
run : |
73
71
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 01_PW"
72
+
73
+ - name : 02_NAO_Gamma Test
74
+ env :
75
+ GTEST_COLOR : ' yes'
76
+ OMP_NUM_THREADS : ' 2'
77
+ run : |
78
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 02_NAO_Gamma"
79
+
80
+ - name : 03_NAO_multik Test
81
+ env :
82
+ GTEST_COLOR : ' yes'
83
+ OMP_NUM_THREADS : ' 2'
84
+ run : |
85
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 03_NAO_multik"
86
+
87
+ - name : 04_LJ_DP Test
88
+ env :
89
+ GTEST_COLOR : ' yes'
90
+ OMP_NUM_THREADS : ' 2'
91
+ run : |
92
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 04_LJ_DP"
93
+
94
+ - name : 05_rtTDDFT Test
95
+ env :
96
+ GTEST_COLOR : ' yes'
97
+ OMP_NUM_THREADS : ' 2'
98
+ run : |
99
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 05_rtTDDFT"
100
+
101
+ - name : 06_SDFT Test
102
+ env :
103
+ GTEST_COLOR : ' yes'
104
+ OMP_NUM_THREADS : ' 2'
105
+ run : |
106
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 06_SDFT"
107
+
108
+ - name : 07_OFDFT Test
109
+ env :
110
+ GTEST_COLOR : ' yes'
111
+ OMP_NUM_THREADS : ' 2'
112
+ run : |
113
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 07_OFDFT"
114
+
115
+ - name : 08_EXX Test
116
+ env :
117
+ GTEST_COLOR : ' yes'
118
+ OMP_NUM_THREADS : ' 2'
119
+ run : |
120
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 08_EXX"
121
+
122
+ - name : 09_DeePKS Test
123
+ env :
124
+ GTEST_COLOR : ' yes'
125
+ OMP_NUM_THREADS : ' 2'
126
+ run : |
127
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 09_DeePKS"
128
+
129
+ - name : 10_others Test
130
+ env :
131
+ GTEST_COLOR : ' yes'
132
+ OMP_NUM_THREADS : ' 2'
133
+ run : |
134
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 10_others"
You can’t perform that action at this time.
0 commit comments