[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #28 from vincenzo Innocente vincenzo.innocente at cern dot ch --- updated to the new revision gcc version 4.9.0 20131007 (experimental) [gomp-4_0-branch revision 203250] (GCC) [innocent@olsnba04 parallel]$ setenv OMP_PROC_BIND

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #29 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 30967 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30967action=edit Y Ah, thanks, I can see where the failing sched_getaffinity calls are coming from,

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #30 from vincenzo Innocente vincenzo.innocente at cern dot ch --- better: as usual nastier bugs are in the tests! [innocent@olsnba04 parallel]$ strace ./affinity-1.exe | grep affin execve(./affinity-1.exe, [./affinity-1.exe], [/* 61

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #7 from vincenzo Innocente vincenzo.innocente at cern dot ch --- getconf -a | grep _NPROCESSORS _NPROCESSORS_CONF 32 _NPROCESSORS_ONLN 32 ls -l /sys/devices/system/cpu/ total 0 drwxr-xr-x 8 root root

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #8 from vincenzo Innocente vincenzo.innocente at cern dot ch --- do you have access to a 32 cpu machine? btw on XEON-PHI one can have 200 cpus

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #10 from vincenzo Innocente vincenzo.innocente at cern dot ch --- seems working [innocent@olsnba04 parallel]$ c++ -std=c++11 -Ofast -fopenmp simpleOMP.cpp [innocent@olsnba04 parallel]$ ./a.out max thread 32 [innocent@olsnba04

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #10) seems working Thanks. Can you please also try some simple (with -fopenmp): int main (void) { #pragma omp parallel num_threads

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org --- Ah, and can you also do make check RUNTESTFLAGS=c.exp=affinity-1.c in the libgomp build directory and see whether it was PASS and, if testsuite/libgomp.log contains any lines ending

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #13 from vincenzo Innocente vincenzo.innocente at cern dot ch --- [innocent@olsnba04 parallel]$ setenv OMP_PROC_BIND true; setenv OMP_PLACES 'threads' [innocent@olsnba04 parallel]$ gcc -fopenmp trivialOMP.cpp [innocent@olsnba04

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #14 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 10:06 AM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #12 from Jakub

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #15 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #14) for historical reason I build gcc on my local workstation not on the XEON. Also I do not have the gcc test infrastructure… can I

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #16 from vincenzo Innocente vincenzo.innocente at cern dot ch --- ./affinity-1.exe Initial thread #1 thread 1 #1 thread 0 #1 thread 3 #1 thread 2 #1,#1 thread 3,1 #1,#1 thread 3,0 #1,#1 thread 3,2 #1,#2 thread 3,4 #1,#2 thread 3,0

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #17 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #16) [innocent@olsnba04 parallel]$ setenv OMP_PROC_BIND false [innocent@olsnba04 parallel]$ ./affinity-1.exe OMP_PROC_BIND='false'

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #18 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 12:27 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #17 from Jakub

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #19 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 12:27 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: or config.h doesn't defined HAVE_PTHREAD_AFFINITY_NP, then that's expected.

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #20 from Jakub Jelinek jakub at gcc dot gnu.org --- I'll commit the patch anyway, it is a step forward. Anyway, the way the testcase is written is that if you run it with OMP_PROC_BIND=false in the environment and OMP_PLACES unset,

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #21 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Mon Oct 7 11:39:39 2013 New Revision: 203243 URL: http://gcc.gnu.org/viewcvs?rev=203243root=gccview=rev Log: PR libgomp/58642 * config/linux/proc.c:

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #22 from vincenzo Innocente vincenzo.innocente at cern dot ch --- on the XEON setenv OMP_PROC_BIND false reakpoint 1, main () at /home/data/newsoft/gcc-gomp4/libgomp/testsuite/libgomp.c/affinity-1.c:181 181

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #23 from Jakub Jelinek jakub at gcc dot gnu.org --- Ah, right, obviously I meant --- libgomp/testsuite/libgomp.c/affinity-1.c2013-10-07 09:31:53.884695701 +0200 +++ libgomp/testsuite/libgomp.c/affinity-1.c2013-10-07

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #24 from vincenzo Innocente vincenzo.innocente at cern dot ch --- ok, modified to = taskset -c 0-31 gdb ./affinity-1.exe GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1) (gdb) b

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #25 from Jakub Jelinek jakub at gcc dot gnu.org --- It is fine if the testcase doesn't fork and doesn't verify for taskset -c 24-31, that would be too hard to support, the testcase doesn't fail because of that. But, do you get the ,

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #26 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 3:02 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #25 from Jakub

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #27 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #26) [innocent@olsnba04 parallel]$ ./affinity-1.exe | grep veri libgomp: Number of places reduced from 5 to 1 because some places

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org --- Weird, can't reproduce. /tmp/ttt 8 taskset -c 0-3 /tmp/ttt 4 ldd /tmp/ttt | grep libgomp libgomp.so.1 = /usr/src/gomp-4.0/obj/x86_64-unknown-linux-gnu/libgomp/.libs/libgomp.so.1

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- What exact glibc do you use? I think the earliest that supports affinity in libgomp should be 2.3, then between that and 2.7 there were multiple header changes that the code just

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #3 from vincenzo Innocente vincenzo.innocente at cern dot ch --- strange indeed rhel6: so is 2.12 or my own version GNU C Library stable release version 2.13, I build gcc by myself c++ -v Using built-in specs. COLLECT_GCC=c++

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #4 from vincenzo Innocente vincenzo.innocente at cern dot ch --- 24 thread machine ok innocent@vocms19 parallel]$ c++ -Ofast -std=c++11 -fopenmp simpleOMP.cpp [innocent@vocms19 parallel]$ ./a.out max thread 24 [innocent@vocms19

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- So, looking at kernel sources, it seems it returns EINVAL: if ((len * BITS_PER_BYTE) nr_cpu_ids) return -EINVAL; so the question is how to find what your

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Also, can you dmesg | grep 'Allowing.*CPUs' (or grep /var/log/messages* for the same)?