Versions Compared

Key

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


Info
titleQuote of the day

"You’re a man looking at the world through a keyhole,
and you’ve spent your whole life trying to widen that keyhole, to see more, to know more,
and now, on hearing that it can be widened, in ways you can’t imagine you reject the possibility."

The Ancient One - Doctor Strange

Table of Contents

Accessing code parameters from pure IMAS code

Code Block
# clone xmllib library directly from ITER repository
$ git clone ssh://git@git.iter.org/lib/xmllib.git

# OR copy from this location
$ /pfs/work/g2dfigat/tutorials/Poznan-2019-10/xmllib


Code Block
$ cd examples/classic/
$ tree
.
├── input_test_xmllib_pathquery.xml
├── input_test_xmllib_pathquery.xsd
├── Makefile
├── sample_default.xml
├── sample.f90
├── sample.xml
└── sample.xsd

Accessing code parameters from FC2K actor

Code Block
# clone xmllib library directly from ITER repository
$ git clone ssh://git@git.iter.org/imex/fc2k-testing-framework.git

# OR copy from this location
$ /pfs/work/g2dfigat/tutorials/Poznan-2019-10/fc2k-testing-framework


Code Block
$ cd fc2k-testing-framework/primitives_param/fortran/
$ tree
.
├── clean.sh
├── Makefile
├── primitives_param.f90
├── primitivesparam_fc2k.xml
├── primitivesparam_workflow.xml
├── run_test.sh
├── sample_default.xml
├── sample.xml
└── sample.xsd