/[MITgcm]/MITgcm/pkg/pkg_depend
ViewVC logotype

Annotation of /MITgcm/pkg/pkg_depend

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.31 - (hide annotations) (download)
Wed Feb 8 22:36:02 2017 UTC (7 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, HEAD
Changes since 1.30: +8 -8 lines
- document new type of pkg dependency rule ("=").
- change pkg/exf dependency rule from "exf +cal" to "exf =cal".
- add "+cal" to dependency list of pkg/ecco (needed to compile).

1 jmc 1.31 # $Header: /u/gcmpack/MITgcm/pkg/pkg_depend,v 1.30 2013/05/25 16:13:37 jmc Exp $
2 jmc 1.25 # $Name: $
3 edhill 1.1
4     # This file contains a terse list of package dependencies that
5     # specify which packages either must be or must not be compiled
6     # simultaneously. The format is:
7     #
8 jmc 1.31 # package0 -package1 +package2 =package3
9 jmc 1.29 #
10 edhill 1.1 # where:
11 jmc 1.31 # "-" ==> must not be compiled together (if conflict --> stop)
12     # "+" ==> must be compiled (and will be added automatically)
13     # "=" ==> will be added (recommended but no error if disabled)
14 edhill 1.1 #
15     # The default behavior (that is, nothing specified) assumes that any
16 jmc 1.31 # two packages can be compiled together or independently.
17 edhill 1.1
18 jmc 1.28 # needed to compile model/src:
19     model +rw
20 dimitri 1.17
21 jmc 1.15 # the following probably don't have any dependencies
22 edhill 1.1 generic_advdiff
23     gmredi
24    
25     # Known dependencies
26 adcroft 1.8 mom_fluxform +mom_common
27     mom_vecinv +mom_common
28 jmc 1.28 cd_code +mom_common
29 edhill 1.1 shap_filt +mom_vecinv
30 jmc 1.11 ptracers +generic_advdiff
31 jmc 1.28 matrix +ptracers -gchem
32     gchem +ptracers
33     dic +gchem
34     cfc +gchem
35     fizhi +gridalt +diagnostics -aim
36     fizhi +atm_common
37     aim +atm_common
38     aim_v23 +atm_common
39 jmc 1.31 exf =cal
40 jmc 1.28 profiles +cal
41 jmc 1.29 flt +mdsio
42     autodiff +mdsio
43     ctrl +mdsio
44 jmc 1.31 ecco +mdsio +cal
45 jmc 1.28 grdchk +autodiff +cost +ctrl
46     showflops +runclock
47 jmc 1.19

  ViewVC Help
Powered by ViewVC 1.1.22