Mcore_handler.is_master

Mcore_handler.is_master()[source]

Check if the process is master or not whe parallel computing

Returns:

master – True if multiple instances are launched and the current process is the master (rank 0)

Return type:

bool