Uses of Class
uk.ac.manchester.spinnaker.nmpi.model.machine.SpinnakerMachine
Package | Description |
---|---|
uk.ac.manchester.spinnaker.nmpi.model.job |
The description of SpiNNaker jobs.
|
uk.ac.manchester.spinnaker.nmpi.model.machine |
The description of SpiNNaker machines.
|
-
Uses of SpinnakerMachine in uk.ac.manchester.spinnaker.nmpi.model.job
Methods in uk.ac.manchester.spinnaker.nmpi.model.job that return SpinnakerMachine Modifier and Type Method Description SpinnakerMachine
JobManagerInterface. getJobMachine(int id, int nCores, int nChips, int nBoards, double runTime)
Get a machine for running a job.SpinnakerMachine
JobManagerInterface. getLargestJobMachine(int id, double runTime)
Get the largest machine that could run a job.SpinnakerMachine
JobSpecification. getMachine()
Get the machine to run the job on.Methods in uk.ac.manchester.spinnaker.nmpi.model.job with parameters of type SpinnakerMachine Modifier and Type Method Description void
JobSpecification. setMachine(SpinnakerMachine machine)
Sets the machine.Constructors in uk.ac.manchester.spinnaker.nmpi.model.job with parameters of type SpinnakerMachine Constructor Description JobSpecification(SpinnakerMachine machine, JobParameters parameters, int id, String url)
Create the specification for running a job. -
Uses of SpinnakerMachine in uk.ac.manchester.spinnaker.nmpi.model.machine
Methods in uk.ac.manchester.spinnaker.nmpi.model.machine that return SpinnakerMachine Modifier and Type Method Description static SpinnakerMachine
SpinnakerMachine. parse(String value)
Creates a new Spinnaker Machine by parsing the name of a machine.Methods in uk.ac.manchester.spinnaker.nmpi.model.machine with parameters of type SpinnakerMachine Modifier and Type Method Description int
SpinnakerMachine. compareTo(SpinnakerMachine m)
Compare to another machine; order by name then by version.