* MPI programming (Parallel computing) by Fortran [#id8515ca] ** mpif90 or mpif77 is compiler [#n68ec2c6] ** made by R. Saito 2009.11.11 ver. 1.0 [#g81e8bb3] ** mpirun -np 4 ./a.out is a running command. [#fb9e1f3d] *** mpif90 or mpif77 is compiler [#n68ec2c6] ** If it does not work, it means that setting for mpich is not good. [#ndabcb91] *** mpirun -np 4 ./a.out is a running command. [#fb9e1f3d] + If it does not work, it means that setting for mpich is not good. [#ndabcb91] In the default setting, it should work. ** We will put examples for calculating mpi code for Do loops. [#lc5071fe] + We will put examples for calculating mpi code for Do loops. [#lc5071fe] ** Scalapack is MPI Lapack subroutime. The examples should be put here, too. [#l233991e] *** Scalapack is MPI Lapack subroutime. The examples should be put here, too. [#l233991e] ** Links [#db4fa53d] *** [[mpi FORTRAN90 Examples:http://people.sc.fsu.edu/~burkardt/f_src/mpi/mpi.html]] [#e75e8e23]