Saul Crumpton

Results 7 comments of Saul Crumpton

I'm noticing this even with only a single job on a node: Slurm Web 2.2.2 ![image](https://user-images.githubusercontent.com/24260787/78149838-729ffc00-7404-11ea-90a7-cde5d642c4e9.png) Slurm Web 2.2.5 ![image](https://user-images.githubusercontent.com/24260787/78149866-7df32780-7404-11ea-916e-36d473e62693.png) There are 3 changes that are the potential culprits: ![image](https://user-images.githubusercontent.com/24260787/78150163-e80bcc80-7404-11ea-8326-0943d1917cae.png)

The Major code changes between https://github.com/edf-hpc/slurm-web/commit/c233323e514fb41e9d2490a69212378130c0712b and https://github.com/edf-hpc/slurm-web/commit/c1d1ad2f41efc365ad3bfea6fd380c15c3033d8d Is when the error was introduced. reverting only the 2d-draw.js file back to https://github.com/edf-hpc/slurm-web/blob/86ac1c6d1b3873de80320ec06bc2fed6bdb26e0c/dashboard/js/draw/2d-draw.js has it working mostly like normal, but there...

I think I've tracked an issue down in 2.2.5 to the getCoreABSCoordinates function. I noticed that certain times, I'm having multiple cores map to the same X,Y pairs. Looking at...

so; 2 major issues I've found: 1. in the `/util/jobs.js` buildAllocatedCPUs function, you will only end up getting one layout returned for a node, regardless of how many jobs (and...

I ended up re-writing the functions to match old functionality, partially to add support for a GPUs page. https://github.com/BSCrumpton/slurm-web/tree/GPUBranch some of the relevant code can be seen here

honestly, maybe just dashboard/js/draw/2d-draw.js . Note that I haven't tested this in a while, so I'm not 100% sure. No other readme- but I should add it to the docket...

![image](https://user-images.githubusercontent.com/24260787/102373687-7671af80-3f8e-11eb-8c57-643b48979abd.png) basically- I added another tab to the main menu (top right) called GPUs that displays similar to JobsMap, but showing GPUs instead of cores. Additionally, in the main Jobs...