Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Jun 16, 2018
1 parent 20840f3 commit f8330a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Include the pthBarrierforOSX.h in the appFor_vSchedSimple.c file.
2. To run the OpenMP example:


set OMP_NUM_THREADS={number_of_cores_on_node} make clean; make test_vSched_OMP;
export OMP_NUM_THREADS=${number_of_cores_on_node}; make clean; make test_vSched_OMP;


This can also be done also using my library.
Expand Down

0 comments on commit f8330a2

Please sign in to comment.