Skip to content

Merge pull request #1023 from sooyoung-cha/mmseqsSET2 #49

Merge pull request #1023 from sooyoung-cha/mmseqsSET2

Merge pull request #1023 from sooyoung-cha/mmseqsSET2 #49

Workflow file for this run

name: Test GPU
on:
push:
branches:
- master
jobs:
test_gpu:
runs-on: [ self-hosted, slurm, gpu ]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Test GPU
run: |
source /home/cirunner/miniforge3/etc/profile.d/conda.sh
conda activate nvcc
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CUDA=1 -DCMAKE_CUDA_ARCHITECTURES="native" ..
make -j$(nproc --all)
- name: Regression
run: |
./util/regression/run_regression.sh ./build/src/mmseqs SCRATCH