SamStudio8 / reticulatus

A snakemake-based pipeline for assembling and polishing long genomes from long nanopore reads
MIT License
68 stars 5 forks source link

Consider process specific reporting of GPU information #11

Open SamStudio8 opened 4 years ago

SamStudio8 commented 4 years ago

10 adds the ability to monitor the GPU in real-time, but does not query the state of individual processes, which would be nice.

SamStudio8 commented 4 years ago

Turns out, that somebody has already taken a look at this, and even better, it's a fork of the GPUtil library that we're already using. It looks like somewhat of a work in progress as there is debugging information and the like still in the code but we can probably tidy it up.