Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description for new GPUs #20

Open
GanZhang-GFD opened this issue Apr 22, 2024 · 0 comments
Open

Add description for new GPUs #20

GanZhang-GFD opened this issue Apr 22, 2024 · 0 comments

Comments

@GanZhang-GFD
Copy link

Keeling recently added a few GPUs. These GPUs passed initial verification tests and can be utilized by authorized users. It would be great to add a section to describe how to access the new resource.

Here is sample batch script provided by Ken:

#! /bin/bash

#SBATCH -p l40s
#SBATCH -N 1
#SBATCH -n 96
#SBATCH --gres=gpu:L40S:1
#SBATCH --constraint=tl40s
#SBATCH --mem=250000
#SBATCH --time=48:00:00
#SBATCH --output=batchout

module purge
module load gnu/gnu-6.1.0
module load L40S

time ./histogram 

Interactive batch jobs have also been tested. Users just need to replace standard parameter values with the GPU-specific ones (e.g., partition, gres, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant