We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b3da3 commit e45761dCopy full SHA for e45761d
orte/mca/plm/lsf/plm_lsf_component.c
@@ -104,8 +104,8 @@ static int plm_lsf_close(void)
104
static int orte_plm_lsf_component_query(mca_base_module_t **module, int *priority)
105
{
106
107
- /* check if lsf is running here */
108
- if (NULL == getenv("LSB_JOBID") || lsb_init("ORTE launcher") < 0) {
+ /* check if lsf is running here and make sure IBM CSM is NOT enabled */
+ if (NULL == getenv("LSB_JOBID") || getenv("CSM_ALLOCATION_ID") || lsb_init("ORTE launcher") < 0) {
109
/* nope, not here */
110
opal_output_verbose(10, orte_plm_base_framework.framework_output,
111
"plm:lsf: NOT available for selection");
0 commit comments