Miquel van Smoorenburg ha scritto:

You cannot run one program on two CPUs. It's simply not possible.

What you can do is split your program up into multiple programs
or threads, that you can run simultaneously - in that case, you
will use more than one CPU. But you need to redesign/rewrite
your programs, ofcourse.

Mike.


Well thanks very much for this clarification. I thought it was possible to tell the compiler to do that by itsel.

Regards,
MC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to