About mpiexec -n

daishuli 1 Reputation point
2021-08-31T01:51:08.457+00:00

I want to know if the program is being executed synchronously or asynchronously by multiple processors.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AlexZhu-MSFT 5,626 Reputation points Microsoft Vendor
    2021-08-31T06:23:46.127+00:00

    Hi,

    In this forum (Microsoft Q&A), we use tag to define the problem category. Apparently, this is not a SCOM (tagging with msc-operations-manager-xxx, Microsoft System Center Operations Manager, a monitoring tool, such as Zabbix/Nagios, that Microsoft offers) related problem and we cannot help much.

    Based on my personal understading, whether a pragrom is Asynchronous or Synchronous, it relies on the program designer/developper.

    Commonly, if we are dealing with independent tasks, the programmer may use asynchronous execution to complete more tasks in a much shorter period of time. It seems that mpiexec.exe is from third party, to get the answer, you may consult the software vendor's technical support/community (if there is any).

    Alex
    If the response is helpful, please click "Accept Answer" and upvote it.