Revision 241ce8a5629932a5968c0c91bc02de337c84292e authored by Andrew M. Bradley on 30 September 2021, 04:21:58 UTC, committed by Andrew M. Bradley on 30 September 2021, 04:21:58 UTC
The implicit capture of 'this' would be a problem in Hommexx builds with
HOMMEXX_CUDA_SHARE_BUFFER enabled.
1 parent ce79d7b
Raw File
config.yml
version: 2.1
jobs:
  build:
    machine:
      image: ubuntu-2004:202010-01
    steps:
      - checkout
      - run: bash .circleci/setup.sh
      - run: bash .circleci/checkout.sh
      - run: bash .circleci/container.sh
      - run:
          command: singularity exec --hostname singularity e3sm.sif .circleci/run.sh
          no_output_timeout: 60m
back to top