Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

scijava-parallel

A project aiming to utilize parallelization within SciJava

Use remote Fiji as worker

Fiji that could be used as worker should contain libraries from update site of ImageJ server (Server) and these (in jars folder):

  • httpclient-4.5.2.jar
  • httpcore-4.4.4.jar
  • httpmime-4.3.1.jar
  • json-simple-1.1.jar

This repository holds implementation of parallelization profiles Parallel Paradigm, which are also used to connect to clusters. To edit relevant parameters, the repository also includes a few GUI dialogs.


Relevant links of interest

The most visible project that benefits from this codebase is the HPC Workflow Manager. Below are links relevant to it: