0.1.7 • Published 3 years ago

hpcg-native v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hpcg-native

Native js binding for HPCG benchmark.

Installation

npm install hpcg-native

Usage

import HpcgNative from "hpcg-native";

// ...

const result = await HpcgNative.hpcg(
    5,
    `--ignore --nx=${size} --ny=${size} --nz=${size} --rt=1 --end`
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago