Skip to content

Commit

Permalink
add "How to run" to README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya committed May 9, 2014
1 parent aeb8f2d commit 0ae9171
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Ruby-MPI is a ruby binding of Message Passing Interface (MPI), which is an API s
== Install

# gem install ruby-mpi

== How to run
Use mpirun or mpiexec to run a script
e.g. (run with 4 processes)
# mpirun -np 4 ruby hello.rb

== Contributing to Ruby-MPI

Expand Down

0 comments on commit 0ae9171

Please sign in to comment.