Skip to content

QP2 singularity running in parallel (OpenMPI) on multiple nodes #333

Answered by scemama
bavramidis asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

MPI is not required to run QP in multi-node, as the communications occur with the ZeroMQ library with TCP sockets.

You first need to run a standard single node calculation:

qp_run fci <EZFIO>

This will be the "master" run. It opens a ZeroMQ socket at an address and port number stored in the <EZFIO>/work/qp_run_address file. It should look like: tcp://192.1268.1.91:47279

On another machine, you can run a "slave" calculation that will connect to the master to accelerate it:

qp_run --slave fci <EZFIO>

If the file system is shared, the slave calculation will read the qp_run_address file to get the address and port number of qp_run to attach to it.

You can run as many slaves as you wa…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by scemama
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #306 on May 15, 2024 13:09.