Skip to content

Commit

Permalink
README.md stub
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaaskel committed Aug 9, 2023
1 parent eabf786 commit 4180bb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Building

Example:

mkdir build && cd build
. /opt/intel/oneapi/setvars.sh
cmake .. -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_INSTALL_PREFIX=$HOME/local/stow/H4I-HipSOLVER
make all install

0 comments on commit 4180bb5

Please sign in to comment.