I searching on internet how to download the MPICH in my laptop, and something is going wrong... I don't know what is happening. I am using ubuntu 18.04. Someone know any good installation video, or doc to use and download it? I am trying to do the installation since 3 days and I can't... Sorry for the silly question
1. Install mpich from the default Ubuntu repositories.
2. Copy the below hello world C code into a new file named mpi_hello_world.c and save.
3. Change directories to the directory which contains mpi_hello_world.c, then compile and run the code with the following commands.