This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tools:rtools [2024/12/12 13:12] vagudets [2024] |
tools:rtools [2025/06/13 12:33] (current) vagudets [Environment Modules] |
||
---|---|---|---|
Line 9: | Line 9: | ||
The Workstations, | The Workstations, | ||
- | For example, to load CDO and R in the workstation, you should load the corresponding modules with the ' | + | For example, to load CDO and R in the hub, you should load the corresponding modules with the ' |
- | module load CDO/1.9.8-foss-2015a | + | module load CDO/2.4.4-gompi-2023b |
- | module load R/4.1.2-foss-2015a-bare | + | module load R/4.4.1-gfbf-2023b |
+ | module load R-bundle-CRAN/ | ||
The currently maintained R module versions are: | The currently maintained R module versions are: | ||
- | * Workstations: R/4.1.2-foss-2015a-bare (See: [[https://earth.bsc.es/ | + | * BSC-ES Hub: R/4.4.1-gfbf-2023b (+ R-bundle-CRAN/ |
- | * BSC-ES Hub: R/4.2.1-foss-2021b (See: [[https:// | + | |
* Nord3v2: R/ | * Nord3v2: R/ | ||
* CTE-AMD: R/ | * CTE-AMD: R/ | ||
+ | * Nord4: R/ | ||
+ | * BSC-ES Hub (deprecated): | ||
+ | * Workstations (deprecated): | ||
Check the wiki page for each machine to see if you need to follow any additional steps to be able to load the correct modules. | Check the wiki page for each machine to see if you need to follow any additional steps to be able to load the correct modules. | ||
Line 69: | Line 72: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ====2025==== | ||
+ | * R tools user meeting (Hybrid Mode, 05/ | ||
+ | * R tools user meeting (Hybrid Mode, 03/ | ||
+ | * R tools user meeting (Hybrid Mode, 06/ | ||
+ | |||
====2024==== | ====2024==== | ||
Line 79: | Line 88: | ||
* R tools user meeting (Hybrid Mode, 04/ | * R tools user meeting (Hybrid Mode, 04/ | ||
* R tools user meeting (Hybrid Mode, 01/ | * R tools user meeting (Hybrid Mode, 01/ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
====2023==== | ====2023==== | ||
Line 280: | Line 284: | ||
This package could be used by loading the following modules (note that order may affect): | This package could be used by loading the following modules (note that order may affect): | ||
- | (on workstation) | + | (on nord4) |
- | module load R/ | + | |
- | module load GDAL/ | + | |
- | module load PROJ/ | + | |
- | module load GEOS/ | + | |
- | + | ||
- | (on nord3v2) | + | |
module load R/ | module load R/ | ||
module load GDAL/ | module load GDAL/ | ||
module load PROJ/ | module load PROJ/ | ||
module load GEOS/ | module load GEOS/ | ||
- | | + | |
(on hub) | (on hub) | ||
+ | module load R/ | ||
+ | module load R-bundle-CRAN/ | ||
+ | module load GEOS/ | ||
+ | module load GDAL/ | ||
+ | module load PROJ/ | ||
+ | |||
+ | (on bsceshub02 (deprecated)) | ||
module load R/ | module load R/ | ||
module load GDAL/ | module load GDAL/ | ||
module load PROJ/ | module load PROJ/ | ||
module load GEOS/ | module load GEOS/ | ||
+ | | ||
+ | (on workstation) | ||
+ | module load R/ | ||
+ | module load GDAL/ | ||
+ | module load PROJ/ | ||
+ | module load GEOS/ | ||
Note: Avoid to include them in your bashrc, just load them when it is a requirement. | Note: Avoid to include them in your bashrc, just load them when it is a requirement. |