#!/bin/bash -l

#rm -f *.html *.svg

module load mamba
conda activate pyvkfft-test
# First test radix transforms with max 8 // process [--radix]
pyvkfft-test-suite --backend pyopencl --gpu gfx900 --gpumem 16  --nproc 8  --skip --transform c2c r2c  &> test1.log
## Then test also non-radix, but with a single process (driver stability issues ?)
#pyvkfft-test-suite --backend pyopencl --gpu gfx900 --gpumem 16  --nproc 1  --skip --transform c2c r2c         &> test1.log

#cat pyvkfft-test1*.html > pyvkfft-test.html

