Slurm: How to find out how much memory is not allocated at a given Node
        Posted  
        
            by 
                PlagTag
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by PlagTag
        
        
        
        Published on 2013-09-05T16:04:10Z
        Indexed on 
            2013/11/06
            15:57 UTC
        
        
        Read the original article
        Hit count: 245
        
job-scheduler
i am new to SLURM. I am searching for a comfortable way, to see how many memory at an node/nodelist is available for my srun allocation.
I already played around with sinfo and scontrol and sstat but none of them gives me the information i need in one comfortable overview.
I had the idea to write a shell script, in order to fetch all fields of all jobs from scontrol and sum them up. But there must be an easier way. Would be great if anyone has an hint or idea!
© Server Fault or respective owner