Skip to content

random_init: warn instead of error as oneAPI might not meet spec #38

random_init: warn instead of error as oneAPI might not meet spec

random_init: warn instead of error as oneAPI might not meet spec #38

Workflow file for this run

name: oneapi-linux
env:
CTEST_NO_TESTS_ACTION: error
CMAKE_BUILD_PARALLEL_LEVEL: 4
CMAKE_BUILD_TYPE: Release
CTEST_PARALLEL_LEVEL: 0
on:
push:
paths:
- "**.f90"
- "**.F90"
- "**.c"
- "**.cpp"
- "**.cmake"
- "**/CMakeLists.txt"
- ".github/workflows/oneapi-linux.yml"
jobs:
linux:
strategy:
matrix:
os: [ubuntu-latest]
# Windows takes tens of minutes to install oneAPI
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: intel
version: '2024.1'
- uses: actions/checkout@v4
- run: cmake --workflow --preset default