|
@@ -41,18 +41,30 @@ Check if you have the lastest easybuild version:
|
|
|
|
|
|
```bash
|
|
|
sudo pip install easybuild --upgrade
|
|
|
+cd /opt/easybuild/easyconfigs/foss-2017b
|
|
|
```
|
|
|
|
|
|
Then call `screen` and :
|
|
|
-* `eb iccifort-2018.0.128-GCC-6.4.0-2.28.eb -r`
|
|
|
+
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./R-3.4.3-foss-2017b-X11-20171023.eb`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 netCDF-Fortran-4.4.4-foss-2017b.eb -r`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./netCDF-4.4.1.1-foss-2017b-HDF5-1.8.19.eb -r`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./CDO-1.9.2-foss-2017b.eb -r`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./NCO-4.7.1-foss-2017b.eb -r`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 Python-3.6.3-foss-2017b.eb -r`
|
|
|
+
|
|
|
+```bash
|
|
|
+cd /opt/easybuild/easyconfigs/intel-2016.02
|
|
|
+```
|
|
|
+
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 iccifort-2016.2.181-GCC-4.9.3-2.25.eb -r`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./icc-2016.2.181-GCC-4.9.3-2.25.eb`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./ifort-2016.2.181-GCC-4.9.3-2.25.eb`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 iccifort-2016.2.181-GCC-4.9.3-2.25.eb`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./netCDF-Fortran-4.4.4-intel-2016.02-GCC-4.9.eb`
|
|
|
* `eb NCL-6.4.0-intel-2018.eb -r`
|
|
|
-* `eb CDO-1.8.1-intel-2018.eb -r`
|
|
|
-* `eb ncview-2.1.7-intel-2018.eb -r`
|
|
|
-* `eb NCO-4.6.6-intel-2018.eb -r`
|
|
|
-* `eb R-3.4.1-intel-2018.eb -r`
|
|
|
* `eb GDAL-2.2.0-intel-2018-Python-3.6.1.eb -r`
|
|
|
* `eb MATLAB-UCL-2017a.eb -r`
|
|
|
-* `eb Python-3.6.2-foss-2017b.eb -r`
|
|
|
|
|
|
Finally, run `./utils/install_modulerc.sh`
|
|
|
|