Changes between Version 16 and Version 17 of R-MPI
- Timestamp:
- May 8, 2008, 11:57:35 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R-MPI
v16 v17 1 1 * The sample R program is from [http://ace.acadiau.ca/math/ACMMaC/Rmpi/sample.html here] 2 * Original R Program of 10 loops(without Rmpi)2 * Original R Program (without Rmpi) 3 3 {{{ 4 4 start_time <- Sys.time() … … 34 34 35 35 }}} 36 * Parallel R Program of 10 loops(with Rmpi)36 * Parallelized R Program (with Rmpi) 37 37 {{{ 38 38 # Create Start Timer