Morpheus 2.3.0 release provides a parallel CPM implementation boosting simulation performance on multi-core machines considerably. Heterogeneous diffusion and flux-boundaries allow to cover a wider range of modelling applications.
Install Morpheus by pasting the following commands in a macOS Terminal (depending on your system, this may take a few minutes):
brew tap morpheus-lab/morpheus-versions
brew install morpheus@2.3.0
Start the Morpheus GUI with command:
morpheus-gui
Optional: Follow the instructions shown at the end of the installation to also be able to conveniently open Morpheus.app from the ‘Applications’ folder.
git clone https://gitlab.com/morpheus.lab/morpheus.git morpheus
cd morpheus
git checkout v2.3.0_2
mkdir build
cd build
cmake ..
make && sudo make install
See the README.md at the GitLab repository for dependencies and build instructions.