Introduction - If you have any usage issues, please Google them yourself
Example:
Compile: mpicc including.c-o including
Run: You can use the command mpirun-np SIZE including to run the string matching procedure, which SIZE is the number of processors used. The examples used SIZE = 4 processors.
mpirun-np 4 including
Run Results:
Please input the number: 6
Please input the coordinates of the points
0:1 0
1:2 1
2:4 0
3:2 4
4:1 2
5:0 3
Enter To determine the coordinates of points
23
Results: vertex p is in polygon
Description: Enter the vertices (x, y) coordinates separated by a space.