/[MITgcm]/MITgcm_contrib/LCML/cpl_aim+ocn/cpl/build.xml
ViewVC logotype

Annotation of /MITgcm_contrib/LCML/cpl_aim+ocn/cpl/build.xml

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


Revision 1.1 - (hide annotations) (download) (as text)
Sun Oct 21 18:17:44 2007 UTC (17 years, 9 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
Coupler checkin tested on batsi.mit.edu

1 ce107 1.1 <!-- $Header: $ -->
2     <!-- $Name: $ -->
3    
4    
5    
6     <description xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:noNamespaceSchemaLocation="http://deslab.mit.edu/LCML/lcml.xsd"
8     xmlns:dc="http://purl.org/dc/elements/1.1/">
9    
10     <descriptionName>MITgcm Coupler Build</descriptionName>
11    
12     <descriptionInfo>The programs here comprise the build of the MITgcm coupler component</descriptionInfo>
13    
14     <descriptionMetadata>
15     <dc:creator>C. Evangelinos</dc:creator>
16     <dc:date>2007-06-07</dc:date>
17     </descriptionMetadata>
18    
19    
20     <descriptionTarget>
21     <script>
22     <command>bash mitgcm_build</command>
23     <scriptname>mitgcm_build</scriptname>
24     </script>
25     </descriptionTarget>
26     <descriptionChildren>
27     <descriptionChild>
28     <location>genmake2.xml</location>
29     </descriptionChild>
30     <descriptionChild>
31     <location>ATMSIZE.xml</location>
32     </descriptionChild>
33     <descriptionChild>
34     <location>OCNSIZE.xml</location>
35     </descriptionChild>
36     <descriptionChild>
37     <location>packages.xml</location>
38     </descriptionChild>
39     </descriptionChildren>
40     <descriptionContent>
41     <set>
42     <setName>Compilation Script Parameters</setName>
43     <setInfo>Parameters used for compiling the MITgcm code.</setInfo>
44     <startText>#! /usr/bin/env bash
45     source ~/setbuildenv&#x000A;</startText>
46     <endText></endText>
47     <separator></separator>
48     <var>
49     <name>Build Directory</name>
50     <info>The build directory of MITgcm.</info>
51     <type>string</type>
52     <value>/tmp/build_cpl</value>
53     <use>true</use>
54     <hidden>false</hidden>
55     <header>cd </header>
56     <trailer>&#x000A;</trailer>
57     </var>
58     <var>
59     <name>Preparatory make statement</name>
60     <info>Makefile reference used for creating clean/depend statement.</info>
61     <type>file</type>
62     <value>REF(MITgcm Coupler genmake2 makefile generator;makefile name)</value>
63     <use>true</use>
64     <hidden>true</hidden>
65     <header>mf=</header>
66     <trailer>; gmake CLEAN -f $mf; gmake -f $mf depend &#x000A;</trailer>
67     </var>
68     <var>
69     <name>Main make statement</name>
70     <info>make statement.</info>
71     <type>string</type>
72     <value> </value>
73     <enumeration> ;adall</enumeration>
74     <use>true</use>
75     <hidden>false</hidden>
76     <header>make -f $mf > make.out</header>
77     <trailer>&#x000A;</trailer>
78     </var>
79     <var>
80     <name>Destination Directory</name>
81     <info>The directory to put the compiled MITgcm binary in.</info>
82     <type>file</type>
83     <value>/tmp/run</value>
84     <use>true</use>
85     <uneditable>use</uneditable>
86     <hidden>false</hidden>
87     <header>cp mitgcmuv </header>
88     <trailer>/</trailer>
89     </var>
90     <var>
91     <name>Binary Name</name>
92     <info>The name to give the compiled MITgcm binary.</info>
93     <type>file</type>
94     <value>mitgcmuv_cpl</value>
95     <use>true</use>
96     <hidden>false</hidden>
97     <trailer>&#x000A;</trailer>
98     </var>
99     <var>
100     <name>Cleanup make statement</name>
101     <info>Makefile reference used for creating clean statement.</info>
102     <type>file</type>
103     <value></value>
104     <use>false</use>
105     <hidden>false</hidden>
106     <header>make CLEAN -f $mf</header>
107     <trailer>&#x000A;</trailer>
108     </var>
109     </set>
110     </descriptionContent>
111    
112     </description>

  ViewVC Help
Powered by ViewVC 1.1.22