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

Capitals

parent d3459c6f
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
......@@ -8,7 +8,7 @@ There are two MPI examples, each using one of six different MPI interfaces:
### Hello World
```c tab="C"
``` c tab="C"
/*
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
* University Research and Technology
......@@ -38,7 +38,7 @@ int main(int argc, char* argv[])
}
```
```c++ tab="C++"
``` c++ tab="C++"
//
// Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
// University Research and Technology
......@@ -75,7 +75,7 @@ int main(int argc, char **argv)
}
```
```fortran tab="F mpi.h"
``` fortran tab="F mpi.h"
C
C Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
C University Research and Technology
......@@ -105,7 +105,7 @@ C
end
```
```fortran tab="F use mpi"
``` fortran tab="F use mpi"
!
! Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
! University Research and Technology
......@@ -136,7 +136,7 @@ program main
end
```
```java tab="Java"
``` java tab="Java"
/*
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment