mpitune get "could not dump the session, because unknown encoding: utf-8"
Hi forum,I try the following command on a server: (impi 5.0.2.044, icc 2015.2.164)mpitune -of analysis.conf -application \"mpirun -n 24 -host `hostname` ./myexe\"It did run for a while but output...
View ArticleIntel MPI, perhost, and SLURM: Can I override SLURM?
All,(Note: I'm also asking this on the slurm-dev list.)I'm hoping you can help me with a question. Namely, I'm on a cluster that uses SLURM and lets say I ask for 2 28-core Haswell nodes to run...
View ArticleMPI: polling 'passive' rma operations
Hi,lately I'm wondering if your implementation of the passive target communication was ever really ment for usage...Despite the fact that it isn't really passive (since one has to call some mpi...
View ArticleIntel MPI 5.0.3.048 Data Transmission Corruption Issue
We are experiencing 3 failure modes with Intel MPI 5.0.3.048 on RHEL.Please change this to a private thread so that we can discuss details.Stephen Lecrenski
View ArticleMapping ranks consecutively on nodes
Hi, Running Intel MPI 4.1.3 Contrary to the user guide, which states for the default round-robin mapping,To change this default behavior, set the number of processes per host by using the -perhost...
View ArticleProblems with Intel MPI
I have trouble with running Intel MPI on cluster with different different numbers of processors on nodes (12 and 32).I use Intel MPI 4.0.3 and it works correctly on 20 nodes with 12 processors...
View ArticleProblem with Intel MPI on >1023 processes
I have been testing code using Intel MPI (version 4.1.3 build 20140226) and the Intel compiler (version 15.0.1 build 20141023) with 1024 or more total processes. When we attempt to run on 1024 or more...
View Articlempitune Relies on Old OpenSSL
Hi,One of our users has reported a problem with the mpitune utility included with Intel MPI v5.0.2.044. In particular, it appears that the hashlib module it uses is linked against an old version of...
View ArticleError while building NAS benchmarks using Intel MPI
I am trying to build NAS benchmarks using Intel MPI and below is the makefile that I am using. #--------------------------------------------------------------------------- # #...
View Articlenested mpirun commands
Hi, I have an mpi program that calls another mpi program (written by someone else) using a fortran system calldriver.f90 call MPI_INIT(..)system('mpirun -np 2 ./mpi_prog.x')call MPI_FINALIZE(...)...
View ArticleMPI_COMM_SPAWN crashing
I have two fortran mpi programs (driver.f90 and hello.f90, both attached here) driver.f90 contains a call to MPI_COMM_SPAWN which calls hello.xWhen I run it using the command "mpirun -np 2 ./driver.x"...
View ArticleProblem runing Intel MPI w/ IB
The same code, submitted to the queue (SGE) on our cluster, crashes right away some of the time (25% of the cases?) on the following error message:libmpifort.so.12 00002AC615FAD9BC Unknown Unknown...
View ArticleIntel MPI suddenly exited
Hello,I installed intel MPI on windows 7 x64 and executed "> mpiexec -n 4 program.exe", it seemed to be running fine for about 30h and was using the appropriate resources expected. However, the...
View ArticleHow to increase performance of MPI one-sided performance with Intel MPI?
Hello,we have an application with basically two (last) sequence of actions in the domain decomposition:one set of tasks (subset a) callscall mpi_win_lock(some_rank_from_subset_b) call...
View ArticleMODULEFILE creation the easy way
If you use Environment Modules (from Sourceforge, SGI, Cray, etc) to setup and control your shell environment variables, we've created a new article on how to quickly and correctly create a...
View ArticleFault Tolerance Question
Hello there,I am trying to do some experiments with fault tolerance on MPI with FORTRAN, but I'm having troubles. I am calling the routine CALL MPI_COMM_SET_ERRHANDLER(MPI_COMM_WORLD,...
View ArticleIntel MPI gives wrong number of physical cores on core i7 Q820?
Hi,I have begun learning MPI on my Dell 4500 with a Core i7 Q820 processor (4 physical and 8 logical cores).When I run a simple program in Fortran to get the rank and size, i get 0 and 1 instead of 0...
View ArticleRun MPI job on LSF for Windows
When I ran a MPI job on Linux using LSF, I just use bsub to submit the following script file and #!/bin/bash #BSUB -n 8 #BSUB -R "OSNAME==Linux && ( SPEED>=2500 ) && ( OSREL==EE60 ||...
View ArticleMPI_Recv block a long time
hello: I get into trouble when use MPI_Recv in my programmes. My programme start 3 subprocess,and bind them to cpu 1-3 respectively. In each subprocess, first disabled interrupts , then send...
View ArticleMaximum MPI Buffer Dimension
HI,there is a maximum dimension in MPI buffer size? I have a buffer dimension problem with my MPI code when trying to MPI_Pack large arrays. The offending instruction is the first pack call:CALL...
View Article