Changes between Version 22 and Version 23 of cypress/R


Ignore:
Timestamp:
01/12/21 13:25:12 (3 years ago)
Author:
cbaribault
Comment:

In "R Modules" added more detail to "module avail" and reference to Intel's MKL.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/R

    v22 v23  
    44
    55== R Modules ==
    6 As of June 7, 2019 the following versions of R are available on Cypress as modules.
    7 
    8 * R/3.1.2(default)
    9 * R/3.2.4
    10 * R/3.2.5-intel
    11 * R/3.3.1-intel
    12 * R/3.4.1-intel
    13 * R/3.5.2-intel
     6You can list the versions of R available on Cypress as modules with the '''module avail''' command as in the following example.
     7
     8{{{
     9[tulaneID@cypress1 ~]$module avail R
     10--------------------------------------- /share/apps/modulefiles ----------------------------------------
     11R/3.1.2(default) R/3.2.5-intel    R/3.4.1-intel    R/3.6.1-intel
     12R/3.2.4          R/3.3.1-intel    R/3.5.2-intel    ROOT/5.34.36
     13}}}
     14
     15Observe in the output above that some R modules have names ending with the string 'intel'.
     16These modules have been constructed with links to Intel's Math Kernel Library (MKL) for performing certain computations using the Xeon Phi coprocessors.
     17See [[cypress/XeonPhi]].
    1418
    1519== Running R Interactively ==