update commands in CI/CD
This commit is contained in:
parent
e0a361f47a
commit
8df75daf25
|
@ -33,11 +33,6 @@ jobs:
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
wget https://www.dropbox.com/s/4pckqsjnl920gpn/cuda-10.1.tar.gz?dl=1
|
wget https://www.dropbox.com/s/4pckqsjnl920gpn/cuda-10.1.tar.gz?dl=1
|
||||||
tar -xzf 'cuda-10.1.tar.gz?dl=1'
|
tar -xzf 'cuda-10.1.tar.gz?dl=1'
|
||||||
- name: Download lock-free queue header file
|
|
||||||
run: |
|
|
||||||
cd ${{ github.workspace }}
|
|
||||||
cd runtime/threadPool
|
|
||||||
git clone https://github.com/cameron314/concurrentqueue.git
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@ -47,7 +42,7 @@ jobs:
|
||||||
- name: clone SC evaluation code
|
- name: clone SC evaluation code
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
git clone https://github.com/drcut/SC_evaluate
|
git clone --recursive https://github.com/drcut/SC_evaluate
|
||||||
- name: Download data used to verify
|
- name: Download data used to verify
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/SC_evaluate/Hetero-cox
|
cd ${{ github.workspace }}/SC_evaluate/Hetero-cox
|
||||||
|
|
|
@ -19,7 +19,7 @@ Supporting [Vortex](https://vortex.cc.gatech.edu/) backend is working in progres
|
||||||
1. Clone from github
|
1. Clone from github
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/drcut/CuPBoP
|
git clone --recursive https://github.com/drcut/CuPBoP
|
||||||
cd CuPBoP
|
cd CuPBoP
|
||||||
export CuPBoP_PATH=`pwd`
|
export CuPBoP_PATH=`pwd`
|
||||||
export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH
|
||||||
|
|
Loading…
Reference in New Issue