#!/bin/bash -l #SBATCH --partition=low-p9gpu #SBATCH --gres=gpu:1 #SBATCH -C v100 # SBATCH --nodelist=gpu3-01 #SBATCH --mem=128g #SBATCH --cpus-per-gpu=64 #SBATCH --time=48:00:00 #SBATCH --output=log-%j.txt #SBATCH --export=NONE #export CUDA_VISIBLE_DEVICES=1 module purge module load mamba conda activate pyvkfft-test-p9 #rm -f *.html *.svg *.log *.txt #pyvkfft-test-suite --backend pycuda --gpu a40 --gpumem 48 --nproc 32 --skip &> test.log timeout 47h pyvkfft-test-suite --backend pycuda --gpu v100 --gpumem 32 --nproc 16 --skip if [[ $? -eq 124 ]]; then sbatch go.slurm fi cat pyvkfft-test1*.html > pyvkfft-test.html