AUTH's THMMY "Parallel and distributed systems" course assignments.
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #! /usr/bin/env bash
-
- #SBATCH --job-name=BitncV1Q29
- #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 29
|