We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
execparams.TYPE
1 parent 95f971d commit c63f0bbCopy full SHA for c63f0bb
docs/getting_started.rst
@@ -80,7 +80,7 @@ Local // Slurm // LSF // PBS // Cobalt
80
81
from psij import Job, JobExecutor, JobSpec
82
83
- ex = JobExecutor.get_instance("<&executor-type>")
+ ex = JobExecutor.get_instance(execparams.executor)
84
job = Job(JobSpec(executable="/bin/date"))
85
ex.submit(job)
86
0 commit comments