Skip to content

Commit 297c5f3

Browse files
committed
Merge branch 'backport/marconi_skylake' into dev
Conflicts: server/rcm_server_slurm.py
2 parents 90d0464 + 314aa4f commit 297c5f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

server/rcm_base_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def execute_new(self):
401401
tunnel=self.get_use_tunnel()
402402
else:
403403
tunnel='y'
404-
#n+='ib0'
404+
n+=self.pconfig.confdict.get(('platform','nodepostfix'),'')
405405
# except Exception as e:
406406
except Exception,inst:
407407
sys.stderr.write("%s: %s RCM:EXCEPTION" % (inst, traceback.format_exc()))

server/rcm_server_slurm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def get_queue(self,testJobScriptDict=None):
150150
def get_jobs(self, U=False):
151151
logger = logging.getLogger("basic")
152152
logger.debug("get_jobs")
153-
#bad.. why specify the queue?"(retval,stdout,stderr)=self.prex(['squeue', '-o %i#%t#%j#%a','-h','-p','bdw_usr_dbg','-u',self.username])
154153
(retval,stdout,stderr)=self.prex(['squeue', '-o %i#%t#%j#%a','-h','-u',self.username])
155154
logger.debug("squeue output: "+str(retval)+" \n"+str(stdout)+" \n"+str(stderr))
156155

0 commit comments

Comments
 (0)