Quantcast
Channel: Recent posts
Browsing latest articles
Browse All 21 View Live

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 Article



fault 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 Article

Fault-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 Article

Suspend 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 Article

Openmp 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 Article


Intel 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 Article

Wrong 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 Article

MPI 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 Article


Dynamically 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 Article


Silent 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
Browsing latest articles
Browse All 21 View Live




Latest Images