Versions Compared

Key

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

...

Warning

Warning

Stop here for a moment. Make sure you have followed the configuration setup before proceeding any further!

Configuration related tutorial is here -> Click me! <-

 

...

Downloading the user guide for the Data Model and Access Layer

Remember to set you IMAS environment via modules, for instance

module load imas/3.15.0
imasdb test 

UAL interfaces

Page Tree
root3.Writing simple code for accessing IDS data

 

...

Info
titleEncapsulating user code within Kepler actor

It is possible to encapsulate Fortran/C++ code with Java code that represents Kepler actor. This way, you can easily incorporate your Fortran code with existing Kepler workflow.

...

  1. Prepare Fortran/C++ code that has a subroutine to be called and is compiled as a library
  2. Prepare FC2K based description of the actor
  3. Recompile Kepler with newly created actor

After these steps are performed, you will have an access to Kepler actor that encapsulates your Fortran code.

...

This topics is covered in separate tutorial: Using FC2K for embedding Fortran code into Kepler