-
Notifications
You must be signed in to change notification settings - Fork 92
Description
As I read and found the run steps on https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuquantum-appliance this link the execution process is as follows
Single GPU
cd examples && python ghz.py --nqubits 30 will create and simulate a GHZ circuit running on a single GPU. To run on
4 available GPUs
Multiple GPUs (e.g., 4 GPUs)
cd examples && python qiskit_ghz.py --nbits 30 will create and simulate a GHZ circuit. This script will assign one GPU per process. To run on
4 GPUs
We have successfully run a job on a single node (for 32 or 33 qubits)
Single-node output of Ghz.py with 32 qubits
When we tried to run ghz.py on multi-node with 32 qubits, the output was as follows:
I am able to run over the IB network. Please find the results attached (screenshot). Could you kindly validate them?
I used the following command
mpirun --allow-run-as-root --mca plm_rsh_agent ssh -np 2 -host qcommthub1,qcommthub2
enroot start --rw --mount /enroot/data:/data cuquantum-25.06
python /home/cuquantum/examples/qiskit_ghz.py --nbits 36
