Skip to content

Commit d1c0bea

Browse files
authored
Update Build-SU2-Windows.md
1 parent 7acd6fb commit d1c0bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs_v7/Build-SU2-Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Now you can follow the steps in the [Linux/MacOS Configuration and Compilation s
4747

4848
## Running the executables
4949
Add SU2 to the system path. This will allow you to use the executables from any directory without explicitly specifying the path to the executable. To do that access the system variables by typing “environ” in the search/run box of the start menu, select “edit the system environment variables”, and then select “Environment Variables” from the System Properties menu. Edit the “Path” system variable (or select “New” if no “Path” system variable exists) and add the path to the SU2 executables, i.e. the path that you have set with the `--prefix` option (if option was not given, the default is `C:\bin`). When there is more than one directory listed in “Path” they must be separated by semicolons.
50-
Running SU2 in Windows is identical to running in Linux or Mac OS environments and is run from the command line (whether cmd.exe or the freely-available Console2 for Windows).
50+
Running SU2 in Windows is identical to running in [Linux or Mac OS environments](/_docs_v7/Execution.md) and is run from the command line (whether cmd.exe or the freely-available Console2 for Windows). However, you may have to use `mpiexec` instead of `mpirun` to execute the code in parallel.

0 commit comments

Comments
 (0)