Skip to content

Commit

Permalink
Deprecate LSF QUEUE_OPTION LSF_SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Mar 12, 2024
1 parent a5fa260 commit 0428b7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ert/config/parsing/config_schema_deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,10 @@
"The ERT default is to use /usr/bin/ssh.",
check=lambda line: "LSF_RSH_CMD" in line,
),
DeprecationInfo(
keyword="QUEUE_OPTION",
message="LSF_SERVER as QUEUE_OPTION to the LSF system will be removed in "
"the future, and it is not recommended to use this QUEUE_OPTION.",
check=lambda line: "LSF_SERVER" in line,
),
]

0 comments on commit 0428b7c

Please sign in to comment.