Versions Compared

Key

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

...

  • Programming languange:
    • Type - Defines programming language of user codes. It could be set to:
      • Fortran
      • _C/C++
    • Compiler - Defines compiler being used. Possible values:
      • ifortgfortran
      • gccg++
  • Computation:
    • Parallel MPI - If turned ON uses MPI compilers (mpiifort for ifort, mpif90 for gfortran, mpigxx for C)
    • OPENMP - Defined if usage of OpenMP directives is turned ON/OFF
    • Batch - If turned ON, submits a user code to jobs queue (combined with Parallel MPI or OPENMP switch runs user code as parallel job)
  • Additional features:
    • Calls init method - If user function needs any pre-initialization, an additional function will be called.
    • Returns diagnostic info - adds output diagnostic information

4.1.

...

The "Documentation" tab specifies an user-defined Kepler actor description. It could be displayed from actor pop-up menu.

...

Image Removed

...

4.1.10 "Interface" tab explained

The "Interface" tab specifies interface for Kepler actor.

...

Image Removed

...

9 Sandbox

"Sandbox" - a directory, in which actor will be run. Before execution of user codes wrapped by FC2K generated actor, directory will be changed to "sandbox", and after actor finishes, current directory will be switched back to previous value. The name (path) of "sandbox" directory will be created automatically or specified by user in actor configuration dialog. 

Actor will use existing directory or will create it, if directory not exists. All directories created automatically or having user specified relative path will be created under <SANDBOX_ROOT> ( $ITMSCRATCH/KEPLER_SANDBOXon the Gateway).

Image Modified

Fig. 15. "Sandbox" functionality

"Use sandbox" - enables / disables "sandbox"

...

  • actor uses sandbox
  • a sandbox parameters shown in actor configuration dialog (see next paragraph)

4.1.10 "Documentation" tab explained

The "Documentation" tab specifies an user-defined Kepler actor description. It could be displayed from actor pop-up menu.

Image Added

Fig. 13. "Documentation" tab

4.1.11 "Interface" tab explained

The "Interface" tab specifies interface for Kepler actor.

Image Added

Fig. 14. "Interface" tab