Software Archive
Read-only legacy content
17061 Discussions

MPI with hpcg application killed signal 9

YangHun_P_
Beginner
818 Views

I bought Intel Parallel Studio XE 2015 Cluster version for running MPI framework.

After make for co-processor only mode using -mmic option, run hpcg applicaiton.

Command that I used : mpiexec.hydra -iface mic0 -host mic0 -n 200 ./xhpcg

mic0 uses network file system sharing the same directory which I run.

But just I returned APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)

So, I used -genv I_MPI_HYDRA_DEBUG option.

The results are attached in this post that file name is log.txt

What causes this problem?

 

0 Kudos
2 Replies
TimP
Honored Contributor III
818 Views

Are you following a worked example?  The recommendation I saw quotes 1 mpi rank per coprocessor using openmp threading across all cores but one.

0 Kudos
Kevin_D_Intel
Employee
818 Views

You may already be aware of this reference, but if not, the article about the Intel® Optimized Technology Preview for High Performance Conjugate Gradient Benchmark discusses building and running hpcg and includes details for Xeon Phi™.

For some reason the log file you uploaded is not being found when clicking to download or view it so please try re-uploading that if the reference above does not help in resolving the failure you encountered.

0 Kudos
Reply