1
|
Determining if the pthread_create exist failed with the following output:
|
2
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
3
|
|
4
|
Run Build Command:"/usr/bin/gmake" "cmTC_df465/fast"
|
5
|
/usr/bin/gmake -f CMakeFiles/cmTC_df465.dir/build.make CMakeFiles/cmTC_df465.dir/build
|
6
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
7
|
Building C object CMakeFiles/cmTC_df465.dir/CheckSymbolExists.c.o
|
8
|
/usr/bin/cc -o CMakeFiles/cmTC_df465.dir/CheckSymbolExists.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
9
|
Linking C executable cmTC_df465
|
10
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df465.dir/link.txt --verbose=1
|
11
|
/usr/bin/cc CMakeFiles/cmTC_df465.dir/CheckSymbolExists.c.o -o cmTC_df465
|
12
|
CMakeFiles/cmTC_df465.dir/CheckSymbolExists.c.o:(.toc+0x0): undefined reference to `pthread_create'
|
13
|
collect2: error: ld returned 1 exit status
|
14
|
gmake[1]: *** [cmTC_df465] Error 1
|
15
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
16
|
gmake: *** [cmTC_df465/fast] Error 2
|
17
|
|
18
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
19
|
/* */
|
20
|
#include <pthread.h>
|
21
|
|
22
|
int main(int argc, char** argv)
|
23
|
{
|
24
|
(void)argv;
|
25
|
#ifndef pthread_create
|
26
|
return ((int*)(&pthread_create))[argc];
|
27
|
#else
|
28
|
(void)argc;
|
29
|
return 0;
|
30
|
#endif
|
31
|
}
|
32
|
|
33
|
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
34
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
35
|
|
36
|
Run Build Command:"/usr/bin/gmake" "cmTC_0cc03/fast"
|
37
|
/usr/bin/gmake -f CMakeFiles/cmTC_0cc03.dir/build.make CMakeFiles/cmTC_0cc03.dir/build
|
38
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
39
|
Building C object CMakeFiles/cmTC_0cc03.dir/CheckFunctionExists.c.o
|
40
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_0cc03.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
41
|
Linking C executable cmTC_0cc03
|
42
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cc03.dir/link.txt --verbose=1
|
43
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_0cc03.dir/CheckFunctionExists.c.o -o cmTC_0cc03 -lpthreads
|
44
|
/usr/bin/ld: cannot find -lpthreads
|
45
|
collect2: error: ld returned 1 exit status
|
46
|
gmake[1]: *** [cmTC_0cc03] Error 1
|
47
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
48
|
gmake: *** [cmTC_0cc03/fast] Error 2
|
49
|
|
50
|
|
51
|
Determining if files io.h exist failed with the following output:
|
52
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
53
|
|
54
|
Run Build Command:"/usr/bin/gmake" "cmTC_5fb84/fast"
|
55
|
/usr/bin/gmake -f CMakeFiles/cmTC_5fb84.dir/build.make CMakeFiles/cmTC_5fb84.dir/build
|
56
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
57
|
Building C object CMakeFiles/cmTC_5fb84.dir/HAVE_IO_H.c.o
|
58
|
/usr/bin/cc -o CMakeFiles/cmTC_5fb84.dir/HAVE_IO_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
|
59
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:16: fatal error: io.h: No such file or directory
|
60
|
#include <io.h>
|
61
|
^
|
62
|
compilation terminated.
|
63
|
gmake[1]: *** [CMakeFiles/cmTC_5fb84.dir/HAVE_IO_H.c.o] Error 1
|
64
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
65
|
gmake: *** [cmTC_5fb84/fast] Error 2
|
66
|
|
67
|
Source:
|
68
|
/* */
|
69
|
#include <io.h>
|
70
|
|
71
|
|
72
|
int main(void){return 0;}
|
73
|
|
74
|
Determining if the _fileno exist failed with the following output:
|
75
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
76
|
|
77
|
Run Build Command:"/usr/bin/gmake" "cmTC_001f3/fast"
|
78
|
/usr/bin/gmake -f CMakeFiles/cmTC_001f3.dir/build.make CMakeFiles/cmTC_001f3.dir/build
|
79
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
80
|
Building CXX object CMakeFiles/cmTC_001f3.dir/CheckSymbolExists.cxx.o
|
81
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_001f3.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
82
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
83
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope
|
84
|
return ((int*)(&_fileno))[argc];
|
85
|
^
|
86
|
gmake[1]: *** [CMakeFiles/cmTC_001f3.dir/CheckSymbolExists.cxx.o] Error 1
|
87
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
88
|
gmake: *** [cmTC_001f3/fast] Error 2
|
89
|
|
90
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
91
|
/* */
|
92
|
#include <stdio.h>
|
93
|
|
94
|
int main(int argc, char** argv)
|
95
|
{
|
96
|
(void)argv;
|
97
|
#ifndef _fileno
|
98
|
return ((int*)(&_fileno))[argc];
|
99
|
#else
|
100
|
(void)argc;
|
101
|
return 0;
|
102
|
#endif
|
103
|
}
|
104
|
|
105
|
Determining if the _commit exist failed with the following output:
|
106
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
107
|
|
108
|
Run Build Command:"/usr/bin/gmake" "cmTC_eebaf/fast"
|
109
|
/usr/bin/gmake -f CMakeFiles/cmTC_eebaf.dir/build.make CMakeFiles/cmTC_eebaf.dir/build
|
110
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
111
|
Building CXX object CMakeFiles/cmTC_eebaf.dir/CheckSymbolExists.cxx.o
|
112
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_eebaf.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
113
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:16: fatal error: io.h: No such file or directory
|
114
|
#include <io.h>
|
115
|
^
|
116
|
compilation terminated.
|
117
|
gmake[1]: *** [CMakeFiles/cmTC_eebaf.dir/CheckSymbolExists.cxx.o] Error 1
|
118
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
119
|
gmake: *** [cmTC_eebaf/fast] Error 2
|
120
|
|
121
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
122
|
/* */
|
123
|
#include <io.h>
|
124
|
|
125
|
int main(int argc, char** argv)
|
126
|
{
|
127
|
(void)argv;
|
128
|
#ifndef _commit
|
129
|
return ((int*)(&_commit))[argc];
|
130
|
#else
|
131
|
(void)argc;
|
132
|
return 0;
|
133
|
#endif
|
134
|
}
|
135
|
|
136
|
Determining if files mm_malloc.h exist failed with the following output:
|
137
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
138
|
|
139
|
Run Build Command:"/usr/bin/gmake" "cmTC_d31dd/fast"
|
140
|
/usr/bin/gmake -f CMakeFiles/cmTC_d31dd.dir/build.make CMakeFiles/cmTC_d31dd.dir/build
|
141
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
142
|
Building C object CMakeFiles/cmTC_d31dd.dir/HAVE_MM_MALLOC_H.c.o
|
143
|
/usr/bin/cc -o CMakeFiles/cmTC_d31dd.dir/HAVE_MM_MALLOC_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c
|
144
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c:2:23: fatal error: mm_malloc.h: No such file or directory
|
145
|
#include <mm_malloc.h>
|
146
|
^
|
147
|
compilation terminated.
|
148
|
gmake[1]: *** [CMakeFiles/cmTC_d31dd.dir/HAVE_MM_MALLOC_H.c.o] Error 1
|
149
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
150
|
gmake: *** [cmTC_d31dd/fast] Error 2
|
151
|
|
152
|
Source:
|
153
|
/* */
|
154
|
#include <mm_malloc.h>
|
155
|
|
156
|
|
157
|
int main(void){return 0;}
|
158
|
|
159
|
Determining if files xmmintrin.h exist failed with the following output:
|
160
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
161
|
|
162
|
Run Build Command:"/usr/bin/gmake" "cmTC_28818/fast"
|
163
|
/usr/bin/gmake -f CMakeFiles/cmTC_28818.dir/build.make CMakeFiles/cmTC_28818.dir/build
|
164
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
165
|
Building C object CMakeFiles/cmTC_28818.dir/HAVE_XMMINTRIN_H.c.o
|
166
|
/usr/bin/cc -o CMakeFiles/cmTC_28818.dir/HAVE_XMMINTRIN_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c
|
167
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c:2:23: fatal error: xmmintrin.h: No such file or directory
|
168
|
#include <xmmintrin.h>
|
169
|
^
|
170
|
compilation terminated.
|
171
|
gmake[1]: *** [CMakeFiles/cmTC_28818.dir/HAVE_XMMINTRIN_H.c.o] Error 1
|
172
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
173
|
gmake: *** [cmTC_28818/fast] Error 2
|
174
|
|
175
|
Source:
|
176
|
/* */
|
177
|
#include <xmmintrin.h>
|
178
|
|
179
|
|
180
|
int main(void){return 0;}
|
181
|
|
182
|
Determining if the memalign exist failed with the following output:
|
183
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
184
|
|
185
|
Run Build Command:"/usr/bin/gmake" "cmTC_66252/fast"
|
186
|
/usr/bin/gmake -f CMakeFiles/cmTC_66252.dir/build.make CMakeFiles/cmTC_66252.dir/build
|
187
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
188
|
Building CXX object CMakeFiles/cmTC_66252.dir/CheckSymbolExists.cxx.o
|
189
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_66252.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
190
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
191
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope
|
192
|
return ((int*)(&memalign))[argc];
|
193
|
^
|
194
|
gmake[1]: *** [CMakeFiles/cmTC_66252.dir/CheckSymbolExists.cxx.o] Error 1
|
195
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
196
|
gmake: *** [cmTC_66252/fast] Error 2
|
197
|
|
198
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
199
|
/* */
|
200
|
#include <stdlib.h>
|
201
|
|
202
|
int main(int argc, char** argv)
|
203
|
{
|
204
|
(void)argv;
|
205
|
#ifndef memalign
|
206
|
return ((int*)(&memalign))[argc];
|
207
|
#else
|
208
|
(void)argc;
|
209
|
return 0;
|
210
|
#endif
|
211
|
}
|
212
|
|
213
|
Performing C SOURCE FILE Test GNU_C_VSX_POWER9 failed with the following output:
|
214
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
215
|
|
216
|
Run Build Command:"/usr/bin/gmake" "cmTC_2f7b4/fast"
|
217
|
/usr/bin/gmake -f CMakeFiles/cmTC_2f7b4.dir/build.make CMakeFiles/cmTC_2f7b4.dir/build
|
218
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
219
|
Building C object CMakeFiles/cmTC_2f7b4.dir/src.c.o
|
220
|
/usr/bin/cc -DGNU_C_VSX_POWER9 -mcpu=power9 -mtune=power9 -o CMakeFiles/cmTC_2f7b4.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
221
|
cc: error: unrecognized argument in option ‘-mcpu=power9’
|
222
|
cc: note: valid arguments to ‘-mcpu=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
223
|
cc: error: unrecognized argument in option ‘-mtune=power9’
|
224
|
cc: note: valid arguments to ‘-mtune=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
225
|
gmake[1]: *** [CMakeFiles/cmTC_2f7b4.dir/src.c.o] Error 1
|
226
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
227
|
gmake: *** [cmTC_2f7b4/fast] Error 2
|
228
|
|
229
|
Source file was:
|
230
|
int main(void) { return 0; }
|
231
|
Performing C SOURCE FILE Test GNU_CXX_VSX_POWER9 failed with the following output:
|
232
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
233
|
|
234
|
Run Build Command:"/usr/bin/gmake" "cmTC_13dc1/fast"
|
235
|
/usr/bin/gmake -f CMakeFiles/cmTC_13dc1.dir/build.make CMakeFiles/cmTC_13dc1.dir/build
|
236
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
237
|
Building C object CMakeFiles/cmTC_13dc1.dir/src.c.o
|
238
|
/usr/bin/cc -DGNU_CXX_VSX_POWER9 -mcpu=power9 -mtune=power9 -o CMakeFiles/cmTC_13dc1.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
239
|
cc: error: unrecognized argument in option ‘-mcpu=power9’
|
240
|
cc: note: valid arguments to ‘-mcpu=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
241
|
cc: error: unrecognized argument in option ‘-mtune=power9’
|
242
|
cc: note: valid arguments to ‘-mtune=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
243
|
gmake[1]: *** [CMakeFiles/cmTC_13dc1.dir/src.c.o] Error 1
|
244
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
245
|
gmake: *** [cmTC_13dc1/fast] Error 2
|
246
|
|
247
|
Source file was:
|
248
|
int main(void) { return 0; }
|
249
|
Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output:
|
250
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
251
|
|
252
|
Run Build Command:"/usr/bin/gmake" "cmTC_30a5f/fast"
|
253
|
/usr/bin/gmake -f CMakeFiles/cmTC_30a5f.dir/build.make CMakeFiles/cmTC_30a5f.dir/build
|
254
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
255
|
Building C object CMakeFiles/cmTC_30a5f.dir/src.c.o
|
256
|
/usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_30a5f.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
257
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
258
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
259
|
^
|
260
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
261
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
262
|
^
|
263
|
gmake[1]: *** [CMakeFiles/cmTC_30a5f.dir/src.c.o] Error 1
|
264
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
265
|
gmake: *** [cmTC_30a5f/fast] Error 2
|
266
|
|
267
|
Source file was:
|
268
|
|
269
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
270
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
271
|
|
272
|
Performing C SOURCE FILE Test _callconv___regcall failed with the following output:
|
273
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
274
|
|
275
|
Run Build Command:"/usr/bin/gmake" "cmTC_03b34/fast"
|
276
|
/usr/bin/gmake -f CMakeFiles/cmTC_03b34.dir/build.make CMakeFiles/cmTC_03b34.dir/build
|
277
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
278
|
Building C object CMakeFiles/cmTC_03b34.dir/src.c.o
|
279
|
/usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_03b34.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
280
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
281
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
282
|
^
|
283
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
284
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
285
|
^
|
286
|
gmake[1]: *** [CMakeFiles/cmTC_03b34.dir/src.c.o] Error 1
|
287
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
288
|
gmake: *** [cmTC_03b34/fast] Error 2
|
289
|
|
290
|
Source file was:
|
291
|
|
292
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
293
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
294
|
|
295
|
Determining if the function fftwf_plan_many_dft exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
296
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
297
|
|
298
|
Run Build Command:"/usr/bin/gmake" "cmTC_33cc6/fast"
|
299
|
/usr/bin/gmake -f CMakeFiles/cmTC_33cc6.dir/build.make CMakeFiles/cmTC_33cc6.dir/build
|
300
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
301
|
Building C object CMakeFiles/cmTC_33cc6.dir/CheckFunctionExists.c.o
|
302
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft -o CMakeFiles/cmTC_33cc6.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
303
|
Linking C executable cmTC_33cc6
|
304
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33cc6.dir/link.txt --verbose=1
|
305
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft CMakeFiles/cmTC_33cc6.dir/CheckFunctionExists.c.o -o cmTC_33cc6 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
306
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(mapflags.o): In function `fftwf_mapflags':
|
307
|
mapflags.c:(.text+0xac4): undefined reference to `__xl_log'
|
308
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `fftwf_mktriggen':
|
309
|
trig.c:(.text+0x2b8): undefined reference to `__xl_cos'
|
310
|
trig.c:(.text+0x2cc): undefined reference to `__xl_sin'
|
311
|
trig.c:(.text+0x384): undefined reference to `__xl_cos'
|
312
|
trig.c:(.text+0x398): undefined reference to `__xl_sin'
|
313
|
trig.c:(.text+0x494): undefined reference to `__xl_cos'
|
314
|
trig.c:(.text+0x4a8): undefined reference to `__xl_sin'
|
315
|
trig.c:(.text+0x560): undefined reference to `__xl_cos'
|
316
|
trig.c:(.text+0x574): undefined reference to `__xl_sin'
|
317
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `cexpl_sincos':
|
318
|
trig.c:(.text+0x8d8): undefined reference to `__xl_cos'
|
319
|
trig.c:(.text+0x8e8): undefined reference to `__xl_sin'
|
320
|
trig.c:(.text+0x9d0): undefined reference to `__xl_cos'
|
321
|
trig.c:(.text+0x9e0): undefined reference to `__xl_sin'
|
322
|
collect2: error: ld returned 1 exit status
|
323
|
gmake[1]: *** [cmTC_33cc6] Error 1
|
324
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
325
|
gmake: *** [cmTC_33cc6/fast] Error 2
|
326
|
|
327
|
|
328
|
Determining if the function fftwf_plan_many_dft_r2c exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
329
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
330
|
|
331
|
Run Build Command:"/usr/bin/gmake" "cmTC_90a29/fast"
|
332
|
/usr/bin/gmake -f CMakeFiles/cmTC_90a29.dir/build.make CMakeFiles/cmTC_90a29.dir/build
|
333
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
334
|
Building C object CMakeFiles/cmTC_90a29.dir/CheckFunctionExists.c.o
|
335
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft_r2c -o CMakeFiles/cmTC_90a29.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
336
|
Linking C executable cmTC_90a29
|
337
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90a29.dir/link.txt --verbose=1
|
338
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft_r2c CMakeFiles/cmTC_90a29.dir/CheckFunctionExists.c.o -o cmTC_90a29 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
339
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(mapflags.o): In function `fftwf_mapflags':
|
340
|
mapflags.c:(.text+0xac4): undefined reference to `__xl_log'
|
341
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `fftwf_mktriggen':
|
342
|
trig.c:(.text+0x2b8): undefined reference to `__xl_cos'
|
343
|
trig.c:(.text+0x2cc): undefined reference to `__xl_sin'
|
344
|
trig.c:(.text+0x384): undefined reference to `__xl_cos'
|
345
|
trig.c:(.text+0x398): undefined reference to `__xl_sin'
|
346
|
trig.c:(.text+0x494): undefined reference to `__xl_cos'
|
347
|
trig.c:(.text+0x4a8): undefined reference to `__xl_sin'
|
348
|
trig.c:(.text+0x560): undefined reference to `__xl_cos'
|
349
|
trig.c:(.text+0x574): undefined reference to `__xl_sin'
|
350
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `cexpl_sincos':
|
351
|
trig.c:(.text+0x8d8): undefined reference to `__xl_cos'
|
352
|
trig.c:(.text+0x8e8): undefined reference to `__xl_sin'
|
353
|
trig.c:(.text+0x9d0): undefined reference to `__xl_cos'
|
354
|
trig.c:(.text+0x9e0): undefined reference to `__xl_sin'
|
355
|
collect2: error: ld returned 1 exit status
|
356
|
gmake[1]: *** [cmTC_90a29] Error 1
|
357
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
358
|
gmake: *** [cmTC_90a29/fast] Error 2
|
359
|
|
360
|
|
361
|
Determining if the function fftwf_plan_many_dft_c2r exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
362
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
363
|
|
364
|
Run Build Command:"/usr/bin/gmake" "cmTC_ae2d5/fast"
|
365
|
/usr/bin/gmake -f CMakeFiles/cmTC_ae2d5.dir/build.make CMakeFiles/cmTC_ae2d5.dir/build
|
366
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
367
|
Building C object CMakeFiles/cmTC_ae2d5.dir/CheckFunctionExists.c.o
|
368
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft_c2r -o CMakeFiles/cmTC_ae2d5.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
369
|
Linking C executable cmTC_ae2d5
|
370
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae2d5.dir/link.txt --verbose=1
|
371
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_plan_many_dft_c2r CMakeFiles/cmTC_ae2d5.dir/CheckFunctionExists.c.o -o cmTC_ae2d5 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
372
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(mapflags.o): In function `fftwf_mapflags':
|
373
|
mapflags.c:(.text+0xac4): undefined reference to `__xl_log'
|
374
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `fftwf_mktriggen':
|
375
|
trig.c:(.text+0x2b8): undefined reference to `__xl_cos'
|
376
|
trig.c:(.text+0x2cc): undefined reference to `__xl_sin'
|
377
|
trig.c:(.text+0x384): undefined reference to `__xl_cos'
|
378
|
trig.c:(.text+0x398): undefined reference to `__xl_sin'
|
379
|
trig.c:(.text+0x494): undefined reference to `__xl_cos'
|
380
|
trig.c:(.text+0x4a8): undefined reference to `__xl_sin'
|
381
|
trig.c:(.text+0x560): undefined reference to `__xl_cos'
|
382
|
trig.c:(.text+0x574): undefined reference to `__xl_sin'
|
383
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a(trig.o): In function `cexpl_sincos':
|
384
|
trig.c:(.text+0x8d8): undefined reference to `__xl_cos'
|
385
|
trig.c:(.text+0x8e8): undefined reference to `__xl_sin'
|
386
|
trig.c:(.text+0x9d0): undefined reference to `__xl_cos'
|
387
|
trig.c:(.text+0x9e0): undefined reference to `__xl_sin'
|
388
|
collect2: error: ld returned 1 exit status
|
389
|
gmake[1]: *** [cmTC_ae2d5] Error 1
|
390
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
391
|
gmake: *** [cmTC_ae2d5/fast] Error 2
|
392
|
|
393
|
|
394
|
Determining if the pthread_create exist failed with the following output:
|
395
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
396
|
|
397
|
Run Build Command:"/usr/bin/gmake" "cmTC_95b23/fast"
|
398
|
/usr/bin/gmake -f CMakeFiles/cmTC_95b23.dir/build.make CMakeFiles/cmTC_95b23.dir/build
|
399
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
400
|
Building C object CMakeFiles/cmTC_95b23.dir/CheckSymbolExists.c.o
|
401
|
/usr/bin/cc -o CMakeFiles/cmTC_95b23.dir/CheckSymbolExists.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
402
|
Linking C executable cmTC_95b23
|
403
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95b23.dir/link.txt --verbose=1
|
404
|
/usr/bin/cc CMakeFiles/cmTC_95b23.dir/CheckSymbolExists.c.o -o cmTC_95b23
|
405
|
CMakeFiles/cmTC_95b23.dir/CheckSymbolExists.c.o:(.toc+0x0): undefined reference to `pthread_create'
|
406
|
collect2: error: ld returned 1 exit status
|
407
|
gmake[1]: *** [cmTC_95b23] Error 1
|
408
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
409
|
gmake: *** [cmTC_95b23/fast] Error 2
|
410
|
|
411
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
412
|
/* */
|
413
|
#include <pthread.h>
|
414
|
|
415
|
int main(int argc, char** argv)
|
416
|
{
|
417
|
(void)argv;
|
418
|
#ifndef pthread_create
|
419
|
return ((int*)(&pthread_create))[argc];
|
420
|
#else
|
421
|
(void)argc;
|
422
|
return 0;
|
423
|
#endif
|
424
|
}
|
425
|
|
426
|
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
427
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
428
|
|
429
|
Run Build Command:"/usr/bin/gmake" "cmTC_9731d/fast"
|
430
|
/usr/bin/gmake -f CMakeFiles/cmTC_9731d.dir/build.make CMakeFiles/cmTC_9731d.dir/build
|
431
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
432
|
Building C object CMakeFiles/cmTC_9731d.dir/CheckFunctionExists.c.o
|
433
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_9731d.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
434
|
Linking C executable cmTC_9731d
|
435
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9731d.dir/link.txt --verbose=1
|
436
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_9731d.dir/CheckFunctionExists.c.o -o cmTC_9731d -lpthreads
|
437
|
/usr/bin/ld: cannot find -lpthreads
|
438
|
collect2: error: ld returned 1 exit status
|
439
|
gmake[1]: *** [cmTC_9731d] Error 1
|
440
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
441
|
gmake: *** [cmTC_9731d/fast] Error 2
|
442
|
|
443
|
|
444
|
Determining if files io.h exist failed with the following output:
|
445
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
446
|
|
447
|
Run Build Command:"/usr/bin/gmake" "cmTC_b2f09/fast"
|
448
|
/usr/bin/gmake -f CMakeFiles/cmTC_b2f09.dir/build.make CMakeFiles/cmTC_b2f09.dir/build
|
449
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
450
|
Building C object CMakeFiles/cmTC_b2f09.dir/HAVE_IO_H.c.o
|
451
|
/usr/bin/cc -o CMakeFiles/cmTC_b2f09.dir/HAVE_IO_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
|
452
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:16: fatal error: io.h: No such file or directory
|
453
|
#include <io.h>
|
454
|
^
|
455
|
compilation terminated.
|
456
|
gmake[1]: *** [CMakeFiles/cmTC_b2f09.dir/HAVE_IO_H.c.o] Error 1
|
457
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
458
|
gmake: *** [cmTC_b2f09/fast] Error 2
|
459
|
|
460
|
Source:
|
461
|
/* */
|
462
|
#include <io.h>
|
463
|
|
464
|
|
465
|
int main(void){return 0;}
|
466
|
|
467
|
Determining if the _fileno exist failed with the following output:
|
468
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
469
|
|
470
|
Run Build Command:"/usr/bin/gmake" "cmTC_c35cc/fast"
|
471
|
/usr/bin/gmake -f CMakeFiles/cmTC_c35cc.dir/build.make CMakeFiles/cmTC_c35cc.dir/build
|
472
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
473
|
Building CXX object CMakeFiles/cmTC_c35cc.dir/CheckSymbolExists.cxx.o
|
474
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_c35cc.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
475
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
476
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope
|
477
|
return ((int*)(&_fileno))[argc];
|
478
|
^
|
479
|
gmake[1]: *** [CMakeFiles/cmTC_c35cc.dir/CheckSymbolExists.cxx.o] Error 1
|
480
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
481
|
gmake: *** [cmTC_c35cc/fast] Error 2
|
482
|
|
483
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
484
|
/* */
|
485
|
#include <stdio.h>
|
486
|
|
487
|
int main(int argc, char** argv)
|
488
|
{
|
489
|
(void)argv;
|
490
|
#ifndef _fileno
|
491
|
return ((int*)(&_fileno))[argc];
|
492
|
#else
|
493
|
(void)argc;
|
494
|
return 0;
|
495
|
#endif
|
496
|
}
|
497
|
|
498
|
Determining if the _commit exist failed with the following output:
|
499
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
500
|
|
501
|
Run Build Command:"/usr/bin/gmake" "cmTC_751b8/fast"
|
502
|
/usr/bin/gmake -f CMakeFiles/cmTC_751b8.dir/build.make CMakeFiles/cmTC_751b8.dir/build
|
503
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
504
|
Building CXX object CMakeFiles/cmTC_751b8.dir/CheckSymbolExists.cxx.o
|
505
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_751b8.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
506
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:16: fatal error: io.h: No such file or directory
|
507
|
#include <io.h>
|
508
|
^
|
509
|
compilation terminated.
|
510
|
gmake[1]: *** [CMakeFiles/cmTC_751b8.dir/CheckSymbolExists.cxx.o] Error 1
|
511
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
512
|
gmake: *** [cmTC_751b8/fast] Error 2
|
513
|
|
514
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
515
|
/* */
|
516
|
#include <io.h>
|
517
|
|
518
|
int main(int argc, char** argv)
|
519
|
{
|
520
|
(void)argv;
|
521
|
#ifndef _commit
|
522
|
return ((int*)(&_commit))[argc];
|
523
|
#else
|
524
|
(void)argc;
|
525
|
return 0;
|
526
|
#endif
|
527
|
}
|
528
|
|
529
|
Determining if files mm_malloc.h exist failed with the following output:
|
530
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
531
|
|
532
|
Run Build Command:"/usr/bin/gmake" "cmTC_3cbcc/fast"
|
533
|
/usr/bin/gmake -f CMakeFiles/cmTC_3cbcc.dir/build.make CMakeFiles/cmTC_3cbcc.dir/build
|
534
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
535
|
Building C object CMakeFiles/cmTC_3cbcc.dir/HAVE_MM_MALLOC_H.c.o
|
536
|
/usr/bin/cc -o CMakeFiles/cmTC_3cbcc.dir/HAVE_MM_MALLOC_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c
|
537
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c:2:23: fatal error: mm_malloc.h: No such file or directory
|
538
|
#include <mm_malloc.h>
|
539
|
^
|
540
|
compilation terminated.
|
541
|
gmake[1]: *** [CMakeFiles/cmTC_3cbcc.dir/HAVE_MM_MALLOC_H.c.o] Error 1
|
542
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
543
|
gmake: *** [cmTC_3cbcc/fast] Error 2
|
544
|
|
545
|
Source:
|
546
|
/* */
|
547
|
#include <mm_malloc.h>
|
548
|
|
549
|
|
550
|
int main(void){return 0;}
|
551
|
|
552
|
Determining if files xmmintrin.h exist failed with the following output:
|
553
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
554
|
|
555
|
Run Build Command:"/usr/bin/gmake" "cmTC_59d55/fast"
|
556
|
/usr/bin/gmake -f CMakeFiles/cmTC_59d55.dir/build.make CMakeFiles/cmTC_59d55.dir/build
|
557
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
558
|
Building C object CMakeFiles/cmTC_59d55.dir/HAVE_XMMINTRIN_H.c.o
|
559
|
/usr/bin/cc -o CMakeFiles/cmTC_59d55.dir/HAVE_XMMINTRIN_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c
|
560
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c:2:23: fatal error: xmmintrin.h: No such file or directory
|
561
|
#include <xmmintrin.h>
|
562
|
^
|
563
|
compilation terminated.
|
564
|
gmake[1]: *** [CMakeFiles/cmTC_59d55.dir/HAVE_XMMINTRIN_H.c.o] Error 1
|
565
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
566
|
gmake: *** [cmTC_59d55/fast] Error 2
|
567
|
|
568
|
Source:
|
569
|
/* */
|
570
|
#include <xmmintrin.h>
|
571
|
|
572
|
|
573
|
int main(void){return 0;}
|
574
|
|
575
|
Determining if the memalign exist failed with the following output:
|
576
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
577
|
|
578
|
Run Build Command:"/usr/bin/gmake" "cmTC_54c36/fast"
|
579
|
/usr/bin/gmake -f CMakeFiles/cmTC_54c36.dir/build.make CMakeFiles/cmTC_54c36.dir/build
|
580
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
581
|
Building CXX object CMakeFiles/cmTC_54c36.dir/CheckSymbolExists.cxx.o
|
582
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_54c36.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
583
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
584
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope
|
585
|
return ((int*)(&memalign))[argc];
|
586
|
^
|
587
|
gmake[1]: *** [CMakeFiles/cmTC_54c36.dir/CheckSymbolExists.cxx.o] Error 1
|
588
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
589
|
gmake: *** [cmTC_54c36/fast] Error 2
|
590
|
|
591
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
592
|
/* */
|
593
|
#include <stdlib.h>
|
594
|
|
595
|
int main(int argc, char** argv)
|
596
|
{
|
597
|
(void)argv;
|
598
|
#ifndef memalign
|
599
|
return ((int*)(&memalign))[argc];
|
600
|
#else
|
601
|
(void)argc;
|
602
|
return 0;
|
603
|
#endif
|
604
|
}
|
605
|
|
606
|
Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output:
|
607
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
608
|
|
609
|
Run Build Command:"/usr/bin/gmake" "cmTC_c82da/fast"
|
610
|
/usr/bin/gmake -f CMakeFiles/cmTC_c82da.dir/build.make CMakeFiles/cmTC_c82da.dir/build
|
611
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
612
|
Building C object CMakeFiles/cmTC_c82da.dir/src.c.o
|
613
|
/usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_c82da.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
614
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
615
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
616
|
^
|
617
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
618
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
619
|
^
|
620
|
gmake[1]: *** [CMakeFiles/cmTC_c82da.dir/src.c.o] Error 1
|
621
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
622
|
gmake: *** [cmTC_c82da/fast] Error 2
|
623
|
|
624
|
Source file was:
|
625
|
|
626
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
627
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
628
|
|
629
|
Performing C SOURCE FILE Test _callconv___regcall failed with the following output:
|
630
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
631
|
|
632
|
Run Build Command:"/usr/bin/gmake" "cmTC_fe336/fast"
|
633
|
/usr/bin/gmake -f CMakeFiles/cmTC_fe336.dir/build.make CMakeFiles/cmTC_fe336.dir/build
|
634
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
635
|
Building C object CMakeFiles/cmTC_fe336.dir/src.c.o
|
636
|
/usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_fe336.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
637
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
638
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
639
|
^
|
640
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
641
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
642
|
^
|
643
|
gmake[1]: *** [CMakeFiles/cmTC_fe336.dir/src.c.o] Error 1
|
644
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
645
|
gmake: *** [cmTC_fe336/fast] Error 2
|
646
|
|
647
|
Source file was:
|
648
|
|
649
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
650
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
651
|
|
652
|
Determining if the function fftwf_have_simd_sse exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
653
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
654
|
|
655
|
Run Build Command:"/usr/bin/gmake" "cmTC_35bd2/fast"
|
656
|
/usr/bin/gmake -f CMakeFiles/cmTC_35bd2.dir/build.make CMakeFiles/cmTC_35bd2.dir/build
|
657
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
658
|
Building C object CMakeFiles/cmTC_35bd2.dir/CheckFunctionExists.c.o
|
659
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse -o CMakeFiles/cmTC_35bd2.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
660
|
Linking C executable cmTC_35bd2
|
661
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35bd2.dir/link.txt --verbose=1
|
662
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse CMakeFiles/cmTC_35bd2.dir/CheckFunctionExists.c.o -o cmTC_35bd2 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
663
|
CMakeFiles/cmTC_35bd2.dir/CheckFunctionExists.c.o: In function `main':
|
664
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_sse'
|
665
|
collect2: error: ld returned 1 exit status
|
666
|
gmake[1]: *** [cmTC_35bd2] Error 1
|
667
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
668
|
gmake: *** [cmTC_35bd2/fast] Error 2
|
669
|
|
670
|
|
671
|
Determining if the function fftwf_have_sse exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
672
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
673
|
|
674
|
Run Build Command:"/usr/bin/gmake" "cmTC_db5e2/fast"
|
675
|
/usr/bin/gmake -f CMakeFiles/cmTC_db5e2.dir/build.make CMakeFiles/cmTC_db5e2.dir/build
|
676
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
677
|
Building C object CMakeFiles/cmTC_db5e2.dir/CheckFunctionExists.c.o
|
678
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse -o CMakeFiles/cmTC_db5e2.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
679
|
Linking C executable cmTC_db5e2
|
680
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db5e2.dir/link.txt --verbose=1
|
681
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse CMakeFiles/cmTC_db5e2.dir/CheckFunctionExists.c.o -o cmTC_db5e2 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
682
|
CMakeFiles/cmTC_db5e2.dir/CheckFunctionExists.c.o: In function `main':
|
683
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_sse'
|
684
|
collect2: error: ld returned 1 exit status
|
685
|
gmake[1]: *** [cmTC_db5e2] Error 1
|
686
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
687
|
gmake: *** [cmTC_db5e2/fast] Error 2
|
688
|
|
689
|
|
690
|
Determining if the function fftwf_have_simd_sse2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
691
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
692
|
|
693
|
Run Build Command:"/usr/bin/gmake" "cmTC_31d81/fast"
|
694
|
/usr/bin/gmake -f CMakeFiles/cmTC_31d81.dir/build.make CMakeFiles/cmTC_31d81.dir/build
|
695
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
696
|
Building C object CMakeFiles/cmTC_31d81.dir/CheckFunctionExists.c.o
|
697
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse2 -o CMakeFiles/cmTC_31d81.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
698
|
Linking C executable cmTC_31d81
|
699
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31d81.dir/link.txt --verbose=1
|
700
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse2 CMakeFiles/cmTC_31d81.dir/CheckFunctionExists.c.o -o cmTC_31d81 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
701
|
CMakeFiles/cmTC_31d81.dir/CheckFunctionExists.c.o: In function `main':
|
702
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_sse2'
|
703
|
collect2: error: ld returned 1 exit status
|
704
|
gmake[1]: *** [cmTC_31d81] Error 1
|
705
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
706
|
gmake: *** [cmTC_31d81/fast] Error 2
|
707
|
|
708
|
|
709
|
Determining if the function fftwf_have_sse2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
710
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
711
|
|
712
|
Run Build Command:"/usr/bin/gmake" "cmTC_ad1ef/fast"
|
713
|
/usr/bin/gmake -f CMakeFiles/cmTC_ad1ef.dir/build.make CMakeFiles/cmTC_ad1ef.dir/build
|
714
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
715
|
Building C object CMakeFiles/cmTC_ad1ef.dir/CheckFunctionExists.c.o
|
716
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse2 -o CMakeFiles/cmTC_ad1ef.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
717
|
Linking C executable cmTC_ad1ef
|
718
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad1ef.dir/link.txt --verbose=1
|
719
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse2 CMakeFiles/cmTC_ad1ef.dir/CheckFunctionExists.c.o -o cmTC_ad1ef /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
720
|
CMakeFiles/cmTC_ad1ef.dir/CheckFunctionExists.c.o: In function `main':
|
721
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_sse2'
|
722
|
collect2: error: ld returned 1 exit status
|
723
|
gmake[1]: *** [cmTC_ad1ef] Error 1
|
724
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
725
|
gmake: *** [cmTC_ad1ef/fast] Error 2
|
726
|
|
727
|
|
728
|
Determining if the function fftwf_have_simd_avx exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
729
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
730
|
|
731
|
Run Build Command:"/usr/bin/gmake" "cmTC_f490b/fast"
|
732
|
/usr/bin/gmake -f CMakeFiles/cmTC_f490b.dir/build.make CMakeFiles/cmTC_f490b.dir/build
|
733
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
734
|
Building C object CMakeFiles/cmTC_f490b.dir/CheckFunctionExists.c.o
|
735
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx -o CMakeFiles/cmTC_f490b.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
736
|
Linking C executable cmTC_f490b
|
737
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f490b.dir/link.txt --verbose=1
|
738
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx CMakeFiles/cmTC_f490b.dir/CheckFunctionExists.c.o -o cmTC_f490b /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
739
|
CMakeFiles/cmTC_f490b.dir/CheckFunctionExists.c.o: In function `main':
|
740
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx'
|
741
|
collect2: error: ld returned 1 exit status
|
742
|
gmake[1]: *** [cmTC_f490b] Error 1
|
743
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
744
|
gmake: *** [cmTC_f490b/fast] Error 2
|
745
|
|
746
|
|
747
|
Determining if the function fftwf_have_simd_avx2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
748
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
749
|
|
750
|
Run Build Command:"/usr/bin/gmake" "cmTC_5ea28/fast"
|
751
|
/usr/bin/gmake -f CMakeFiles/cmTC_5ea28.dir/build.make CMakeFiles/cmTC_5ea28.dir/build
|
752
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
753
|
Building C object CMakeFiles/cmTC_5ea28.dir/CheckFunctionExists.c.o
|
754
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2 -o CMakeFiles/cmTC_5ea28.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
755
|
Linking C executable cmTC_5ea28
|
756
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ea28.dir/link.txt --verbose=1
|
757
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2 CMakeFiles/cmTC_5ea28.dir/CheckFunctionExists.c.o -o cmTC_5ea28 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
758
|
CMakeFiles/cmTC_5ea28.dir/CheckFunctionExists.c.o: In function `main':
|
759
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx2'
|
760
|
collect2: error: ld returned 1 exit status
|
761
|
gmake[1]: *** [cmTC_5ea28] Error 1
|
762
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
763
|
gmake: *** [cmTC_5ea28/fast] Error 2
|
764
|
|
765
|
|
766
|
Determining if the function fftwf_have_simd_avx2_128 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
767
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
768
|
|
769
|
Run Build Command:"/usr/bin/gmake" "cmTC_1eee0/fast"
|
770
|
/usr/bin/gmake -f CMakeFiles/cmTC_1eee0.dir/build.make CMakeFiles/cmTC_1eee0.dir/build
|
771
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
772
|
Building C object CMakeFiles/cmTC_1eee0.dir/CheckFunctionExists.c.o
|
773
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2_128 -o CMakeFiles/cmTC_1eee0.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
774
|
Linking C executable cmTC_1eee0
|
775
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1eee0.dir/link.txt --verbose=1
|
776
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2_128 CMakeFiles/cmTC_1eee0.dir/CheckFunctionExists.c.o -o cmTC_1eee0 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
777
|
CMakeFiles/cmTC_1eee0.dir/CheckFunctionExists.c.o: In function `main':
|
778
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx2_128'
|
779
|
collect2: error: ld returned 1 exit status
|
780
|
gmake[1]: *** [cmTC_1eee0] Error 1
|
781
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
782
|
gmake: *** [cmTC_1eee0/fast] Error 2
|
783
|
|
784
|
|
785
|
Determining if the function fftwf_have_simd_avx512 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
786
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
787
|
|
788
|
Run Build Command:"/usr/bin/gmake" "cmTC_24ad9/fast"
|
789
|
/usr/bin/gmake -f CMakeFiles/cmTC_24ad9.dir/build.make CMakeFiles/cmTC_24ad9.dir/build
|
790
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
791
|
Building C object CMakeFiles/cmTC_24ad9.dir/CheckFunctionExists.c.o
|
792
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx512 -o CMakeFiles/cmTC_24ad9.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
793
|
Linking C executable cmTC_24ad9
|
794
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24ad9.dir/link.txt --verbose=1
|
795
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx512 CMakeFiles/cmTC_24ad9.dir/CheckFunctionExists.c.o -o cmTC_24ad9 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
796
|
CMakeFiles/cmTC_24ad9.dir/CheckFunctionExists.c.o: In function `main':
|
797
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx512'
|
798
|
collect2: error: ld returned 1 exit status
|
799
|
gmake[1]: *** [cmTC_24ad9] Error 1
|
800
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
801
|
gmake: *** [cmTC_24ad9/fast] Error 2
|
802
|
|
803
|
|
804
|
Determining if the function fftwf_have_simd_avx_128_fma exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
805
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
806
|
|
807
|
Run Build Command:"/usr/bin/gmake" "cmTC_1ffbe/fast"
|
808
|
/usr/bin/gmake -f CMakeFiles/cmTC_1ffbe.dir/build.make CMakeFiles/cmTC_1ffbe.dir/build
|
809
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
810
|
Building C object CMakeFiles/cmTC_1ffbe.dir/CheckFunctionExists.c.o
|
811
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_128_fma -o CMakeFiles/cmTC_1ffbe.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
812
|
Linking C executable cmTC_1ffbe
|
813
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ffbe.dir/link.txt --verbose=1
|
814
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_128_fma CMakeFiles/cmTC_1ffbe.dir/CheckFunctionExists.c.o -o cmTC_1ffbe /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
815
|
CMakeFiles/cmTC_1ffbe.dir/CheckFunctionExists.c.o: In function `main':
|
816
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx_128_fma'
|
817
|
collect2: error: ld returned 1 exit status
|
818
|
gmake[1]: *** [cmTC_1ffbe] Error 1
|
819
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
820
|
gmake: *** [cmTC_1ffbe/fast] Error 2
|
821
|
|
822
|
|
823
|
Determining if the function fftwf_have_simd_avx_512 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
824
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
825
|
|
826
|
Run Build Command:"/usr/bin/gmake" "cmTC_72a7d/fast"
|
827
|
/usr/bin/gmake -f CMakeFiles/cmTC_72a7d.dir/build.make CMakeFiles/cmTC_72a7d.dir/build
|
828
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
829
|
Building C object CMakeFiles/cmTC_72a7d.dir/CheckFunctionExists.c.o
|
830
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_512 -o CMakeFiles/cmTC_72a7d.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
831
|
Linking C executable cmTC_72a7d
|
832
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72a7d.dir/link.txt --verbose=1
|
833
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_512 CMakeFiles/cmTC_72a7d.dir/CheckFunctionExists.c.o -o cmTC_72a7d /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
834
|
CMakeFiles/cmTC_72a7d.dir/CheckFunctionExists.c.o: In function `main':
|
835
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx_512'
|
836
|
collect2: error: ld returned 1 exit status
|
837
|
gmake[1]: *** [cmTC_72a7d] Error 1
|
838
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
839
|
gmake: *** [cmTC_72a7d/fast] Error 2
|
840
|
|
841
|
|
842
|
Determining if the function fftwf_have_simd_kcvi exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
843
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
844
|
|
845
|
Run Build Command:"/usr/bin/gmake" "cmTC_7220f/fast"
|
846
|
/usr/bin/gmake -f CMakeFiles/cmTC_7220f.dir/build.make CMakeFiles/cmTC_7220f.dir/build
|
847
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
848
|
Building C object CMakeFiles/cmTC_7220f.dir/CheckFunctionExists.c.o
|
849
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_kcvi -o CMakeFiles/cmTC_7220f.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
850
|
Linking C executable cmTC_7220f
|
851
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7220f.dir/link.txt --verbose=1
|
852
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_kcvi CMakeFiles/cmTC_7220f.dir/CheckFunctionExists.c.o -o cmTC_7220f /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
853
|
CMakeFiles/cmTC_7220f.dir/CheckFunctionExists.c.o: In function `main':
|
854
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_kcvi'
|
855
|
collect2: error: ld returned 1 exit status
|
856
|
gmake[1]: *** [cmTC_7220f] Error 1
|
857
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
858
|
gmake: *** [cmTC_7220f/fast] Error 2
|
859
|
|
860
|
|
861
|
Determining if the function fftwf_have_simd_altivec exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
862
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
863
|
|
864
|
Run Build Command:"/usr/bin/gmake" "cmTC_10617/fast"
|
865
|
/usr/bin/gmake -f CMakeFiles/cmTC_10617.dir/build.make CMakeFiles/cmTC_10617.dir/build
|
866
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
867
|
Building C object CMakeFiles/cmTC_10617.dir/CheckFunctionExists.c.o
|
868
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec -o CMakeFiles/cmTC_10617.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
869
|
Linking C executable cmTC_10617
|
870
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10617.dir/link.txt --verbose=1
|
871
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec CMakeFiles/cmTC_10617.dir/CheckFunctionExists.c.o -o cmTC_10617 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
872
|
CMakeFiles/cmTC_10617.dir/CheckFunctionExists.c.o: In function `main':
|
873
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_altivec'
|
874
|
collect2: error: ld returned 1 exit status
|
875
|
gmake[1]: *** [cmTC_10617] Error 1
|
876
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
877
|
gmake: *** [cmTC_10617/fast] Error 2
|
878
|
|
879
|
|
880
|
Determining if the function fftwf_have_simd_neon exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
881
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
882
|
|
883
|
Run Build Command:"/usr/bin/gmake" "cmTC_dc861/fast"
|
884
|
/usr/bin/gmake -f CMakeFiles/cmTC_dc861.dir/build.make CMakeFiles/cmTC_dc861.dir/build
|
885
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
886
|
Building C object CMakeFiles/cmTC_dc861.dir/CheckFunctionExists.c.o
|
887
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_neon -o CMakeFiles/cmTC_dc861.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
888
|
Linking C executable cmTC_dc861
|
889
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc861.dir/link.txt --verbose=1
|
890
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_neon CMakeFiles/cmTC_dc861.dir/CheckFunctionExists.c.o -o cmTC_dc861 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
891
|
CMakeFiles/cmTC_dc861.dir/CheckFunctionExists.c.o: In function `main':
|
892
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_neon'
|
893
|
collect2: error: ld returned 1 exit status
|
894
|
gmake[1]: *** [cmTC_dc861] Error 1
|
895
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
896
|
gmake: *** [cmTC_dc861/fast] Error 2
|
897
|
|
898
|
|
899
|
Determining if the function fftwf_have_simd_vsx exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
900
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
901
|
|
902
|
Run Build Command:"/usr/bin/gmake" "cmTC_d8e94/fast"
|
903
|
/usr/bin/gmake -f CMakeFiles/cmTC_d8e94.dir/build.make CMakeFiles/cmTC_d8e94.dir/build
|
904
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
905
|
Building C object CMakeFiles/cmTC_d8e94.dir/CheckFunctionExists.c.o
|
906
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_vsx -o CMakeFiles/cmTC_d8e94.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
907
|
Linking C executable cmTC_d8e94
|
908
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8e94.dir/link.txt --verbose=1
|
909
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_vsx CMakeFiles/cmTC_d8e94.dir/CheckFunctionExists.c.o -o cmTC_d8e94 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
910
|
CMakeFiles/cmTC_d8e94.dir/CheckFunctionExists.c.o: In function `main':
|
911
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_vsx'
|
912
|
collect2: error: ld returned 1 exit status
|
913
|
gmake[1]: *** [cmTC_d8e94] Error 1
|
914
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
915
|
gmake: *** [cmTC_d8e94/fast] Error 2
|
916
|
|
917
|
|
918
|
Determining if the function fftwf_have_simd_altivec exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
919
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
920
|
|
921
|
Run Build Command:"/usr/bin/gmake" "cmTC_733a6/fast"
|
922
|
/usr/bin/gmake -f CMakeFiles/cmTC_733a6.dir/build.make CMakeFiles/cmTC_733a6.dir/build
|
923
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
924
|
Building C object CMakeFiles/cmTC_733a6.dir/CheckFunctionExists.c.o
|
925
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec -o CMakeFiles/cmTC_733a6.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
926
|
Linking C executable cmTC_733a6
|
927
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_733a6.dir/link.txt --verbose=1
|
928
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec CMakeFiles/cmTC_733a6.dir/CheckFunctionExists.c.o -o cmTC_733a6 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
929
|
CMakeFiles/cmTC_733a6.dir/CheckFunctionExists.c.o: In function `main':
|
930
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_altivec'
|
931
|
collect2: error: ld returned 1 exit status
|
932
|
gmake[1]: *** [cmTC_733a6] Error 1
|
933
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
934
|
gmake: *** [cmTC_733a6/fast] Error 2
|
935
|
|
936
|
|
937
|
Determining if the function fftwf_have_altivec exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a failed with the following output:
|
938
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
939
|
|
940
|
Run Build Command:"/usr/bin/gmake" "cmTC_f7a01/fast"
|
941
|
/usr/bin/gmake -f CMakeFiles/cmTC_f7a01.dir/build.make CMakeFiles/cmTC_f7a01.dir/build
|
942
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
943
|
Building C object CMakeFiles/cmTC_f7a01.dir/CheckFunctionExists.c.o
|
944
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_altivec -o CMakeFiles/cmTC_f7a01.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
945
|
Linking C executable cmTC_f7a01
|
946
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7a01.dir/link.txt --verbose=1
|
947
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_altivec CMakeFiles/cmTC_f7a01.dir/CheckFunctionExists.c.o -o cmTC_f7a01 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/fftw3/lib/libfftw3f.a -lm
|
948
|
CMakeFiles/cmTC_f7a01.dir/CheckFunctionExists.c.o: In function `main':
|
949
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_altivec'
|
950
|
collect2: error: ld returned 1 exit status
|
951
|
gmake[1]: *** [cmTC_f7a01] Error 1
|
952
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
953
|
gmake: *** [cmTC_f7a01/fast] Error 2
|
954
|
|
955
|
|
956
|
Performing C++ SOURCE FILE Test HAS_NO_MISSING_PROTO failed with the following output:
|
957
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
958
|
|
959
|
Run Build Command:"/usr/bin/gmake" "cmTC_43192/fast"
|
960
|
/usr/bin/gmake -f CMakeFiles/cmTC_43192.dir/build.make CMakeFiles/cmTC_43192.dir/build
|
961
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
962
|
Building CXX object CMakeFiles/cmTC_43192.dir/src.cxx.o
|
963
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -o CMakeFiles/cmTC_43192.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
964
|
cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
|
965
|
Linking CXX executable cmTC_43192
|
966
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43192.dir/link.txt --verbose=1
|
967
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -Wl,-rpath -Wl,/gpfs/u/software/ppc64le-rhel7/mpi/openmpi/3.0.0/1/lib -Wl,--enable-new-dtags -pthread CMakeFiles/cmTC_43192.dir/src.cxx.o -o cmTC_43192
|
968
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
969
|
|
970
|
Source file was:
|
971
|
int main() { return 0;}
|
972
|
Performing C++ SOURCE FILE Test HAS_NO_MSVC_UNUSED failed with the following output:
|
973
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
974
|
|
975
|
Run Build Command:"/usr/bin/gmake" "cmTC_4e7a7/fast"
|
976
|
/usr/bin/gmake -f CMakeFiles/cmTC_4e7a7.dir/build.make CMakeFiles/cmTC_4e7a7.dir/build
|
977
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
978
|
Building CXX object CMakeFiles/cmTC_4e7a7.dir/src.cxx.o
|
979
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MSVC_UNUSED /wd4101 -o CMakeFiles/cmTC_4e7a7.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
980
|
c++: error: /wd4101: No such file or directory
|
981
|
gmake[1]: *** [CMakeFiles/cmTC_4e7a7.dir/src.cxx.o] Error 1
|
982
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
983
|
gmake: *** [cmTC_4e7a7/fast] Error 2
|
984
|
|
985
|
Source file was:
|
986
|
int main() { return 0;}
|
987
|
Performing C++ SOURCE FILE Test HAS_DECL_IN_SOURCE failed with the following output:
|
988
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp
|
989
|
|
990
|
Run Build Command:"/usr/bin/gmake" "cmTC_a06c3/fast"
|
991
|
/usr/bin/gmake -f CMakeFiles/cmTC_a06c3.dir/build.make CMakeFiles/cmTC_a06c3.dir/build
|
992
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
993
|
Building CXX object CMakeFiles/cmTC_a06c3.dir/src.cxx.o
|
994
|
/usr/bin/c++ -std=c++11 -DHAS_DECL_IN_SOURCE -wd1419 -o CMakeFiles/cmTC_a06c3.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
995
|
c++: error: unrecognized command line option ‘-wd1419’
|
996
|
gmake[1]: *** [CMakeFiles/cmTC_a06c3.dir/src.cxx.o] Error 1
|
997
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
998
|
gmake: *** [cmTC_a06c3/fast] Error 2
|
999
|
|
1000
|
Source file was:
|
1001
|
int main() { return 0;}
|
1002
|
Determining if the pthread_create exist failed with the following output:
|
1003
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1004
|
|
1005
|
Run Build Command:"/usr/bin/gmake" "cmTC_af5dc/fast"
|
1006
|
/usr/bin/gmake -f CMakeFiles/cmTC_af5dc.dir/build.make CMakeFiles/cmTC_af5dc.dir/build
|
1007
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1008
|
Building C object CMakeFiles/cmTC_af5dc.dir/CheckSymbolExists.c.o
|
1009
|
/usr/bin/cc -o CMakeFiles/cmTC_af5dc.dir/CheckSymbolExists.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
1010
|
Linking C executable cmTC_af5dc
|
1011
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af5dc.dir/link.txt --verbose=1
|
1012
|
/usr/bin/cc CMakeFiles/cmTC_af5dc.dir/CheckSymbolExists.c.o -o cmTC_af5dc
|
1013
|
CMakeFiles/cmTC_af5dc.dir/CheckSymbolExists.c.o:(.toc+0x0): undefined reference to `pthread_create'
|
1014
|
collect2: error: ld returned 1 exit status
|
1015
|
gmake[1]: *** [cmTC_af5dc] Error 1
|
1016
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1017
|
gmake: *** [cmTC_af5dc/fast] Error 2
|
1018
|
|
1019
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
1020
|
/* */
|
1021
|
#include <pthread.h>
|
1022
|
|
1023
|
int main(int argc, char** argv)
|
1024
|
{
|
1025
|
(void)argv;
|
1026
|
#ifndef pthread_create
|
1027
|
return ((int*)(&pthread_create))[argc];
|
1028
|
#else
|
1029
|
(void)argc;
|
1030
|
return 0;
|
1031
|
#endif
|
1032
|
}
|
1033
|
|
1034
|
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
1035
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1036
|
|
1037
|
Run Build Command:"/usr/bin/gmake" "cmTC_3817a/fast"
|
1038
|
/usr/bin/gmake -f CMakeFiles/cmTC_3817a.dir/build.make CMakeFiles/cmTC_3817a.dir/build
|
1039
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1040
|
Building C object CMakeFiles/cmTC_3817a.dir/CheckFunctionExists.c.o
|
1041
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_3817a.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1042
|
Linking C executable cmTC_3817a
|
1043
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3817a.dir/link.txt --verbose=1
|
1044
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_3817a.dir/CheckFunctionExists.c.o -o cmTC_3817a -lpthreads
|
1045
|
/usr/bin/ld: cannot find -lpthreads
|
1046
|
collect2: error: ld returned 1 exit status
|
1047
|
gmake[1]: *** [cmTC_3817a] Error 1
|
1048
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1049
|
gmake: *** [cmTC_3817a/fast] Error 2
|
1050
|
|
1051
|
|
1052
|
Determining if files io.h exist failed with the following output:
|
1053
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1054
|
|
1055
|
Run Build Command:"/usr/bin/gmake" "cmTC_dee42/fast"
|
1056
|
/usr/bin/gmake -f CMakeFiles/cmTC_dee42.dir/build.make CMakeFiles/cmTC_dee42.dir/build
|
1057
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1058
|
Building C object CMakeFiles/cmTC_dee42.dir/HAVE_IO_H.c.o
|
1059
|
/usr/bin/cc -o CMakeFiles/cmTC_dee42.dir/HAVE_IO_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
|
1060
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:16: fatal error: io.h: No such file or directory
|
1061
|
#include <io.h>
|
1062
|
^
|
1063
|
compilation terminated.
|
1064
|
gmake[1]: *** [CMakeFiles/cmTC_dee42.dir/HAVE_IO_H.c.o] Error 1
|
1065
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1066
|
gmake: *** [cmTC_dee42/fast] Error 2
|
1067
|
|
1068
|
Source:
|
1069
|
/* */
|
1070
|
#include <io.h>
|
1071
|
|
1072
|
|
1073
|
int main(void){return 0;}
|
1074
|
|
1075
|
Determining if the _fileno exist failed with the following output:
|
1076
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1077
|
|
1078
|
Run Build Command:"/usr/bin/gmake" "cmTC_08d07/fast"
|
1079
|
/usr/bin/gmake -f CMakeFiles/cmTC_08d07.dir/build.make CMakeFiles/cmTC_08d07.dir/build
|
1080
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1081
|
Building CXX object CMakeFiles/cmTC_08d07.dir/CheckSymbolExists.cxx.o
|
1082
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_08d07.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
1083
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
1084
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope
|
1085
|
return ((int*)(&_fileno))[argc];
|
1086
|
^
|
1087
|
gmake[1]: *** [CMakeFiles/cmTC_08d07.dir/CheckSymbolExists.cxx.o] Error 1
|
1088
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1089
|
gmake: *** [cmTC_08d07/fast] Error 2
|
1090
|
|
1091
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
1092
|
/* */
|
1093
|
#include <stdio.h>
|
1094
|
|
1095
|
int main(int argc, char** argv)
|
1096
|
{
|
1097
|
(void)argv;
|
1098
|
#ifndef _fileno
|
1099
|
return ((int*)(&_fileno))[argc];
|
1100
|
#else
|
1101
|
(void)argc;
|
1102
|
return 0;
|
1103
|
#endif
|
1104
|
}
|
1105
|
|
1106
|
Determining if the _commit exist failed with the following output:
|
1107
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1108
|
|
1109
|
Run Build Command:"/usr/bin/gmake" "cmTC_79248/fast"
|
1110
|
/usr/bin/gmake -f CMakeFiles/cmTC_79248.dir/build.make CMakeFiles/cmTC_79248.dir/build
|
1111
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1112
|
Building CXX object CMakeFiles/cmTC_79248.dir/CheckSymbolExists.cxx.o
|
1113
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_79248.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
1114
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:16: fatal error: io.h: No such file or directory
|
1115
|
#include <io.h>
|
1116
|
^
|
1117
|
compilation terminated.
|
1118
|
gmake[1]: *** [CMakeFiles/cmTC_79248.dir/CheckSymbolExists.cxx.o] Error 1
|
1119
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1120
|
gmake: *** [cmTC_79248/fast] Error 2
|
1121
|
|
1122
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
1123
|
/* */
|
1124
|
#include <io.h>
|
1125
|
|
1126
|
int main(int argc, char** argv)
|
1127
|
{
|
1128
|
(void)argv;
|
1129
|
#ifndef _commit
|
1130
|
return ((int*)(&_commit))[argc];
|
1131
|
#else
|
1132
|
(void)argc;
|
1133
|
return 0;
|
1134
|
#endif
|
1135
|
}
|
1136
|
|
1137
|
Determining if files mm_malloc.h exist failed with the following output:
|
1138
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1139
|
|
1140
|
Run Build Command:"/usr/bin/gmake" "cmTC_0625f/fast"
|
1141
|
/usr/bin/gmake -f CMakeFiles/cmTC_0625f.dir/build.make CMakeFiles/cmTC_0625f.dir/build
|
1142
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1143
|
Building C object CMakeFiles/cmTC_0625f.dir/HAVE_MM_MALLOC_H.c.o
|
1144
|
/usr/bin/cc -o CMakeFiles/cmTC_0625f.dir/HAVE_MM_MALLOC_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c
|
1145
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_MM_MALLOC_H.c:2:23: fatal error: mm_malloc.h: No such file or directory
|
1146
|
#include <mm_malloc.h>
|
1147
|
^
|
1148
|
compilation terminated.
|
1149
|
gmake[1]: *** [CMakeFiles/cmTC_0625f.dir/HAVE_MM_MALLOC_H.c.o] Error 1
|
1150
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1151
|
gmake: *** [cmTC_0625f/fast] Error 2
|
1152
|
|
1153
|
Source:
|
1154
|
/* */
|
1155
|
#include <mm_malloc.h>
|
1156
|
|
1157
|
|
1158
|
int main(void){return 0;}
|
1159
|
|
1160
|
Determining if files xmmintrin.h exist failed with the following output:
|
1161
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1162
|
|
1163
|
Run Build Command:"/usr/bin/gmake" "cmTC_78f91/fast"
|
1164
|
/usr/bin/gmake -f CMakeFiles/cmTC_78f91.dir/build.make CMakeFiles/cmTC_78f91.dir/build
|
1165
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1166
|
Building C object CMakeFiles/cmTC_78f91.dir/HAVE_XMMINTRIN_H.c.o
|
1167
|
/usr/bin/cc -o CMakeFiles/cmTC_78f91.dir/HAVE_XMMINTRIN_H.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c
|
1168
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c:2:23: fatal error: xmmintrin.h: No such file or directory
|
1169
|
#include <xmmintrin.h>
|
1170
|
^
|
1171
|
compilation terminated.
|
1172
|
gmake[1]: *** [CMakeFiles/cmTC_78f91.dir/HAVE_XMMINTRIN_H.c.o] Error 1
|
1173
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1174
|
gmake: *** [cmTC_78f91/fast] Error 2
|
1175
|
|
1176
|
Source:
|
1177
|
/* */
|
1178
|
#include <xmmintrin.h>
|
1179
|
|
1180
|
|
1181
|
int main(void){return 0;}
|
1182
|
|
1183
|
Determining if the memalign exist failed with the following output:
|
1184
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1185
|
|
1186
|
Run Build Command:"/usr/bin/gmake" "cmTC_d0544/fast"
|
1187
|
/usr/bin/gmake -f CMakeFiles/cmTC_d0544.dir/build.make CMakeFiles/cmTC_d0544.dir/build
|
1188
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1189
|
Building CXX object CMakeFiles/cmTC_d0544.dir/CheckSymbolExists.cxx.o
|
1190
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_d0544.dir/CheckSymbolExists.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
1191
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
1192
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope
|
1193
|
return ((int*)(&memalign))[argc];
|
1194
|
^
|
1195
|
gmake[1]: *** [CMakeFiles/cmTC_d0544.dir/CheckSymbolExists.cxx.o] Error 1
|
1196
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1197
|
gmake: *** [cmTC_d0544/fast] Error 2
|
1198
|
|
1199
|
File /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
1200
|
/* */
|
1201
|
#include <stdlib.h>
|
1202
|
|
1203
|
int main(int argc, char** argv)
|
1204
|
{
|
1205
|
(void)argv;
|
1206
|
#ifndef memalign
|
1207
|
return ((int*)(&memalign))[argc];
|
1208
|
#else
|
1209
|
(void)argc;
|
1210
|
return 0;
|
1211
|
#endif
|
1212
|
}
|
1213
|
|
1214
|
Performing C SOURCE FILE Test GNU_C_VSX_POWER9 failed with the following output:
|
1215
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1216
|
|
1217
|
Run Build Command:"/usr/bin/gmake" "cmTC_2e309/fast"
|
1218
|
/usr/bin/gmake -f CMakeFiles/cmTC_2e309.dir/build.make CMakeFiles/cmTC_2e309.dir/build
|
1219
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1220
|
Building C object CMakeFiles/cmTC_2e309.dir/src.c.o
|
1221
|
/usr/bin/cc -DGNU_C_VSX_POWER9 -mcpu=power9 -mtune=power9 -o CMakeFiles/cmTC_2e309.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
1222
|
cc: error: unrecognized argument in option ‘-mcpu=power9’
|
1223
|
cc: note: valid arguments to ‘-mcpu=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
1224
|
cc: error: unrecognized argument in option ‘-mtune=power9’
|
1225
|
cc: note: valid arguments to ‘-mtune=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
1226
|
gmake[1]: *** [CMakeFiles/cmTC_2e309.dir/src.c.o] Error 1
|
1227
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1228
|
gmake: *** [cmTC_2e309/fast] Error 2
|
1229
|
|
1230
|
Source file was:
|
1231
|
int main(void) { return 0; }
|
1232
|
Performing C SOURCE FILE Test GNU_CXX_VSX_POWER9 failed with the following output:
|
1233
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1234
|
|
1235
|
Run Build Command:"/usr/bin/gmake" "cmTC_4dcd7/fast"
|
1236
|
/usr/bin/gmake -f CMakeFiles/cmTC_4dcd7.dir/build.make CMakeFiles/cmTC_4dcd7.dir/build
|
1237
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1238
|
Building C object CMakeFiles/cmTC_4dcd7.dir/src.c.o
|
1239
|
/usr/bin/cc -DGNU_CXX_VSX_POWER9 -mcpu=power9 -mtune=power9 -o CMakeFiles/cmTC_4dcd7.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
1240
|
cc: error: unrecognized argument in option ‘-mcpu=power9’
|
1241
|
cc: note: valid arguments to ‘-mcpu=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
1242
|
cc: error: unrecognized argument in option ‘-mtune=power9’
|
1243
|
cc: note: valid arguments to ‘-mtune=’ are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
|
1244
|
gmake[1]: *** [CMakeFiles/cmTC_4dcd7.dir/src.c.o] Error 1
|
1245
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1246
|
gmake: *** [cmTC_4dcd7/fast] Error 2
|
1247
|
|
1248
|
Source file was:
|
1249
|
int main(void) { return 0; }
|
1250
|
Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output:
|
1251
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1252
|
|
1253
|
Run Build Command:"/usr/bin/gmake" "cmTC_67db1/fast"
|
1254
|
/usr/bin/gmake -f CMakeFiles/cmTC_67db1.dir/build.make CMakeFiles/cmTC_67db1.dir/build
|
1255
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1256
|
Building C object CMakeFiles/cmTC_67db1.dir/src.c.o
|
1257
|
/usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_67db1.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
1258
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
1259
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
1260
|
^
|
1261
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
1262
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
1263
|
^
|
1264
|
gmake[1]: *** [CMakeFiles/cmTC_67db1.dir/src.c.o] Error 1
|
1265
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1266
|
gmake: *** [cmTC_67db1/fast] Error 2
|
1267
|
|
1268
|
Source file was:
|
1269
|
|
1270
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
1271
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
1272
|
|
1273
|
Performing C SOURCE FILE Test _callconv___regcall failed with the following output:
|
1274
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1275
|
|
1276
|
Run Build Command:"/usr/bin/gmake" "cmTC_f9ba1/fast"
|
1277
|
/usr/bin/gmake -f CMakeFiles/cmTC_f9ba1.dir/build.make CMakeFiles/cmTC_f9ba1.dir/build
|
1278
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1279
|
Building C object CMakeFiles/cmTC_f9ba1.dir/src.c.o
|
1280
|
/usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_f9ba1.dir/src.c.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c
|
1281
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:2:9: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
|
1282
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
1283
|
^
|
1284
|
/gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
1285
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
1286
|
^
|
1287
|
gmake[1]: *** [CMakeFiles/cmTC_f9ba1.dir/src.c.o] Error 1
|
1288
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1289
|
gmake: *** [cmTC_f9ba1/fast] Error 2
|
1290
|
|
1291
|
Source file was:
|
1292
|
|
1293
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
1294
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
1295
|
|
1296
|
Determining if the function fftwf_have_simd_sse exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1297
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1298
|
|
1299
|
Run Build Command:"/usr/bin/gmake" "cmTC_9ffd3/fast"
|
1300
|
/usr/bin/gmake -f CMakeFiles/cmTC_9ffd3.dir/build.make CMakeFiles/cmTC_9ffd3.dir/build
|
1301
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1302
|
Building C object CMakeFiles/cmTC_9ffd3.dir/CheckFunctionExists.c.o
|
1303
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse -o CMakeFiles/cmTC_9ffd3.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1304
|
Linking C executable cmTC_9ffd3
|
1305
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ffd3.dir/link.txt --verbose=1
|
1306
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse CMakeFiles/cmTC_9ffd3.dir/CheckFunctionExists.c.o -o cmTC_9ffd3 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1307
|
CMakeFiles/cmTC_9ffd3.dir/CheckFunctionExists.c.o: In function `main':
|
1308
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_sse'
|
1309
|
collect2: error: ld returned 1 exit status
|
1310
|
gmake[1]: *** [cmTC_9ffd3] Error 1
|
1311
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1312
|
gmake: *** [cmTC_9ffd3/fast] Error 2
|
1313
|
|
1314
|
|
1315
|
Determining if the function fftwf_have_sse exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1316
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1317
|
|
1318
|
Run Build Command:"/usr/bin/gmake" "cmTC_ea049/fast"
|
1319
|
/usr/bin/gmake -f CMakeFiles/cmTC_ea049.dir/build.make CMakeFiles/cmTC_ea049.dir/build
|
1320
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1321
|
Building C object CMakeFiles/cmTC_ea049.dir/CheckFunctionExists.c.o
|
1322
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse -o CMakeFiles/cmTC_ea049.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1323
|
Linking C executable cmTC_ea049
|
1324
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea049.dir/link.txt --verbose=1
|
1325
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse CMakeFiles/cmTC_ea049.dir/CheckFunctionExists.c.o -o cmTC_ea049 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1326
|
CMakeFiles/cmTC_ea049.dir/CheckFunctionExists.c.o: In function `main':
|
1327
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_sse'
|
1328
|
collect2: error: ld returned 1 exit status
|
1329
|
gmake[1]: *** [cmTC_ea049] Error 1
|
1330
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1331
|
gmake: *** [cmTC_ea049/fast] Error 2
|
1332
|
|
1333
|
|
1334
|
Determining if the function fftwf_have_simd_sse2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1335
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1336
|
|
1337
|
Run Build Command:"/usr/bin/gmake" "cmTC_a6757/fast"
|
1338
|
/usr/bin/gmake -f CMakeFiles/cmTC_a6757.dir/build.make CMakeFiles/cmTC_a6757.dir/build
|
1339
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1340
|
Building C object CMakeFiles/cmTC_a6757.dir/CheckFunctionExists.c.o
|
1341
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse2 -o CMakeFiles/cmTC_a6757.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1342
|
Linking C executable cmTC_a6757
|
1343
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6757.dir/link.txt --verbose=1
|
1344
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_sse2 CMakeFiles/cmTC_a6757.dir/CheckFunctionExists.c.o -o cmTC_a6757 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1345
|
CMakeFiles/cmTC_a6757.dir/CheckFunctionExists.c.o: In function `main':
|
1346
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_sse2'
|
1347
|
collect2: error: ld returned 1 exit status
|
1348
|
gmake[1]: *** [cmTC_a6757] Error 1
|
1349
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1350
|
gmake: *** [cmTC_a6757/fast] Error 2
|
1351
|
|
1352
|
|
1353
|
Determining if the function fftwf_have_sse2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1354
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1355
|
|
1356
|
Run Build Command:"/usr/bin/gmake" "cmTC_d4a2c/fast"
|
1357
|
/usr/bin/gmake -f CMakeFiles/cmTC_d4a2c.dir/build.make CMakeFiles/cmTC_d4a2c.dir/build
|
1358
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1359
|
Building C object CMakeFiles/cmTC_d4a2c.dir/CheckFunctionExists.c.o
|
1360
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse2 -o CMakeFiles/cmTC_d4a2c.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1361
|
Linking C executable cmTC_d4a2c
|
1362
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4a2c.dir/link.txt --verbose=1
|
1363
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_sse2 CMakeFiles/cmTC_d4a2c.dir/CheckFunctionExists.c.o -o cmTC_d4a2c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1364
|
CMakeFiles/cmTC_d4a2c.dir/CheckFunctionExists.c.o: In function `main':
|
1365
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_sse2'
|
1366
|
collect2: error: ld returned 1 exit status
|
1367
|
gmake[1]: *** [cmTC_d4a2c] Error 1
|
1368
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1369
|
gmake: *** [cmTC_d4a2c/fast] Error 2
|
1370
|
|
1371
|
|
1372
|
Determining if the function fftwf_have_simd_avx exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1373
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1374
|
|
1375
|
Run Build Command:"/usr/bin/gmake" "cmTC_7a106/fast"
|
1376
|
/usr/bin/gmake -f CMakeFiles/cmTC_7a106.dir/build.make CMakeFiles/cmTC_7a106.dir/build
|
1377
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1378
|
Building C object CMakeFiles/cmTC_7a106.dir/CheckFunctionExists.c.o
|
1379
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx -o CMakeFiles/cmTC_7a106.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1380
|
Linking C executable cmTC_7a106
|
1381
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a106.dir/link.txt --verbose=1
|
1382
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx CMakeFiles/cmTC_7a106.dir/CheckFunctionExists.c.o -o cmTC_7a106 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1383
|
CMakeFiles/cmTC_7a106.dir/CheckFunctionExists.c.o: In function `main':
|
1384
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx'
|
1385
|
collect2: error: ld returned 1 exit status
|
1386
|
gmake[1]: *** [cmTC_7a106] Error 1
|
1387
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1388
|
gmake: *** [cmTC_7a106/fast] Error 2
|
1389
|
|
1390
|
|
1391
|
Determining if the function fftwf_have_simd_avx2 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1392
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1393
|
|
1394
|
Run Build Command:"/usr/bin/gmake" "cmTC_159e2/fast"
|
1395
|
/usr/bin/gmake -f CMakeFiles/cmTC_159e2.dir/build.make CMakeFiles/cmTC_159e2.dir/build
|
1396
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1397
|
Building C object CMakeFiles/cmTC_159e2.dir/CheckFunctionExists.c.o
|
1398
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2 -o CMakeFiles/cmTC_159e2.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1399
|
Linking C executable cmTC_159e2
|
1400
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_159e2.dir/link.txt --verbose=1
|
1401
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2 CMakeFiles/cmTC_159e2.dir/CheckFunctionExists.c.o -o cmTC_159e2 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1402
|
CMakeFiles/cmTC_159e2.dir/CheckFunctionExists.c.o: In function `main':
|
1403
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx2'
|
1404
|
collect2: error: ld returned 1 exit status
|
1405
|
gmake[1]: *** [cmTC_159e2] Error 1
|
1406
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1407
|
gmake: *** [cmTC_159e2/fast] Error 2
|
1408
|
|
1409
|
|
1410
|
Determining if the function fftwf_have_simd_avx2_128 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1411
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1412
|
|
1413
|
Run Build Command:"/usr/bin/gmake" "cmTC_31796/fast"
|
1414
|
/usr/bin/gmake -f CMakeFiles/cmTC_31796.dir/build.make CMakeFiles/cmTC_31796.dir/build
|
1415
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1416
|
Building C object CMakeFiles/cmTC_31796.dir/CheckFunctionExists.c.o
|
1417
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2_128 -o CMakeFiles/cmTC_31796.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1418
|
Linking C executable cmTC_31796
|
1419
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31796.dir/link.txt --verbose=1
|
1420
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx2_128 CMakeFiles/cmTC_31796.dir/CheckFunctionExists.c.o -o cmTC_31796 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1421
|
CMakeFiles/cmTC_31796.dir/CheckFunctionExists.c.o: In function `main':
|
1422
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx2_128'
|
1423
|
collect2: error: ld returned 1 exit status
|
1424
|
gmake[1]: *** [cmTC_31796] Error 1
|
1425
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1426
|
gmake: *** [cmTC_31796/fast] Error 2
|
1427
|
|
1428
|
|
1429
|
Determining if the function fftwf_have_simd_avx512 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1430
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1431
|
|
1432
|
Run Build Command:"/usr/bin/gmake" "cmTC_6691c/fast"
|
1433
|
/usr/bin/gmake -f CMakeFiles/cmTC_6691c.dir/build.make CMakeFiles/cmTC_6691c.dir/build
|
1434
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1435
|
Building C object CMakeFiles/cmTC_6691c.dir/CheckFunctionExists.c.o
|
1436
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx512 -o CMakeFiles/cmTC_6691c.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1437
|
Linking C executable cmTC_6691c
|
1438
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6691c.dir/link.txt --verbose=1
|
1439
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx512 CMakeFiles/cmTC_6691c.dir/CheckFunctionExists.c.o -o cmTC_6691c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1440
|
CMakeFiles/cmTC_6691c.dir/CheckFunctionExists.c.o: In function `main':
|
1441
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx512'
|
1442
|
collect2: error: ld returned 1 exit status
|
1443
|
gmake[1]: *** [cmTC_6691c] Error 1
|
1444
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1445
|
gmake: *** [cmTC_6691c/fast] Error 2
|
1446
|
|
1447
|
|
1448
|
Determining if the function fftwf_have_simd_avx_128_fma exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1449
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1450
|
|
1451
|
Run Build Command:"/usr/bin/gmake" "cmTC_681d6/fast"
|
1452
|
/usr/bin/gmake -f CMakeFiles/cmTC_681d6.dir/build.make CMakeFiles/cmTC_681d6.dir/build
|
1453
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1454
|
Building C object CMakeFiles/cmTC_681d6.dir/CheckFunctionExists.c.o
|
1455
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_128_fma -o CMakeFiles/cmTC_681d6.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1456
|
Linking C executable cmTC_681d6
|
1457
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_681d6.dir/link.txt --verbose=1
|
1458
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_128_fma CMakeFiles/cmTC_681d6.dir/CheckFunctionExists.c.o -o cmTC_681d6 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1459
|
CMakeFiles/cmTC_681d6.dir/CheckFunctionExists.c.o: In function `main':
|
1460
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx_128_fma'
|
1461
|
collect2: error: ld returned 1 exit status
|
1462
|
gmake[1]: *** [cmTC_681d6] Error 1
|
1463
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1464
|
gmake: *** [cmTC_681d6/fast] Error 2
|
1465
|
|
1466
|
|
1467
|
Determining if the function fftwf_have_simd_avx_512 exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1468
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1469
|
|
1470
|
Run Build Command:"/usr/bin/gmake" "cmTC_a6782/fast"
|
1471
|
/usr/bin/gmake -f CMakeFiles/cmTC_a6782.dir/build.make CMakeFiles/cmTC_a6782.dir/build
|
1472
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1473
|
Building C object CMakeFiles/cmTC_a6782.dir/CheckFunctionExists.c.o
|
1474
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_512 -o CMakeFiles/cmTC_a6782.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1475
|
Linking C executable cmTC_a6782
|
1476
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6782.dir/link.txt --verbose=1
|
1477
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_avx_512 CMakeFiles/cmTC_a6782.dir/CheckFunctionExists.c.o -o cmTC_a6782 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1478
|
CMakeFiles/cmTC_a6782.dir/CheckFunctionExists.c.o: In function `main':
|
1479
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_avx_512'
|
1480
|
collect2: error: ld returned 1 exit status
|
1481
|
gmake[1]: *** [cmTC_a6782] Error 1
|
1482
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1483
|
gmake: *** [cmTC_a6782/fast] Error 2
|
1484
|
|
1485
|
|
1486
|
Determining if the function fftwf_have_simd_kcvi exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1487
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1488
|
|
1489
|
Run Build Command:"/usr/bin/gmake" "cmTC_abd82/fast"
|
1490
|
/usr/bin/gmake -f CMakeFiles/cmTC_abd82.dir/build.make CMakeFiles/cmTC_abd82.dir/build
|
1491
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1492
|
Building C object CMakeFiles/cmTC_abd82.dir/CheckFunctionExists.c.o
|
1493
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_kcvi -o CMakeFiles/cmTC_abd82.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1494
|
Linking C executable cmTC_abd82
|
1495
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abd82.dir/link.txt --verbose=1
|
1496
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_kcvi CMakeFiles/cmTC_abd82.dir/CheckFunctionExists.c.o -o cmTC_abd82 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1497
|
CMakeFiles/cmTC_abd82.dir/CheckFunctionExists.c.o: In function `main':
|
1498
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_kcvi'
|
1499
|
collect2: error: ld returned 1 exit status
|
1500
|
gmake[1]: *** [cmTC_abd82] Error 1
|
1501
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1502
|
gmake: *** [cmTC_abd82/fast] Error 2
|
1503
|
|
1504
|
|
1505
|
Determining if the function fftwf_have_simd_altivec exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1506
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1507
|
|
1508
|
Run Build Command:"/usr/bin/gmake" "cmTC_9c6ee/fast"
|
1509
|
/usr/bin/gmake -f CMakeFiles/cmTC_9c6ee.dir/build.make CMakeFiles/cmTC_9c6ee.dir/build
|
1510
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1511
|
Building C object CMakeFiles/cmTC_9c6ee.dir/CheckFunctionExists.c.o
|
1512
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec -o CMakeFiles/cmTC_9c6ee.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1513
|
Linking C executable cmTC_9c6ee
|
1514
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c6ee.dir/link.txt --verbose=1
|
1515
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_altivec CMakeFiles/cmTC_9c6ee.dir/CheckFunctionExists.c.o -o cmTC_9c6ee /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1516
|
CMakeFiles/cmTC_9c6ee.dir/CheckFunctionExists.c.o: In function `main':
|
1517
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_altivec'
|
1518
|
collect2: error: ld returned 1 exit status
|
1519
|
gmake[1]: *** [cmTC_9c6ee] Error 1
|
1520
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1521
|
gmake: *** [cmTC_9c6ee/fast] Error 2
|
1522
|
|
1523
|
|
1524
|
Determining if the function fftwf_have_simd_neon exists in the /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a failed with the following output:
|
1525
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1526
|
|
1527
|
Run Build Command:"/usr/bin/gmake" "cmTC_1b3e0/fast"
|
1528
|
/usr/bin/gmake -f CMakeFiles/cmTC_1b3e0.dir/build.make CMakeFiles/cmTC_1b3e0.dir/build
|
1529
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1530
|
Building C object CMakeFiles/cmTC_1b3e0.dir/CheckFunctionExists.c.o
|
1531
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_neon -o CMakeFiles/cmTC_1b3e0.dir/CheckFunctionExists.c.o -c /gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/share/cmake-3.12/Modules/CheckFunctionExists.c
|
1532
|
Linking C executable cmTC_1b3e0
|
1533
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b3e0.dir/link.txt --verbose=1
|
1534
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftwf_have_simd_neon CMakeFiles/cmTC_1b3e0.dir/CheckFunctionExists.c.o -o cmTC_1b3e0 /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/fftw3/lib/libfftw3f.a -lm
|
1535
|
CMakeFiles/cmTC_1b3e0.dir/CheckFunctionExists.c.o: In function `main':
|
1536
|
CheckFunctionExists.c:(.text+0x28): undefined reference to `fftwf_have_simd_neon'
|
1537
|
collect2: error: ld returned 1 exit status
|
1538
|
gmake[1]: *** [cmTC_1b3e0] Error 1
|
1539
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1540
|
gmake: *** [cmTC_1b3e0/fast] Error 2
|
1541
|
|
1542
|
|
1543
|
Performing C++ SOURCE FILE Test HAS_NO_MISSING_PROTO failed with the following output:
|
1544
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1545
|
|
1546
|
Run Build Command:"/usr/bin/gmake" "cmTC_63394/fast"
|
1547
|
/usr/bin/gmake -f CMakeFiles/cmTC_63394.dir/build.make CMakeFiles/cmTC_63394.dir/build
|
1548
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1549
|
Building CXX object CMakeFiles/cmTC_63394.dir/src.cxx.o
|
1550
|
/usr/bin/c++ -mvsx -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -o CMakeFiles/cmTC_63394.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
1551
|
cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
|
1552
|
Linking CXX executable cmTC_63394
|
1553
|
/gpfs/u/software/ppc64le-rhel7/cmake/3.12.3/1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63394.dir/link.txt --verbose=1
|
1554
|
/usr/bin/c++ -mvsx -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes CMakeFiles/cmTC_63394.dir/src.cxx.o -o cmTC_63394
|
1555
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1556
|
|
1557
|
Source file was:
|
1558
|
int main() { return 0;}
|
1559
|
Performing C++ SOURCE FILE Test HAS_NO_MSVC_UNUSED failed with the following output:
|
1560
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1561
|
|
1562
|
Run Build Command:"/usr/bin/gmake" "cmTC_cc238/fast"
|
1563
|
/usr/bin/gmake -f CMakeFiles/cmTC_cc238.dir/build.make CMakeFiles/cmTC_cc238.dir/build
|
1564
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1565
|
Building CXX object CMakeFiles/cmTC_cc238.dir/src.cxx.o
|
1566
|
/usr/bin/c++ -mvsx -std=c++11 -DHAS_NO_MSVC_UNUSED /wd4101 -o CMakeFiles/cmTC_cc238.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
1567
|
c++: error: /wd4101: No such file or directory
|
1568
|
gmake[1]: *** [CMakeFiles/cmTC_cc238.dir/src.cxx.o] Error 1
|
1569
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1570
|
gmake: *** [cmTC_cc238/fast] Error 2
|
1571
|
|
1572
|
Source file was:
|
1573
|
int main() { return 0;}
|
1574
|
Performing C++ SOURCE FILE Test HAS_DECL_IN_SOURCE failed with the following output:
|
1575
|
Change Dir: /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp
|
1576
|
|
1577
|
Run Build Command:"/usr/bin/gmake" "cmTC_2719a/fast"
|
1578
|
/usr/bin/gmake -f CMakeFiles/cmTC_2719a.dir/build.make CMakeFiles/cmTC_2719a.dir/build
|
1579
|
gmake[1]: Entering directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1580
|
Building CXX object CMakeFiles/cmTC_2719a.dir/src.cxx.o
|
1581
|
/usr/bin/c++ -mvsx -std=c++11 -DHAS_DECL_IN_SOURCE -wd1419 -o CMakeFiles/cmTC_2719a.dir/src.cxx.o -c /gpfs/u/home/MMBS/MMBSvats/barn-shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp/src.cxx
|
1582
|
c++: error: unrecognized command line option ‘-wd1419’
|
1583
|
gmake[1]: *** [CMakeFiles/cmTC_2719a.dir/src.cxx.o] Error 1
|
1584
|
gmake[1]: Leaving directory `/gpfs/u/barn/MMBS/shared/BGQ_MV/SIMD/gromacs-2019/build/CMakeFiles/CMakeTmp'
|
1585
|
gmake: *** [cmTC_2719a/fast] Error 2
|
1586
|
|
1587
|
Source file was:
|
1588
|
int main() { return 0;}
|