文件最后提交记录最后更新时间
2 天前
2 天前
2 天前
2 天前
README.md

Quick reference

NCEPLIBS | openEuler

NCEPLIBS is a collection of libraries commonly known as NCEPLIBS that are required for several NCEP applications e.g. UFS, GSI, UPP, etc. It provides various libraries for meteorological data processing, including GRIB format encoding/decoding, binary I/O, spectral transforms, interpolation, and more.

Learn more on NCEPLIBS Documentation.

Supported tags and respective Dockerfile links

The tag of each NCEPLIBS docker image is consist of the version of NCEPLIBS and the version of basic image. The details are as follows

Tags Currently Architectures
1.4.0-oe2403sp4 NCEPLIBS 1.4.0 on openEuler 24.03-lts-sp4 amd64, arm64
1.4.0-oe2403sp3 NCEPLIBS 1.4.0 on openEuler 24.03-lts-sp3 amd64, arm64

Usage

In this docker image, NCEPLIBS is installed under /opt/nceplibs. You can use this image as a base for building HPC applications that depend on NCEPLIBS.

docker pull openeuler/NCEPLIBS:{Tag}
docker run -it openeuler/NCEPLIBS:{Tag} bash

To use NCEPLIBS in your CMake project:

cmake -DCMAKE_PREFIX_PATH=/opt/nceplibs <your-project-source>
make -j$(nproc)

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.