...
Share the working directory (for example: "MPI_Model" is the folder containing the MPI model to be run, so the working directory in the main node will be "E:\EFDC_+ Explorer Modeling System\Testing\EFDC\MPI_Model")
Share the installed folder of EEMS (contains EFDC+ MPI exe). For example, copy the EFDC+ MPI exe folder to the shared folder containing the model. Figure 1 shows steps to share folders.
Anchor EFDC EFDC
...
Open Command Prompt using the administrator permissions (see Figure 3) and use the following commands to link the shared folder between the main node and the worker nodes.
General case: Mklink /d "Working-Directory" "Shared-Directory"
In this example: mklink /d "E:\EFDC_+ Explorer Modeling System\Testing\EFDC\MPI_Model" "\\DSI-D03\MPI_Model"
...