Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!219
Virtual environment, upgrade MKdocs, upgrade Material design
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Virtual environment, upgrade MKdocs, upgrade Material design
virtual_environment
into
master
Overview
3
Commits
125
Pipelines
0
Changes
3
Merged
David Hrbáč
requested to merge
virtual_environment
into
master
6 years ago
Overview
1
Commits
125
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
c2ee2cdf
Prev
Next
Show latest version
3 files
+
24
−
24
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
c2ee2cdf
fix
· c2ee2cdf
Lukáš Krupčík
authored
6 years ago
docs.it4i/software/mpi/ompi-examples.md
+
16
−
16
Options
@@ -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