balston

Results 500 comments of balston

I have downloaded the MATLAB R2023a Linux installer archive and copied it to Myriad in: ``` ~ccspapp/Software/Matlab/matlab_R2023a_glnxa64.zip ```

I'm going to try and use the silent install method so first unpack the archive in a new directory: ``` mkdir R2023a_install cd R2023a_install unzip -x ../matlab_R2023a_glnxa64.zip ``` copied the...

OK ready to try the installation out from _ccasapp_ using: ``` cd Software/Matlab/R2023a_install ./install -inputFile ../installer_input_R2023a_Myriad.txt ```

first attempt failed with: ``` (Aug 30, 2023 17:45:19) Session key: 457ee6cf-bd0a-48e8-9ded-939fb39bd6ed (Aug 30, 2023 17:45:24) Product Files Folder: /lustre/home/ccspapp/Software/Matlab/R2023a_install/archives (Aug 30, 2023 17:45:25) License Agreement validation is successful. (Aug...

Ah the archives folder only contains the LM software not the rest of MATLAB so need to download this first.

I'm downloading the required product archives to my iMac using the MATLAB GUI installer in download only mode.

It includes everything including the MATLAB Parallel Server. Total size 10.5 GB - might take a while.

Download to my iMac has finished. I will upload to Myriad tomorrow.

I'm uploading the full installer archives to Myriad now: ``` scp -r R2023a [email protected]:Scratch/Software/MATLAB/ ```

All the MATLAB installer files should be on Myriad now ready to retry the silent installation.