- Use your credentials to ssh into rlogin.cs.vt.edu
ssh user@rlogin.cs.vt.edu
- Load openmpi module to get acces to mpi compilers
module add mpi/openmpi-x86_64
- Create/edit your MPI program. You can use
vim
to edit your files in the terminal. Here we will usevim mpiTest.c
and type in a simple hello world example: