Skip to content

Travis: Arm64 tests; git depth restored; Makefile#1115

Merged
adcroft merged 3 commits into
mom-ocean:dev/gfdlfrom
marshallward:arm64_testing
May 21, 2020
Merged

Travis: Arm64 tests; git depth restored; Makefile#1115
adcroft merged 3 commits into
mom-ocean:dev/gfdlfrom
marshallward:arm64_testing

Conversation

@marshallward
Copy link
Copy Markdown
Collaborator

There are four minor changes in this patch:

  • Arm64 testing has been enabled on Travis.

    As a non-x86 architecture, this will provide more robust testing of
    the code.

  • Travis MPI library switch to MPICH

    There were issues with using OpenMPI on Arm64, particularly with
    MPI_Init. Switching to MPICH appeared to resolve those issues, and
    MPICH has a much simpler implementation, so we've switched all jobs to
    it.

  • default git depth has been restored

    Our regression testing method no longer requires a complete history
    for comparison.

  • Makefile fix: dimension now reported in summary

    The test.summary output now includes the dimension type in the list of
    failed tests.

There are four minor changes in this patch:

- Arm64 testing has been enabled on Travis.

  As a non-x86 architecture, this will provide more robust testing of
  the code.

- Travis MPI library switch to MPICH

  There were issues with using OpenMPI on Arm64, particularly with
  MPI_Init.  Switching to MPICH appeared to resolve those issues, and
  MPICH has a much simpler implementation, so we've switched all jobs to
  it.

- default git depth has been restored

  Our regression testing method no longer requires a complete history
  for comparison.

- Makefile fix: dimension now reported in summary

  The test.summary output now includes the dimension type in the list of
  failed tests.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2020

Codecov Report

Merging #1115 into dev/gfdl will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev/gfdl    #1115   +/-   ##
=========================================
  Coverage     46.07%   46.07%           
=========================================
  Files           214      214           
  Lines         69381    69381           
=========================================
  Hits          31964    31964           
  Misses        37417    37417           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9d38e07...efb4230. Read the comment docs.

@marshallward
Copy link
Copy Markdown
Collaborator Author

Oh, I forgot when I submitted this... this will not pass until #1114 is merged. (Luckily everything else appears to have passed.)

@adcroft adcroft merged commit 922902c into mom-ocean:dev/gfdl May 21, 2020
@marshallward marshallward deleted the arm64_testing branch September 2, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants