Home
last modified time | relevance | path

Searched refs:taskCpus (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/scheduler/
H A DTaskSchedulerImplSuite.scala119 val taskCpus = 2 constant
120 val taskScheduler = setupScheduler("spark.task.cpus" -> taskCpus.toString)
139 val multiCoreWorkerOffers = IndexedSeq(new WorkerOffer("executor0", "host0", taskCpus),
149 val taskCpus = 2 constant
150 val taskScheduler = setupScheduler("spark.task.cpus" -> taskCpus.toString)
154 val multiCoreWorkerOffers = IndexedSeq(new WorkerOffer("executor0", "host0", taskCpus),
/dports/sysutils/nomad/nomad-1.1.0/client/lib/cgutil/
H A Dcpuset_manager_linux_test.go98 taskCpus, err := cpuset.Parse(string(taskCpusRaw))
100 require.Exactly(t, alloc.AllocatedResources.Tasks["web"].Cpu.ReservedCores, taskCpus.ToSlice())