Changes between Version 5 and Version 6 of R-MPI_Install


Ignore:
Timestamp:
Mar 19, 2008, 8:59:13 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI_Install

    v5 v6  
    3434----
    3535== 4.Test for Rmpi ==
     36 * Check R-MPI environment
     37{{{
     38# R
     39> if (!is.loaded("mpi_initialize")) {
     40+ library("Rmpi")
     41+ }
     42}}}
     43 * If you did not install LAM/MPI, you should see this message
     44{{{
     45> if (!is.loaded("mpi_initialize")) {
     46+ library("Rmpi")
     47+ }
     48
     49        LAM/MPI runtime environment is not operating.
     50        Starting LAM/MPI runtime environment.
     51}}}
    3652----
    3753== 5.Reference ==