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
Some clusters require the user to specify a list of required resources.
68
-
For example, it may be necessary to specify how much memory will be needed by the job - see this [issue](https://github.com/JuliaLang/julia/issues/10390).
69
-
The keyword `qsub_flags` can be used to specify these and other options.
70
-
Additionally the keyword `wd` can be used to specify the working directory (which defaults to `ENV["HOME"]`).
> The SGE functionality is not currently being maintained.
5
+
>
6
+
> We are currently seeking a new maintainer for the SGE functionality. If you are an active user of SGE and are interested in being a maintainer, please open a GitHub issue - say that you are interested in being a maintainer for the SGE functionality.
7
+
8
+
## SGE via `qsub`: Use `ClusterManagers.addprocs_sge` (or `ClusterManagers.SGEManager`)
Some clusters require the user to specify a list of required resources.
34
+
For example, it may be necessary to specify how much memory will be needed by the job - see this [issue](https://github.com/JuliaLang/julia/issues/10390).
35
+
The keyword `qsub_flags` can be used to specify these and other options.
36
+
Additionally the keyword `wd` can be used to specify the working directory (which defaults to `ENV["HOME"]`).
0 commit comments