Skip to content
Snippets Groups Projects

Virtual environment, upgrade MKdocs, upgrade Material design

Merged David Hrbáč requested to merge virtual_environment into master
3 files
+ 24
24
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -178,25 +178,25 @@ class Hello {
@@ -178,25 +178,25 @@ class Hello {
}
}
```
```
* C: [hello_c.c](src/ompi/hello_c.c)
* C: [hello_c.c](../../../src/ompi/hello_c.c)
* C++: [hello_cxx.cc](src/ompi/hello_cxx.cc)
* C++: [hello_cxx.cc](../../src/ompi/hello_cxx.cc)
* Fortran mpif.h: [hello_mpifh.f](src/ompi/hello_mpifh.f)
* Fortran mpif.h: [hello_mpifh.f](../../src/ompi/hello_mpifh.f)
* Fortran use mpi: [hello_usempi.f90](src/ompi/hello_usempi.f90)
* Fortran use mpi: [hello_usempi.f90](../../src/ompi/hello_usempi.f90)
* Fortran use mpi_f08: [hello_usempif08.f90](src/ompi/hello_usempif08.f90)
* Fortran use mpi_f08: [hello_usempif08.f90](../../src/ompi/hello_usempif08.f90)
* Java: [Hello.java](src/ompi/Hello.java)
* Java: [Hello.java](../../src/ompi/Hello.java)
* 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)
* Fortran mpif.h: [ring_mpifh.f](src/ompi/ring_mpifh.f)
* Fortran mpif.h: [ring_mpifh.f](../../src/ompi/ring_mpifh.f)
* Fortran use mpi: [ring_usempi.f90](src/ompi/ring_usempi.f90)
* Fortran use mpi: [ring_usempi.f90](../../src/ompi/ring_usempi.f90)
* Fortran use mpi_f08: [ring_usempif08.f90](src/ompi/ring_usempif08.f90)
* Fortran use mpi_f08: [ring_usempif08.f90](../../src/ompi/ring_usempif08.f90)
* Java: [Ring.java](src/ompi/Ring.java)
* Java: [Ring.java](../../src/ompi/Ring.java)
* C shmem.h: [ring_oshmem_c.c](src/ompi/ring_oshmem_c.c)
* C shmem.h: [ring_oshmem_c.c](../../src/ompi/ring_oshmem_c.c)
* Fortran shmem.fh: [ring_oshmemfh.f90](src/ompi/ring_oshmemfh.f90)
* Fortran shmem.fh: [ring_oshmemfh.f90](../../src/ompi/ring_oshmemfh.f90)
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:
Loading