exit#

MapdlPool.exit(block=False)#

Close out all instances in the pool.

パラメーター:
blockbool, optional

When True, wait until all processes are closed.

Examples

>>> pool.exit()