@graphistry/cljs

1.0.2 • Public • Published

What is this

Test CL devices. Also Nvidia GPU mode, with machine-readable output, for env testing purposes.

Install source from npm

mkdir -p tmp && cd ./tmp
npm install @graphistry/cljs
cd ../ && mv tmp/node_modules/@graphistry/cljs ./cljs
rm -rf ./tmp && cd cljs && rm -rf node_modules && npm install

Run tests

npm test

What about them Nvidia GPUs

Test that your machine has at least one Nvidia GPU, and it's the default choice:

npm run test:gpu

Or more easily:

./test_nvidia_gpu.sh && if [ "$?" == "0" ];
    then echo "success"; else echo "failed";
fi

Readme

Keywords

Package Sidebar

Install

npm i @graphistry/cljs

Weekly Downloads

1

Version

1.0.2

License

BSD-3-Clause

Unpacked Size

129 kB

Total Files

32

Last publish

Collaborators

  • mj3cheun
  • tcook_graphistry
  • exrhizo-graphistry
  • graphistry-deploy
  • lmeyerov