From 122e182aa66981d43aab38c54b56fdcb0d511309 Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Wed, 9 Oct 2024 23:48:39 +0200 Subject: [PATCH] + add a comment --- src/value.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/value.py b/src/value.py index 24a756b..aa19ebb 100644 --- a/src/value.py +++ b/src/value.py @@ -10,6 +10,7 @@ def parser(): parser.add_argument("--input", type=str, help="Input file") return parser +# This is the main function if __name__ == "__main__": comm = MPI.COMM_WORLD nproc = comm.Get_size() -- GitLab