Actions
Feature #212
closedAdd cache database to dependency tracker
Start date:
11/19/2010
Due date:
11/22/2010
% Done:
100%
Estimated time:
5:00 h
Description
On platforms where the Fortran compiler is slow (I'm looking at you xlf) to generate preprocessor output, it would be highly desirable to cache the dependency results, and not reparse the source code of unchanged files. Such an approach would have to account for several preconditions:
- The environment and flags between runs would ideally be unchanged, perhaps excluding known problem cases.
- The source file in question must not have changed, as well as any file it includes.
Please add further conditions to account for.
Updated by Thomas Jahns almost 14 years ago
- Due date set to 11/22/2010
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Estimated time set to 5:00 h
Implemented in both MPIOM and ScalES-PPM. Let the bug reports pour in.
Updated by Thomas Jahns over 12 years ago
- Status changed from Resolved to Closed
Actions