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 (Recommended)
mamba create -n surfatt -c conda-forge surfatt
mamba activate surfattVerify the installation
SURFATT_tomo -h
SURFATT_cb_fwd -hThis 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