-
Notifications
You must be signed in to change notification settings - Fork 1
How to install HPC Workflow Manager client
⚠️ If after starting the HPC Workflow Manager you get error messages that includejavafx
terms, it's likely that you have Fiji without JavaFX. This was occasionally encountered on either macOS or Linux installations due to some license friction. In such case, you simply need to download and install Oracle JDK 8 which includes JavaFX by default or to download and install a compatible JDK distribution along with its distribution of JavaFX, and then use "No JRE" Fiji with it.
HPC Workflow Manager client is available to install through its update site.
- Download, install and launch Fiji,
- go to
Help
›Update...
›Manage update sites
,- if there are updates listed in the "ImageJ Updater" window press
Apply changes
, - restart Fiji,
- go to
Help
›Update...
›Manage update sites
,
- if there are updates listed in the "ImageJ Updater" window press
- tick
HPC-ParallelTools
, - close the window,
- click
Apply changes
, and - restart Fiji.
If the plugin has been installed successfully the option Plugins
> HPC-ParallelTools
should be available.
Short Guide Worksheets
-
Manually install cluster-side tools
- Note: The cluster-side tools are technically the Parallel Macro and OpenMPI Ops
-
Download and use your own cluster
- Note: A small homemade cluster for testing, or when you cannot access a big HPC
-
Building from scratch your own cluster and configuring it
- Note: You will learn and understand everything that's behind the scenes
- Additional Useful Information