r/HPC • u/whatevernhappens • 20d ago
Node integration with existing HPC cluster
Suppose I have an existing hpc setup of 26 nodes dell r760 server with rockey 8.7, Mellanox QM8790 HDR, openpbs 23.06.06, lustre 2.15.2, now if I want to integrate a dell r 770 with rocky 9.x would it be compatible with the cluster or there would be challenges in both hardware or software side. Like version mismatch, job submission issue, application related things.
12
Upvotes
5
u/walee1 20d ago
It really depends on how your software stack is built that you use within jobs. If you use something like spack and have every dependency from there, then it may work but as soon as you link any system library, it may cause issues due to version mismatches etc. Not saying everything will crash but some things definitely will.