Skip to content

Training - Quantum simulator- kindly validate and confirm #192

@shruti-netweb

Description

@shruti-netweb

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

Image

When we tried to run ghz.py on multi-node with 32 qubits, the output was as follows:

Image Image

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions