This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/37586] OpenMP thinks that I have 1 processor on an 8 processor pc



------- Comment #10 from rrpeter at sandia dot gov  2008-10-13 18:24 -------
Subject: Re:  OpenMP thinks that I have 1 processor
 on an 8 processor pc

jakub at gcc dot gnu dot org wrote:
> ------- Comment #9 from jakub at gcc dot gnu dot org  2008-10-13 17:52 -------
> Yes, that certainly is the source of your problems.  You could call
> sched_setaffinity or pthread_sched_setaffinity in your program before entering
> an OpenMP region, guess you should also find out why does that library confine
> the thread to just one CPU.
> Anyway, closing this, as it clearly is not a GCC/libgomp bug.
>
>
> --
>
> jakub at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|WAITING                     |RESOLVED
>          Resolution|                            |FIXED
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37586
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
>   
THANKS for your help!
Ralph


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37586


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]