scif_open: Permission denied
Hi,System: Ubuntu 14.04.1 LTS, MPSS 3.4.1, parallel_studio_xe_2015_update1 and g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2.I am trying to use scif for communication with mic. However on the host node, I got...
View ArticleSCIF_FENCE_INIT_SELF vs SCIF_FENCE_RAS_SELF
The SCIF PDF mentions "SCIF_FENCE_RAS_SELF" while the scif.h header file mentions SCIF_FENCE_INIT_SELF as options to the flags argument of scif_fence_mark( .. int flags ...)Which one is it?As a follow...
View ArticleFaulty code with icc and OpenMP (-O2)?
Hi, please consider the example below, which is the minimal crashing example I could create. This is seems issue which we observe in at least 2 of our applications on the MIC. I did not manage to...
View ArticleCombine ANSYS Mechanical with the Intel® Xeon Phi™ coprocessor for dramatic...
Download PDF[PDF 224KB]Incremental performance gains for engineering simulations can improve productivity and shrink product development timelines and time to market. Doubling performance can transform...
View Articlepci-e mounting brackets needed
For some reason my (passively cooled) Xeon Phi cards don't have the pci-e mounting brackets with them...Is there someone who has installed several of these devices into a chassis where they didn't need...
View ArticleDebugging COI Applications for Intel® Xeon Phi™ Coprocessors
IntroductionThe Coprocessor Offload Infrastructure (COI) library is designed for communication between the processes on the host and the Intel® Xeon Phi™ Coprocessors. As per the COI terminology, one...
View ArticleCan't disable ECC via micsmc command
Hi all,I failed to disable ECC by "micsmc --ecc disable", the output is:Information: disabling ECC on devices: mic0...Information: 1 of 1 completeStatus: mic0: error: cannot set ECC mode: device is not...
View ArticleOFED-MIC IPoIB, RDMA
Hi,I have OFED-MIC-3.5.2 with MPSS 3.4 and RHEL-7 running. When I do ibv_devices, ibv_deviceinfo I do see the scif interface as shown below. How do I run RDMA and IPoIB applications on this interface?...
View ArticleXeon Phi Performance / Energy Tradeoff Issues
HiI have been doing experiments on Xeon Phi and ran an fibonacci(40) application with varied number of core allocations (i.e. number of cores). The energy consumption was measured through...
View ArticlePhtrhead + offload
Hi I create a new thread and lanch offload code in this thread but I get this error codeoffload error: cannot get function handles on the device 8117264 (error code 14) The code likes as...
View ArticleUsing MKL switch brings "relocation R_X86_64_32" error
I have working test project (based on Kevin's sample code from another thread). I just changed in the VS 2013 Intel Performance Libraries -> Use MKL -> Parallel (was None) and got this error....
View ArticleCould not read symbols: File in wrong format
Hi,I have a solver that works fine on the host side. Now I am trying to first build executable for MIC and run natively there. I am using ifort 14.0.3 and I added the compiler flags -openmp and -mmic...
View Article__MIC__ macro does not work
Hello everyone, To solve problems like this: undefined reference to `_mm512_xxx_xxx(), I have added __MIC__ macro into my...
View ArticleMPI programs dont run on MIC's across nodes or within the nodes
I am using the intel MIC to run sample MPI programs currently.The program is a simple hello world program.#include <stdio.h> #include <mpi.h> int main (argc, argv) int argc; char...
View ArticleUsing L1/L2 cache as a scratchpad memory
Dear all,Explicitly cache control is a one of important feature in Xeonphi (MIC). How could I use the L1 or L2 as scratchpad memory and also sharing them data between the cores?In addition, is there...
View ArticleRuning linpack with native mode
Hi all,I tried to run HPL with native mode, ( I am using the pre-compiled binaries and run script in MKL)I set OMP_NUM_THREADS and MKL_NUM_THREADS, but I only find one thread running on MICDo you have...
View ArticleXeon Phi Power Management: Controlling C-states through Userspace
HiI have been trying to develop a runtime energy management library for Intel Xeon Phi using idle state control (C-states). I have read through a few blogs but I could not find answers to the...
View ArticleHow MIC works
Hi,I was wondering how does the application work in the MIC (native mode)? Namely, how doing the program land in each core and precisely in the thread?Thanks in advance.
View ArticleStatus of threads
Hi,How do I know the status (busy or idle) of threads or core in MIC? Is there any register to track thread's status?Thanks in advance
View ArticleAn Embree-Based Viewport Plugin for Autodesk Maya* 2014 with Support for the...
Download PDFPurposeThis code recipe describes how to obtain, build, and use the Embree-based Viewport Plugin for Autodesk Maya* 2014 on either Microsoft Windows* or Linux*. This plugin (actually a...
View Article