Skip to content

Commit 167e6f2

Browse files
committed
Remove resources changes
1 parent 7b48f8d commit 167e6f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/gwf/backends/lsf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131

3232
logger = logging.getLogger(__name__)
3333

34-
TARGET_DEFAULTS = {"queue": "normal", "memory": "4GB", "cores": 1, "resource": ""}
34+
TARGET_DEFAULTS = {"queue": "normal", "memory": "4GB", "cores": 1}
3535

3636
BJOB_HEADER = """#BSUB -M {memory}
3737
#BSUB -R "select[mem>{memory}] rusage[mem={memory}] span[hosts=1]"
38-
#BSUB -R {resource}
3938
#BSUB -n {cores}
4039
#BSUB -q {queue}
4140
#BSUB -oo {std_out}

0 commit comments

Comments
 (0)