Lesson 13

Date: 4/25/2018
High Performance Computing (part II: MPI)
Linux System Administration


OpenMPI installation

Exercise
  • Login to master VM:
    virsh console master
    

  • On master, do MPI installation with apt-get
    apt-get update
    apt-get install openmpi-common openmpi-bin mpi-default-dev g++
    

  • Perform the same package installation on n01 VM.


  • Take me to the Course Website