Sign inSign up

openeuler/cps_public

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.8K

openeuler/cps_public repository overview

Quick reference

CPS_public | openEuler

The CPS consists of code to build a library which can be statically linked to your code to create an executable. In addition there are tests and documentation. CPS has optimized codes for QCDOC, IBM Blue Gene machines, and builds for scalar machines or parallel machines with QMP.

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

TagsCurrentlyArchitectures
5_2_5-oe2403sp4CPS_public 5_2_5 on openEuler 24.03-lts-sp4amd64, arm64
5_2_5-oe2403sp3CPS_public 5_2_5 on openEuler 24.03-lts-sp3amd64, arm64

Usage

docker pull openeuler/cps_public:{Tag}
docker run -it --rm -v $(pwd):/workspace openeuler/cps_public:{Tag} bash

Inside the container, compile your application against the CPS library:

g++ -I/usr/local/include/cps -L/usr/local/lib -lcps your_app.cpp -o your_app

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.

Tag summary

Content type

Image

Digest

sha256:fdefdf023

Size

322.4 MB

Last updated

2 months ago

docker pull openeuler/cps_public

This week's pulls

Pulls:

1

Last week