[mvapich-discuss] MVAPICH2 Installation / Configuration help

Jaidev Sridhar sridharj at cse.ohio-state.edu
Mon Jul 7 12:36:55 EDT 2008


Hi Alex,

mpispawn is a utility that mpirun_rsh starts on all nodes. 

Can you check if 
a) mpispawn is installed in $MVAPICH2_HOME/bin (i.e., same directory as
mpirun_rsh) on all nodes and
b) $PATH (including $MVAPICH2_HOME/bin) is being propagated correctly

-Jaidev

On Mon, 2008-07-07 at 16:21 +0000, Theodore, Alex wrote:
> I’ve installed MVAPICH2 (mvapich2-1.2rc1) with the following options: 
> 
>  
> 
> ./configure --prefix=/opt/mvapich2 --with-rdma=gen2 --enable-f90
> --enable-f77 --enable-mpe
> 
> make 
> 
> make install
> 
>  
> 
> Then I configured the following environment variables in ~/.bashrc:
> 
>  
> 
> export MVAPICH2_HOME=/opt/mvapich2
> 
> export PATH=$MVAPICH2_HOME/bin:$MVAPICH2_HOME/sbin:$PATH
> 
> export MANPATH=$MVAPICH2_HOME/man:$MANPATH
> 
>  
> 
> When I try to run the application it doesn’t seem to work properly:
> 
>  
> 
> 1)     Created file called “hosts1” with four compute nodes… each
> host’s hostname on one line 
> 
> 2)     Created .mpd.conf and .mpdpasswd with password on head node,
> and distributed to compute nodes
> 
> 3)     Ran “mpirun_rsh -ssh -np 4
> -hostfile /root/MPI/hosts1 ./test-alex-bcast” with following output
> 
>  
> 
> /usr/bin/env: mpispawn: No such file or directory
> 
>  
> 
> Child exited abnormally!
> 
> cleanupKilling remote processes.../usr/bin/env: mpispawn: No such file
> or directory
> 
> /usr/bin/env: mpispawn: No such file or directory
> 
> /usr/bin/env: mpispawn: No such file or directory
> 
> DONE
> 
>  
> 
> What am I missing?  I’m sure this is likely a configuration issue..
> any help / guidance would be greatly appreciated.
> 
>  
> 
> Thanks,
> 
>  
> 
> Alex
> 
>  
> 
>  
> 
>  
> 
>  
> 
> 
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss



More information about the mvapich-discuss mailing list