#!/bin/bash -l #SBATCH --partition=dev #SBATCH --gres=gpu:1 #SBATCH --nodelist=gpu5h100-01 #SBATCH --mem=512g #SBATCH --cpus-per-gpu=32 #SBATCH --time=24:00:00 #SBATCH --output=log-%j.txt #conda activate py39-pyvkfft-test #source ~/dev/pynx-py38-power9-env/bin/activate #export CUDA_VISIBLE_DEVICES=1 #rm -Rf *.html *.svg *.log *.txt module purge module load pynx/testing-cuda12 pyvkfft-test-suite --backend pycuda --gpu h100 --gpumem 80 --nproc 32 --skip &> test.log cat pyvkfft-test1*.html > pyvkfft-test.html