<DIV> </DIV>
<DIV><includetail>
<DIV>It works.</DIV>
<DIV>Thank you very much.</DIV>
<DIV> </DIV>
<DIV>It is really ...</DIV>
<DIV>I appreciate your help.</DIV>
<DIV> </DIV>
<DIV>Have a good day.</DIV>
<DIV> </DIV>
<DIV style="COLOR: #000">
<DIV style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; FONT-FAMILY: Arial Narrow">------------------ 原始邮件 ------------------</DIV>
<DIV style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px">
<DIV id=menu_sender><B>发件人:</B> "Pavan Balaji"<balaji@mcs.anl.gov>;</DIV>
<DIV><B>发送时间:</B> 2011年7月26日(星期二) 中午1:24</DIV>
<DIV><B>收件人:</B> "游手好闲"<66152764@qq.com>; <WBR></DIV>
<DIV><B>抄送:</B> "mpich-discuss"<mpich-discuss@mcs.anl.gov>; <WBR></DIV>
<DIV><B>主题:</B> Re: 回复: 回复: 回复: 回复: [mpich- discuss] 转发:回复: hydra_pmi_proxy: error while loading shared libraries:libimf.so: cannot open shared object file: No such file or directory</DIV></DIV>
<DIV> </DIV><BR>See http://linux.die.net/man/1/bash<BR><BR>.bash_profile is executed on login shells. For non-login shells, you <BR>need to edit .bashrc. Looks like you add LD_LIBRARY_PATH to the wrong file.<BR><BR> -- Pavan<BR><BR>On 07/26/2011 12:19 AM, 游手好闲 wrote:<BR>> [root@hksbs-s11 ~]# ssh hksbs-s13.com env | grep LD_LIBRARY_PATH<BR>> [root@hksbs-s11 ~]#<BR>> [root@hksbs-s11 ~]# env | grep LD_LIBRARY_PATH<BR>> LD_LIBRARY_PATH=/opt/intel/cce/10.1.018/lib:/opt/intel/Compiler/11.1/064/lib/intel64<BR>> DYLD_LIBRARY_PATH=/opt/intel/cce/10.1.018/lib:/opt/intel/cce/10.1.018/lib<BR>> [root@hksbs-s11 ~]#<BR>> [root@hksbs-s13 ~]# ssh hksbs-s13.com env | grep LD_LIBRARY_PATH<BR>> [root@hksbs-s13 ~]# env | grep LD_LIBRARY_PATH<BR>> LD_LIBRARY_PATH=/opt/intel/cce/10.1.018/lib:/opt/intel/Compiler/11.1/064/lib/intel64<BR>> DYLD_LIBRARY_PATH=/opt/intel/cce/10.1.018/lib:/opt/intel/cce/10.1.018/lib<BR>> ------------------ 原始邮件 ------------------<BR>> *发件人:* "Pavan Balaji"<balaji@mcs.anl.gov>;<BR>> *发送时间:* 2011年7月26日(星期二) 中午1:16<BR>> *收件人:* "游手好闲"<66152764@qq.com>;<BR>> *抄送:* "mpich-discuss"<mpich-discuss@mcs.anl.gov>;<BR>> *主题:* Re: 回复: 回复: 回复: [mpich- discuss] 转发:回复:<BR>> hydra_pmi_proxy: error while loading shared libraries:libimf.so: cannot<BR>> open shared object file: No such file or directory<BR>><BR>> Ah, sorry, I misread your previous email. Can you try running this:<BR>><BR>> % ssh hksbs-s13.com env | grep LD_LIBRARY_PATH<BR>><BR>> -- Pavan<BR>><BR>> On 07/25/2011 10:26 PM, 游手好闲 wrote:<BR>> > I mean, when i run<BR>> > [root@hksbs-s13 ~]#/opt/mpich2-1.4/bin/hydra_pmi_proxy<BR>> > [proxy:unset@hksbs-s13.com] HYD_pmcd_pmip_get_params<BR>> > (./pm/pmiserv/pmip_utils.c:732): server name not available<BR>> > [proxy:unset@hksbs-s13.com] main (./pm/pmiserv/pmip.c:187): bad<BR>> > parameters passed to the proxy<BR>> > when i run<BR>> > [root@hksbs-s13 ~]# ssh hksbs-s13.com /opt/mpich2-1.4/bin/hydra_pmi_proxy<BR>> > /opt/mpich2-1.4/bin/hydra_pmi_proxy: error while loading shared<BR>> > libraries: libimf.so: cannot open shared object file: No such file or<BR>> > directory<BR>> > although in the same node(hksbs-s13.com), if I use ssh or not ,the<BR>> > result is different.<BR>> > Just like when I don't set<BR>> > export LD_LIBRARY_PATH= ** in ~/.bash_profile<BR>> > because<BR>> > source /opt/intel/Compiler/11.1/064/bin/ifortvars.sh intel64<BR>> > has the same effect.<BR>> > [root@hksbs-s13 ~]# ssh 10.33.15.233 /opt/mpich2-1.4/bin/hydra_pmi_proxy<BR>> > /opt/mpich2-1.4/bin/hydra_pmi_proxy: error while loading shared<BR>> > libraries: libimf.so: cannot open shared object file: No such file or<BR>> > directory<BR>> > ------------------ 原始邮件 ------------------<BR>> > *发件人:* "Pavan Balaji"<balaji@mcs.anl.gov>;<BR>> > *发送时间:* 2011年7月26日(星期二) 中午11:14<BR>> > *收件人:* "游手好闲"<66152764@qq.com>;<BR>> > *抄送:* "mpich-discuss"<mpich-discuss@mcs.anl.gov>;<BR>> > *主题:* Re: 回复: 回复: [mpich- discuss] 转发:回复: hydra_pmi_proxy:<BR>> > error while loading shared libraries:libimf.so: cannot open shared<BR>> > object file: No such file or directory<BR>> ><BR>> > > [root@hksbs-s13 ~]# ssh 10.33.15.233<BR>> > > /opt/mpich2-1.4/bin/hydra_pmi_proxy<BR>> > > /opt/mpich2-1.4/bin/hydra_pmi_proxy: error while loading shared<BR>> > > libraries: libimf.so: cannot open shared object file: No such file or<BR>> > > directory<BR>> > ><BR>> > > the result is same.<BR>> ><BR>> > The output of the above ssh command is clearly different from what you<BR>> > sent earlier. Do you mean the mpiexec command's result is the same?<BR>> ><BR>> > -- Pavan<BR>><BR>> --<BR>> Pavan Balaji<BR>> http://www.mcs.anl.gov/~balaji<BR><BR>-- <BR>Pavan Balaji<BR>http://www.mcs.anl.gov/~balaji<BR></DIV></includetail></DIV>