Skip to content

adjust FBI NLC and AEH terms using x%Bmagto work with Cartesian grids #959

adjust FBI NLC and AEH terms using x%Bmagto work with Cartesian grids

adjust FBI NLC and AEH terms using x%Bmagto work with Cartesian grids #959

Workflow file for this run

name: ci_macos
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
CMAKE_INSTALL_PREFIX: ~/libs
CMAKE_PREFIX_PATH: ~/libs
CMAKE_GENERATOR: Ninja
on:
push:
paths-ignore:
- "cmake/intel.cmake"
- "cmake/cray.cmake"
- ".github/workflows/ci.yml"
- ".github/workflows/oneapi-linux.yml"
- "docs/**"
jobs:
macos:
if: false
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
hwm14: [false]
compiler: [ {cpp: clang++, c: clang, fc: gfortran-15 },
{cpp: g++-15, c: gcc-15, fc: gfortran-15 }]
# flang-new not yet working
env:
CC: ${{ matrix.compiler.c }}
CXX: ${{ matrix.compiler.cpp }}
FC: ${{ matrix.compiler.fc }}
CMAKE: cmake
CTEST: ctest
runs-on: macos-latest
steps:
- name: install Flang
if: ${{ matrix.compiler.fc == 'flang-new' }}
run: brew install flang
- uses: actions/checkout@v5
- uses: ./.github/workflows/composite-pkg
- uses: ./.github/workflows/composite-linux