- 积分
- 718
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-7-10
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
mpirun -n 2 ifort hello.f90
[mpiexec@ntre01] HYDU_getfullhostname (../../utils/others/others.c:146): getaddrinfo error (hostname: ntre01, error: Name or service not known)
[mpiexec@ntre01] HYDU_sock_create_and_listen_portstr (../../utils/sock/sock.c:1094): unable to get local hostname
[mpiexec@ntre01] HYD_pmci_launch_procs (../../pm/pmiserv/pmiserv_pmci.c:354): unable to create PMI port
[mpiexec@ntre01] main (../../ui/mpich/mpiexec.c:1035): process manager returned error launching processes
bashrc文件如下,看下是有问题吗
PATH=/usr/local/netcdf/bin:$PATH
source /opt/intel/bin/compilervars.sh intel64
source /opt/intel/bin/ifortvars.sh intel64
source /opt/intel/bin/iccvars.sh intel64
export PATH=/opt/zlib/include:/opt/zlib/lib:$PATH
export PATH=/opt/intel/impi/5.0.3.048/bin64:/opt/intel/bin:/usr/local/netcdf/bin:/usr/bin:/usr/sbin:$HOME:$PATH
export PATH=$PATH:/opt/intel/impi/5.0.3.048/include64:/opt/intel/impi/5.0.3.048/lib64:/usr/local/netcdf/lib:/usr/local/netcdf/include:/usr/local/lib
export PATH=/opt/zlib/include:/opt/zlib/lib:$PATH
export CPPFLAGS="-I/opt/zlib/include"
export LDFLAGS="-L/opt/zlib/lib"
export FC=ifort
export F90=ifort
export F77=ifort
export CC=icc
export CXX=icpc
|
|