From ac4b9ed792e31182c4c6df514ec8ac77ee6d7f03 Mon Sep 17 00:00:00 2001
From: Pat Alt <55311242+pat-alt@users.noreply.github.com>
Date: Thu, 31 Aug 2023 13:57:39 +0200
Subject: [PATCH] think this is a local MPI thing

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 5c1cbf0e..695acab7 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,10 @@ Pre-trained versions of all of our black-box models have been archived as `Pkg`
 julia --project=experiments experiments/run_experiments.jl -- retrain dataname=linearly_separable
 ```
 
+```shell
+mpiexecjl --project=experiments -n 4 julia experiments/run_experiments.jl -- dataname=linearly_separable output_path=results parallel
+```
+
 When running the experiments from the command line, the parameter choices used in the main paper are applied by default. To have control over these choices, we recommend you instead rely on the notebooks.
 
 ### Notebooks
-- 
GitLab