[Beowulf] MPI Processes + Auto Vectorization
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Håkon Bugge h-bugge at online.noMon Nov 30 23:54:54 PST 2009
- Previous message: [Beowulf] MPI Processes + Auto Vectorization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Dec 1, 2009, at 7:14 , amjad ali wrote: > My question is that if we do not have free cpu cores in a PC or > cluster (all cores are running MPI processes), still the auto- > vertorization is beneficial? Or it is beneficial only if we have > some free cpu cores locally? Amjad, Vectorization is in x86_64 parlor a compilation technique where the compiler will utilize certain instructions which operate on short vectors. When you execute such a program on a particular core, these vector-instructions will execute on special execution unit _within_ the core you're executing on. Hence, no additional resources or cores are required to use vector instructions and you will benefit from them independent of whether you fully use all cores in your cluster or not. Håkon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.scyld.com/pipermail/beowulf/attachments/20091201/e10c6c3a/attachment.html
- Previous message: [Beowulf] MPI Processes + Auto Vectorization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
