Displaying 2 results from an estimated 2 matches for "loneres01".
2005 Jun 10
1
Performance difference between 32-bit build and 64-bit build on Solaris 8
...Both builds are installed on the same
machine, and the same disk. The machine has virtually no load; R is
one of the only processes running during these timings:
First comparison: solve on a large matrix
>echo 'set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))' |
/disk/loneres01/R-2.1.0-32bit/bin/R -q --vanilla
> set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))
[1] 713.45 0.38 713.93 0.00 0.00
>
>echo 'set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))' |
/disk/loneres01/R-2.1.0-64bit/bin/R -q --vanilla
> set.seed(1);M&...
2005 Jun 11
2
Performance difference between 32-bit build and 64-bit bu ild on Solaris 8
...same
> machine, and the same disk. The machine has virtually no load; R is
> one of the only processes running during these timings:
>
> First comparison: solve on a large matrix
>
> >echo 'set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))' |
> /disk/loneres01/R-2.1.0-32bit/bin/R -q --vanilla
> > set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))
> [1] 713.45 0.38 713.93 0.00 0.00
> >
>
> >echo 'set.seed(1);M<-matrix(rnorm(9e6),3e3);system.time(solve(M))' |
> /disk/loneres01/R-2.1.0-64bit/bin/R -q...