Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
pull pennylane-lightning.git@bugfix/numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Aug 22, 2023
1 parent f7a9d6f commit e4116ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
python -m pip install pip~=22.0
python -m pip install ninja cmake custatevec-cu11 pytest pytest-mock flaky pytest-cov
# Sync with latest master branches
python -m pip install --index-url https://test.pypi.org/simple/ pennylane-lightning --pre --force-reinstall --no-deps
python -m pip install git+https://github.com/PennyLaneAI/pennylane-lightning.git@bugfix/numbers --force-reinstall --no-deps
- name: Build and install package
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
python -m pip install pip~=22.0
python -m pip install ninja cmake custatevec-cu11 pytest pytest-mock flaky pytest-cov mpi4py
# Sync with latest master branches
python -m pip install --index-url https://test.pypi.org/simple/ pennylane-lightning --pre --force-reinstall --no-deps
python -m pip install git+https://github.com/PennyLaneAI/pennylane-lightning.git@bugfix/numbers --force-reinstall --no-deps
- name: Build and install package (MPICH backend)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
python -m pip install pip~=22.0
python -m pip install ninja cmake custatevec-cu11 pytest pytest-mock flaky pytest-cov mpi4py
# Sync with latest master branches
python -m pip install --index-url https://test.pypi.org/simple/ pennylane-lightning --pre --force-reinstall --no-deps
python -m pip install git+https://github.com/PennyLaneAI/pennylane-lightning.git@bugfix/numbers --force-reinstall --no-deps
- name: Build and install package (OpenMPI backend)
env:
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning_gpu/src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if(PLLGPU_ENABLE_MPI)
add_executable(mpi_runner ./mpi/mpi_runner_main.cpp)
find_package(MPI REQUIRED)
target_link_libraries(mpi_runner PUBLIC MPI::MPI_CXX)
target_link_libraries(mpi_runner PUBLIC pennylane_lightning_gpu Catch2::Catch2 lightning_simulator)
target_link_libraries(mpi_runner PUBLIC pennylane_lightning_gpu Catch2::Catch2 lightning_qubit)
target_sources(mpi_runner PRIVATE ./mpi/Test_StateVectorCudaMPI_Param.cpp
./mpi/Test_StateVectorCudaMPI_NonParam.cpp
./mpi/Test_MPIManager.cpp
Expand Down

0 comments on commit e4116ac

Please sign in to comment.