Versions Compared

Key

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

...

We need to check that running Kepler in such mode is possible, it involves a few actions, mainly on Michal, but with help of others when/where needed:

...

Preparation for the test

To simulate the case where we run everything from the central installation I am working on a local copy with all the access rights set to read only

Code Block
> chmod a-w kepler

Test installation is here: /gss_efgw_work/work/g2michal/cpt/development/isolated_kepler/kepler 

Running from public installation

First test is related to running Kepler interactively from public install (can

...

Kepler log be stored elsewhere)

...

- I am using copy of: ETS_4.10b.10_v5.2.2 

We have first issue related to local changes inside KEPLER directory

Code Block
> ant run
...
...
  [compile] Compiling itm...

BUILD FAILED
/gss_efgw_work/work/g2michal/cpt/development/isolated_kepler/kepler/build-area/build.xml:56: java.io.FileNotFoundException: ./depcache/itm/dependencies.txt (Permission denied)


Running FC2K based actor inside Kepler

Running Kepler interactively with FC2K actors inside the workflow. We have to make sure that current directory can be set to any location outside of the Kepler. We run simple cases, then ETS-like ones, where some might

...

read/write files in current directory

...

Standalone mode

Running these actors in standalone mode (checking the behaviour of the copy of sources/exec from initial place in Kepler to KEPLEREXECUTION/sandbox)

Debug mode

Running these actors in debug mode (checking the behaviour of the copy of sources/exec from initial place in Kepler to KEPLEREXECUTION/sandbox)

Batch mode

Running these actors in batch mode (checking the behaviour

...

of the copy of sources/exec from initial place in Kepler to KEPLEREXECUTION/sandbox)

...

SBK based execution

Checking sbk execution - with simple workflow and then with ETS workflow


...

Kplots and other scripts 

...