|
mpi_rubyDescriptionmpi_ruby is the Ruby interpreter for the MPI Ruby environment Invocation and Command Line Argumentsmpi_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 Alsoruby(1), mpirun(1) Contact Emil Ong about issues concerning this page. |