Skip to content

lv2020/mi_nus_cluster_gpu_status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUS SoC cluster GPU status checker

Sample output

Sample Output

Usage

  1. Upload mi_gpu_slave_script.py to your home directory. Upload to one server is enough as the home directory is shared.
  2. Make sure dependencies are installed pip3 install -r req.txt
  3. Fill in your private key path in mi_nus_soc_gpu_status_reader.py if you are using key pair to authenticate, if not use this line instead(uncomment)
client.connect(f'{host}.comp.nus.edu.sg', username='mingda', password='PASSWORD_HERE')

Now run mi_nus_soc_gpu_status_reader.py :)

TODO

  • Multi-thread?
  • CLI args?

Please STAR if you find it useful!!!

Thanks!!!

Contributor

@YipingRuan Thanks to him, the output looks a lot nicer now! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%