Skip to content

Commit 16f9209

Browse files
committed
Adding small fixes to README
1 parent 8578bf4 commit 16f9209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,11 @@ The Task-Aware MPI library requires the installation of the following tools and
455455
* [Boost](http://boost.org) library version 1.59 or greater.
456456
* [ovni](https://github.com/bsc-pm/ovni) instrumentation library (optional).
457457
* One of the following parallel task-based programming models (required when compiling a user application):
458-
- [OmpSs-2](https://github.com/bsc-pm/ompss-2-releases) (version 2023.11 or greater). That supports both
458+
- [OmpSs-2](https://github.com/bsc-pm/ompss-2-releases) (version 2023.11 or greater): Supports both
459459
**blocking** and **non-blocking** TAMPI modes.
460460
- The [OpenMP-V](https://github.com/bsc-pm/llvm) runtime (`libompv`) implemented by the derivative
461-
[LLVM](https://github.com/bsc-pm/llvm) which works over the [nOS-V](https://github.com/bsc-pm/nosv)
462-
tasking library. That supports the **non-blocking** mode.
461+
[LLVM](https://github.com/bsc-pm/llvm) which works over the [nOS-V](https://github.com/bsc-pm/nos-v)
462+
tasking library: Supports the **non-blocking** mode.
463463

464464

465465
## Building and Installing

0 commit comments

Comments
 (0)