| 1 |
C $Header$ |
C $Header$ |
| 2 |
C $Name$ |
C $Name$ |
| 3 |
|
|
| 4 |
|
#ifndef ECCO_CPPOPTIONS_H |
| 5 |
|
#define ECCO_CPPOPTIONS_H |
| 6 |
|
|
| 7 |
C |
C |
| 8 |
C CPP flags controlling which code is included in the files that |
C CPP flags controlling which code is included in the files that |
| 9 |
C will be compiled. |
C will be compiled. |
| 20 |
C >>> Checkpointing as handled by TAMC |
C >>> Checkpointing as handled by TAMC |
| 21 |
#define ALLOW_TAMC_CHECKPOINTING |
#define ALLOW_TAMC_CHECKPOINTING |
| 22 |
C |
C |
| 23 |
|
#undef ALLOW_AUTODIFF_OPENAD |
| 24 |
C >>> Extract adjoint state |
C >>> Extract adjoint state |
| 25 |
#undef ALLOW_AUTODIFF_MONITOR |
#undef ALLOW_AUTODIFF_MONITOR |
| 26 |
C |
C |
| 47 |
C >>> Initial values. |
C >>> Initial values. |
| 48 |
#define ALLOW_GENARR2D_CONTROL |
#define ALLOW_GENARR2D_CONTROL |
| 49 |
|
|
| 50 |
|
#endif /* ECCO_CPPOPTIONS_H */ |
| 51 |
|
|