Installation: PVM
- 3. Install PVM message passing library
- Download from http://www.csm.ornl.gov/pvm
- Modify .bashrc to set PVM_ROOT to where PVM was installed: export PVM_ROOT=/usr/share/pvm3
- Modify .bashrc to set PVM_RSH to the ssh executable: export PVM_RSH=/usr/bin/ssh
- Build PVM (``cd $PVM_ROOT; make'')
- Test PVM
- % pvm
- pvm> add otherhost
- pvm> halt
Notes:
No notes for slide 9