Changes between Version 10 and Version 11 of R-MPI_Install
- Timestamp:
- Mar 20, 2008, 10:53:07 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R-MPI_Install
v10 v11 33 33 ---- 34 34 == 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 {{{ 38 root@client-01:/opt# mpdboot -n 3 -f /root/mpich2-1.0.7rc1/mpd.hosts 39 root@client-01:/opt# mpdtrace 40 client-01 41 client-03 42 client-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 {{{ 47 root@client-01:/opt# wget http://ace.acadiau.ca/math/ACMMaC/Rmpi/task_pull.R 48 root@client-01:/opt# mpirun -np 1 R --slave CMD BATCH task_pull.R 49 }}} 50 35 51 * Simple check of R-MPI environment 36 52 * Reference code from [http://ace.acadiau.ca/math/ACMMaC/Rmpi/sample.html Rmpi Sample Program], Acadia Centre for Mathematical Modelling and Computation … … 51 67 }}} 52 68 * For more test program, please reference [http://www.math.ncu.edu.tw/~chenwc/R_note/index.php?item=Rmpi R_note]. 69 70 71 53 72 ---- 54 73 == 5.Reference ==