mapper - Parallel processing implementations
Parallel and serial mapper implementations.
-
class
bumps.mapper.AMQPMapper[source]
Bases: object
-
static
start_mapper(problem, modelargs)[source]
-
static
start_worker(problem)[source]
-
static
stop_mapper(mapper)[source]
-
class
bumps.mapper.MPIMapper[source]
Bases: object
-
static
start_mapper(problem, modelargs)[source]
-
static
start_worker(problem)[source]
-
static
stop_mapper(mapper)[source]
-
class
bumps.mapper.MPMapper[source]
Bases: object
-
pool = None
-
static
start_mapper(problem, modelargs, cpus=None)[source]
-
static
start_worker(problem)[source]
-
static
stop_mapper(mapper)[source]
-
class
bumps.mapper.SerialMapper[source]
Bases: object
-
static
start_mapper(problem, modelargs)[source]
-
static
start_worker(problem)[source]
-
static
stop_mapper(mapper)[source]
-
bumps.mapper.nice()[source]
-
bumps.mapper.setpriority(pid=None, priority=1)[source]
Set The Priority of a Windows Process. Priority is a value between 0-5
where 2 is normal priority and 5 is maximum. Default sets the priority
of the current python process but can take any valid process ID.