Skip to content

Commit

Permalink
Step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRJDagleish committed Dec 30, 2023
1 parent 30f9018 commit 3646353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ OPENBLAS_DIR=/opt/openblas
sudo mkdir $OPENBLAS_DIR

# 3. Build and install openblas library from source
cd $HOME
# cd $HOME
git clone https://github.com/xianyi/OpenBLAS

cd $HOME/OpenBLAS
cd OpenBLAS
export USE_THREAD=1
export NUM_THREADS=64
export DYNAMIC_ARCH=0
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/compile_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
with:
toolchain: stable
- name: Make the script file executable (OpenBLAS install)
run: |
ls -lah
chmod +x install_openblas.bash
run: chmod +x .github/install_openblas.bash
- name: Run the script (Install OpenBLAS)
run: |
./install_openblas.bash
.github/install_openblas.bash
- name: Build the Rust executable
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 3646353

Please sign in to comment.