Skip to content

Simple example for running on multiple nodes on Ostrava Cluster? #17

@maarzt

Description

@maarzt
Collaborator

There should be an example on how to run a command on the Ostrava cluster on multiple nodes. It should be very simple, maybe something like this (Consider the code example as a draft):

@Parameter ParallelService parallelService;
@Parameter UIService ui;

List<Map<String, Object>> paramters = initParameters();
ParallizationParadigm paradigm = parallelService.getParadigm(OstravaParadigm.class, "username", "password", 8);
paradigm.runAll(RotateImageXY.class, parameters);
for(Map<String, Object> map : parameters)
    ui.show(map.get("image"));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @maarzt

        Issue actions

          Simple example for running on multiple nodes on Ostrava Cluster? · Issue #17 · fiji-hpc/scijava-parallel