Fault Tolerance Interface
Make Commands

To build the whole project, execute in the build directory:

1 make all

To install build and install FTI in the specified directory:

1 make all install

To run the C example application src/heatdis.c:

1 make hd

To run the C example application src/heat2.c:

1 make hd2

To run the Fortran example application src/fheatdis.f90:

1 make hdf

To generate the Doxygen documentation files:

1 make doc