Home
last modified time | relevance | path

Searched refs:NumProcs (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/syslog/benchmark/
H A Dbenchmark.escript107 lager(File, NumProcs, Millis, Socket, Fmt, Args),
126 NumProcs = list_to_integer(NumberOfProcesses),
133 [NumProcs, Millis]),
139 {NumProcs, Millis, Socket}.
170 lager(File, NumProcs, Millis, Socket, Fmt, Args) ->
208 syslog(File, NumProcs, Millis, Socket, Fmt, Args) ->
224 generate_messages(Fun, NumProcs, Millis),
246 (NumSent * 1000 div Millis) div NumProcs,
274 generate_messages(Fun, NumProcs, Millis) ->
279 || _ <- lists:seq(1, NumProcs)].
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/
H A Druntest.sh241 NumProcs=$?
243 alc*) PsubCmd="psub -c alc,pbatch -b casc -r $RunName -ln $NumProcs"
245 peng*) PsubCmd="psub -c pengra,pbatch -b casc -r $RunName -ln $NumProcs"
247 thun*) PsubCmd="psub -c thunder,pbatch -b casc -r $RunName -ln $NumNodes -g $NumProcs"
249 vert*) PsubCmd="psub -c vertex,pbatch -b casc -r $RunName -ln $NumProcs"
253 up*) PsubCmd="psub -c up -pool pbatch -b a_casc -r $RunName -ln $NumProcs"
257 hera*) PsubCmd="psub -c hera,pbatch -b casc -r $RunName -ln $NumProcs"
259 *zeus*) PsubCmd="psub -c zeus,pbatch -b casc -r $RunName -ln $NumProcs"
261 atla*) PsubCmd="psub -c atlas,pbatch -b casc -r $RunName -ln $NumProcs"
263 *) PsubCmd="psub -b casc -r $RunName -ln $NumProcs"
/dports/math/vtk8/VTK-8.2.0/IO/Xdmf3/
H A DvtkXdmf3LightDataHandler.cxx62 p->NumProcs = nprocessors; in New()
80 NumProcs = 0; in vtkXdmf3LightDataHandler()
478 if (this->NumProcs<1) in ShouldRead()
487 if (npieces < this->NumProcs) in ShouldRead()
497 unsigned int mystart = this->Rank*npieces/this->NumProcs; in ShouldRead()
498 unsigned int myend = (this->Rank+1)*npieces/this->NumProcs; in ShouldRead()
501 if (piece < myend || (this->Rank==this->NumProcs-1)) in ShouldRead()
508 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
H A DvtkXdmf3HeavyDataHandler.cxx66 p->NumProcs = nprocessors; in New()
432 if (this->NumProcs<1) in ShouldRead()
441 if (npieces < this->NumProcs) in ShouldRead()
451 unsigned int mystart = this->Rank*npieces/this->NumProcs; in ShouldRead()
452 unsigned int myend = (this->Rank+1)*npieces/this->NumProcs; in ShouldRead()
455 if (piece < myend || (this->Rank==this->NumProcs-1)) in ShouldRead()
462 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf3/
H A DvtkXdmf3LightDataHandler.cxx60 p->NumProcs = nprocessors; in New()
75 NumProcs = 0; in vtkXdmf3LightDataHandler()
461 if (this->NumProcs < 1) in ShouldRead()
470 if (npieces < this->NumProcs) in ShouldRead()
480 unsigned int mystart = this->Rank * npieces / this->NumProcs; in ShouldRead()
481 unsigned int myend = (this->Rank + 1) * npieces / this->NumProcs; in ShouldRead()
484 if (piece < myend || (this->Rank == this->NumProcs - 1)) in ShouldRead()
491 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
H A DvtkXdmf3HeavyDataHandler.cxx63 p->NumProcs = nprocessors; in New()
413 if (this->NumProcs < 1) in ShouldRead()
422 if (npieces < this->NumProcs) in ShouldRead()
432 unsigned int mystart = this->Rank * npieces / this->NumProcs; in ShouldRead()
433 unsigned int myend = (this->Rank + 1) * npieces / this->NumProcs; in ShouldRead()
436 if (piece < myend || (this->Rank == this->NumProcs - 1)) in ShouldRead()
443 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx63 for(int rank=0; rank<NumProcs; rank++){\
483 for(int i=0; i<NumProcs;i++) in Initialize()
514 int NumProcs; member in ProcessLocator
604 this->NumProcs = tracer->NumProcs; in Initialize()
693 int NumProcs; member in AbstractPStreamTracerUtils
1076 for(int i=0; i<NumProcs;i++) in Initialize()
1080 for(int i=0; i<NumProcs;i++) in Initialize()
1087 for(int i=0; i<NumProcs;i++) in Initialize()
1226 for(int i=(this->Rank+1)%NumProcs; i!=this->Rank;i=(i+1)%NumProcs) in NextTask()
1272 int NumProcs; member in __anon084613710211::TaskManager
[all …]
/dports/sysutils/ipmitool/ipmitool-1.8.18/contrib/
H A Dipmi.init.redhat116 NumProcs=$(grep -c processor /proc/cpuinfo)
117 if [ $NumProcs -eq 0 ]
127 while [ $Count -le $NumProcs ]
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf3/
H A DvtkXdmf3LightDataHandler.cxx62 p->NumProcs = nprocessors; in New()
447 if (this->NumProcs<1) in ShouldRead()
456 if (npieces < this->NumProcs) in ShouldRead()
466 unsigned int mystart = this->Rank*npieces/this->NumProcs; in ShouldRead()
467 unsigned int myend = (this->Rank+1)*npieces/this->NumProcs; in ShouldRead()
470 if (piece < myend || (this->Rank==this->NumProcs-1)) in ShouldRead()
477 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
H A DvtkXdmf3HeavyDataHandler.cxx66 p->NumProcs = nprocessors; in New()
454 if (this->NumProcs<1) in ShouldRead()
463 if (npieces < this->NumProcs) in ShouldRead()
473 unsigned int mystart = this->Rank*npieces/this->NumProcs; in ShouldRead()
474 unsigned int myend = (this->Rank+1)*npieces/this->NumProcs; in ShouldRead()
477 if (piece < myend || (this->Rank==this->NumProcs-1)) in ShouldRead()
484 if ((piece % this->NumProcs) == this->Rank) in ShouldRead()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx63 for(int rank=0; rank<NumProcs; rank++){\
466 this->InitBoundingBoxes(this->NumProcs); in Initialize()
490 for(int i=0; i<NumProcs;i++) in Initialize()
521 int NumProcs; member in ProcessLocator
611 this->NumProcs = tracer->NumProcs; in Initialize()
700 int NumProcs; member in AbstractPStreamTracerUtils
1066 for(int i=0; i<NumProcs;i++) in Initialize()
1070 for(int i=0; i<NumProcs;i++) in Initialize()
1077 for(int i=0; i<NumProcs;i++) in Initialize()
1216 for(int i=(this->Rank+1)%NumProcs; i!=this->Rank;i=(i+1)%NumProcs) in NextTask()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx450 this->InitBoundingBoxes(this->NumProcs); in Initialize()
474 for (int i = 0; i < NumProcs; i++) in Initialize()
488 rank = CNext(rank, this->NumProcs)) in FindNextProcess()
502 this->NumProcs = 0; in ProcessLocator()
507 int NumProcs; member in ProcessLocator
583 this->NumProcs = tracer->NumProcs; in Initialize()
677 int NumProcs; member in AbstractPStreamTracerUtils
1010 this->HasData.resize(this->NumProcs); in Initialize()
1017 for (int i = 0; i < NumProcs; i++) in Initialize()
1152 for (int i = (this->Rank + 1) % NumProcs; i != this->Rank; i = (i + 1) % NumProcs) in NextTask()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/platform/
H A Darchitecture_windows.go56 func NumProcs() uint32 { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/internal/common/
H A Dcommon_linux.go31 func NumProcs() (uint64, error) { func

12345678910