Skip to content

antonycleave/openhpc-slurm-with-rocm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

on a system with docker preinstalled

make clean
make
docker run -v .\:/host slurm-build:23.11.10 /bin/bash -c "cp /root/rpmbuild/RPMS/*/*.rpm /host"'

you may need to remove an existing image with imageref=$(sudo docker image ls slurm-build:23.11.10 -q) && [ -n "$imageref" ] && docker image rm $imageref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published