AUTH's THMMY "Parallel and distributed systems" course assignments.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1234567891011 |
- #! /usr/bin/env bash
-
- #SBATCH --job-name=BitncV1Q26
- #SBATCH --nodes=1
- #SBATCH --gres=gpu:1
- #SBATCH --time=10:00
-
- module load gcc/9.2.0 cuda/11.1.0
-
- ./out/v1/bitonic --validation --perf 7 -q 26
-
|