Lukas Krupcik cef77e125f new file: a/ANSYS/ANSYS-2022R1-intel-2020b-alamerini.eb
new file:   a/AOCC/AOCC-4.1.0-GCCcore-12.2.0.eb
	new file:   a/AOCL/AOCL-4.1.0-CCcore-12.2.0.eb
	new file:   a/Amber/Amber-22.4-foss-2022a-AmberTools-23-CUDA-11.7.0.eb
	new file:   c/Clang/Clang-17.0.2-GCCcore-12.2.0-CUDA-12.2.0.eb
	new file:   c/Clang/Clang-17.0.2-GCCcore-12.2.0.eb
	new file:   g/GROMACS/GROMACS-2023-foss-2022a-CUDA-12.0.0-PLUMED-2.9.0.eb
	new file:   g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-12.0.0-v2.eb
	new file:   l/LAMMPS/LAMMPS-15Jun2023-foss-2022a-kokkos-sm80.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos-sm80.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-CUDA-12.2.0-kokkos.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-kokkos.eb
	new file:   m/MATLAB/MATLAB-2023b.eb
	new file:   n/NCCL/NCCL-2.18.3-GCCcore-11.3.0-CUDA-12.2.0.eb
	new file:   o/OVITO/OVITO-3.9.2-gompi-2022a-basic.eb
	new file:   o/OVITO/OVITO-3.9.2-gompi-2022b-basic.eb
	new file:   o/OpenMolcas/OpenMolcas-23.06-intel-2022a-noGA.eb
	modified:   o/OpenMolcas/OpenMolcas-23.06-intel-2022a.eb
	new file:   p/PLUMED/PLUMED-2.9.0-foss-2022a.eb
	new file:   q/Qt6/Qt6-6.5.3-GCCcore-12.2.0.eb
	new file:   "q/Qt6/\\"
	new file:   u/UCX-CUDA/UCX-CUDA-1.14.1-GCCcore-11.3.0-CUDA-12.2.0.eb
2023-10-30 11:35:42 +01:00
..
2021-10-19 15:45:45 +02:00
2021-07-02 11:52:11 +02:00

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.
  • 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