- Installation and Configuration of MPI in Visual Studio:
a) Download: https://www.microsoft.com/en-us/download/details.aspx?id=100593 (perhaps)
b) cd ./CFD_03_Lid-Driven-Cavity-> Double clicking to open up "CFD_03_Lid-Driven-Cavity.sln"
c) Project-> Property(P):
i. C/C++-> Additional Include Directory-> Edit-> New Line-> C:\Program Files (x86)\Microsoft SDKs\MPI\Include
ii. Linker-> Additional Library Directories-> C:\Program Files (x86)\Microsoft SDKs\MPI\Lib\x86
iii. Linker-> Input-> Additional Dependenies-> Edit-> "msmpi.lib" - Define parameters in #define
- "Build" the Source.cpp so as to generate .exe file
- Execute the .exe file in the CLI: mpiexec -n 4 CFD_03_Lid-Driven-Cavity.exe
- Post process the .csv files via "CFD_Postprocess.m".
-
Notifications
You must be signed in to change notification settings - Fork 0
License
EN-Chou/SIMPLE-MPI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published