Versions Compared

Key

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

...

  • FC2K projects
  • Kepler workflows
  • expected output
  • Make file
  • execution script

Code Block
languagebash
 
mpi/
???
|-- expected_output.txt                - this file contains expected output of execution
???|-- fc2k_nocpo_mpi_batch.xml           - actor that will be started on batch nodes
???|-- fc2k_nocpo_mpi_host.xml            - actor that will be started on Gateway machine
???|-- fc2k_nocpo_mpi_open_batch.xml      - actor that will use OpenMP in batch mode
???|-- fc2k_nocpo_mpi_open_host.xml       - actor that will use OpenMP on Gateway
???|-- Makefile                           - provides recipe for building actor's library
???|-- nocpompi.f90                       - source code of actor
???|-- run_test.sh                        - executes tests and reports the outcome
???`-- workflow_mpi_chain.xml             - workflow that runs all the actors

...