Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleiwrap_file.yaml
# actor description part - optional 
--- !actor_description
	<see chapter below for details>
...

# code description part - mandatory
 --- !code_description  
 	<see chapter below for details> 
...
 



Warning
  • All YAML fields are MANDATORY, unless explicitly described as OPTIONAL
  • A code description part must begin with "--- !code_description" 


Native code description

Description of the native code has to be provided as a YAML document. It consist of two parts. The first one contains generic information common for all languages, The latter one contains information specific for a given language of the native code (currently defined only for Fortran and CPP). 


Warning
titleRoot directory

Root directory for all relative paths to files included in code description is on of the following:

  • A directory containing YAML file from which project was loaded
  • A directory from which iWrap was run (if not loaded from file)
  • All YAML fields are MANDATORY, unless explicitly described as OPTIONAL
  • A code description part must begin with "--- !code_description" 


Common part

 Generic information common for all (or at least majority of) programming languages.

...