Skip to content

Commit 2ec2315

Browse files
committed
mpi in CI via apt-get install
1 parent 6e37e82 commit 2ec2315

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pytests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,12 @@ jobs:
166166
python3 -m pip install .
167167
python3 -c "import numpy; print('numpy version', numpy.__version__)"
168168
169-
- name: Install QE via apt-get just to see mpi dependencies
169+
- name: Install MPI based on what "apt-get install quantum-espresso" used to do
170170
run: |
171-
sudo apt-get install --no-install-recommends quantum-espresso
171+
# sudo apt-get install --no-install-recommends quantum-espresso
172+
sudo apt-get install --no-install-recommends mpi-default-bin openmpi-bin openmpi-common
172173
173-
- name: Install Quantum Espresso
174+
- name: Install Quantum Espresso from source
174175
run: |
175176
# from
176177
sudo apt install --no-install-recommends \

0 commit comments

Comments
 (0)