Skip to content

Remote HPC Example

Execute FZ calculations on HPC clusters via SSH.

Example

import fz

results = fz.fzr(
    "input.txt",
    variables,
    model,
    calculators="ssh://user@cluster.edu/bash /path/to/script.sh",
    results_dir="hpc_results"
)

See the main FZ documentation for complete details.