Skip to content

Commit ea2d8a5

Browse files
committed
doc(README): fix formatting; update build instrux
1 parent b0ec36c commit ea2d8a5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Downloading, Building, and Running Examples
5151
2. The [Fortran Package Manager].
5252
3. _Optional_: [OpenCoarrays] for parallel execution with the GNU Fortran compiler.
5353

54-
Recent versions of the Cray, Intel, GNU, and NAG compilers suffice. Assert was developed primarily with `gfortran` 11.1.0 and `nagfor` 7.0 Build 7044.
54+
Assert was developed primarily with `gfortran` 11.2.0 and `nagfor` 7.1.
55+
Recent versions of the Cray and Intel compilers should also suffice.
5556

5657
### Downloading, building, and testing
5758

@@ -75,8 +76,12 @@ fpm test --compiler nagfor --flag -fpp
7576
#### Building and testing: multi-image (parallel) execution
7677
With `gfortran` and OpenCoarrays installed,
7778
```
78-
fpm test --compiler caf --runner "cafrun -n 2" designed-to-terminate-normally
79-
fpm test --compiler caf --runner "cafrun -n 2" designed-to-error-terminate
79+
fpm test --compiler caf --runner "cafrun -n 2"
80+
```
81+
To build and test with the Numerical Algorithms Group (NAG) Fortran compiler version
82+
7.1 or later, use
83+
```
84+
fpm test --compiler=nagfor --flag="-coarray=cosmp -fpp -f2018"
8085
```
8186

8287
For documentation on using Assert with other compilers, please submit an issue or pull request.

0 commit comments

Comments
 (0)