From 0a361464b6d5f592bb01d1bf75384cdb4efedc9c Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Tue, 14 Sep 2004 21:54:04 +0000 Subject: [PATCH] o Don't use context numbers below RMS_BASE_CONTEX_NUM --- src/plugins/switch/elan/qsw.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/plugins/switch/elan/qsw.c b/src/plugins/switch/elan/qsw.c index 96ae084dc8a..6865c526ead 100644 --- a/src/plugins/switch/elan/qsw.c +++ b/src/plugins/switch/elan/qsw.c @@ -56,17 +56,8 @@ * want to include here since we are using the new * version-nonspecific libelanctrl. * (XXX: What is the equivalent in libelanctrl?) - * - * slurm/482: the elan USER context range is now split - * into two segments, regular user context and RMS - * context ranges. Do not allow a context range - * (lowcontext -- highcontext) to span these two segments, - * as this will generate and elan initialization error - * when MPI tries to attach to the capability. For now, - * restrict SLURM's range to the RMS one (starting at 0x400) - * */ -# define ELAN_USER_BASE_CONTEXT_NUM 0x400 /* act. RMS_BASE_CONTEXT_NUM */ +# define ELAN_USER_BASE_CONTEXT_NUM 0x020 # define ELAN_USER_TOP_CONTEXT_NUM 0x7ff # define Version cap_version -- GitLab