Opened 7 years ago
Closed 7 years ago
#121 closed defect (fixed)
Inconsistent order of make and clean (AA_make)
Reported by: | cpipsl | Owned by: | igcmg |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | config_v6 | Version: | |
Keywords: | Cc: |
Description
The order in which the components are listed for make (compilation) and clean actions are different.
The result is that if compilation fails before loading all components, the clean step won't be able to complete because it can't find any of the components the compilation has not processed.
This applies in the coupled model.
Illustrative example:
make:
ORCA1LIM3xLMD144142-L79 : libioipsl oasis3-mct xios liborchidee orca1lim3 lmdz144x142x79 verif
clean:
clean : cleannemo cleanlmdz cleanorchidee cleanxios cleanioipsl cleanoasis
Change History (1)
comment:1 Changed 7 years ago by aclsce
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done [3736]