Skip to content

Commit 78a3ff5

Browse files
authored
Update README
1 parent ecf60fe commit 78a3ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the library for lightweight scheduling which includes a constraint for r
1010
The vSched.c library contains the functions for initializing the scheduler, loop_start_<strat>, and the dequeueing functions
1111
(loop_next_<strat>), where <strat> is the particular strategy. The implementor can add other strategies, by looking at the example functions in vSched.c shown.
1212

13-
There are two example app code files included in this folder: one is using pthreads, called appFor_vSched.c, and the other
13+
There are two example app code files included in this folder: one is using pthreads, called appFor_vSched.c, and the other
1414
is using OpenMP, called appFor_vSchedOpenMP.c.
1515

1616
For the general solution for MPI+OpenMP application programs, you need to link this library with a library that predicts MPI communication time for an upcoming collective call or MPI_Isend/ MPI_Irecv / MPI_Waitall during execution of an application program.
@@ -44,6 +44,6 @@ Include the pthBarrierforOSX.h in the appFor_vSchedSimple.c file.
4444

4545
set OMP_NUM_THREADS={number_of_cores_on_node} make clean; make test_vSched_OMP;
4646

47-
This can also be done also using my library.
47+
This can also be done using my library.
4848

4949

0 commit comments

Comments
 (0)