Skip to content

Commit

Permalink
ci: use /tmp for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Oct 10, 2023
1 parent 6826977 commit 7884c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-auto-aocc-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
export LD_RUN_PATH=/home/runner/work/hdf5/hdf5/aocc-compiler-4.1.0/lib:/usr/local/lib/openmpi:/usr/local/lib
export PATH=/usr/local/bin:$PATH
./autogen.sh
./configure --enable-parallel --enable-shared CC=/usr/local/bin/mpicc LDFLAGS="-L/home/runner/work/hdf5/hdf5/aocc-compiler-4.1.0/lib -L/usr/local/lib/openmpi"
./configure --prefix=/tmp --enable-parallel --enable-shared CC=/usr/local/bin/mpicc LDFLAGS="-L/home/runner/work/hdf5/hdf5/aocc-compiler-4.1.0/lib -L/usr/local/lib/openmpi"
make -j
make check -j
sudo make install
make install
make uninstall
2 changes: 1 addition & 1 deletion .github/workflows/mac-cmake-flang-mpich.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mac-13 CMake llvm-17.0.1 debug flang java mpich sf
name: mac-13 CMake clang17 debug flang java mpich sf

on:
workflow_dispatch:
Expand Down

0 comments on commit 7884c72

Please sign in to comment.