Miquel van Smoorenburg ha scritto:
Well thanks very much for this clarification. I thought it was possible to tell the compiler to do that by itsel.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.
Regards, MC