Prerequisities

Prerequisites

Described on this site are the general prerequisites, which are required for all modules of AdaptiveFlow. But in addition, each module of AdaptiveFlow has individual prerequisites as described in the corresponding sections:

Linux Cluster with Batch System

AFLP runs on Linux clusters which are managed by a batch system (resource manager), or cloud computing platforms on top of which a batch system is run. Currently, the following batch system is supported:

  • SLURM

  • AWS Batch

Python

AFLP, AFVS, and AFU were only tested with Python 3.9.4 and higher. If the system Python is older than 3.9.4, normally the system admins of the Linux cluster can make a newer version available. Alternatively, one can compile a recent version of Python by oneself and install it locally (for instance in the home folder).

Last updated