ecmwf / atlas

A library for numerical weather prediction and climate modelling
https://sites.ecmwf.int/docs/atlas
Apache License 2.0
107 stars 41 forks source link

ctest failure in atlas_fctest_unstructuredgrid #143

Closed DJDavies2 closed 1 year ago

DJDavies2 commented 1 year ago

What happened?

Building atlas and running the ctests gives this:

52: Test command: /home/h01/frwd/cylc-run/AtlasFailure/share/build-mo-spice_gnu_debug/atlas/src/tests/grid/atlas_fctest_unstructuredgrid 52: Working Directory: /home/h01/frwd/cylc-run/AtlasFailure/share/build-mo-spice_gnu_debug/atlas/src/tests/grid 52: Environment variables: 52: OMP_NUM_THREADS=1 52: Test timeout computed to be: 10000000 52: /spice/scratch/frwd/cylc-run/AtlasFailure/share/mo-bundle/atlas/src/tests/grid/fctest_unstructuredgrid.F90:228: warning: FCTEST_CHECK_EQUAL( grid%owners(), 2 ) 52: --> [ 1 != 2 ] 52: STOP 1

What are the steps to reproduce the bug?

Building atlas and running the ctests, I am also using head of develop of eckit and fckit.

Version

head of develop

Platform (OS and architecture)

Linux & Cray, gcc

Relevant log output

52: Test command: /home/h01/frwd/cylc-run/AtlasFailure/share/build-mo-spice_gnu_debug/atlas/src/tests/grid/atlas_fctest_unstructuredgrid
52: Working Directory: /home/h01/frwd/cylc-run/AtlasFailure/share/build-mo-spice_gnu_debug/atlas/src/tests/grid
52: Environment variables: 
52:  OMP_NUM_THREADS=1
52: Test timeout computed to be: 10000000
52: /spice/scratch/frwd/cylc-run/AtlasFailure/share/mo-bundle/atlas/src/tests/grid/fctest_unstructuredgrid.F90:228: warning: FCTEST_CHECK_EQUAL( grid%owners(), 2 )
52:  --> [           1 !=           2 ]
52: STOP 1

Accompanying data

No response

Organisation

Met Office

wdeconinck commented 1 year ago

Thank you @DJDavies2 for this report. I will investigate.

wdeconinck commented 1 year ago

Commit d69e61a fixes this issue. Thanks again for reporting!

DJDavies2 commented 1 year ago

Thanks, it works for me now.

There may be more issues coming though.