#!/bin/bash
echo "Compilation of migrate:"
echo "migrate-n          uses kernel threads introduced with MacOS 10.6 "
echo "                   (Grandcentral) for heated chains [faster than make thread!!]"
echo "fastmigrate-n      uses kernel threads for heating (Grandcentral)"
echo "                   and runs data parallel using MPI supplied by openmpi 1.5.3"
echo "                   fastmigrate-n finds the number of available cores and runs"
echo "                   migrate-n-mpi on all of them. If you have multiple loci or"
echo "                   want to run multiple replicates, use this, up to 12x faster"
echo "                   on a high-end Mac Desktop, and up to 4x faster in an iMac"
