#!/bin/bash -l #SBATCH --partition=low #SBATCH --gres=gpu:1 #SBATCH -C a100 # SBATCH --nodelist=gpu3-01 #SBATCH --mem=128g #SBATCH --cpus-per-gpu=20 #SBATCH --time=48:00:00 #SBATCH --output=log-%j.txt #export CUDA_VISIBLE_DEVICES=1 module purge module load mamba # This will load the cuda module conda activate pyvkfft-test module list timeout 47h pyvkfft-test-suite --backend pyopencl --gpu a100 --gpumem 80 --nproc 20 --skip if [[ $? -eq 124 ]]; then sbatch go.slurm fi cat pyvkfft-test1*.html > pyvkfft-test.html