Try MMSP using Docker
This Docker container downloads MMSP, builds its utility programs, and updates relevant environmental variables to enable serial and parallel builds of MMSP code. The Docker image is designed to run a Jupyter notebook showcasing the workflow for a spinodal decomposition problem, originally written for the First CHiMaD Phase Field Hackathon.
Follow the excellent instructions on the Docker webpage. It's worth working through the cowsay example.
$ docker pull tkphd/chimad-mmsp:latest
$ docker run -i -p 8888:8888 --net=host -t tkphd/chimad-mmsp:latest
Open a browser to http://localhost:8888, then click the link to CahnHilliard2DNeumann.ipynb
. Note that running the full notebook, especially in serial or with few cores, could take a week. Read through what's already there before clearing the output!
git clone https://gist.github.com/tkphd/299bdc8eda1879551b9d7499821fcd79
This Docker build was created using wd15's pymks Docker build as a guide.