-
|
I'm trying to write scripts to run the alps code parallelly, but it may not work. How can i do? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
To run alps codes parallel, please install the alps code from source by following the instructions page: |
Beta Was this translation helpful? Give feedback.
-
|
The binary version pyalps was compiled with a single CPU support, so it does not support the MPI or openMPI run. If you try to run it with MPI, it will simply run the same calculation N times (N is the number of CPUs you allocated for the job), which is not the intended behavior of the parallel version of the ALPS. So please try to compile the ALPS source code with the MPI or openMPI flags in your cluster. If you could consult it with your cluster administrator, they could potentially help you with the installation. Please direct them to our source installation instructions page. |
Beta Was this translation helpful? Give feedback.
-
|
Please keep us posted if the source installation gives you any trouble. |
Beta Was this translation helpful? Give feedback.
The binary version pyalps was compiled with a single CPU support, so it does not support the MPI or openMPI run. If you try to run it with MPI, it will simply run the same calculation N times (N is the number of CPUs you allocated for the job), which is not the intended behavior of the parallel version of the ALPS. So please try to compile the ALPS source code with the MPI or openMPI flags in your cluster. If you could consult it with your cluster administrator, they could potentially help you with the installation. Please direct them to our source installation instructions page.