#!/bin/bash #SBATCH -p gpu # targeting the gpu partition #SBATCH --ntasks-per-core=1 # disabling multithreading #SBATCH -n 32 # number of CPU cores #SBATCH --gres=gpu:1 # ask for 1 GPU #SBATCH -J llg3d-gpu # job name # Activating the Python virtual environment source ../../../../.venv/bin/activate # Launching the computation llg3d.bench.throughput run --repeats 10 --csv gaya/bench_throughput.csv