Skip to content
Snippets Groups Projects
Commit c2ee2cdf authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix

parent 1d1e191a
Branches
No related tags found
No related merge requests found
......@@ -178,25 +178,25 @@ class Hello {
}
```
* C: [hello_c.c](src/ompi/hello_c.c)
* C++: [hello_cxx.cc](src/ompi/hello_cxx.cc)
* 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_f08: [hello_usempif08.f90](src/ompi/hello_usempif08.f90)
* Java: [Hello.java](src/ompi/Hello.java)
* C shmem.h: [hello_oshmem_c.c](src/ompi/hello_oshmem_c.c)
* Fortran shmem.fh: [hello_oshmemfh.f90](src/ompi/hello_oshmemfh.f90)
* C: [hello_c.c](../../../src/ompi/hello_c.c)
* C++: [hello_cxx.cc](../../src/ompi/hello_cxx.cc)
* 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_f08: [hello_usempif08.f90](../../src/ompi/hello_usempif08.f90)
* Java: [Hello.java](../../src/ompi/Hello.java)
* C shmem.h: [hello_oshmem_c.c](../../src/ompi/hello_oshmem_c.c)
* Fortran shmem.fh: [hello_oshmemfh.f90](../../src/ompi/hello_oshmemfh.f90)
### Send a Trivial Message Around in a Ring
* C: [ring_c.c](src/ompi/ring_c.c)
* C++: [ring_cxx.cc](src/ompi/ring_cxx.cc)
* 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_f08: [ring_usempif08.f90](src/ompi/ring_usempif08.f90)
* Java: [Ring.java](src/ompi/Ring.java)
* C shmem.h: [ring_oshmem_c.c](src/ompi/ring_oshmem_c.c)
* Fortran shmem.fh: [ring_oshmemfh.f90](src/ompi/ring_oshmemfh.f90)
* C: [ring_c.c](../../src/ompi/ring_c.c)
* C++: [ring_cxx.cc](../../src/ompi/ring_cxx.cc)
* 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_f08: [ring_usempif08.f90](../../src/ompi/ring_usempif08.f90)
* Java: [Ring.java](../../src/ompi/Ring.java)
* C shmem.h: [ring_oshmem_c.c](../../src/ompi/ring_oshmem_c.c)
* 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:
......
......@@ -151,12 +151,12 @@ Fluent could be run in parallel only under Academic Research license. To do so t
ANSLIC_ADMIN Utility will be run
![](img/Fluent_Licence_1.jpg)
![](../../../img/Fluent_Licence_1.jpg)
![](img/Fluent_Licence_2.jpg)
![](../../../img/Fluent_Licence_2.jpg)
![](img/Fluent_Licence_3.jpg)
![](../../../img/Fluent_Licence_3.jpg)
ANSYS Academic Research license should be moved up to the top of the list.
![](img/Fluent_Licence_4.jpg)
![](../../../img/Fluent_Licence_4.jpg)
......@@ -12,12 +12,12 @@ $ANSYSLIC_DIR/lic_admin/anslic_admin
ANSLIC_ADMIN Utility will be run
![](../../img/Fluent_Licence_1.jpg)
![](../../../img/Fluent_Licence_1.jpg)
![](../../img/Fluent_Licence_2.jpg)
![](../../../img/Fluent_Licence_2.jpg)
![](../../img/Fluent_Licence_3.jpg)
![](../../../img/Fluent_Licence_3.jpg)
ANSYS Academic Research license should be moved up to the top or down to the bottom of the list.
![](../../img/Fluent_Licence_4.jpg)
![](../../../img/Fluent_Licence_4.jpg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment