You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Quote 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

1. Accessing code parameters from pure IMAS code

# 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
$ cd examples/classic/
$ tree
.
├── input_test_xmllib_pathquery.xml
├── input_test_xmllib_pathquery.xsd
├── Makefile
├── sample_default.xml
├── sample.f90
├── sample.xml
└── sample.xsd

2. Accessing code parameters from FC2K actor

# 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
$ 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
  • No labels