diff options
Diffstat (limited to 'hpc/demo.py')
| -rw-r--r-- | hpc/demo.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hpc/demo.py b/hpc/demo.py deleted file mode 100644 index 0adfe17..0000000 --- a/hpc/demo.py +++ /dev/null @@ -1,6 +0,0 @@ - -from mpi4py import MPI - -comm = MPI.COMM_WORLD -rank = comm.Get_rank() -size = comm.Get_size() |
