NO

Author Topic: PellesC crashes as it starts.  (Read 10151 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: PellesC crashes as it starts.
« Reply #15 on: October 27, 2007, 02:16:54 PM »
Quote
What precautions does one need to take when programming for multiprocessors?
http://blogs.msdn.com/oldnewthing/search.aspx?q=Thread+affinity+of+user+interface+objects&p=1
May the source be with you

JohnF

  • Guest
Re: PellesC crashes as it starts.
« Reply #16 on: October 28, 2007, 09:32:38 AM »
Here's a short article that explains some problems.

----------------------

The Trouble with Multi-Core Computers

Adding more cores to a computer makes it faster, but it also makes it tricky to program. How will computer scientists cope?

http://www.technologyreview.com/read_article.aspx?id=17682&ch=infotech&a=f

"Historically, writing software for multi-core systems has been the job of experts in the supercomputing world. But with the coming age of personal supercomputers, average programmers also need to be able to write software with multiple cores in mind.

"That's a scary thing," says Krste Asanovic, professor of electrical engineering and computer science at MIT, "because most have never done that, and it's quite difficult to do." Asanovic and his colleagues are tackling one of the main challenges that programmers face when they try to write software that will run efficiently on multi-core systems: coordinating multiple tasks that run on separate cores in a way that doesn't cause the system to crash."

John
« Last Edit: October 28, 2007, 10:39:42 AM by JohnF »

JohnF

  • Guest
Re: PellesC crashes as it starts.
« Reply #17 on: October 29, 2007, 10:13:34 AM »
Tima,

My son has a dual-core AMD, he installed PellesC this weekend and it runs fine.

However, he did say that before updating the BIOS and getting a new driver from AMD he did have a lot of problems.

Maybe that will help.

John