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 copy any of those test on the 32 cpu machine and run it locally?

Sure, do make check RUNTESTFLAGS=c.exp=affinity-1.c
on your build box then, then cd testsuite/
grep affinity-1.exe libgomp.log
and copy the gcc command line to compile/link it, paste into shell, scp
affinity-1.exe to your 32way box, and run with
OMP_PROC_BIND=false ./affinity-1.exp
(against the new libgomp.so.1 of course).

Reply via email to