Differences

This shows you the differences between two versions of the page.

Link to this comparison view

installation_linux_mpi [2017/01/16 15:46]
y.audouin [Installation of MPI on Linux]
installation_linux_mpi [2017/03/24 13:59] (current)
y.audouin [Small test]
Line 32: Line 32:
 Type in a terminal: Type in a terminal:
 <box round> <box round>
-''​mpif90 hello_world.-o hello_world''​\\+''​mpif90 hello_world.f90 -o hello_world''​\\
 ''​mpiexec -n 4 ./​hello_world''​ ''​mpiexec -n 4 ./​hello_world''​
 </​box>​ </​box>​