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 ?
|