Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Devices with several cores — Gideros Forum

Devices with several cores

john26john26 Maintainer
edited November 2012 in General questions
We hear a lot about dual core and quad core devices. How do we program so that these cores are being used effectively? On a PC (or a parallel computer), you need to use systems like MPI (Message Passing Interface) with specific calls so that processors talk to each other. If you don't, the program just runs on one core. But when it comes to mobile devices no-one seems to talk about parallelization as a programming task. Does that mean iPads and Android devices automatically balance work across the cores?

Comments

Sign In or Register to comment.