Skip to content

Commit

Permalink
switch to a100
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 4, 2023
1 parent c5fcee3 commit d285aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/cloudmask/target/greene_v0.5/simple.rivanna.slurm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#SBATCH --job-name=simple-cloudmask-gpu-rivanna
#SBATCH --nodes=1
#SBATCH --gres=gpu:v100:1
#SBATCH --gres=gpu:a100:1
#SBATCH --time=00:45:00
#SBATCH --mem=64G
#SBATCH -o outputs/simple-rivanna-v100-%u-%j.out
#SBATCH -e outputs/simple-rivanna-v100-%u-%j.err
#SBATCH -o outputs/simple-rivanna-a100-%u-%j.out
#SBATCH -e outputs/simple-rivanna-a100-%u-%j.err
#SBATCH --partition=bii-gpu
#SBATCH --account=bii_dsc_community

Expand Down

0 comments on commit d285aa5

Please sign in to comment.