summaryrefslogtreecommitdiff
path: root/hpc/demo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hpc/demo.py')
-rw-r--r--hpc/demo.py6
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()