1.1. Prepare your environment

$ module load imasenv/3.24.0/rc # if not set

Before proceeding any further, make sure you have configured your Kepler environment. Take a look here 00. Initial setup or here 05.3. IMAS - basic topics - environment set-up(POZ'19Oct)

1.2. Sample codes of using sandbox

Prepare example:

$ cd sandbox/fortran
$ module load imasenv       # load environment if not set
$ tree
.
├── Makefile
├── run_test.sh
├── sandbox.f90
├── sandbox_fc2k.xml
└── sandbox_workflow.xml

Run example:

$ ./run_test.sh
building actor - sandbox_fc2k.xml - OK
Skipping log removal
workflow execution - OK
Skipping log removal

The same example in Kepler:

1.3. Actor configuration - FC2K




  • No labels