Executor
Thread Executor
'executor': {
'slug': 'executor:thread',
'workers': <number>,
'shaping': <module>
}
Process Executor
'executor': {
'slug': 'executor:process',
'workers': <number>,
'shaping': <module>
}
MPI Executor
'executor': {
'slug': 'executor:mpi',
'shaping': <module>
}
MPI Thread Executor
'executor': {
'slug': 'executor:thread:mpi',
'shaping': <module>
}
MPI Process Executor
'executor': {
'slug': 'executor:process:mpi',
'shaping': <module>
}