diff --git a/src/Schedgen2/__pycache__/additional_microbenchmarks.cpython-311.pyc b/src/Schedgen2/__pycache__/additional_microbenchmarks.cpython-311.pyc deleted file mode 100644 index bb25b57..0000000 Binary files a/src/Schedgen2/__pycache__/additional_microbenchmarks.cpython-311.pyc and /dev/null differ diff --git a/src/Schedgen2/__pycache__/goal.cpython-311.pyc b/src/Schedgen2/__pycache__/goal.cpython-311.pyc deleted file mode 100644 index 98a0116..0000000 Binary files a/src/Schedgen2/__pycache__/goal.cpython-311.pyc and /dev/null differ diff --git a/src/Schedgen2/__pycache__/mpi_colls.cpython-311.pyc b/src/Schedgen2/__pycache__/mpi_colls.cpython-311.pyc deleted file mode 100644 index 84ca672..0000000 Binary files a/src/Schedgen2/__pycache__/mpi_colls.cpython-311.pyc and /dev/null differ diff --git a/src/Schedgen2/__pycache__/patterns.cpython-311.pyc b/src/Schedgen2/__pycache__/patterns.cpython-311.pyc deleted file mode 100644 index 797b0e3..0000000 Binary files a/src/Schedgen2/__pycache__/patterns.cpython-311.pyc and /dev/null differ diff --git a/src/Schedgen2/schedule.goal b/src/Schedgen2/schedule.goal deleted file mode 100644 index 99ba26a..0000000 --- a/src/Schedgen2/schedule.goal +++ /dev/null @@ -1,44 +0,0 @@ -num_ranks 8 - -rank 0 { -l1: send 8b to 1 tag 42001 -l2: send 8b to 2 tag 42001 -l3: send 8b to 4 tag 42001 -} - -rank 1 { -l4: recv 8b from 0 tag 42001 -l5: send 8b to 3 tag 42001 -l6: send 8b to 5 tag 42001 -l5 requires l4 -l6 requires l4 -} - -rank 2 { -l7: recv 8b from 0 tag 42001 -l8: send 8b to 6 tag 42001 -l8 requires l7 -} - -rank 3 { -l9: recv 8b from 1 tag 42001 -l10: send 8b to 7 tag 42001 -l10 requires l9 -} - -rank 4 { -l11: recv 8b from 0 tag 42001 -} - -rank 5 { -l12: recv 8b from 1 tag 42001 -} - -rank 6 { -l13: recv 8b from 2 tag 42001 -} - -rank 7 { -l14: recv 8b from 3 tag 42001 -} -