mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb new file: h/HDF5/HDF5-1.10.6-OAMD-2021a-parallel.eb new file: h/h5py/h5py-3.1.0-intel-2020b.eb modified: m/MATLAB/MATLAB-2021a.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1-v2.eb new file: q/QMCPACK/QMCPACK-3.11.0-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-AOCC-3.1.0.eb new file: s/Szip/Szip-2.1.1-OAMD-2021a.eb new file: z/zlib/zlib-1.2.11-OAMD-2021a.eb
This example uses Matlab 2018a and MATLAB-2018a.eb
Steps to install Matlab:
- Install the appropriate Java install which requires manual download. See Java documentation for install.
- Matlab needs a "File Installation Key". There are a few options available:
- Your Matlab license should have a "
File Installation Key
" in under "Advanced Options
" in the "Install and Activate
" tab of your "License Center
". This will only install the products associated with this license. - If you need to install all of the toolboxes to support multiple licenses Mathworks can enable a "
All Product File Installation Key
". This will install all of the client products but will not install server products like MDCS. A second manual installation on top of the first will be required. - If you have a server product key, like MDCS, the "
File Installation Key
" may not install client products like Matlab Compilers. A second manual installation on top of the first will be required.
- Your Matlab license should have a "
- Edit the easyconfig file (
MATLAB-2018a.eb
).- Update the version of Java to match the version installed in step 1.
- Add the following three lines
# This string could be really long key = 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX' license_server = '<IP or FQDN>' license_server_port = '<port>'
- Download both ISO files from Mathworks.
- Create the tar file needed for install.
$ mkdir R2018a $ mount -o loop,ro R2018a_glnxa64_dvd1.iso /mnt/ $ rsync -avHlP /mnt/ R2018a/ $ umount /mnt $ mount -o loop,ro R2018a_glnxa64_dvd2.iso /mnt/ $ rsync -avHlP /mnt/ R2018a/ $ umount /mnt $ tar -zcvf /my/easybuild/download/path/matlab-2018a.tar.gz R2018a
- Install with EasyBuild
$ eb MATLAB-2018a.eb -r