Skip to content

GPU queues don't always contain gpu in the name #1

Description

@Hitham2496

Hi, I just wanted to note that the GPU queues don't always contain gpu in the name. Currently on Sanger's AI clusters, there are queues such as training, training-parallel, inference, etc. which are all GPU queues that would not fit the pattern.

This will pose problems for the snippet shown:

# set gpu parameters for gpu queues
gpu=''
if [[ $queue == *"gpu"* ]]
then
gpu="-gpu \"mode=shared:j_exclusive=no:gmem=${gmem}:num=1\""
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions