Skip to content

Commit

Permalink
refining
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet committed Dec 10, 2019
1 parent e1cf269 commit e715166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: uname -a
run: uname -a
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --prefix=$PWD/i
- name: make
run: make -j install
run: make -j 2
- name: make install
run: make install
- name: cpi
run: i/bin/mpiexec -n 2 ./examples/cpi

0 comments on commit e715166

Please sign in to comment.