Changes between Version 17 and Version 18 of cypress/R
- Timestamp:
- 08/21/19 16:22:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/R
v17 v18 4 4 5 5 == R Modules == 6 As of Ju ly 31st, 2017 there are five versions of R installed on Cypress in the modules6 As of June 7, 2019 the following versions of R are available on Cypress as modules. 7 7 8 8 * R/3.1.2(default) … … 11 11 * R/3.3.1-intel 12 12 * R/3.4.1-intel 13 * R/3.5.2-intel 13 14 14 15 == Running R Interactively == … … 24 25 25 26 {{{ 26 [tulaneID@cypress1 pp-1.6.4]$ idev27 Requesting 1 node(s) task(s) to normal queue of defqpartition27 [tulaneID@cypress1 ~]$ idev 28 Requesting 1 node(s) task(s) to workshop queue of workshop partition 28 29 1 task(s)/node, 20 cpu(s)/task, 2 MIC device(s)/node 29 30 Time: 0 (hr) 60 (min). 30 Submitted batch job 52311 31 Seems your requst is pending. 32 JOBID=52311 begin on cypress01-035 33 --> Creating interactive terminal session (login) on node cypress01-035. 31 Submitted batch job 1164332 32 JOBID=1164332 begin on cypress01-121 33 --> Creating interactive terminal session (login) on node cypress01-121. 34 34 --> You have 0 (hr) 60 (min). 35 [tulaneID@cypress01-035 pp-1.6.4]$ 35 --> Assigned Host List : /tmp/idev_nodes_file_tuhpc002 36 Last login: Wed Aug 21 15:56:37 2019 from cypress1.cm.cluster 37 [tulaneID@cypress01-121 ~]$ 38 }}} 39 40 ==== For Workshop ==== 41 If you use a temporary workshop account, in order to use only 2 cpu's per node and thus allow for sharing of nodes among many users, do this. 42 {{{ 43 [tulaneID@cypress1 ~]$ idev -c 2 36 44 }}} 37 45 … … 39 47 40 48 {{{ 41 [tulaneID@cypress01- 035 pp-1.6.4]$ module load R/3.2.442 [tulaneID@cypress01- 035 pp-1.6.4]$ module list49 [tulaneID@cypress01-121 ~]$ module load R/3.2.4 50 [tulaneID@cypress01-121 ~]$ module list 43 51 Currently Loaded Modulefiles: 44 1) git/2.4.1 3) idev 5) R/3.2.445 2) slurm/14.03.0 4) bbcp/amd64_rhel6052 1) slurm/14.03.0 3) bbcp/amd64_rhel60 53 2) idev 4) R/3.2.4 46 54 }}} 47 55 … … 49 57 50 58 {{{ 51 [tulaneID@cypress01- 035 pp-1.6.4]$R59 [tulaneID@cypress01-121 ~]$R 52 60 53 61 R version 3.2.4 (2016-03-10) -- "Very Secure Dishes"