Skip to content

Commit

Permalink
Install POSIX threads, needed by OpenMPI
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Dec 3, 2024
1 parent 6df3d28 commit cf0e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intel_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Add Python libraries
run: |
apt-get update
apt-get -y install python3-pip python3-netcdf4 curl wget libcurl4-openssl-dev libxml2
apt-get -y install build-essential python3-pip python3-netcdf4 curl wget libcurl4-openssl-dev libxml2
apt-get -y install python3-numpy
- name: Pip install and check
Expand Down

0 comments on commit cf0e91a

Please sign in to comment.