Package uk.ac.manchester.spinnaker.nmpi
The NMPI service classes.
The actual key service APIs are:
NMPIQueueManager
— Handles the queue of NMPI jobs.JobExecuter
— Handles the running of a single NMPI job. Note that job executer implementations ask the queue manager for the job that they should run.JobExecuterFactory
— Creates job executers.MachineManager
— Handles the resources on which NMPI jobs run.