Skip to content
Snippets Groups Projects
Verified Commit 122e182a authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ add a comment

parent 06741282
Branches
No related tags found
No related merge requests found
Pipeline #222699 passed
...@@ -10,6 +10,7 @@ def parser(): ...@@ -10,6 +10,7 @@ def parser():
parser.add_argument("--input", type=str, help="Input file") parser.add_argument("--input", type=str, help="Input file")
return parser return parser
# This is the main function
if __name__ == "__main__": if __name__ == "__main__":
comm = MPI.COMM_WORLD comm = MPI.COMM_WORLD
nproc = comm.Get_size() nproc = comm.Get_size()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment