1
|
Determining if the pthread_create exist failed with the following output:
|
2
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
3
|
|
4
|
Run Build Command:"/usr/bin/make" "cmTC_9b7f2/fast"
|
5
|
/usr/bin/make -f CMakeFiles/cmTC_9b7f2.dir/build.make CMakeFiles/cmTC_9b7f2.dir/build
|
6
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
7
|
Building C object CMakeFiles/cmTC_9b7f2.dir/CheckSymbolExists.c.o
|
8
|
/usr/bin/cc -o CMakeFiles/cmTC_9b7f2.dir/CheckSymbolExists.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
9
|
Linking C executable cmTC_9b7f2
|
10
|
/home/stefano/cmake-3.13.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b7f2.dir/link.txt --verbose=1
|
11
|
/usr/bin/cc CMakeFiles/cmTC_9b7f2.dir/CheckSymbolExists.c.o -o cmTC_9b7f2
|
12
|
CMakeFiles/cmTC_9b7f2.dir/CheckSymbolExists.c.o: In function `main':
|
13
|
CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
|
14
|
collect2: error: ld returned 1 exit status
|
15
|
CMakeFiles/cmTC_9b7f2.dir/build.make:86: recipe for target 'cmTC_9b7f2' failed
|
16
|
make[1]: *** [cmTC_9b7f2] Error 1
|
17
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
18
|
Makefile:121: recipe for target 'cmTC_9b7f2/fast' failed
|
19
|
make: *** [cmTC_9b7f2/fast] Error 2
|
20
|
|
21
|
File /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
22
|
/* */
|
23
|
#include <pthread.h>
|
24
|
|
25
|
int main(int argc, char** argv)
|
26
|
{
|
27
|
(void)argv;
|
28
|
#ifndef pthread_create
|
29
|
return ((int*)(&pthread_create))[argc];
|
30
|
#else
|
31
|
(void)argc;
|
32
|
return 0;
|
33
|
#endif
|
34
|
}
|
35
|
|
36
|
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
37
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
38
|
|
39
|
Run Build Command:"/usr/bin/make" "cmTC_b8cc8/fast"
|
40
|
/usr/bin/make -f CMakeFiles/cmTC_b8cc8.dir/build.make CMakeFiles/cmTC_b8cc8.dir/build
|
41
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
42
|
Building C object CMakeFiles/cmTC_b8cc8.dir/CheckFunctionExists.c.o
|
43
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_b8cc8.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.13.5/share/cmake-3.13/Modules/CheckFunctionExists.c
|
44
|
Linking C executable cmTC_b8cc8
|
45
|
/home/stefano/cmake-3.13.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8cc8.dir/link.txt --verbose=1
|
46
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_b8cc8.dir/CheckFunctionExists.c.o -o cmTC_b8cc8 -lpthreads
|
47
|
/usr/bin/ld: cannot find -lpthreads
|
48
|
collect2: error: ld returned 1 exit status
|
49
|
CMakeFiles/cmTC_b8cc8.dir/build.make:86: recipe for target 'cmTC_b8cc8' failed
|
50
|
make[1]: *** [cmTC_b8cc8] Error 1
|
51
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
52
|
Makefile:121: recipe for target 'cmTC_b8cc8/fast' failed
|
53
|
make: *** [cmTC_b8cc8/fast] Error 2
|
54
|
|
55
|
|
56
|
Determining if files io.h exist failed with the following output:
|
57
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
58
|
|
59
|
Run Build Command:"/usr/bin/make" "cmTC_418f3/fast"
|
60
|
/usr/bin/make -f CMakeFiles/cmTC_418f3.dir/build.make CMakeFiles/cmTC_418f3.dir/build
|
61
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
62
|
Building C object CMakeFiles/cmTC_418f3.dir/HAVE_IO_H.c.o
|
63
|
/usr/bin/cc -o CMakeFiles/cmTC_418f3.dir/HAVE_IO_H.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
|
64
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: io.h: No such file or directory
|
65
|
#include <io.h>
|
66
|
^~~~~~
|
67
|
compilation terminated.
|
68
|
CMakeFiles/cmTC_418f3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_418f3.dir/HAVE_IO_H.c.o' failed
|
69
|
make[1]: *** [CMakeFiles/cmTC_418f3.dir/HAVE_IO_H.c.o] Error 1
|
70
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
71
|
Makefile:121: recipe for target 'cmTC_418f3/fast' failed
|
72
|
make: *** [cmTC_418f3/fast] Error 2
|
73
|
|
74
|
Source:
|
75
|
/* */
|
76
|
#include <io.h>
|
77
|
|
78
|
|
79
|
int main(void){return 0;}
|
80
|
|
81
|
Determining if the _fileno exist failed with the following output:
|
82
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
83
|
|
84
|
Run Build Command:"/usr/bin/make" "cmTC_b650e/fast"
|
85
|
/usr/bin/make -f CMakeFiles/cmTC_b650e.dir/build.make CMakeFiles/cmTC_b650e.dir/build
|
86
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
87
|
Building CXX object CMakeFiles/cmTC_b650e.dir/CheckSymbolExists.cxx.o
|
88
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_b650e.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
89
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
90
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope
|
91
|
return ((int*)(&_fileno))[argc];
|
92
|
^~~~~~~
|
93
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘fileno’
|
94
|
return ((int*)(&_fileno))[argc];
|
95
|
^~~~~~~
|
96
|
fileno
|
97
|
CMakeFiles/cmTC_b650e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b650e.dir/CheckSymbolExists.cxx.o' failed
|
98
|
make[1]: *** [CMakeFiles/cmTC_b650e.dir/CheckSymbolExists.cxx.o] Error 1
|
99
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
100
|
Makefile:121: recipe for target 'cmTC_b650e/fast' failed
|
101
|
make: *** [cmTC_b650e/fast] Error 2
|
102
|
|
103
|
File /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
104
|
/* */
|
105
|
#include <stdio.h>
|
106
|
|
107
|
int main(int argc, char** argv)
|
108
|
{
|
109
|
(void)argv;
|
110
|
#ifndef _fileno
|
111
|
return ((int*)(&_fileno))[argc];
|
112
|
#else
|
113
|
(void)argc;
|
114
|
return 0;
|
115
|
#endif
|
116
|
}
|
117
|
|
118
|
Determining if the _commit exist failed with the following output:
|
119
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
120
|
|
121
|
Run Build Command:"/usr/bin/make" "cmTC_d25bc/fast"
|
122
|
/usr/bin/make -f CMakeFiles/cmTC_d25bc.dir/build.make CMakeFiles/cmTC_d25bc.dir/build
|
123
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
124
|
Building CXX object CMakeFiles/cmTC_d25bc.dir/CheckSymbolExists.cxx.o
|
125
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_d25bc.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
126
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: io.h: No such file or directory
|
127
|
#include <io.h>
|
128
|
^~~~~~
|
129
|
compilation terminated.
|
130
|
CMakeFiles/cmTC_d25bc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d25bc.dir/CheckSymbolExists.cxx.o' failed
|
131
|
make[1]: *** [CMakeFiles/cmTC_d25bc.dir/CheckSymbolExists.cxx.o] Error 1
|
132
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
133
|
Makefile:121: recipe for target 'cmTC_d25bc/fast' failed
|
134
|
make: *** [cmTC_d25bc/fast] Error 2
|
135
|
|
136
|
File /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
137
|
/* */
|
138
|
#include <io.h>
|
139
|
|
140
|
int main(int argc, char** argv)
|
141
|
{
|
142
|
(void)argv;
|
143
|
#ifndef _commit
|
144
|
return ((int*)(&_commit))[argc];
|
145
|
#else
|
146
|
(void)argc;
|
147
|
return 0;
|
148
|
#endif
|
149
|
}
|
150
|
|
151
|
Determining if the memalign exist failed with the following output:
|
152
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
153
|
|
154
|
Run Build Command:"/usr/bin/make" "cmTC_ba14a/fast"
|
155
|
/usr/bin/make -f CMakeFiles/cmTC_ba14a.dir/build.make CMakeFiles/cmTC_ba14a.dir/build
|
156
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
157
|
Building CXX object CMakeFiles/cmTC_ba14a.dir/CheckSymbolExists.cxx.o
|
158
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_ba14a.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
159
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
160
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope
|
161
|
return ((int*)(&memalign))[argc];
|
162
|
^~~~~~~~
|
163
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘main’
|
164
|
return ((int*)(&memalign))[argc];
|
165
|
^~~~~~~~
|
166
|
main
|
167
|
CMakeFiles/cmTC_ba14a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ba14a.dir/CheckSymbolExists.cxx.o' failed
|
168
|
make[1]: *** [CMakeFiles/cmTC_ba14a.dir/CheckSymbolExists.cxx.o] Error 1
|
169
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
170
|
Makefile:121: recipe for target 'cmTC_ba14a/fast' failed
|
171
|
make: *** [cmTC_ba14a/fast] Error 2
|
172
|
|
173
|
File /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
174
|
/* */
|
175
|
#include <stdlib.h>
|
176
|
|
177
|
int main(int argc, char** argv)
|
178
|
{
|
179
|
(void)argv;
|
180
|
#ifndef memalign
|
181
|
return ((int*)(&memalign))[argc];
|
182
|
#else
|
183
|
(void)argc;
|
184
|
return 0;
|
185
|
#endif
|
186
|
}
|
187
|
|
188
|
Performing C SOURCE FILE Test C_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output:
|
189
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
190
|
|
191
|
Run Build Command:"/usr/bin/make" "cmTC_65458/fast"
|
192
|
/usr/bin/make -f CMakeFiles/cmTC_65458.dir/build.make CMakeFiles/cmTC_65458.dir/build
|
193
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
194
|
Building C object CMakeFiles/cmTC_65458.dir/src.c.o
|
195
|
/usr/bin/cc -DC_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -o CMakeFiles/cmTC_65458.dir/src.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c
|
196
|
cc: error: unrecognized command line option ‘-qopt-zmm-usage=high’
|
197
|
CMakeFiles/cmTC_65458.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_65458.dir/src.c.o' failed
|
198
|
make[1]: *** [CMakeFiles/cmTC_65458.dir/src.c.o] Error 1
|
199
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
200
|
Makefile:121: recipe for target 'cmTC_65458/fast' failed
|
201
|
make: *** [cmTC_65458/fast] Error 2
|
202
|
|
203
|
Source file was:
|
204
|
int main(void) { return 0; }
|
205
|
Performing C SOURCE FILE Test C_xCORE_AVX512_FLAG_ACCEPTED failed with the following output:
|
206
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
207
|
|
208
|
Run Build Command:"/usr/bin/make" "cmTC_d5bbe/fast"
|
209
|
/usr/bin/make -f CMakeFiles/cmTC_d5bbe.dir/build.make CMakeFiles/cmTC_d5bbe.dir/build
|
210
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
211
|
Building C object CMakeFiles/cmTC_d5bbe.dir/src.c.o
|
212
|
/usr/bin/cc -DC_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -o CMakeFiles/cmTC_d5bbe.dir/src.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c
|
213
|
cc: error: language CORE-AVX512 not recognized
|
214
|
cc: error: language CORE-AVX512 not recognized
|
215
|
CMakeFiles/cmTC_d5bbe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d5bbe.dir/src.c.o' failed
|
216
|
make[1]: *** [CMakeFiles/cmTC_d5bbe.dir/src.c.o] Error 1
|
217
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
218
|
Makefile:121: recipe for target 'cmTC_d5bbe/fast' failed
|
219
|
make: *** [cmTC_d5bbe/fast] Error 2
|
220
|
|
221
|
Source file was:
|
222
|
int main(void) { return 0; }
|
223
|
Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output:
|
224
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
225
|
|
226
|
Run Build Command:"/usr/bin/make" "cmTC_2d703/fast"
|
227
|
/usr/bin/make -f CMakeFiles/cmTC_2d703.dir/build.make CMakeFiles/cmTC_2d703.dir/build
|
228
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
229
|
Building CXX object CMakeFiles/cmTC_2d703.dir/src.cxx.o
|
230
|
/usr/bin/c++ -std=c++11 -DCXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -o CMakeFiles/cmTC_2d703.dir/src.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.cxx
|
231
|
c++: error: unrecognized command line option ‘-qopt-zmm-usage=high’
|
232
|
CMakeFiles/cmTC_2d703.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2d703.dir/src.cxx.o' failed
|
233
|
make[1]: *** [CMakeFiles/cmTC_2d703.dir/src.cxx.o] Error 1
|
234
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
235
|
Makefile:121: recipe for target 'cmTC_2d703/fast' failed
|
236
|
make: *** [cmTC_2d703/fast] Error 2
|
237
|
|
238
|
Source file was:
|
239
|
int main() { return 0;}
|
240
|
Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_FLAG_ACCEPTED failed with the following output:
|
241
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
242
|
|
243
|
Run Build Command:"/usr/bin/make" "cmTC_683a2/fast"
|
244
|
/usr/bin/make -f CMakeFiles/cmTC_683a2.dir/build.make CMakeFiles/cmTC_683a2.dir/build
|
245
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
246
|
Building CXX object CMakeFiles/cmTC_683a2.dir/src.cxx.o
|
247
|
/usr/bin/c++ -std=c++11 -DCXX_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -o CMakeFiles/cmTC_683a2.dir/src.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.cxx
|
248
|
c++: error: language CORE-AVX512 not recognized
|
249
|
c++: error: language CORE-AVX512 not recognized
|
250
|
CMakeFiles/cmTC_683a2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_683a2.dir/src.cxx.o' failed
|
251
|
make[1]: *** [CMakeFiles/cmTC_683a2.dir/src.cxx.o] Error 1
|
252
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
253
|
Makefile:121: recipe for target 'cmTC_683a2/fast' failed
|
254
|
make: *** [cmTC_683a2/fast] Error 2
|
255
|
|
256
|
Source file was:
|
257
|
int main() { return 0;}
|
258
|
Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output:
|
259
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
260
|
|
261
|
Run Build Command:"/usr/bin/make" "cmTC_8934e/fast"
|
262
|
/usr/bin/make -f CMakeFiles/cmTC_8934e.dir/build.make CMakeFiles/cmTC_8934e.dir/build
|
263
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
264
|
Building C object CMakeFiles/cmTC_8934e.dir/src.c.o
|
265
|
/usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_8934e.dir/src.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c
|
266
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
267
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
268
|
^
|
269
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
|
270
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c:3:62: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration]
|
271
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
272
|
^
|
273
|
CMakeFiles/cmTC_8934e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8934e.dir/src.c.o' failed
|
274
|
make[1]: *** [CMakeFiles/cmTC_8934e.dir/src.c.o] Error 1
|
275
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
276
|
Makefile:121: recipe for target 'cmTC_8934e/fast' failed
|
277
|
make: *** [cmTC_8934e/fast] Error 2
|
278
|
|
279
|
Source file was:
|
280
|
|
281
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
282
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
283
|
|
284
|
Performing C SOURCE FILE Test _callconv___regcall failed with the following output:
|
285
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
286
|
|
287
|
Run Build Command:"/usr/bin/make" "cmTC_5bca3/fast"
|
288
|
/usr/bin/make -f CMakeFiles/cmTC_5bca3.dir/build.make CMakeFiles/cmTC_5bca3.dir/build
|
289
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
290
|
Building C object CMakeFiles/cmTC_5bca3.dir/src.c.o
|
291
|
/usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_5bca3.dir/src.c.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c
|
292
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
293
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
294
|
^
|
295
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
|
296
|
/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.c:3:59: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration]
|
297
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
298
|
^
|
299
|
CMakeFiles/cmTC_5bca3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5bca3.dir/src.c.o' failed
|
300
|
make[1]: *** [CMakeFiles/cmTC_5bca3.dir/src.c.o] Error 1
|
301
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
302
|
Makefile:121: recipe for target 'cmTC_5bca3/fast' failed
|
303
|
make: *** [cmTC_5bca3/fast] Error 2
|
304
|
|
305
|
Source file was:
|
306
|
|
307
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
308
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
309
|
|
310
|
Determining if the function sgemm_ exists failed with the following output:
|
311
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
312
|
|
313
|
Run Build Command:"/usr/bin/make" "cmTC_38589/fast"
|
314
|
/usr/bin/make -f CMakeFiles/cmTC_38589.dir/build.make CMakeFiles/cmTC_38589.dir/build
|
315
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
316
|
Building C object CMakeFiles/cmTC_38589.dir/CheckFunctionExists.c.o
|
317
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_38589.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.13.5/share/cmake-3.13/Modules/CheckFunctionExists.c
|
318
|
Linking C executable cmTC_38589
|
319
|
/home/stefano/cmake-3.13.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38589.dir/link.txt --verbose=1
|
320
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_38589.dir/CheckFunctionExists.c.o -o cmTC_38589
|
321
|
CMakeFiles/cmTC_38589.dir/CheckFunctionExists.c.o: In function `main':
|
322
|
CheckFunctionExists.c:(.text+0x10): undefined reference to `sgemm_'
|
323
|
collect2: error: ld returned 1 exit status
|
324
|
CMakeFiles/cmTC_38589.dir/build.make:86: recipe for target 'cmTC_38589' failed
|
325
|
make[1]: *** [cmTC_38589] Error 1
|
326
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
327
|
Makefile:121: recipe for target 'cmTC_38589/fast' failed
|
328
|
make: *** [cmTC_38589/fast] Error 2
|
329
|
|
330
|
|
331
|
Performing C++ SOURCE FILE Test HAS_NO_MISSING_PROTO failed with the following output:
|
332
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
333
|
|
334
|
Run Build Command:"/usr/bin/make" "cmTC_6d392/fast"
|
335
|
/usr/bin/make -f CMakeFiles/cmTC_6d392.dir/build.make CMakeFiles/cmTC_6d392.dir/build
|
336
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
337
|
Building CXX object CMakeFiles/cmTC_6d392.dir/src.cxx.o
|
338
|
/usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -o CMakeFiles/cmTC_6d392.dir/src.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.cxx
|
339
|
cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++
|
340
|
Linking CXX executable cmTC_6d392
|
341
|
/home/stefano/cmake-3.13.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d392.dir/link.txt --verbose=1
|
342
|
/usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes CMakeFiles/cmTC_6d392.dir/src.cxx.o -o cmTC_6d392
|
343
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
344
|
|
345
|
Source file was:
|
346
|
int main() { return 0;}
|
347
|
Performing C++ SOURCE FILE Test HAS_NO_MSVC_UNUSED failed with the following output:
|
348
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
349
|
|
350
|
Run Build Command:"/usr/bin/make" "cmTC_4fc74/fast"
|
351
|
/usr/bin/make -f CMakeFiles/cmTC_4fc74.dir/build.make CMakeFiles/cmTC_4fc74.dir/build
|
352
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
353
|
Building CXX object CMakeFiles/cmTC_4fc74.dir/src.cxx.o
|
354
|
/usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_NO_MSVC_UNUSED /wd4101 -o CMakeFiles/cmTC_4fc74.dir/src.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.cxx
|
355
|
c++: error: /wd4101: No such file or directory
|
356
|
CMakeFiles/cmTC_4fc74.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4fc74.dir/src.cxx.o' failed
|
357
|
make[1]: *** [CMakeFiles/cmTC_4fc74.dir/src.cxx.o] Error 1
|
358
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
359
|
Makefile:121: recipe for target 'cmTC_4fc74/fast' failed
|
360
|
make: *** [cmTC_4fc74/fast] Error 2
|
361
|
|
362
|
Source file was:
|
363
|
int main() { return 0;}
|
364
|
Performing C++ SOURCE FILE Test HAS_DECL_IN_SOURCE failed with the following output:
|
365
|
Change Dir: /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp
|
366
|
|
367
|
Run Build Command:"/usr/bin/make" "cmTC_f3ef9/fast"
|
368
|
/usr/bin/make -f CMakeFiles/cmTC_f3ef9.dir/build.make CMakeFiles/cmTC_f3ef9.dir/build
|
369
|
make[1]: Entering directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
370
|
Building CXX object CMakeFiles/cmTC_f3ef9.dir/src.cxx.o
|
371
|
/usr/bin/c++ -mavx2 -mfma -std=c++11 -DHAS_DECL_IN_SOURCE -wd1419 -o CMakeFiles/cmTC_f3ef9.dir/src.cxx.o -c /home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp/src.cxx
|
372
|
c++: error: unrecognized command line option ‘-wd1419’
|
373
|
CMakeFiles/cmTC_f3ef9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f3ef9.dir/src.cxx.o' failed
|
374
|
make[1]: *** [CMakeFiles/cmTC_f3ef9.dir/src.cxx.o] Error 1
|
375
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.3/build/CMakeFiles/CMakeTmp'
|
376
|
Makefile:121: recipe for target 'cmTC_f3ef9/fast' failed
|
377
|
make: *** [cmTC_f3ef9/fast] Error 2
|
378
|
|
379
|
Source file was:
|
380
|
int main() { return 0;}
|