Home
last modified time | relevance | path

Searched refs:max_parallel (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/job-specification/
H A Dupdate.html.md34 max_parallel = 3
47 ~> For `system` jobs, only [`max_parallel`](#max_parallel) and
110 [`max_parallel`](#max_parallel) updates when updating system jobs. This
128 max_parallel = 3
141 max_parallel = 3
157 max_parallel = 3
186 max_parallel = 3
210 max_parallel = 1
224 max_parallel = 2
255 max_parallel = 2
[all …]
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/job-specification/
H A Dupdate.mdx29 max_parallel = 3
42 ~> For `system` jobs, only [`max_parallel`](#max_parallel) and
111 [`max_parallel`](#max_parallel) updates when updating system jobs. This
129 max_parallel = 3
142 max_parallel = 3
158 max_parallel = 3
187 max_parallel = 3
211 max_parallel = 1
225 max_parallel = 2
256 max_parallel = 2
[all …]
H A Dmultiregion.mdx31 max_parallel = 1
65 continuing. At this point up to `max_parallel` regions will enter `running` at
87 - `max_parallel` `(int: <optional>)` - Specifies the maximum number
115 ~> For `system` jobs, only [`max_parallel`](#max_parallel) is enforced. The
147 This example shows the use of `max_parallel`. This job will deploy first to
156 max_parallel = 2
168 This example shows the default value of `on_failure`. Because `max_parallel = 1`,
181 max_parallel = 1
H A Dmigrate.mdx28 max_parallel = 1
36 When one or more nodes are draining, only `max_parallel` allocations will be
51 - `max_parallel` `(int: 1)` - Specifies the number of allocations that can be
53 [`count`][count] for the group as `count - max_parallel` will be left running
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/Downloader/
H A DIDownloader.cpp52 bool IDownloader::download(std::list<IDownload*>& download, int max_parallel) in download() argument
62 (*it)->downloaded=this->download(*it,max_parallel); in download()
70 bool IDownloader::download(IDownload* dl, int max_parallel) in download() argument
74 return download(dls,max_parallel); in download()
H A DIDownloader.h36 virtual bool download(IDownload* dl, int max_parallel=10);
42 virtual bool download(std::list<IDownload*>& download, int max_parallel=10);
/dports/games/spring/spring_98.0/tools/pr-downloader/src/Downloader/
H A DIDownloader.cpp52 bool IDownloader::download(std::list<IDownload*>& download, int max_parallel) in download() argument
62 (*it)->downloaded=this->download(*it,max_parallel); in download()
70 bool IDownloader::download(IDownload* dl, int max_parallel) in download() argument
74 return download(dls,max_parallel); in download()
H A DIDownloader.h36 virtual bool download(IDownload* dl, int max_parallel=10);
42 virtual bool download(std::list<IDownload*>& download, int max_parallel=10);
/dports/security/vault/vault-1.8.2/physical/consul/
H A Dconsul_test.go31 max_parallel int
45 max_parallel: 4,
70 max_parallel: 4,
87 max_parallel: 4,
105 max_parallel: 4,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/jobspec/test-fixtures/
H A Dmigrate-job.hcl6 max_parallel = 2
25 max_parallel = 3
H A Dbasic.hcl47 max_parallel = 2
94 max_parallel = 3
105 max_parallel = 2
/dports/sysutils/nomad/nomad-1.1.0/jobspec/test-fixtures/
H A Dmigrate-job.hcl6 max_parallel = 2
25 max_parallel = 3
H A Dbasic.hcl48 max_parallel = 2
115 max_parallel = 3
126 max_parallel = 2
/dports/devel/py-tox/tox-3.12.1/src/tox/session/commands/run/
H A Dparallel.py23 max_parallel = config.option.parallel
24 if max_parallel is None:
25 max_parallel = len(venv_dict)
26 semaphore = Semaphore(max_parallel)
/dports/sysutils/helmfile/vault-f6547fa8e820/physical/consul/
H A Dconsul_test.go32 max_parallel int
46 max_parallel: 4,
71 max_parallel: 4,
88 max_parallel: 4,
106 max_parallel: 4,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/nomad/files/
H A Djob.hcl66 max_parallel = 1
116 max_parallel = 1
/dports/net/p5-POE-Component-Client-Ping/POE-Component-Client-Ping-1.177/lib/POE/Component/Client/
H A DPing.pm199 my $max_parallel = int($size / $PKTSIZE);
200 if ($max_parallel > 8) {
201 $max_parallel -= 8;
203 elsif ($max_parallel < 1) {
204 $max_parallel = 1;
206 $heap->{parallelism} = $max_parallel;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/deployment/input/
H A Ddeployment_auto0.nomad13 max_parallel = 3
39 max_parallel = 2
H A Ddeployment_auto1.nomad13 max_parallel = 3
39 max_parallel = 2
/dports/sysutils/nomad/nomad-1.1.0/e2e/deployment/input/
H A Ddeployment_auto1.nomad13 max_parallel = 3
39 max_parallel = 2
H A Ddeployment_auto0.nomad13 max_parallel = 3
39 max_parallel = 2
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_test.perl120 my ($max_serial, $max_parallel) = parse_test_options($file);
135 my $last_test = ($parallelism eq "parallel") ? $max_parallel : $max_serial;
682 my $max_parallel = -1;
731 if ($1 > ${max_parallel}) {
732 $max_parallel = $1;
747 $max_serial = 0 if ($max_parallel == -1 && $max_serial == -1);
751 $test_opts{"p*"}{"Count"} = $max_parallel;
752 return ($max_serial, $max_parallel);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/consul/input/
H A Dconsul_example.nomad11 max_parallel = 1
20 max_parallel = 1
/dports/sysutils/nomad/nomad-1.1.0/e2e/consul/input/
H A Dconsul_example.nomad11 max_parallel = 1
20 max_parallel = 1
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_substep_characteristics.hpp183 ASSERT_ALWAYS(k <= max_parallel()); in get_concurrent_time()
191 for(unsigned int i = max_parallel() ; i >= k ; i--) { in get_concurrent_time()
251 T = std::min(T, max_parallel()); in parallelize()
336 if (F.max_parallel() < TMAX) { in fill_tvec()
337 TMAX = F.max_parallel(); in fill_tvec()
379 if (F.max_parallel() == th_cache) { in get_ft_time_from_cache_or_recompute()
882 unsigned int max_parallel() const { in max_parallel() function
918 unsigned int max_parallel() const { in max_parallel() function
955 unsigned int max_parallel() const { in max_parallel() function
992 unsigned int max_parallel() const { return U.max_threads(); } in max_parallel() function
[all …]

12345678910>>...17