Versions Compared

Key

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

Sample codes of using

...

sandbox

Prepare example:

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

...