Skip to content
Snippets Groups Projects
Commit 559dbc52 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Add scripts for clusters

parent e2ccd845
Branches
No related tags found
No related merge requests found
#!/bin/sh
#SBATCH --job-name=hpc_2024_future
#SBATCH --time=00:30:00
#SBATCH --partition=shared-gpu
#SBATCH --gpus=1
#SBATCH --constraint="COMPUTE_TYPE_AMPERE|COMPUTE_TYPE_TURING|"
#SBATCH --output=hpc_2024_future-%J.out
module load NVHPC/21.11
srun ./artefacts/future
\ No newline at end of file
#!/bin/sh
#SBATCH --job-name=hpc_2024_future
#SBATCH --time=00:30:00
#SBATCH --partition=shared-gpu
#SBATCH --gpus=1
#SBATCH --constraint="COMPUTE_TYPE_TURING"
#SBATCH --output=hpc_2024_future-%J.out
module load NVHPC/21.11
srun ./artefacts/future
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment