Sign inSign up

maltempi/cusz-dev-build

By maltempi

Updated about 4 years ago

More info: https://gist.github.com/maltempi/7243febe288a9bd17cbad239ec98b78c

Image
0

153

maltempi/cusz-dev-build repository overview

Building

# Host machine
git clone https://github.com/szcompressor/cuSZ.git

# Host machine
docker run -it --gpus all --env NVIDIA_DISABLE_REQUIRE=1 -v $PWD/cuSZ:/cusz maltempi/cusz-dev-build /bin/bash

# Container
chmod +x ./build.py

# Container
./build.py

Running examples

Original commands

export PATH=$(pwd)/bin:$PATH               ## specify the path temporarily
cd data && sh ./sh.get-sample-data         ## download sample data
CESM=$(pwd)/cesm-CLDHGH-3600x1800 EB=1e-4
cusz -t f32 -m r2r -e ${EB} -i ${CESM} -l 3600x1800 -z --report time
cusz -i ${CESM}.cusza -x --compare ${CESM} --report time

Dockerfile: https://gist.github.com/maltempi/7243febe288a9bd17cbad239ec98b78c

Tag summary

Content type

Image

Digest

Size

2.2 GB

Last updated

about 4 years ago

docker pull maltempi/cusz-dev-build