We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 104700c + af29b35 commit 4611fbbCopy full SHA for 4611fbb
README.md
@@ -148,6 +148,12 @@ You can obtain these credentials from your IBM Quantum account.
148
149
### MPI Execution
150
151
+This code supports threading at the level of `MPI_THREAD_FUNNELED`,
152
+which means that only a single thread per MPI rank can make MPI calls.
153
+One reasonable configuration is to set the number of MPI ranks equal
154
+to the number of compute nodes, and to set `OMP_NUM_THREADS` equal to
155
+the number of CPU cores per node.
156
+
157
```sh
158
mpirun -np 96 ./c-api-demo \
159
--fcidump ../data/fcidump_Fe4S4_MO.txt \
0 commit comments