Skip to content

Parallel Separation

Compare
Choose a tag to compare
@Alex-Kolar Alex-Kolar released this 18 Sep 22:34
· 306 commits to master since this release
17107ea

This update moves all parallel simulation code to the parallel directory; to utilize parallel execution, users should install the psequence package using the setup.py file within the parallel folder (in addition to the C++ server code, if desired). This is to simplify installation of the main sequence package, which no longer has an mpi4py dependency (and thus no need for an MPI installation on the host machine). Additionally, some of the existing parallel scripts are in the process of being rewritten; users should look to the documentation website for information on usage.

Additionally, more scripts have been added to the QCE_demos folder. Expect more additions and changes through version 0.5.2, which will be released in the next couple days.