Skip to content

Commit

Permalink
pumi-pix prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 13, 2023
1 parent c481d42 commit 2060985
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,31 +220,32 @@ jobs:
if: always()
run: cat ${{ runner.temp }}/build-pumi-pic/Testing/Temporary/LastTest.log

# # Build PolyMPO

# - name: PolyMPO Checkout repo
# uses: actions/checkout@v3
# with:
# submodules: recursive
# repository: SCOREC/polyMPO
# path: polyMPO

# - name: PolyMPO Create Directory
# run: cmake -E make_directory ${{ runner.temp }}/build-polyMPO

# - name: PolyMPO Configure CMake
# run: cmake -S $GITHUB_WORKSPACE/polyMPO -B ${{ runner.temp }}/build-polyMPO
# -DCMAKE_BUILD_TYPE="Debug"
# -DKokkos_DIR=${{ runner.temp }}/build-kokkos/install/lib64/cmake/Kokkos
# -DCMAKE_CXX_COMPILER=mpicxx
# -DCMAKE_INSTALL_PREFIX=${{ runner.temp }}/build-polyMPO/install
# Build PolyMPO

- name: PolyMPO Checkout repo
uses: actions/checkout@v3
with:
submodules: recursive
repository: SCOREC/polyMPO
path: polyMPO

- name: PolyMPO Create Directory
run: cmake -E make_directory ${{ runner.temp }}/build-polyMPO

- name: PolyMPO Configure CMake
run: cmake -S $GITHUB_WORKSPACE/polyMPO -B ${{ runner.temp }}/build-polyMPO
-DCMAKE_BUILD_TYPE="Debug"
-DKokkos_DIR=${{ runner.temp }}/build-kokkos/install/lib64/cmake/Kokkos
-DCMAKE_PREFIX_PATH=${{ runner.temp }}/build-pumi-pic/install
-DCMAKE_CXX_COMPILER=mpicxx
-DCMAKE_INSTALL_PREFIX=${{ runner.temp }}/build-polyMPO/install

# - name: PolyMPO Build
# run: cmake --build ${{ runner.temp }}/build-polyMPO -j8 --target install
- name: PolyMPO Build
run: cmake --build ${{ runner.temp }}/build-polyMPO -j8 --target install

# - name: PolyMPO Test
# run: ctest --test-dir ${{ runner.temp }}/build-polyMPO
- name: PolyMPO Test
run: ctest --test-dir ${{ runner.temp }}/build-polyMPO

# - name: PolyMPO Print
# if: always()
# run: cat ${{ runner.temp }}/build-polyMPO/Testing/Temporary/LastTest.log
- name: PolyMPO Print
if: always()
run: cat ${{ runner.temp }}/build-polyMPO/Testing/Temporary/LastTest.log

0 comments on commit 2060985

Please sign in to comment.