Changes between Initial Version and Version 1 of R-MPI_Problem


Ignore:
Timestamp:
Apr 1, 2008, 3:30:55 PM (17 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI_Problem

    v1 v1  
     1 * run in kerrighed, meet out of memory error message
     2   * Enable Kerrighed USE_REMOTE_MEMORY
     3{{{
     4$ R
     5# justRMA original limit: 145 CELs
     6setwd("/home/mnt/chris_rmpi/cel_data_mixed")
     7rm(list=ls())
     8dir()
     9library(affy)
     10CELNames<-dir(".", "[.]CEL")
     11CELNames<-CELNames[1:305]
     12data <- justRMA(filenames=CELNames)
     13
     14$ dmesg
     15
     16}}}
     17
     18   * Don't enable Kerrighed USE_REMOTE_MEMORY
     19{{{
     20$ dmesg
     21Out of memory: kill process 37159 (avahi-daemon) score 630 or a child
     22Killed process 37159 (avahi-daemon)
     23518032 pages of RAM
     24288656 pages of HIGHMEM
     255714 reserved pages
     2692 pages shared
     270 pages swap cached
     280 pages dirty
     290 pages writeback
     300 pages mapped
     315771 pages slab
     32592 pages pagetables
     33}}}