From 7d017a87d0b510232ce69eea2d33dd4fd715844c Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 23 Oct 2006 17:13:28 +0000
Subject: [PATCH] Revert HP patch to set task distribution when there isn't one
 set on the command line or env var.

---
 src/srun/opt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/srun/opt.c b/src/srun/opt.c
index 5aede774cb9..ce62ca63b33 100644
--- a/src/srun/opt.c
+++ b/src/srun/opt.c
@@ -949,7 +949,7 @@ static void _opt_default()
 	opt.account  = NULL;
 	opt.comment  = NULL;
 
-	opt.distribution = SLURM_DIST_CYCLIC;
+	opt.distribution = SLURM_DIST_UNKNOWN;
 	opt.plane_size   = 0;
 
 	opt.ofname = NULL;
-- 
GitLab