cd /path/to/FastTree
gcc -DOPENMP -DUSE_DOUBLE -fopenmp -O3 -march=armv8.2-a -mtune=tsv110 -finline-functions -funroll-loops -Wall -o FastTreePar-2.1.11 FastTree.c -lm
export OMP_NUM_THREADS=128
echo "export PATH=/path/to/FastTree:$PATH" >> /root/.bashrc
source /root/.bashrc