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 |
| 6 | You 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 ---------------------------------------- |
| 11 | R/3.1.2(default) R/3.2.5-intel R/3.4.1-intel R/3.6.1-intel |
| 12 | R/3.2.4 R/3.3.1-intel R/3.5.2-intel ROOT/5.34.36 |
| 13 | }}} |
| 14 | |
| 15 | Observe in the output above that some R modules have names ending with the string 'intel'. |
| 16 | These modules have been constructed with links to Intel's Math Kernel Library (MKL) for performing certain computations using the Xeon Phi coprocessors. |
| 17 | See [[cypress/XeonPhi]]. |