Install CUDA and Noweb, then
git clone -b rust https://github.com/rconan/ceo.git
cd CEO
make all
sudo make install
cd ..
2. GMT M1 and M2 modes
mkdir data
cd data
wget https://s3.us-west-2.amazonaws.com/gmto.modeling/ceo-modes.tar
tar xvf ceo-modes.tar
export GMT_MODES_PATH=`pwd`
cd ..