Getting started on Mahti
Either go to https://www.mahti.csc.fi/ and log in through the browser, or
start an interactive session
sinteractive --account project_2010950 --time 24:00:00 --cores 4copy the demo files
cp -r /projappl/project_2010950/castep-ml/copy-this/ castep-ml-demo
cd castep-ml-demoFurther reading:
- documentation: https://libatoms.github.io/GAP/accelerated-aimd.html
code/ contains a copy of mace & hybrid-md tailored to our setup
examples/ contains a series of examples:
0-GAP-from-scratchGAP with TurboSOAP trained from scratch1-MACE-only-checkingMACE-MP0 with only checking accuracy2-MACE-refitfine-tuning MACE-MP0 on-the-fly3-MACE-custom-refitfine-tuning with user-supplied logic for refitting4-try-your-owntry this on your own system
load modules & paths
module use --append /projappl/project_2010950/modules
module load castep/cpu+QUIP+MACE
create a python environment
cd examples/
bash bootstrap.sh
source venv/bin/activate
or use /projappl/project_2010950/castep-ml/venv
Can run each