Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • herten1/msa-hello-world
1 result
Show changes
Commits on Source (2)
File moved
File moved
# MSA Workshop Exercises
# JSC MSA Workshop Exercises
For a SCALEXA MSA workshop (projects IFCES2 and MExMeMo), three exercises to showcase MSA workloads have been prepared.
* Authors: Sebastian Achilles, Andreas Herten
* Institute: Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, Germany
For a SCALEXA MSA workshop (projects IFCES2 and MExMeMo), three exercises are prepared to showcase Modular Supercomputing Architecture (MSA) workloads. Find them in the respective directory.
* 1. Hello World: A very simple example sending a "Hello World" from different job components
* 1. GPU Hello World: Print "Hello World" from the GPU, but receive the second word from a CPU job
......@@ -9,5 +12,3 @@ For a SCALEXA MSA workshop (projects IFCES2 and MExMeMo), three exercises to sho
In each exercise, a `README.md` is provided to explain the setup and TODOs. A `compile.sh` script takes care of invoking a `Makefile` with the right parameters. The individual executables should be compiled on the respective MSA modules.
Right now, ParaStationMPI is used per default. OpenMPI can also easily be used, you may test it as a part of your exploration.
_Ideas for further examples? Add merge requests or issues!_
\ No newline at end of file