Versions Compared

Key

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

...

Prepare your environment:

Code Block
# clone xmllib library directly from ITER repository
$ gitmodule cloneload ssh:imasenv//git@git3.iter24.org/lib/xmllib.git

# OR copy from this location
$ /pfs/work/g2dfigat/tutorials/Poznan-2019-10/xmllib0/rc
$ mkdir -p $ITMWORK/projects
$ cd $ITMWORK/projects
$ cp -r $SWIMASDIR/resources/tutorials/2019-10-PSNC/code_parameters .

The structure of your working directory should look like this:

Code Block
$ cd examples/classic/code_parameters
$ tree
.
├── input_test_xmllib_pathquery.xml
├── input_test_xmllib_pathquery.xsd
├── Makefile						# instructions on how to compile
├── sample_default.xml
├── sample.f90						# code with accessing code parameters
├── sample.xml						# file with parameters
└── sample.xsd						# defining the structure of an XML document

...

Prepare your environment:

Code Block
#$ module clone fc2k-testing-framework library directly from ITER repositoryload imasenv/3.24.0/rc
$ mkdir -p $ITMWORK/projects
$ cd $ITMWORK/projects
$ git clone ssh://git@git.iter.org/imex/fc2k-testing-framework.git
  
# OR copy from this location
$ cp /pfs/work/g2dfigat/-r $SWIMASDIR/resources/tutorials/Poznan-2019-10-PSNC/fc2k-testing-framework .

The structure of your working directory should look like this:

...