problem in setting threads at MIC
hi all,This a program, I had written in fortran.!dir$ offload begin target(mic) call omp_set_num_threads(240) !dir$ end offload!dir$ offload begin target(mic) !$omp parallel print *,The number of...
View ArticleIntel Xeon Phi - VPU registers
Hi,I have a question about VPU. How many registers phisical the MIC VPU has got? 32 or 128?
View ArticleNeed Phi Optimization Expert to work on new project for Road Material Simulation
Hi,We require a Intel Phi processor optimization expert to help with optimization FORTRAN code for road material stress simulation. The models have been coded and are working, just need a guru to help...
View ArticleGateway not set for mic0 when br0 is dhcp
So I cannot seem to get the default route set for my mic cards except by manually doing so after logging on to them.I have a system with 2 MIC cards in it. The cards are bridged with eth0 on the host...
View ArticleRebuilding MPSS locally
I am buildling MPSS-3.5 and I am facing two issues:First is the --same-order vs. -c option of tar mentioned above (also see https://lists.yoctoproject.org/pipermail/yocto/2013-October/016540.html)...
View ArticleRebuild modules for newer kernels fails
Hi, the systems hosting the MICs have been updated and hence the mpss must be updated.Information:Linux compute-19-17.local 3.19.1-1.el6.elrepo.x86_64 #1 SMPmpss-3.5-linux.targcc version 4.4.7 20120313...
View Articleoffload error: unexpected embedded target binary type, ...
Hello, Could someone help me with my software installation issue with Xeon Phi? I'm trying to compile my program on the host for future offload developments. In the case I don't include any offload...
View ArticleWhy is there segmentation fault when running intel optimized MP Linpack and...
Hi, I need help!!We built a cluster today, with 1 MIC card in every node, and the server is E5-2670 V3 CPU, and we installed nfs, nis, rsh, ssh, mpss service, and we installed intel parallel studio...
View ArticleVectorization of a function call
Hello,I have a following problem: I have a big loop inside my program that I want to parallelize and vectorize. Inside the loop I do a lot of math computations, but there are no dependencies between...
View ArticleCompiling Supersonic on Xeon Phi
I'm tring to compile supersonic(an opensource in-memory database of google) on Xeon Phi with an Makefile:CC = iccCFLAGS= -Wall -O2 -g -DNDEBUG -mmicbut after executing "make", yield the following...
View Articlescif0 device missing on host.
Hello,I am setting up a cluster with 8 hosts with 2 MIC's each. I have installed the MPSS 3.4.3 software on Centos 6.6. We have also installed Intel TrueScale InfinibandAl services start fine with no...
View ArticleAre there any instructions in k1om can replace lfence instruction in x86_64
I'm compiling Supersonic, an opensource database of google on Intel Phi using icc with option -mmicbut I find some lfence in the source code, but it seems that Phi doesn't support lfence instruction,...
View Articlenot vectorizing for no reason
Hi all,I have isolated a small section of a loop in my code to vectorize and test for other kinds of optimization a well(like alignment etc)Here is the actual code.WORK1(:,:,kk) =...
View ArticleUsing MKL to generate random data on Xion Phi
Hi,I try to use MKL to generate lots of random data every time on Xeon phi, but the performance is very bad comparing the performance on Xeon CPU.(E5620) .The attachment is the original code, and the...
View ArticleDell Precision T5810 and Xeon Phi 3120A
Dear all,Could someone please tell me if this machine is compatible with this model of Xeon Phi?We bought a workstation based on this...
View ArticleMICs appear to crash
I'm trying to setup a new system:SuperMicro 5018GR-T2 Intel Xeon Phis: Coprocessor Stepping : B1 Board SKU : B1PRQ-31S1PMPSS 3.5 and Scientific Linux...
View ArticleVTune Amplifier with almost zero elapsed time
Hi,I am trying to use VTune Amplifier XE 2015 to analysis application on Xeon Phi in the native mode. I followed the steps illustrated in the following link:...
View ArticleError getting OFED to compile when mic is selected.
Compiling OFED with with phi and --all fails when compiling compat-rdma. Compile without the "--with-xeon-phi" option works. ./install.pl --with-xeon-phi --all # cat /etc/redhat-release Red Hat...
View ArticleNew Jim Dempsey article: Elusive Algorithms – Parallel Scan
Since I haven't seen a notification of this elsewhere, the ever knowledgeable Jim Dempsey (QuickThreadProgramming.com) just published one of his great technical articles entitled, "Elusive Algorithms...
View ArticleRegrding target construct error (mic offload)
i have started exploring openmp 4.0 constructs for intel xeon phi architecture by writing small code snippets. So, i wrote the following code:int a[100],b[100],c[100],i; #pragma omp target device(mic0)...
View Article