You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The following script options are available:
102
102
| `-o <ARG>` | Trap the output (without errors) of `xtb` into a file called `<ARG>`. (Default: `auto`)
103
103
| `-s` | Write a submit script instead of interactive execution (default: PBS). Resulting file needs to be submitted.
104
104
| `-S` | Write submit script and directly submit it to the queue, requires setting a queueing system with `-Q`.
105
-
| `-Q <ARG>` | Set a queueing system for which the submit script should be prepared, supported `pbs-gen`, `slurm-gen`, `bsub-gen`.
105
+
| `-Q <ARG>` | Set a queueing system for which the submit script should be prepared, supported `pbs-gen`, `slurm-gen`, (`bsub-gen`).
106
106
| `-P <ARG>` | Account to project or account `<ARG>`, only slurm, LSF (bsub).
107
107
| `-M` | Use pre-installed modules instead of path settings, also needs specified module(s).
108
108
| `-l <ARG>` | Specify a module to be used, will also invoke `-M`, may be specified multiple times to create a list, `<ARG>=purge` unloads all modules and `<ARG>=0` clears the list.
@@ -114,6 +114,8 @@ The following script options are available:
114
114
| `-H` | Retrieve the man page of xtb of the original xtb distribution.
115
115
| `-X` | Retrieve the man page of xcontrol of the original xtb distribution.
116
116
117
+
Please note that support for LSF (bsub) is now deprecated and will be removed in a future update.
118
+
117
119
## Included files and directories
118
120
119
121
The following files and/or directories come with this script:
0 commit comments