GAIVI Documentation

Table of Contents

Table of Contents

  • No GPU detected
    • SBATCH script/srun command
    • Expected result
    • Actual result
    • Additional details / screenshot
    • Solution
  • Discussion



  • Welcome to GAIVI's Documentation!
    • User Manual
    • Get Help
      • Common Issues
        • No GPU detected
      • Suggestions
    • Share Your Experience

Admin Login



Contact: GAIVIADMIN@usf.edu


GAIVI Documentation
Docs ยป No GPU detected

Was this page helpful?-1-2+1



No GPU detected

I submitted a job and it runs fine. However, it is slow and I found that it is not utilizing GPUs.

SBATCH script/srun command

#!/bin/bash -l
#SBATCH -o out
#SBATCH -e err
conda activate tensorflow-gpu
python train.py

After the the job was submitted, I logged in to the compute node by running:

run --pty --jobid 12345 /bin/bash

and then run nvidia-smi.

Expected result

  • I expected nvidia-smi to return information about GPU usage.

Actual result

  • nvidia-smi returns no devices were found

Additional details / screenshot

Solution


You could leave a comment if you were logged in.
Previous Next