Revision 85d338dcb193d81fe058da82079aea69026b149e authored by Azamat Mametjanov on 13 April 2022, 17:08:15 UTC, committed by Azamat Mametjanov on 13 April 2022, 17:08:15 UTC
Update OpenMP-offload tests:
- rm SMS_Ln9.ne4pg2_ne4pg2.F-MMFOMP.eam-single_thread from e3sm_gpuomp
- adjust Miller NODENAME_REGEX to avoid login node name conflicts

[BFB]
2 parent s 65e1769 + 8a76724
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