Intel MPI Library Troubleshooting Guide
The latest versions of the Intel MPI Library User's Guides have added an expanded Troubleshooting section. It provides the following information:General Intel MPI Library troubleshooting...
View ArticleBizarre authenticity of host issue when running across multiple nodes with...
I am attempting to run a job across three nodes. I have configured passwordless ssh and it definitely works in between every node (each node can ssh to the other two without a password). The...
View ArticleBuilding netcdf-4.3.3.1 with Intel MPI library with parallel support : FAIL:...
Dear SupportI am trying to build netcdf-4.3.3.1 with parallel support using Intel MPI Library-4.1 in order to build RegCM-4.4.5.5.I have used following environment variables before running the...
View ArticleCompiling Intel Linpack MP Benchmark mpiicc error
Hello! I am new to Intel Linpack Benchmark. I downloaded the evaluation version of Intel Parallel Studio XE Cluster Edition. I followed the directions and was able to run the single system benchmark...
View ArticleHow to profilie wrf???
Hi I Choi w. I'm running a wrf. I wanted to WRF run faster. So I try to profile. What do you have to work?I want to use this option. Where do you need to add in...
View ArticleIntel MPI fails to load libmpi_lustre.so
Hello,under which circumstances might we see the following error:[3] ERROR - ADIO_Init(): Can't load libmpi_lustre.so library: libmpi_lustre.so: cannot open shared object file: No such file or...
View ArticleMPI peformance snapshot
Hello team,I am using mps(mpi performance snapshot) for analyzing. I installed intel mpi 5.0.3, itac 9.0.3 and intel compiler 15.0.3. I have already created stats.txt and app_stat.txt files but when I...
View ArticleMPI_Comm_spawn strips empty strings from argv
Hi. I'm using Intel MPI 5 on Windows and have the following problem. I have a C++ application that spawns worker processes using MPI_Comm_spawn() and passing parameters via the argv argument. I have...
View ArticleSeg Fault when using US NFS install of MPI 5.1.0.038 from site in Russia
Hello,One of my team members from Russia is accessing a NFS installation of MPI 5.1.0.038 located at a US site. When this team member runs the simple ring application test.c, she encounters a...
View ArticleMPICH3.14 with intel c++ complier on os x 10.10.3,Error:dyld: Library not...
Hi friends:I install MPICH with intel c++ complier on OS X,when I complier the code link with MKL library,and run the code,it gives me error:mpicxx -mkl testcode.cpp -o testcodempiexec -n 3...
View ArticleDebugging Fortran MPI codes in VS2012 and Intel MPI
Hi,Before this I was using VS2008 with ifort 11 and MPICH.I folllowed the 1st mtd (by attaching to a currently running process (one VS window for all selected MPI processes))...
View ArticleVarying Intel MPI results using different topologies
Hello,I am compiling and running a massive electronic structure program on an NSF supercomputer. I am compiling with the intel/15.0.2 Fortran compiler and impi/5.0.2, the latest-installed Intel MPI...
View Articlempirun with bad hostname hangs with [ssh] until Enter is pressed
We have been experiencing hangs with our MPI-based application and our investigation led us to observing the following behaviour of mpirun:mpirun -n 1 -host <good_hostname> hostname works as...
View ArticleCan each thread on Xeon Phi be given private data areas in the offload model
Hi,I want to calculate a Jacobian matrix, which is a sum of 960 (to be simple) 3x3 matrices by distributing the calculations of these 3x3 matrices to a Xeon Phi card. The calculation of the 3x3...
View ArticleNeed help making sense of NBC performance (MPI3)
Hello everyone,I am fairly new to parallel computing, but am working on a certain legacy code that uses real-space domain decomposition for electronic structure calculations. I have spent a whiel...
View ArticleIssue with Intel MPI library on Microsoft Azure machines
Hi,I am trying to setup RDMA between two Azure VMs using Intel's MPI library (v5.1.1.109). Both machines can remotely connect to the other machine using ssh and using the pingpong utility in the...
View ArticleHow to kill MPI program programatically
Dear all,I am having problem destroying Intel MPI program, the original problem is described at this thread.http://stackoverflow.com/questions/32222878/intel-mpi-mpirun-does-not-te...I am using...
View Articlefile not present or wrong filename - when using >=4 procs
Hi,I have an intel i7-4770 cpu.Running my CFD simulation code using 1 - 3procs works well. However, when using >=4 procs, I almost always get 2 lines of the error:file not present or wrong...
View ArticleMPI_Request_free() hangs
Hi,Trying to make use of the MPI persistent communication primitives in our application, I'm ending up with the following sequence of events:MPI_Ssend_init(msg, msg_length, MPI_BYTE, 0, tag, comm,...
View Articleopen MPI e intel MPI DATATYPE
Dear all, I have notice small difference between OPEN-MPI and intel MPI. For example in MPI_ALLREDUCE in intel MPI is not allowed to use the same variable in send and receiving Buff. I have written my...
View Article