Finite difference methods 2D Poisson Implementation via MPI with RMA routines
$module load cports openmpi
$ make clean && make
$ mpirun -np [Number of processor] ./main2d_rmav1 [Number of Square Grids] $ example: mpirun -np 4 ./main2d_rmav1 13
$ mpirun -np [Number of Processor] ./main2d_rmav2 [Number of Square Grids] $ example: mpirun -np 4 ./main2d_rmav2 13
$ mpirun -np [Number of Processor] ./main2d [Number of Square Grids] $ example: mpirun -np 4 ./main2d 13