Skip to content

Commit

Permalink
test setup-mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Jan 2, 2025
1 parent 40913f9 commit fb2a70a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steps:
- uses: actions/checkout@v3
- uses: mpi4py/setup-mpi@v1
- run: mpicc helloworld.c -o helloworld
- run: mpiexec -n 2 ./helloworld

0 comments on commit fb2a70a

Please sign in to comment.