New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
TEST.o78655 in vendors/XMLF90/current/doc/Examples/dom – NEMO

source: vendors/XMLF90/current/doc/Examples/dom/TEST.o78655 @ 1960

Last change on this file since 1960 was 1960, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

File size: 12.9 KB
Line 
1uname
2+ uname
3SUPER-UX
4ncdump --version
5+ ncdump --version
6ncdump: ERROR: Illegal option -- -
7ncdump [-c|-h] [-v ...] [[-b|-f] [c|f]] [-l len] [-n name] [-p n[,n]] [-x] file
8  [-c]             Coordinate variable data and header information
9  [-h]             Header information only, no data
10  [-v var1[,...]]  Data for variable(s) <var1>,... only
11  [-b [c|f]]       Brief annotations for C or Fortran indices in data
12  [-f [c|f]]       Full annotations for C or Fortran indices in data
13  [-l len]         Line length maximum in data section (default 80)
14  [-n name]        Name for netCDF (default derived from file name)
15  [-p n[,n]]       Display floating-point values with less precision
16  [-x]             Output XML (NcML) instead of CDL
17  file             Name of netCDF file
18netcdf library version 3.6.1 of Nov 29 2006 10:10:15 $
19
20     ******  Program Information  ******
21  Real Time (sec)       :             0.016739
22  User Time (sec)       :             0.000127
23  Sys  Time (sec)       :             0.006031
24  Vector Time (sec)     :             0.000000
25  Inst. Count           :                14873
26  V. Inst. Count        :                    0
27  V. Element Count      :                    0
28  FLOP Count            :                    3
29  MOPS                  :           117.110236
30  MFLOPS                :             0.023622
31  A.V. Length           :             0.000000
32  V. Op. Ratio (%)      :             0.000000
33  Memory Size (MB)      :            48.000000
34  MIPS                  :           117.110236
35  I-Cache (sec)         :             0.000065
36  O-Cache (sec)         :             0.000045
37  Bank (sec)            :             0.000000
38
39  Start Time (date)     :  2007/05/24 14:26:40
40  End   Time (date)     :  2007/05/24 14:26:40
41cd /scratchdir/p86caub/XML_SX/xmlf90-1.2g/Examples/dom
42+ cd /scratchdir/p86caub/XML_SX/xmlf90-1.2g/Examples/dom
43./text
44+ ./text
45 allocated nodes:   541
46 number of para elements:   35
47 Dumping pure text under them...
48 |   Permission is granted to copy, distribute and/or modify this document
49|
50 |   under the terms of the GNU Free Documentation License, Version 1.1 or
51|
52 |   any later version published by the Free Software Foundation; with no
53|
54 |   |
55 |, |
56 | or
57|
58 |   |
59 |, each as defined in the license. A copy of
60|
61 |   the license can be found in the file |
62 |   included with jEdit.
63|
64 |  |
65 |   The SideKick plugin itself is released under the GNU General Public License.
66|
67 |   A copy of the GPL can be found in the jEdit online help.
68|
69 |  |
70 |  The SideKick plugin provides a dockable window in which other plugins can
71|
72 |  display buffer structure.
73|
74 | |
75 |  |
76 |>|
77 |>|
78 | displays the current buffer's structure in a
79|
80 |  dockable window. This window is floating by
81|
82 |  default, but it can be docked into the view in the |
83 |  pane of the |
84 | dialog box.
85|
86 | |
87 |  The SideKick plugin automatically parses buffers
88|
89 |  when they are loaded or saved, where possible.
90|
91 |  Optionally, buffers can also be parsed on the fly, but this uses a fair bit of
92|
93 |  memory and processor power so it is disabled by default.
94|
95 | |
96 |  |
97 |>|
98 |>|
99 | is a checkbox menu item that toggles on-the-fly
100|
101 |  parsing, for the current buffer only.
102|
103 | |
104 |  The current buffer can be parsed at any other time by clicking the parse
105|
106 |  button in the |
107 | window, or by
108|
109 |  invoking the
110|
111 |  |
112 |>|
113 |>|
114 | command.
115|
116 | |
117 |  Any errors found while parsing the buffer are sent to the
118|
119 |  |
120 | plugin, which means they are highlighted
121|
122 |  in the text area, and shown in the
123|
124 |  |
125 |>|
126 |>|
127 | window. See the
128|
129 |  documentation for the |
130 | plugin for details.
131|
132 | |
133 |  Clicking on a node in the tree will move the caret to its location in the
134|
135 |  buffer;
136|
137 |  conversely, moving the caret in the buffer will select the corresponding
138|
139 |  node.
140|
141 | |
142 |  |
143 |-clicking on a node will select that node in the text
144|
145 |  area. |
146 |-clicking on a node will narrow the text area
147|
148 |  display to that node.
149|
150 | |
151 |  If the structure browser window is docked into the current view, hovering the mouse
152|
153 |  over a node will display its attributes in the status bar.
154|
155 | |
156 |  |
157 |>|
158 |>|
159 | moves the caret to start of the structure
160|
161 |  element (|
162 |).
163|
164 | |
165 |  |
166 |>|
167 |>|
168 | moves the caret to start of the next asset.
169|
170 | |
171 |  |
172 |>|
173 |>|
174 | selects the asset at the caret position.
175|
176 | |
177 |  The SideKick plugin adds a new |
178 | fold handler that
179|
180 |  folds the buffer according to the structure tree. See the jEdit user's guide
181|
182 |  for general details about folding.
183|
184 |  |
185 |>|
186 |>|
187 | hides all text except that of the asset at the
188|
189 |  caret location. This works in any folding mode, not just the |
190 |  mode.
191|
192 | |
193 |  A completion popup can be shown at any time
194|
195 |  by invoking the
196|
197 |  |
198 |>|
199 |>|
200 | command. Each plugin that uses SideKick
201|
202 |  implements its own specific completion behavior; see the plugin documentation
203|
204 |  for details.
205|
206 | |
207 |  By itself the SideKick plugin is not very useful; it relies on other plugins to
208|
209 |  provide buffer structure information. This chapter gives a brief overview of
210|
211 |  how it's done.
212|
213 | |
214 |  First you will also need to add a dependency for the SideKick plugin in your plugin's
215|
216 |  property file:
217|
218 | |
219 |  Note that you must replace |
220 | with the
221|
222 |  appropriate number, as dependency properties must have consecutive numbers.
223|
224 | |
225 |  All SideKick plugin classes are in the |
226 | package;
227|
228 |  you will need to add |
229 | statements where appropriate.
230|
231 | |
232 |  Parser instances must be registered in your plugin's |
233 |  method using the following method in the |
234 |  class:
235|
236 | |
237 |  A corresponding method must be called from your plugin's |
238 |  method:
239|
240 | |
241 |  |
242 | is an abstract class. The constructor
243|
244 |  takes one string parameter. This string is used in several properties:
245|
246 | |
247 |  - specifies a human-readable label for the parser, shown in status messages.
248|
249 |  |
250 |  - properties of this form are used to associate a parser with an edit mode.
251|
252 | |
253 |  For example, the XML plugin, which provides two |
254 |  implementations, defines these properties:
255|
256 | |
257 |  The |
258 | has one abstract method that all
259|
260 |  subclasses must implement:
261|
262 | |
263 |  The latter parameter is an instance of a class provided by the
264|
265 |  |
266 | plugin; consult its documentation for
267|
268 |  details.
269|
270 | |
271 |  The method is called from a thread, so care must be taken to access the
272|
273 |  buffer in a thread-safe manner; the API documentation for the
274|
275 |  |
276 | class describes how this is done.
277|
278 | |
279 |  The constructor of the |
280 | class takes
281|
282 |  one parameter, which is the file name (to be shown at the root of the structure
283|
284 |  tree).
285|
286 | |
287 |  Your implementation of the |
288 | method should add
289|
290 |  structure elements to the |
291 | field of the
292|
293 |  |
294 | instance. This field is an
295|
296 |  instance of Java's |
297 | class,
298|
299 |  and is given a value by the |
300 | constructor.
301|
302 | |
303 |  This part has not been written yet. Use the source, Luke!
304|
305 | |
306 | requires
307|
308 |  jEdit 4.1pre11.|
309 |Initial release.
310|
311 |   |
312 Normalizing...
313 ====================================================
314 allocated nodes:   434
315 number of para elements:   35
316 Dumping pure text under them...
317 |   Permission is granted to copy, distribute and/or modify this document
318   under the terms of the GNU Free Documentation License, V
319 ersion 1.1 or
320   any later version published by the Free Software Foundation; with no
321   |
322 |, |
323 | or
324   |
325 |, each as defined in the license. A copy of
326   the license can be found in the file |
327 |   included with jEdit.
328  |
329 |   The SideKick plugin itself is released under the GNU General Public License.
330   A copy of the GPL can be found in the jEdit onlin
331 e help.
332  |
333 |  The SideKick plugin provides a dockable window in which other plugins can
334  display buffer structure.
335 |
336 |  |
337 |>|
338 |>|
339 | displays the current buffer's structure in a
340  dockable window. This window is floating by
341  default, but it can be docked into the
342  view in the |
343 |  pane of the |
344 | dialog box.
345 |
346 |  The SideKick plugin automatically parses buffers
347  when they are loaded or saved, where possible.
348  Optionally, buffers can also b
349 e parsed on the fly, but this uses a fair bit of
350  memory and processor power so it is disabled by default.
351 |
352 |  |
353 |>|
354 |>|
355 | is a checkbox menu item that toggles on-the-fly
356  parsing, for the current buffer only.
357 |
358 |  The current buffer can be parsed at any other time by clicking the parse
359  button in the |
360 | window, or by
361  invoking the
362  |
363 |>|
364 |>|
365 | command.
366 |
367 |  Any errors found while parsing the buffer are sent to the
368  |
369 | plugin, which means they are highlighted
370  in the text area, and shown in the
371  |
372 |>|
373 |>|
374 | window. See the
375  documentation for the |
376 | plugin for details.
377 |
378 |  Clicking on a node in the tree will move the caret to its location in the
379  buffer;
380  conversely, moving the caret in the buffer w
381 ill select the corresponding
382  node.
383 |
384 |  |
385 |-clicking on a node will select that node in the text
386  area. |
387 |-clicking on a node will narrow the text area
388  display to that node.
389 |
390 |  If the structure browser window is docked into the current view, hovering the mouse
391  over a node will display its attributes in t
392 he status bar.
393 |
394 |  |
395 |>|
396 |>|
397 | moves the caret to start of the structure
398  element (|
399 |).
400 |
401 |  |
402 |>|
403 |>|
404 | moves the caret to start of the next asset.
405 |
406 |  |
407 |>|
408 |>|
409 | selects the asset at the caret position.
410 |
411 |  The SideKick plugin adds a new |
412 | fold handler that
413  folds the buffer according to the structure tree. See the jEdit user's guide
414  for general details about foldin
415 g.
416|
417 |  |
418 |>|
419 |>|
420 | hides all text except that of the asset at the
421  caret location. This works in any folding mode, not just the |
422 |  mode.
423 |
424 |  A completion popup can be shown at any time
425  by invoking the
426  |
427 |>|
428 |>|
429 | command. Each plugin that uses SideKick
430  implements its own specific completion behavior; see the plugin documentation
431  for detai
432 ls.
433 |
434 |  By itself the SideKick plugin is not very useful; it relies on other plugins to
435  provide buffer structure information. This chapt
436 er gives a brief overview of
437  how it's done.
438 |
439 |  First you will also need to add a dependency for the SideKick plugin in your plugin's
440  property file:
441 |
442 |  Note that you must replace |
443 | with the
444  appropriate number, as dependency properties must have consecutive numbers.
445 |
446 |  All SideKick plugin classes are in the |
447 | package;
448  you will need to add |
449 | statements where appropriate.
450 |
451 |  Parser instances must be registered in your plugin's |
452 |  method using the following method in the |
453 |  class:
454 |
455 |  A corresponding method must be called from your plugin's |
456 |  method:
457 |
458 |  |
459 | is an abstract class. The constructor
460  takes one string parameter. This string is used in several properties:
461 |
462 |  - specifies a human-readable label for the parser, shown in status messages.
463  |
464 |  - properties of this form are used to associate a parser with an edit mode.
465 |
466 |  For example, the XML plugin, which provides two |
467 |  implementations, defines these properties:
468 |
469 |  The |
470 | has one abstract method that all
471  subclasses must implement:
472 |
473 |  The latter parameter is an instance of a class provided by the
474  |
475 | plugin; consult its documentation for
476  details.
477 |
478 |  The method is called from a thread, so care must be taken to access the
479  buffer in a thread-safe manner; the API documentation fo
480 r the
481  |
482 | class describes how this is done.
483 |
484 |  The constructor of the |
485 | class takes
486  one parameter, which is the file name (to be shown at the root of the structure
487  tree).
488 |
489 |  Your implementation of the |
490 | method should add
491  structure elements to the |
492 | field of the
493  |
494 | instance. This field is an
495  instance of Java's |
496 | class,
497  and is given a value by the |
498 | constructor.
499 |
500 |  This part has not been written yet. Use the source, Luke!
501 |
502 | requires
503  jEdit 4.1pre11.|
504 |Initial release.
505   |
506 
507 
508     ******  Program Information  ******
509  Real Time (sec)       :          0.153547
510  User Time (sec)       :          0.083368
511  Sys  Time (sec)       :          0.019501
512  Vector Time (sec)     :          0.006893
513  Inst. Count           :          19957676.
514  V. Inst. Count        :            101299.
515  V. Element Count      :           1611884.
516  FLOP Count            :             22607.
517  MOPS                  :        257.510558
518  MFLOPS                :          0.271170
519  VLEN                  :         15.912141
520  V. Op. Ratio (%)      :          7.508219
521  Memory Size (MB)      :         48.031250
522  MIPS                  :        239.391178
523  I-Cache (sec)         :          0.021848
524  O-Cache (sec)         :          0.010598
525  Bank (sec)            :          0.000003
526 
527  Start Time (date)  :  2007/05/24 14:26:40
528  End   Time (date)  :  2007/05/24 14:26:41
529###cd /home/p86caub/IPSLIO/bin
530###./main.exe
531###export DISPLAY=mercure:38.0
532###totalview opa.xx core.26012
533###cd /scratchdir/p86caub/COUPHR3
534###mcs -p lmdz.x
535###mcs -p oasis
536###mcs -p opa.xx
537###cd /scratchdir/p86caub/TESTNEM2
538###mcs -p oasis1
539+ cd /
540+ rm -rf /tmpdir/nqs.78655.bt3540 /tmp/nqs.78655.Cd3541
Note: See TracBrowser for help on using the repository browser.