- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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!
Enlace copiado
2 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla