Skip to content

Commit

Permalink
feat: remove submodule-style experiment tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 12, 2024
1 parent 27df48a commit a06c858
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 20 deletions.
15 changes: 0 additions & 15 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
[submodule "experiments/mpi"]
path = experiments/mpi
url = https://github.com/faasm/experiment-mpi.git
[submodule "experiments/microbench"]
path = experiments/microbench
url = https://github.com/faasm/experiment-microbench.git
[submodule "experiments/sgx"]
path = experiments/sgx
url = https://github.com/faasm/experiment-sgx.git
[submodule "experiments/openmp"]
path = experiments/openmp
url = https://github.com/faasm/experiment-openmp
[submodule "experiments/tensorflow"]
path = experiments/tensorflow
url = https://github.com/faasm/experiment-tensorflow
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ cloud provider or locally:
- [Local cluster setup](docs/local.md).
- [Installing and configuring K8s](docs/k8s.md).

For a specific set of experiments, consider checking out the following repos:
- [Faabric experiments](https://github.com/faasm/experiment-mpi)
- [TLess experients](https://github.com/faasm/experiment-sgx)

## Setup

```bash
Expand Down
1 change: 0 additions & 1 deletion experiments/microbench
Submodule microbench deleted from e71eef
1 change: 0 additions & 1 deletion experiments/mpi
Submodule mpi deleted from 4fb10d
1 change: 0 additions & 1 deletion experiments/openmp
Submodule openmp deleted from b2d8cc
1 change: 0 additions & 1 deletion experiments/sgx
Submodule sgx deleted from e806db
1 change: 0 additions & 1 deletion experiments/tensorflow
Submodule tensorflow deleted from 75dc92

0 comments on commit a06c858

Please sign in to comment.