Skip to content

Commit 7bd5ca8

Browse files
committed
Add better syntax highlighting and footer
GETTING_STARTED.md [ci skip]
1 parent 3f15f3b commit 7bd5ca8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

GETTING_STARTED.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the use of an OCA compiler (e.g., gfortran 5.1.0 or later) in a Linux bash shell
5959
with the `bin` directory of the chosen installation path in the user's PATH
6060
environment variable:
6161

62-
```
62+
```fortran
6363
$ cat tally.f90
6464
program main
6565
use iso_c_binding, only : c_int
@@ -106,16 +106,23 @@ name clashes with the compiler's or programs existing capabilities.
106106
If the `caf` compiler wrapper cannot process the source code in question, invoke
107107
the underlying communication library directly:
108108

109-
```
109+
```bash
110110
mpif90 -fcoarray=lib -L/opt/opencoarrays/ tally.f90 \ -lcaf_mpi -o htally-I<OpenCoarrays-install-path>/mod
111111
```
112112

113113
and also run the program with the lower-level communication library:
114114

115-
```
115+
```bash
116116
mpirun -np <number-of-images> ./tally
117117
```
118118

119+
---
120+
121+
[![GitHub forks](https://img.shields.io/github/forks/sourceryinstitute/opencoarrays.svg?style=social&label=Fork)](https://github.com/sourceryinstitute/opencoarrays/fork)
122+
[![GitHub stars](https://img.shields.io/github/stars/sourceryinstitute/opencoarrays.svg?style=social&label=Star)](https://github.com/sourceryinstitute/opencoarrays)
123+
[![GitHub watchers](https://img.shields.io/github/watchers/sourceryinstitute/opencoarrays.svg?style=social&label=Watch)](https://github.com/sourceryinstitute/opencoarrays)
124+
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?hashtags=HPC,Fortran,PGAS&related=zbeekman,gnutools,HPCwire,HPC_Guru,hpcprogrammer,SciNetHPC,DegenerateConic,jeffdotscience,travisci&text=Stop%20programming%20w%2F%20the%20%23MPI%20docs%20in%20your%20lap%2C%20try%20Coarray%20Fortran%20w%2F%20OpenCoarrays%20%26%20GFortran!&url=https%3A//github.com/sourceryinstitute/opencoarrays)
125+
119126
[Hyperlinks]:#
120127

121128
[The caf compiler wrapper]: #the-caf-compiler-wrapper

0 commit comments

Comments
 (0)