Software Archive
Read-only legacy content
17061 Discussions

Intel Phi co-processor.

gil_garrido__virgini
367 Views

 Hello,

 Can I use Intel Phi co-processor with Linux gfortran compiler instead with Intel FORTRAN compiler? How faster will be the binary program compiled with Intel compiler? I heard the gfortran is slower. Can I plug 10 Phi co-processors on single main board with 10 PCI express slots, x8 and x4?

 Angel

0 Kudos
4 Replies
TimP
Honored Contributor III
367 Views

Gfortran supports the new knl but not the original Mic knc. Avx512 vectorization plus openmp or mpi will be needed for satisfactory performance although older host isa can run on knl

0 Kudos
gil_garrido__virgini
367 Views

Thanks!

Angel

0 Kudos
JJK
New Contributor III
367 Views

Gfortran does not support KNC.

As for plugging in 10 cards into a single host: I doubt that it would work , but even it would, I would not recommend it. Performance will be quite bad with so many cards in a single box. I'd stop at 4 cards in a single host. Also, keep in mind that the host needs to have an amount of RAM that is equal or close to the amount of RAM on the cards (mostly for performance reasons). Thus, for 10 16 GB cards you need at least 160GB of RAM in the host.

 

0 Kudos
gil_garrido__virgini
367 Views

Thanks!

0 Kudos
Reply