UCL-RITS / rcps-buildscripts

Scripts to automate package builds on RC Platforms
MIT License
39 stars 27 forks source link

Install Request: Add hMRI-toolbox to our SPM (spm/12/jan2020/matlab.r2019b) [IN05662563] #502

Open balston opened 1 year ago

balston commented 1 year ago

User tried to install local copy but it needs to add files to the SPM installation in /shared/ucl.

Installation details are here: https://github.com/hMRI-group/hMRI-toolbox/wiki

This should be fairly easy provided there are no version problems with the existing installation.

balston commented 1 year ago

I have a build script ready to test using:

cd /shared/ucl/apps/build_scripts/
module -f unload compilers mpi gcc-libs
./hMRI-toolbox_install

Running it now ...

balston commented 1 year ago

After correcting a couple of mistakes in my build script, I think it is now installed correctly.

Next step is to create a suitable module file.

balston commented 1 year ago

Module file done and uploaded to Myriad. Need to use the following module commands:

module -f unload compilers mpi gcc-libs
module load beta-modules
module load gcc-libs/7.3.0
module load compilers/gnu/7.3.0
module load xorg-utils/X11R7.7
module load matlab/full/r2019b/9.7
module load spm/12/jan2020/matlab.r2019b
module load hmri/0.4.0/spm12.jan2020
balston commented 1 year ago

Informing user and asking them to test.

balston commented 1 year ago

No response from user I'm assuming it is all working.