#!/bin/bash
#SBATCH --job-name=exo03_gpu
#SBATCH --output=exo03.out
#SBATCH --error=exo03.err

srun -p GPU ./exo03 $*