Agner's library for KNC
Hello,I've seen before that some of you have been mentioning Agner Fog's VCL library (http://www.agner.org/optimize/#vectorclass) as a very good alternative for dealing with ICC intrinsics directly. I...
View Articleoffload-attribute-target
When I compile my program with just 'ifort', everything compiles fine. But when I do 'ifort -qoffload-attribute-target=mic' it gives me errors, why would that be? For example, one of the errors is...
View Articlemkl_?csrmv() for multiplying transpose of a matrix
p, li { white-space: pre-wrap; }When mkl_?csrmv() is used with the option transa='N', the performance of mkl_?csrmv on Intel Xeon Phi coprocessor is good. However, when it is used with the option...
View ArticlePoor FFT mkl performance
I am optimizing a new application (written with Xeon Phi in mind) which performs a lot of FFT transforms.The transforms are done on 512x512 arrays separately in each thread. This works quite well on...
View ArticleXeon Phi and Gentoo
Hifor my master thesis I am supposed to write a kernel module which uses functions of another module on the Xeon Phi.The testmachine I have is running RHEL 6.4.As for the Kernel development I need and...
View ArticleRegarding GROMACS installation on using MIC
Hi guys,i am installing GROMACS using MIC and got the following error while using cmake to compile. I have tried with icc and ifort (even with mpicc and mpiifort), but still the same problem occurred....
View Articlemp_linpack HPL in auto offload
Hello.I'm trying to run precompiled intel AO benchmark. For some reason, when running it the MIC never goes beyond 50% utilization, as if HT was disabled on it.By default all cores should be used. Am I...
View ArticleRHEL 6.6 support
Will there be an update to mpss to support RHEL 6.6 (and derivatives) ?FWIW: CentOS 6.6 / 2.6.32.504 does work with MPSS 3.3.1 (I did not test MPSS 3.4.X). The 'weak-updates' directory links in the...
View ArticleGCC 4.7 bug with C++11 atomics
We use C++11 atomics for the implementation of communication queues. With the gcc 4.7 from MPSS 3.2.1 the compiler generates following error:{standard input}: Assembler messages: {standard input}:5116:...
View ArticleAny chance of ganglia monitoring being ported to more recent versions?
The one shipping with MPSS is for 3.4.1. The current Ganglia release, as of 3rd August, is 3.6.2 and we're on 3.5.7. We need to add the functionality to our existing Ganglia installation, rather than...
View ArticlePoor FFT mkl performance (2)
(This is a new issue after the issue with mkl_dft_grasp_user_thread() was solved in previous post by using separate fft plans in each thread.)I am optimizing a new application (written with Xeon Phi in...
View ArticleHDF5 error
Hi,I have some compiler assisted offload code that when I use a wrapper for the HDF library (v5 1.8.8) breaks with the following error:On the remote process, dlopen() failed. The error message sent...
View ArticleIntel Xeon Phi 5110P - device is not online
Dear friends, can you help us with the following problem?We have Intel Xeon Phi 5110 P installed on Asus p8z77ws motherboard.OS - CentOS 6 with necessary kernel version.We have installed mpss 3.3.2 and...
View ArticleMPSS-3.4.1 installs smoothly on Fedora 20 -with release kernel-3.11.10
We have installed two C0 stepping 3120A cards on a Dual-Xeon Serverboard.While MPSS-3.4.1 installation failed for the F20 update kernel (we tried kernel-headers-3.16.7-200.fc20.x86_64), everything...
View ArticleXeon Phi on Vanilla Kernel (3.13 and above)
HiI am currently programming for my master thesis in computer science.My next step is to make the MIC runable on the vanilla kernel with MIC Modules in version 3.13 and above.The Kernel documentations...
View ArticleHand-picking DAPL providers
Is there a way to set a specific DAPL provider individually for each host in the machine file? This seems particularly important with native Xeon Phi applications, as MPI does not choose the optimal...
View ArticleWhy Voltage
Hi I use micinfo to check my Phi Card. The the voltage is 0 uv MicInfo Utility Log Copyright 2011-2013 Intel Corporation All Rights Reserved.Created Thu Nov 13 11:03:03 2014 System Info...
View ArticleHow to graphically evaluate program on mic with vtune
I want to get the detailed information in the Bottom up or Top-down tab, like the assembly code, source code, and the execution time for each particular assembly instruction, just as what I can get on...
View Articlerunning offload code on node without a mic
Hi again, i'd like to run my #pragma offload code on a node that does not have a mic present. When I try I get the following error:"offload error: cannot offload to MIC - device is not available"Is...
View Articleofed-mic cannot load ipb_server kernel module on SL6.5
Hello,Does MPSS 3.4.1 support kernel 2.6.32-431.29.2? From the documentation I see it should. We have installed OFED-3.5-2-MIC as recommended on Scientific Linux 6.5 and ofed-mic driver is built...
View Article