About large memory node

Hello, I just want to know whether it is still possible to reserve nodes with memory of 1000GB, one of my job require extra large memory and I tried in our new discovery cluster and also searched previous topics here and found that our current discovery cluster only support memory like 190GB. Is there any way to reserve our old 1000GB node? I think it should be quite useful if it is still in service. Thank you.

@jiangxu We will migrate the large memory nodes over to Discovery. I will reply back sometime next week when that is complete.

1 Like

@jiangxu The largemem (1 TB) partition is now available on Discovery. You can request a node on that partition with #SBATCH --partition=largemem and all available memory on that node with #SBATCH --mem=0.

1 Like

Thanks a lot!!!Really helpful!