[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Use of dual CPU?



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



Reply to: