Writing Code for Multiple Cores +10

Discussion about everything. New games, 3d math, development tips...
Post Reply
Alpha Omega
Posts: 288
Joined: Wed Oct 29, 2008 12:07 pm

Writing Code for Multiple Cores +10

Post by Alpha Omega »

Hey everyone, not sure if this is the place to be posting but I was wondering if anyone had any experience or could link some information for writing code for super computers +10 cores. We have around 15 quad cores so around 60 processors. I am not sure about details just need some background in coding for this type of set up.

Thanks!
kingdutch
Posts: 76
Joined: Tue Sep 02, 2008 7:01 am

Post by kingdutch »

While(used < numCores)
{
SpawnAdditionalThreads();
}


Don't meant ot troll, but I've read 10 consecutive funny topics so yeh, wouldn't it come down to this.
if (msg.getRubbishFactor() > rubbishLimit) { ignorePost(); cout << how it should be done << "\n"; }
Post Reply