eckit icon indicating copy to clipboard operation
eckit copied to clipboard

A C++ toolkit that supports development of tools and applications at ECMWF.

Results 42 eckit issues
Sort by recently updated
recently updated
newest added

This PR provides minimal functionality for a grid library, under eckit::geo and resulting in libeckit_geo.dylib. It is meant as a (much) larger superset of the eckit::geometry library which it intends...

This proposed addition allows to make sure that a configured value is of an expected type without resorting to try / catch.

Would this be a potential fix for #47? It seems that sometimes the output is not in the correct order for the ASSERT. I'm not sure whether this is a...

contributor

### What happened? I am using the develop branch and have encountered an issue that I hope you might be able to provide clarity on. I attempted to use the...

bug

### What happened? When I compile the eckit with nvhpc22.1 compiler. I met errors like follows: CMakeFiles/eckit_info.dir/eckit-info.cc.o: In function `EckitInfo::EckitInfo(int, char**)': /PathofEckit/eckit/src/tools/eckit-info.cc:38: undefined reference to `operator delete(void*, unsigned long)' CMakeFiles/eckit_info.dir/eckit-info.cc.o:...

bug

### What happened? The test case `test_polygon` uses nested SECTION scopes, and it appears that lines of code in inner SECTION scopes are not run. I think `test_polygon` may be...

bug

### What happened? MappedSparseMatrix was [removed](https://gitlab.com/libeigen/eigen/-/merge_requests/725) from eigen 3.4.x Therefore any build against it fails: ``` ./eckit/linalg/sparse/LinearAlgebraEigen.cc:29:22: error: 'MappedSparseMatrix' in namespace 'Eigen' does not name a template type; did you...

bug