Skip to content

Execute Program

Takeshi Akuhara edited this page Jan 30, 2019 · 5 revisions

Execute Program

The program can be executed as follows after setting a path to the bin directory of this software package:

mpirun -np (N_proc) rf_inv.

  • N_proc is a number of processes used in a parallel computation.
  • Each process carries out N_chains MCMC sampling.
  • The program requires that a parameter file, params.in, exists in the current directory.

Clone this wiki locally