Skip to content

Merge pull request #324 from PDoakORNL/gpu_type_pollution_fix #127

Merge pull request #324 from PDoakORNL/gpu_type_pollution_fix

Merge pull request #324 from PDoakORNL/gpu_type_pollution_fix #127

name: ornl CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
v100:
runs-on: [self-hosted, Linux, X64, V100, CUDA]
env:
GH_JOBNAME: ${{matrix.jobname}}
GH_OS: Linux
strategy:
fail-fast: false
matrix:
jobname: [
GCC12-MPI-CUDA-Real-Full,
]
# GCC12-MPI-NoMPI-CUDA-Real-Full,
# GCC12-MPI-NoMPI-CUDA-Real-Debug-Full,
steps:
- name: Checkout PR branch
uses: actions/checkout@v3
- name: Configure
run: test/test_automation/ci/run_step.sh configure
- name: Build
run: test/test_automation/ci/run_step.sh build
- name: Test
run: test/test_automation/ci/run_step.sh test