Skip to Content
InstallationPackage Install (Conda / Mamba)

Package Install (Conda / Mamba)

This is the fastest way to install SurfATT: a prebuilt package from conda-forge, with no compiler or build step required.

Install SurfATT

mamba create -n surfatt -c conda-forge surfatt mamba activate surfatt

Verify the installation

SURFATT_tomo -h SURFATT_cb_fwd -h

This installs the SurfATT executables along with their MPI and HDF5 runtime dependencies. If you need a custom build — single-precision floating-point values, a specific MPI implementation, or an HPC module environment — use Build from Source instead.

You can now continue with the synthetic examples.

Last updated on