Skip to content
Snippets Groups Projects
Commit a50bc468 authored by KUENZLI Pierre's avatar KUENZLI Pierre
Browse files

ajout d'un script sbatch

parent 9941fff2
Branches
Tags
No related merge requests found
#! /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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment