Skip to content

Commit 0640e08

Browse files
committed
TEST MPI4PY
bot:notacherrypick Signed-off-by: Wenduo Wang <[email protected]>
1 parent 3bec944 commit 0640e08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ompi_mpi4py_tests.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ jobs:
1919
env:
2020
${{ inputs.env_name}}: 1
2121
steps:
22+
- name: Configure hostname
23+
run: echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts > /dev/null
24+
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
25+
- name: Check hostname
26+
run: |
27+
hostname
28+
cat /etc/hosts
29+
- name: Install depencencies
30+
run: sudo apt-get install -y -q
31+
libnuma-dev
32+
if: ${{ runner.os == 'Linux' }}
2233
- name: Use Python
2334
uses: actions/setup-python@v5
2435
with:

0 commit comments

Comments
 (0)