Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds notice that --distributed is only available in beta. Fixes typo. #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion documentation/basics/headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down