1 | SVN-fs-dump-format-version: 3 |
---|
2 | |
---|
3 | UUID: cb858ce8-0f05-0410-9e64-efa98b760b62 |
---|
4 | |
---|
5 | Revision-number: 1 |
---|
6 | Prop-content-length: 112 |
---|
7 | Content-length: 112 |
---|
8 | |
---|
9 | K 7 |
---|
10 | svn:log |
---|
11 | V 14 |
---|
12 | Initial import |
---|
13 | K 10 |
---|
14 | svn:author |
---|
15 | V 3 |
---|
16 | fcm |
---|
17 | K 8 |
---|
18 | svn:date |
---|
19 | V 27 |
---|
20 | 2005-11-08T16:03:11.054362Z |
---|
21 | PROPS-END |
---|
22 | |
---|
23 | Node-path: tutorial |
---|
24 | Node-kind: dir |
---|
25 | Node-action: add |
---|
26 | Prop-content-length: 10 |
---|
27 | Content-length: 10 |
---|
28 | |
---|
29 | PROPS-END |
---|
30 | |
---|
31 | |
---|
32 | Node-path: tutorial/trunk |
---|
33 | Node-kind: dir |
---|
34 | Node-action: add |
---|
35 | Prop-content-length: 10 |
---|
36 | Content-length: 10 |
---|
37 | |
---|
38 | PROPS-END |
---|
39 | |
---|
40 | |
---|
41 | Node-path: tutorial/trunk/cfg |
---|
42 | Node-kind: dir |
---|
43 | Node-action: add |
---|
44 | Prop-content-length: 10 |
---|
45 | Content-length: 10 |
---|
46 | |
---|
47 | PROPS-END |
---|
48 | |
---|
49 | |
---|
50 | Node-path: tutorial/trunk/cfg/ext.cfg |
---|
51 | Node-kind: file |
---|
52 | Node-action: add |
---|
53 | Prop-content-length: 10 |
---|
54 | Text-content-length: 491 |
---|
55 | Text-content-md5: ee678001bbc0789983e79d365eff2c9d |
---|
56 | Content-length: 501 |
---|
57 | |
---|
58 | PROPS-END |
---|
59 | CFG::TYPE ext |
---|
60 | CFG::VERSION 1.0 |
---|
61 | |
---|
62 | DEST::ROOTDIR $PWD |
---|
63 | |
---|
64 | REPOS::tutorial::trunk fcm:tutorial_tr/src |
---|
65 | EXPSRC::tutorial::trunk |
---|
66 | |
---|
67 | BLD::TOOL::FC ifc |
---|
68 | BLD::TOOL::FFLAGS -O3 |
---|
69 | |
---|
70 | BLD::TOOL::CC gcc |
---|
71 | BLD::TOOL::CFLAGS -O3 |
---|
72 | |
---|
73 | BLD::TOOL::FFLAGS::tutorial::subroutine -O3 -i8 |
---|
74 | |
---|
75 | BLD::TOOL::LD ifc |
---|
76 | |
---|
77 | |
---|
78 | Node-path: tutorial/trunk/doc |
---|
79 | Node-kind: dir |
---|
80 | Node-action: add |
---|
81 | Prop-content-length: 10 |
---|
82 | Content-length: 10 |
---|
83 | |
---|
84 | PROPS-END |
---|
85 | |
---|
86 | |
---|
87 | Node-path: tutorial/trunk/doc/hello.html |
---|
88 | Node-kind: file |
---|
89 | Node-action: add |
---|
90 | Prop-content-length: 10 |
---|
91 | Text-content-length: 691 |
---|
92 | Text-content-md5: 1cc3c9a6d7734c3667776d7a5f81162d |
---|
93 | Content-length: 701 |
---|
94 | |
---|
95 | PROPS-END |
---|
96 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
97 | |
---|
98 | <html> |
---|
99 | <head> |
---|
100 | <title>Hello</title> |
---|
101 | <meta name="author" content="FCM Team"> |
---|
102 | <meta name="descriptions" content="Hello"> |
---|
103 | <meta name="keywords" content="hello"> |
---|
104 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
105 | <link rel="stylesheet" href="stylesheet.css" type="text/css"> |
---|
106 | </head> |
---|
107 | |
---|
108 | <body> |
---|
109 | <p>Hello from the FCM team!</p> |
---|
110 | <hr> |
---|
111 | |
---|
112 | <address> |
---|
113 | © Crown copyright <script type="text/javascript"> |
---|
114 | <!-- |
---|
115 | var mtime = new Date (document.lastModified) |
---|
116 | document.write (mtime.getUTCFullYear ()) |
---|
117 | //--> |
---|
118 | </script> Met Office. All rights reserved. |
---|
119 | </address> |
---|
120 | </body> |
---|
121 | </html> |
---|
122 | |
---|
123 | |
---|
124 | Node-path: tutorial/trunk/src |
---|
125 | Node-kind: dir |
---|
126 | Node-action: add |
---|
127 | Prop-content-length: 10 |
---|
128 | Content-length: 10 |
---|
129 | |
---|
130 | PROPS-END |
---|
131 | |
---|
132 | |
---|
133 | Node-path: tutorial/trunk/src/subroutine |
---|
134 | Node-kind: dir |
---|
135 | Node-action: add |
---|
136 | Prop-content-length: 10 |
---|
137 | Content-length: 10 |
---|
138 | |
---|
139 | PROPS-END |
---|
140 | |
---|
141 | |
---|
142 | Node-path: tutorial/trunk/src/subroutine/hello_c.c |
---|
143 | Node-kind: file |
---|
144 | Node-action: add |
---|
145 | Prop-content-length: 10 |
---|
146 | Text-content-length: 85 |
---|
147 | Text-content-md5: a4e47e0c187a4e16d107175808ad1699 |
---|
148 | Content-length: 95 |
---|
149 | |
---|
150 | PROPS-END |
---|
151 | #include <stdio.h> |
---|
152 | |
---|
153 | void hello_c_ () { |
---|
154 | printf ("%s\n", "Hello_C: Hello World!"); |
---|
155 | } |
---|
156 | |
---|
157 | |
---|
158 | Node-path: tutorial/trunk/src/subroutine/hello_sub.f90 |
---|
159 | Node-kind: file |
---|
160 | Node-action: add |
---|
161 | Prop-content-length: 10 |
---|
162 | Text-content-length: 341 |
---|
163 | Text-content-md5: 5e7b7a11e3f94b1885356379d903fd1d |
---|
164 | Content-length: 351 |
---|
165 | |
---|
166 | PROPS-END |
---|
167 | SUBROUTINE Hello_Sub |
---|
168 | |
---|
169 | USE Hello_Constants, ONLY: hello_string |
---|
170 | |
---|
171 | IMPLICIT NONE |
---|
172 | |
---|
173 | CHARACTER (LEN=*), PARAMETER :: this = 'Hello_Sub' |
---|
174 | INTEGER :: i |
---|
175 | |
---|
176 | ! DEPENDS ON: hello_c.o |
---|
177 | EXTERNAL Hello_C |
---|
178 | |
---|
179 | WRITE (*, '(A)') this // ': ' // TRIM (hello_string) |
---|
180 | WRITE (*, '(A,I0)') this // ': maximum integer: ', HUGE (i) |
---|
181 | |
---|
182 | CALL Hello_C () |
---|
183 | |
---|
184 | END SUBROUTINE Hello_Sub |
---|
185 | |
---|
186 | |
---|
187 | Node-path: tutorial/trunk/src/module |
---|
188 | Node-kind: dir |
---|
189 | Node-action: add |
---|
190 | Prop-content-length: 10 |
---|
191 | Content-length: 10 |
---|
192 | |
---|
193 | PROPS-END |
---|
194 | |
---|
195 | |
---|
196 | Node-path: tutorial/trunk/src/module/hello_constants.f90 |
---|
197 | Node-kind: file |
---|
198 | Node-action: add |
---|
199 | Prop-content-length: 10 |
---|
200 | Text-content-length: 115 |
---|
201 | Text-content-md5: c57ebb7151db2032b82eae2f6712bca7 |
---|
202 | Content-length: 125 |
---|
203 | |
---|
204 | PROPS-END |
---|
205 | MODULE Hello_Constants |
---|
206 | |
---|
207 | CHARACTER (LEN=80), PARAMETER :: hello_string = 'Hello World!' |
---|
208 | |
---|
209 | END MODULE Hello_Constants |
---|
210 | |
---|
211 | |
---|
212 | Node-path: tutorial/trunk/src/program |
---|
213 | Node-kind: dir |
---|
214 | Node-action: add |
---|
215 | Prop-content-length: 10 |
---|
216 | Content-length: 10 |
---|
217 | |
---|
218 | PROPS-END |
---|
219 | |
---|
220 | |
---|
221 | Node-path: tutorial/trunk/src/program/hello.f90 |
---|
222 | Node-kind: file |
---|
223 | Node-action: add |
---|
224 | Prop-content-length: 10 |
---|
225 | Text-content-length: 240 |
---|
226 | Text-content-md5: bfc42450c107f935b77d50422b85a6e7 |
---|
227 | Content-length: 250 |
---|
228 | |
---|
229 | PROPS-END |
---|
230 | PROGRAM Hello |
---|
231 | |
---|
232 | USE Hello_Constants, ONLY: hello_string |
---|
233 | |
---|
234 | IMPLICIT NONE |
---|
235 | |
---|
236 | INCLUDE 'hello_sub.interface' |
---|
237 | |
---|
238 | CHARACTER (LEN=*), PARAMETER :: this = 'Hello' |
---|
239 | |
---|
240 | WRITE (*, '(A)') this // ': ' // TRIM (hello_string) |
---|
241 | CALL Hello_Sub () |
---|
242 | |
---|
243 | END PROGRAM Hello |
---|
244 | |
---|
245 | |
---|
246 | Node-path: tutorial/branches |
---|
247 | Node-kind: dir |
---|
248 | Node-action: add |
---|
249 | Prop-content-length: 10 |
---|
250 | Content-length: 10 |
---|
251 | |
---|
252 | PROPS-END |
---|
253 | |
---|
254 | |
---|
255 | Node-path: tutorial/tags |
---|
256 | Node-kind: dir |
---|
257 | Node-action: add |
---|
258 | Prop-content-length: 10 |
---|
259 | Content-length: 10 |
---|
260 | |
---|
261 | PROPS-END |
---|
262 | |
---|
263 | |
---|
264 | Revision-number: 2 |
---|
265 | Prop-content-length: 232 |
---|
266 | Content-length: 232 |
---|
267 | |
---|
268 | K 7 |
---|
269 | svn:log |
---|
270 | V 157 |
---|
271 | Change greeting messages from ''Hello World'' to ''Hello Earth'' in C code and Fortran module. Add copyright header to Fortran module. This change fixes #1. |
---|
272 | |
---|
273 | K 8 |
---|
274 | svn:date |
---|
275 | V 27 |
---|
276 | 2005-11-08T16:35:08.365632Z |
---|
277 | PROPS-END |
---|
278 | |
---|
279 | Node-path: tutorial/trunk/src/module/hello_constants.f90 |
---|
280 | Node-kind: file |
---|
281 | Node-action: change |
---|
282 | Text-delta: true |
---|
283 | Text-content-length: 106 |
---|
284 | Text-content-md5: 2396c2f40dde69b32a036dee9c9e9645 |
---|
285 | Content-length: 106 |
---|
286 | |
---|
287 | SVNs*[·O¤! (C) Crown copyright Met Office. All rights reserved. |
---|
288 | Earth!' |
---|
289 | |
---|
290 | END MODULE Hello_Constants |
---|
291 | |
---|
292 | |
---|
293 | Node-path: tutorial/trunk/src/subroutine/hello_c.c |
---|
294 | Node-kind: file |
---|
295 | Node-action: change |
---|
296 | Text-delta: true |
---|
297 | Text-content-length: 25 |
---|
298 | Text-content-md5: 8c87c7a561710945bd407e9687fdedb3 |
---|
299 | Content-length: 25 |
---|
300 | |
---|
301 | SVNUUIEarth!"); |
---|
302 | } |
---|
303 | |
---|
304 | |
---|