You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is the library for lightweight scheduling which includes a constraint for r
10
10
The vSched.c library contains the functions for initializing the scheduler, loop_start_<strat>, and the dequeueing functions
11
11
(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.
12
12
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
14
14
is using OpenMP, called appFor_vSchedOpenMP.c.
15
15
16
16
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.
44
44
45
45
set OMP_NUM_THREADS={number_of_cores_on_node} make clean; make test_vSched_OMP;
0 commit comments