From d0b54600dd98596bded41279f8eca18e02a439b9 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Mon, 10 May 2010 19:11:17 +0000 Subject: [PATCH] update RELEASE_NOTES --- RELEASE_NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d46fc7c252f..d5bb8a6f563 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -57,6 +57,12 @@ HIGHLIGHTS as the one it is running. If not an error message is displayed. To silence this message add NO_CONF_HASH to DebugFlags in your slurm.conf. +* SLURM commands (squeue, sinfo, etc...) can now go cross-cluster on like + linux systems. Cross-cluster for bluegene to linux and such does not + currently work. You can submit jobs with sbatch. Salloc and srun are not + cross-cluster compatible, and given thier nature to talk to actual compute + nodes these will likely never be. + CONFIGURATION FILE CHANGES (see "man slurm.conf" for details) ============================================================= * Added VSizeFactor to enforce virtual memory limits for jobs and job steps as -- GitLab