How to get 100% CPU usage from a C program

前端 未结 9 2532
半阙折子戏
半阙折子戏 2020-11-27 10:12

This is quite an interesting question so let me set the scene. I work at The National Museum of Computing, and we have just managed to get a Cray Y-MP EL super computer from

9条回答
  •  [愿得一人]
    2020-11-27 11:03

    Try to parallelize your program using, e.g., OpenMP. It is a very simple and effective framework for making up parallel programs.

提交回复
热议问题