|
The documentation of ALPS states : I had followed the youtube video of ALPS and install pyalps in WSL Ubuntu. |
Replies: 4 comments 8 replies
|
The binary installation is only serial. To have a parallel version of ALPS, you would need to do the source installation. Please check out the page: https://alps.comp-phys.org/documentation/install/source/ Make sure that MPI is installed before you run the step 3 (cmake) After your installation from source, you should be able to run your parallel "spinmc". |
|
Hello, My suggestion would be removing the previous Python and reinstalling the Python. And for the dependencies of ALPS, please compile them with the same Python version. Mixing different versions of Python could cause the problem. |
|
I have successfully installed the MPI version via spack. |
|
Good to know spack installation works for you! instead of the following for serial run: Or you can do the following: where you first generate an input file, and "my_program" is for example "sparsediag" in the above example. Here is the page for running ALPS: |
I have successfully installed the MPI version via spack.
https://alps.comp-phys.org/zh-cn/documentation/install/spack/