Skip to content
Snippets Groups Projects
Commit d3459c6f authored by David Hrbáč's avatar David Hrbáč
Browse files

Capitals

parent b717094e
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!219Virtual environment, upgrade MKdocs, upgrade Material design
...@@ -6,7 +6,7 @@ Sample MPI applications provided both as a trivial primer to MPI as well as simp ...@@ -6,7 +6,7 @@ Sample MPI applications provided both as a trivial primer to MPI as well as simp
There are two MPI examples, each using one of six different MPI interfaces: There are two MPI examples, each using one of six different MPI interfaces:
###Hello World ### Hello World
```c tab="C" ```c tab="C"
/* /*
...@@ -187,7 +187,7 @@ class Hello { ...@@ -187,7 +187,7 @@ class Hello {
* C shmem.h: [hello_oshmem_c.c](../../src/ompi/hello_oshmem_c.c) * C shmem.h: [hello_oshmem_c.c](../../src/ompi/hello_oshmem_c.c)
* Fortran shmem.fh: [hello_oshmemfh.f90](../../src/ompi/hello_oshmemfh.f90) * Fortran shmem.fh: [hello_oshmemfh.f90](../../src/ompi/hello_oshmemfh.f90)
###Send a Trivial Message Around in a Ring ### Send a Trivial Message Around in a Ring
* C: [ring_c.c](../../src/ompi/ring_c.c) * C: [ring_c.c](../../src/ompi/ring_c.c)
* C++: [ring_cxx.cc](../../src/ompi/ring_cxx.cc) * C++: [ring_cxx.cc](../../src/ompi/ring_cxx.cc)
...@@ -200,7 +200,7 @@ class Hello { ...@@ -200,7 +200,7 @@ class Hello {
Additionally, there's one further example application, but this one only uses the MPI C bindings: Additionally, there's one further example application, but this one only uses the MPI C bindings:
###Test the Connectivity Between All Pross ### Test the Connectivity Between All Pross
* C: [connectivity_c.c](../../src/ompi/connectivity_c.c) * C: [connectivity_c.c](../../src/ompi/connectivity_c.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment