File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -653,15 +653,15 @@ class LsfSpawner(BatchSpawnerBase):
653653 '''A Spawner that uses IBM's Platform Load Sharing Facility (LSF) to launch notebooks.'''
654654
655655 batch_script = Unicode ('''#!/bin/sh
656- #BSUB -R "select[type==any]" # Allow spawning on non-uniform hardware
657- #BSUB -R "span[hosts=1]" # Only spawn job on one server
658- #BSUB -q {queue}
659- #BSUB -J spawner-jupyterhub
660- #BSUB -o {homedir}/.jupyterhub.lsf.out
661- #BSUB -e {homedir}/.jupyterhub.lsf.err
662-
663- {cmd}
664- ''' ).tag (config = True )
656+ #BSUB -R "select[type==any]" # Allow spawning on non-uniform hardware
657+ #BSUB -R "span[hosts=1]" # Only spawn job on one server
658+ #BSUB -q {queue}
659+ #BSUB -J spawner-jupyterhub
660+ #BSUB -o {homedir}/.jupyterhub.lsf.out
661+ #BSUB -e {homedir}/.jupyterhub.lsf.err
662+
663+ {cmd}
664+ ''' ).tag (config = True )
665665
666666
667667 batch_submit_cmd = Unicode ('bsub' ).tag (config = True )
You can’t perform that action at this time.
0 commit comments