« Return to Thread: Cluster question

Re: Cluster question

by Michael Creel :: Rate this Message:

Reply to Author | View in Thread

A threaded application will use all cores on a single node, but will not use cores on other nodes. For that, your app needs to use MPI or some other parallelization scheme.
Cheers, M.

 « Return to Thread: Cluster question