Replies: 1 comment
|
The lines above do nothing. If you have installed the MPI dependencies (mpi4jax, mpi4py) then running Beware that our parallelisation strategy is performant only if you have many samples. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I am currently working on optimising a very large many-body quantum system, and I want to use MPI parallelisation. However, I must confess that I don't know how to use MPI, I've checked some tutorials and I'm the learning process, so I don't fully understand it and I'm confused. My question is:
Should I add the following lines to my_script.py
and run on terminal
mpirun -n #processes python my_script.pyor just runmpirun -n #processes python my_script.pywithout the above four lines into my_script.py?Best regards!
All reactions