1 |
827b4b87
|
Adam M. Wilson @ pfe
|
|
2 |
|
|
R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
|
3 |
|
|
Copyright (C) 2012 The R Foundation for Statistical Computing
|
4 |
|
|
ISBN 3-900051-07-0
|
5 |
|
|
Platform: x86_64-unknown-linux-gnu (64-bit)
|
6 |
|
|
|
7 |
|
|
R is free software and comes with ABSOLUTELY NO WARRANTY.
|
8 |
|
|
You are welcome to redistribute it under certain conditions.
|
9 |
|
|
Type 'license()' or 'licence()' for distribution details.
|
10 |
|
|
|
11 |
|
|
R is a collaborative project with many contributors.
|
12 |
|
|
Type 'contributors()' for more information and
|
13 |
|
|
'citation()' on how to cite R or R packages in publications.
|
14 |
|
|
|
15 |
|
|
Type 'demo()' for some demos, 'help()' for on-line help, or
|
16 |
|
|
'help.start()' for an HTML browser interface to help.
|
17 |
|
|
Type 'q()' to quit R.
|
18 |
|
|
|
19 |
|
|
> # Echo out library paths
|
20 |
|
|
> .libPaths()
|
21 |
|
|
[1] "/home1/awilso10/R/x86_64-unknown-linux-gnu-library/2.15"
|
22 |
|
|
[2] "/nasa/R/2.15.1/lib64/R/library"
|
23 |
|
|
>
|
24 |
|
|
> # Load the R MPI package if it is not already loaded
|
25 |
|
|
> if (!is.loaded("mpi_initialize")) {
|
26 |
|
|
+ library("Rmpi")
|
27 |
|
|
+ }
|