diff --git a/exercices/03-equation-chaleur/correction/heat.sh b/exercices/03-equation-chaleur/correction/heat.sh
new file mode 100644
index 0000000000000000000000000000000000000000..8691d66946a195fc408cf12477bf664bc1e18d26
--- /dev/null
+++ b/exercices/03-equation-chaleur/correction/heat.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+#SBATCH --job-name=heat
+#SBATCH --output=output.o%j
+#SBATCH --ntasks=1
+#SBATCH --cpus-per-task=1
+#SBATCH --mem-per-cpu=1000
+#SBATCH --partition=shared-gpu
+#SBATCH --time=00:10:00
+#SBATCH --gpus=1
+
+echo $SLURM_NODELIST
+srun heat_equation