Re: [hwloc-users] Issue running hwloc on Xeon-Phi Coprocessor uOS

2017-01-16 Thread Samuel Thibault
Hello, Jacob Peter Caswell, on Mon 16 Jan 2017 11:53:56 -0600, wrote: > x86_64-k1om-linux-ld: i386:x86-64 architecture of input file `.libs/support.o' > is incompatible with k1om output Did you make clean before reconfiguring+making? Samuel ___

Re: [hwloc-users] Issue running hwloc on Xeon-Phi Coprocessor uOS

2017-01-16 Thread Jacob Peter Caswell
Hello Jeff, Thank you so much for your response. I was having trouble cross compiling on the host. I tried following the step from the "How do I build for Intel Xeon Phi coprocessor?" section of the documentation: - # ./configure CC="icc -mmic" --host=x86_64-k1om-linux

Re: [hwloc-users] Issue running hwloc on Xeon-Phi Coprocessor uOS

2017-01-16 Thread Jeff Hammond
You need to cross-compile binaries for Knights Corner (KNC) aka Xeon Phi 71xx if you're on a Xeon host. KNC is x86 but the binary format differs, as your analysis indicates. You can either ssh to card and build native, build on host with k1om GCC tool chain, or build on host with Intel

[hwloc-users] Issue running hwloc on Xeon-Phi Coprocessor uOS

2017-01-16 Thread Jacob Peter Caswell
Hello all, I'm sorry if this has been brought up before, however I could not immediately find a resolution to the problem I'm having. I'm trying to run hwloc on the Xeon Phi MIC hardware, as I believe this exchange noted