Learn R Programming

bio3d (version 2.3-4)

setup.ncore: Setup for Running Bio3D Functions using Multiple CPU Cores

Description

Internally used in parallelized Bio3D functions.

Usage

setup.ncore(ncore, bigmem = FALSE)

Arguments

ncore

User set (or default) value of ‘ncore’.

bigmem

logical, if TRUE also check the availability of ‘bigmemory’ package.

Value

The actual value of ‘ncore’.

Details

Check packages and set correct value of ‘ncore’.

Examples

Run this code
# NOT RUN {
   setup.ncore(NULL)
   setup.ncore(1)
#   setup.ncore(2)
# }

Run the code above in your browser using DataLab