LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Tim Prince (tprince_at_[hidden])
Date: 2007-11-25 21:23:50


GQ Chen wrote:

> ../configure --prefix=/home/guchen/lam_7.0.6_intel
> --with-fc=/opt/intel/ fce/10.0.023/bin/ifort
> CC=/opt/intel/cc/10.0.023/bin/icc CXX=/opt/intel/cc/10.0.023/bin/icpc
>

> /home/guchen/lam_7.0.6_intel/bin/mpirun -np 2 ./hello
>
> The code just hanged on there with no message. After I did some
> tracing, the code just hanged on at that line of
> MPI_Init(&argc, &argv);
>
Did you set LD_LIBRARY_PATH to include intel/fce/10.0.023/lib ?