ucs.orst.edu kowallih
daphy.physics.orst.edu hans
goophy.physics.orst.edu hans
mango.physics.orst.edu hans
banana.physics.orst.edu hans
coconut.physics.orst.edu hans
papaya.physics.orst.edu hans
This is part of my .rhosts file at the Physics Department at Oregon State University. Goophy and daphy are DEC alphas, ucs is the main mail machine on campus and the tropical fruits are IBM RS6000. If your login name is the same on all machines then you can leave the field with the login name blank, but it doesn't hurt to put it in.
setenv PVM_ROOT /usr/local/pvm3
setenv PVM_ARCH `$PVM_ROOT/lib/pvmgetarch`
setenv XPVM_ROOT /usr/local/pvm3/xpvm
set path=($path $PVM_ROOT/lib)
set path=($path $PVM_ROOT/lib/$PVM_ARCH)
If there is no pvm3 directory in /usr/local then you have to change the first entry to whatever directory holds these files.
mkdir $HOME/pvm3/bin/PVM_ARCH
where PVM_ARCH is the PVM code for the architecture. At the Physics Department
a normal user has acess to two DEC alphas and six IBM RS6000 and has to create
the directories,
$HOME/pvm3/bin/ALPHA
$HOME/pvm3/bin/RS6K
If you have access to different computers, you can find the PVM code for its
architecture on this list or you can
use the PVM function pvmgetarch to get this information. Log into the
computer you want to use, type
pvmgetarch
and the PVM code for this architecture will be displayed.