close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 8, 2008, 11:57:35 AM (18 years ago)
- Author:
-
chris
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 |