Changes between Initial Version and Version 1 of R-MPI


Ignore:
Timestamp:
Apr 25, 2008, 6:40:03 PM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI

    v1 v1  
     1* Testing the sample R program from www
     2 * Original R Program (without Rmpi)
     3 * Parallel R Program (with Rmpi)
     4 * Here are the running times(secs) with different times of loops of origianl R:
     5{{{
     610 loops : 1.087226
     720 loops : 3.395167
     830 loops : 7.027248
     940 loops : 11.95344
     1050 loops : 17.02942
     1160 loops : 23.54457
     1270 loops : 32.23314
     1380 loops : 42.41104
     1490 loops : 53.88992
     15100 loops : 64.43279
     16}}}
     17
     18 * And Here are the running times(secs) with diffrent times of loops of PARALLEL R (Rmpi):
     19{{{
     2010 loops : 1.759266
     2120 loops : 2.582305
     2230 loops : 4.262631
     2340 loops : 6.176133
     2450 loops : 8.695369
     2560 loops : 12.00457
     2670 loops : 16.19619
     2780 loops : 20.33303
     2890 loops : 25.45973
     29100 loops : 30.71952
     30}}}
     31
     32* The Curve is like this:
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44