sorry if my question was described insufficiently.
I downloaded openmpi-1.3.3.tar.gz from
www..open-mpi.org
and I followed the following commands:
1. tar zxf openmpi-1.3.3.tar.gz
2. cd openmpi-1.3.3
3. su
[entered root's password]
4. mkdir build
5. cd build
6. ../configure
7. make all install