OpenMP program hangs with >256 threads
While trying to characterize some Phi performance over large numbers of OpenMP threads I've noticed strange behavior where programs hang with >256 threads.I've pared things down to the following...
View Articlemicsmc : fonts are not diplayed correctly on X11
Dear All,I have currently an issue with micsmc that doesn't seems to display the font correctly.Since this is static binary, I cannot find what kind of fonts it should use and I get some black cube...
View ArticlePerformance dependence on memory alignment and allocation
Hi,I'm currently trying to figure out how the Xeon Phi performance depends on memory alignment. Of course it's beneficial to use at least 64 Byte alignment to use SIMD instructions. However other than...
View ArticleCan Intel Xeon Phi be configured to receive data direct from FPGA board,...
Can Intel Xeon Phi be configured to receive data direct from FPGA board, process them and send result to host memory?I have large flow of input data and don't want to have redundant transfers (FPGA...
View ArticleCan individual cores be turned off?
As an hobbyist developer, electricity cost is highest on my concern. So I just wanted to know whether it is technically possible to run the number of cores in proportional to power available off solar...
View ArticleUsing COI creating a new process on host
Hi,I am using COI programming model on Xeon phi. I can start a process on Xeon phi from host successfully, But I can not start a process on host from host or start a process on host from Xeon phi. For...
View ArticlePredict the performance on Intel xeon phi
Hello All, I'm trying to predict the performance of openmp programs on intel xeon phi using machine learning techniques. However, I wanted to know if there's any work that has been done on the same (I...
View Articleproblem executing in symmteric mode
Hi, I am trying to execute mic code from host. I am facing the following problem. Launch arguments: /usr/bin/ssh -x -q cm1 sh -c 'export I_MPI_ROOT="/opt/intel//impi/5.0.1.035" ; export...
View Articleoffload debugging in eclipse
I'm trying to debug offloaded code and followedhttps://software.intel.com/en-us/articles/debugging-intel-xeon-phi-appli...The general setup seems to work. But there are some error messages and when the...
View ArticleMap physical PCIe device to the Phi co-processor card?
Hello all,Is it possible to map a PCIe card (or virtual function) resident on the host PCIe tree to the Phi co-processor device for direct access / control by the Phi device? The PCIe card and the Phi...
View ArticlePoor Performance with function calls
Hello Everyone,i am doing a small test on Xeon Phi that calculates "pi" with "Calculate Pi Using an Infinite Series", see http://www.wikihow.com/Calculate-Pi . In my inplementation a small function is...
View ArticleSpecial Promotion for Ansys Developers: Intel® Xeon Phi™ Coprocessors
Special Promotion for Ansys Developers: Intel® Xeon Phi™ Coprocessors ANSYS* and Intel worked closely together to deliver up to 2.2x higher performance, for ANSYS Mechanical R16.0, by optimizing the...
View Articleshared library load issue
Hi,I'm trying to run an executable in mic. I built it in a host with the following command: icpc -mmic -std=c++0x main.cpp.The code uses _Cilk_spawn and _Cilk_sync functions. When I copied the...
View ArticleBitonic Sorting
Sample for Windows*Sample for Linux*Download DocumentationFeatures / DescriptionDemonstrates how to implement an efficient sorting routine with the OpenCL™ technology.Operates on arbitrary input array...
View ArticleDebugging Intel® Xeon Phi™ Applications on Linux* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Why use GNU* GDB provided by Intel?Why is Intel providing a Command Line and Eclipse* IDE Integration?Deprecation NoticeFeaturesRegister...
View Articledouble precision vs. single precision and vector alignment on MIC
Hello everyone, I have a subroutine that serves as the force calculation in an n-body simulation shown below. There a couple of arrays that I will describe which will hopefully make the subroutine a...
View Articledouble precision vs. single precision and vector alignment on MIC
Hello everyone, I have a subroutine that serves as the force calculation in an n-body simulation shown below. There a couple of arrays that I will describe which will hopefully make the subroutine a...
View ArticleIntel MKL linpack benchmark gets killed on Xeon Phi
Hi all,I've got a weird problem: I wanted to test the GLOPS performance of the Xeon Phi's that are entrusted to me: 2 x Xeon Phi 5110P, 1x Xeon Phi 7120 . I read that the linpack benchmark is included...
View ArticleTrouble installing MPSS on Ubuntu 12.04 - mic driver not loaded
Posting this question from a customer who noted an article: Comment by Riazuddin K.:Hello! I am trying to install "mpss-3.3.3" in my Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-37-generic x86_64) system. I...
View Articleerror while loading shared libraries libmpifort.so.12 on MIC
Hi,I was trying to run my executable natively on MIC but obtained the following error:[wzhang80@xpacc-serv-03-mic0 plascomcm]$ ./bin/plascomcm.mic ./bin/plascomcm.mic: error while loading shared...
View Article