Changes between Version 35 and Version 36 of RoseCylc/Hints
- Timestamp:
- 21/12/15 12:40:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v35 v36 14 14 === Switching versions of Rose and/or cylc === 15 15 16 * On **puma** and **MONSooN** export the variables: {{{CYLC_VERSION=x.y.z}}} and {{{ROSE_VERSION=YYYY.MM.DD}}} 17 * On **Archer** use {{{module switch}}} command. It is advisable to use the same versions of Rose and Cylc on puma and Archer. 16 Use these variables: 17 {{{ 18 export CYLC_VERSION=x.y.z 19 export ROSE_VERSION=YYYY.MM.DD 20 }}} 21 Note: You should use same versions of Rose and Cylc on puma and Archer. 18 22 19 23 === Viewing the suite run graph without running ===