Dynamo
Installation
Installation was only partially automated in the build script. Currently only the 'prep' step is implemented. Future versions will add more commands to the build script.
Installation should be done on merlin with an -adm account
-
Add new version to
files/variants -
Add google drive download link to
$V/config. -
Run
build <version> -
module load dynamo/$V
-
cd $DYNAMO_HOME/bin. Further steps are taken fromREADME_dynamo_installation.txt -
dynamo_setup_linux.sh
-
With the shipped MCRLinux directory:
source dynamo_setup_cluster.sh mpic++ dynamo_activate_linux_shipped_MCR.sh
-
With MCR from pmodules:
source dynamo_setup_cluster.sh mpic++ dynamo_activate_MCR.sh
-
Compile Cuda:
cd $DYNAMO_ROOT/cuda make clean ./config.sh grep CUDA_ROOT makefile make all make extended