Software Archive
Read-only legacy content
17061 Discusiones

low I/O performance of Xeon Phi card

JS1
Principiante
370 Vistas

I mounted a directory of host to mic0. Then I wrote a toy MIC program in native mode to read file from this nfs directory. It turned out that the performance of reading from host disk is extemely terrible, only got less than 100MB/s for the first reading (assuming that no memory buffer is used). Is it normal? Any reason about this?

Thanks!

0 kudos
2 Respuestas
Sumedh_N_Intel
Empleados
370 Vistas

You need to parallelize your file IO. The Linux kernel syscalls usually assume that the caller does the parallelization. This might help improve the IO performance that you are seeing. 

 

Sumedh_N_Intel
Empleados
370 Vistas

You might also find the following blog helpful: http://software.intel.com/en-us/blogs/2014/01/07/improving-file-io-performance-on-intel-xeon-phi

 

Responder