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 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 ", verified" strings in the lines for taskset -c 0-31 run?
> 
on the build machine yes
echo $OMP_PROC_BIND 
false
[innocent@vinavx0 testsuite]$ ./affinity-1.exe | grep veri | wc
   1065    7445   44193


on the XEON

nope
echo $OMP_PROC_BIND 
false
[innocent@olsnba04 parallel]$ ./affinity-1.exe | grep veri

libgomp: Number of places reduced from 5 to 1 because some places didn't
contain any usable logical CPUs

libgomp: None of the places contain usable logical CPUs

libgomp: Invalid value for environment variable OMP_PLACES

libgomp: Number of places reduced from 3 to 1 because some places didn't
contain any usable logical CPUs

libgomp: None of the places contain usable logical CPUs

libgomp: Invalid value for environment variable OMP_PLACES

libgomp: Number of places reduced from 8 to 1 because some places didn't
contain any usable logical CPUs

libgomp: Number of places reduced from 5 to 1 because some places didn't
contain any usable logical CPUs

libgomp: None of the places contain usable logical CPUs

libgomp: Invalid value for environment variable OMP_PLACES

libgomp: Number of places reduced from 3 to 1 because some places didn't
contain any usable logical CPUs

libgomp: None of the places contain usable logical CPUs

libgomp: Invalid value for environment variable OMP_PLACES

libgomp: Number of places reduced from 8 to 1 because some places didn't
contain any usable logical CPUs

same for
taskset -c 0-8 ./affinity-1.exe | grep veri


> -- 
> You are receiving this mail because:
> You reported the bug.

--
Il est bon de suivre sa pente, pourvu que ce soit en montant. 
A.G.
http://www.flickr.com/photos/vin60/1320965757/

Reply via email to