loop is not vectorized
Hi,I am experimenting with the auto vectorization functionality of Intel compiler. However, the following loop cannot be vectorized. for (k=0; k < nz; k++) { for (j=0; j < ny; j++) { #pragma...
View Articlefault tolerance in MPI programs
Hi,I am working on a fault-tolerant MPI program. My goal is that when one of the compute nodes fails due to network or hardware issue, the other nodes won't be affected. I am now using...
View ArticleFault-tolerant MPI program
Hi,I am working on a fault-tolerant MPI program. My goal is that when one of the compute nodes fails due to network or hardware issue, the other nodes won't be affected. I am now using...
View ArticleSuspend an MPI job
Hi,How can I suspend all the processes in an MPI job? I tried to use I_MPI_JOB_SIGNAL_PROPAGATION but it didn't seem to work. I am using Intel MPI 4.0.1.007. Thanks.Jacky
View ArticleOpenmp aborted without error message
Hi,I am compiling and linking an application, but have got problems with openmp. My application is compiled using gcc 4.6.1, but uses some existing vendor modules, which requires libomp5. I link the...
View ArticleIntel MPI on Windows Authorization questions
Hi,I am running Intel MPI on my laptop with Windows Vista. I am now a little confused regarding the authorization process, and hope someone could help me with it. First, I am able to avoid giving...
View ArticleWrong results by Intel MPI 4.0.3.006?
HiI am using Intel MPI 4.0.3.006 to run my application, and found that the generated outputs were different from those generated using older version of MPI. I tried with MPICH2-1.4 and got the same...
View ArticleMPI program hangs when running on multiple cores over IPoIB (Windows)
Hi,I have an MPI program, which runs fine on a Windows cluster over Ethernet. When I run it using IPoIB and start one processor on each node, there's also no problem. However, when I try to start...
View ArticleDynamically start MPI processes
Hi,I have a master/slave type MPI program, and I'd like the master to dynamically spawn the slave processes. I tried MPI_Comm_spawn, but it seems that I could only start slave processes on nodes where...
View ArticleSilent installation of Intel MPI for Windows
Hi,I was trying to install Intel MPI for Windows (w_mpi-rt_p_5.1.3.180.exe) silently on the compute nodes of a Windows HPC cluster. I followed the instruction here:...
View Article