[hwloc-users] Building hwloc on Cray with /opt/cray/craype/2.5.4/bin/cc

2017-01-05 Thread Xavier LACOSTE
Hello, I'm trying to build hwloc on a cray machine with cray compiler :/opt/cray/craype/2.5.4/bin/cc I get the following error : $> CC=cc ./configure --prefix=$PWD-cc-install $> make Making all in src make[1]: Entering directory `/home/j0306818/xavier/hwloc-1.11.5/src' CC bitmap.lo

Re: [hwloc-users] Building hwloc on Cray with /opt/cray/craype/2.5.4/bin/cc

2017-01-05 Thread Xavier LACOSTE
/bin/cc Xavier LACOSTE, on Thu 05 Jan 2017 13:25:56 +, wrote: > It seems that the __GNU__ is defined so I don’t get into the > HWLOC_HAVE_FFSL section. Do you mean __GNUC__? And which value does it have? In other words: what, exactly, actually gets included from that file? :)

Re: [hwloc-users] Building hwloc on Cray with /opt/cray/craype/2.5.4/bin/cc

2017-01-05 Thread Xavier LACOSTE
Yes, with no warning, and I can also execute my a.out. $> cc toto.c $> ./a.out $> cat toto.c int main(int argc, char *argv[]) { return __builtin_ffsl((unsigned long) argc); } De : Brice Goglin [mailto:brice.gog...@inria.fr] Envoyé : jeudi 5 janvier 2017 15:03 À : Xavier LACOSTE Cc :

Re: [hwloc-users] Building hwloc on Cray with /opt/cray/craype/2.5.4/bin/cc

2017-01-05 Thread Xavier LACOSTE
yé : jeudi 5 janvier 2017 13:12 À : Hardware locality user list Objet : Re: [hwloc-users] Building hwloc on Cray with /opt/cray/craype/2.5.4/bin/cc Xavier LACOSTE, on Thu 05 Jan 2017 11:31:23 +, wrote: > Hwloc builds correctly with gcc compiler but the CPUVendor field is > not available