Changes between Version 10 and Version 11 of R-MPI_Install


Ignore:
Timestamp:
Mar 20, 2008, 10:53:07 AM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI_Install

    v10 v11  
    3333----
    3434== 4.Test for Rmpi ==
     35 * At first, you need to start mpi at Master mode (such as client-01).[[BR]]
     36   For example, mpich2,
     37{{{
     38root@client-01:/opt# mpdboot -n 3 -f /root/mpich2-1.0.7rc1/mpd.hosts
     39root@client-01:/opt# mpdtrace
     40client-01
     41client-03
     42client-02
     43}}}
     44 * Test for [http://ace.acadiau.ca/math/ACMMaC/Rmpi/task_pull.R example program][[BR]]
     45   '''Notice''' that this example has a plot in it so trying it in X-windows.
     46{{{
     47root@client-01:/opt# wget http://ace.acadiau.ca/math/ACMMaC/Rmpi/task_pull.R
     48root@client-01:/opt# mpirun -np 1 R --slave CMD BATCH task_pull.R
     49}}}
     50
    3551 * Simple check of R-MPI environment
    3652   * Reference code from [http://ace.acadiau.ca/math/ACMMaC/Rmpi/sample.html Rmpi Sample Program], Acadia Centre for Mathematical Modelling and Computation
     
    5167}}}
    5268 * For more test program, please reference [http://www.math.ncu.edu.tw/~chenwc/R_note/index.php?item=Rmpi R_note].
     69
     70
     71
    5372----
    5473== 5.Reference ==