MPI Ruby Home

mpi_ruby

Description

mpi_ruby is the Ruby interpreter for the MPI Ruby environment

Invocation and Command Line Arguments

mpi_ruby is run as any other MPI program, usually with mpirun. For example, to run a script 'mpi_ruby_prog.rb', you might use this line:

mpirun -np 5 mpi_ruby mpi_ruby_prog.rb

All command line arguments after mpi_ruby in this line are the same as for ruby(1).

See Also

ruby(1), mpirun(1)







Contact Emil Ong about issues concerning this page.