Browse Source

Update 'README.md'

Pierre-Yves Barriat 6 years ago
parent
commit
9645886505
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -67,7 +67,12 @@ cd /opt/easybuild/easyconfigs/intel-2016.02
 * `eb NCL-6.4.0-intel-2018.eb -r`
 * `eb GDAL-2.2.0-intel-2018-Python-3.6.1.eb -r`
 
-Finally, run `./utils/install_modulerc_new.sh`
+Finally, run 
+
+```bash
+cd /opt/easybuild/easyconfigs/utils
+./install_modulerc_new.sh
+```
 
 ## Python2 packages
 
@@ -127,6 +132,15 @@ module purge
 
 ## R packages
 
+Fix `/opt/modules/all/R/3.4.3-foss-2017b-X11-20171023.lua` by adding:
+
+> if not isloaded("UDUNITS/2.2.26-foss-2017b") then
+> 
+>    load("UDUNITS/2.2.26-foss-2017b")
+>    
+>end
+
+
 ```bash
 module purge
 module load R