Skip to content

Commit

Permalink
Fix Umpire build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 11, 2024
1 parent e725e19 commit a67e839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ jobs:
cd Umpire
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=$PARFLOW_DEP_DIR -DENABLE_CUDA=On
cmake ../ -DCMAKE_INSTALL_PREFIX=$PARFLOW_DEP_DIR/Umpire -DENABLE_CUDA=On
make
make install
fi
echo "UMPIRE_FLAGS=-Dumpire_ROOT=$PARFLOW_DEP_DIR" >> $GITHUB_ENV
echo "UMPIRE_FLAGS=-Dumpire_ROOT=$PARFLOW_DEP_DIR/Umpire" >> $GITHUB_ENV
- name: Kokkos Install
env:
Expand Down

0 comments on commit a67e839

Please sign in to comment.