-
Notifications
You must be signed in to change notification settings - Fork 1
Short Guide
This short guide has been designed as a series of worksheets.
The worksheets will show you how to configure and use both:
- Fiji on the remote cluster (a system of several computers that will process your macros in parallel),
- Fiji on your local computer (a laptop or workstation computer),
- how to develop a parallelized macro or Jython script,
- and (optionally) how it can be made to be reporting its progress.
You want to take exactly one option from the Remote cluster section, or none if you are already set up.
You probably want to follow the worksheets in order in the Local computer section.
This is a difficult topic. Parallelization and/or its realization is known to be very hard.
On the email(s) below we offer assistance, which is, however, naturally limited by our own experience and time availability.
🆘 📧 vladimir.ulman
at vsb.cz
Issues are likely to come across :(
Please tell us here or on the email(s) above.
The HPC Workflow Manager suite consists of a GUI-enabled local Fiji client, and of a Fiji, tailored with the Parallel Macro and OpenMPI Ops, installed on the remote side. The guide starts by setting up the server/cluster side first.
Choose exactly one of the options, or none if you're already set up.
If you have access to a cluster/supercomputer and want to use it:
- Comfortably install cluster-side tools
-
Manually install cluster-side tools
- Note: The cluster-side tools are technically the Parallel Macro and OpenMPI Ops
Otherwise, obtaining your own testbed:
-
Download and use your own cluster
- Note: Gets you a small homemade cluster
-
Building from scratch your own cluster and configuring it
- Note: You will learn and understand everything that's behind the scenes
- Additional Useful Information
First time here? Please, follow the worksheets in order for the best experience.
-
Tutorial video 📺 from I2K conference 2022 workshop series
-
Progress Logs (Details about the file format of the logs.)
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