Skip to content

Commit

Permalink
Update User's guide “convert-a-c++-program”
Browse files Browse the repository at this point in the history
  • Loading branch information
timkaler committed Jul 20, 2022
1 parent a97f74f commit 3b2d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/users-guide/convert-a-c++-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Convert a C++ program
author: Timothy Kaler
date: 2022-07-20T16:22:55.620Z
---
A common application of OpenCilk is the parallelization of existing serial code. Indeed, it is often advisable for programmers to prioritize writing correct and efficient serial code before attempting parallelization due to the notorious difficulty of writing correct parallel code. In this section, we shall walk through the process of converting an existing serial C or C++ code to an OpenCilk parallel program and show how OpenCilk's suite of tools can be used to debug race-conditions and scalability bottlenecks.
A common application of OpenCilk is the parallelization of existing serial code. Indeed, it is often advisable for programmers to prioritize writing correct and efficient serial code before attempting parallelization because of the notorious difficulty of writing correct parallel code. In this section, we shall walk through the process of converting an existing serial C or C++ code to an OpenCilk parallel program and show how OpenCilk's suite of tools can be used to debug race-conditions and scalability bottlenecks.

## General workflow

Expand Down

0 comments on commit 3b2d2f2

Please sign in to comment.