From 81bb43edb29b1a767ca24f5289cc05c227b25bd1 Mon Sep 17 00:00:00 2001 From: Tomaz Vieira Date: Tue, 19 Apr 2022 13:06:14 +0200 Subject: [PATCH] Adds notice that --distributed is only available in beta. Fixes typo. --- documentation/basics/headless.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/basics/headless.md b/documentation/basics/headless.md index 03577511..1e8a6abe 100644 --- a/documentation/basics/headless.md +++ b/documentation/basics/headless.md @@ -276,7 +276,9 @@ See the following example invocation that produces a csv-table via the plugin ex --export_plugin="CSV-Table" \ ``` -## Running distributed ilastik via MPI (potentially trough SLURM) +## Running distributed ilastik via MPI (potentially through SLURM) + +This feature is only available on [ilastik 1.4, currently still in beta](https://www.ilastik.org/download.html#beta). You can run some ilastik headless workflows as a distributed MPI application. This is functionally equivalent to (though far more efficient than) invoking ilastik multiple times, each time with a different `--cutout_subregion`, and saving all those executions as tiles of a single `.n5` dataset.