In my program, I give the ability to execute certain code either as parallel or non-parallel. I don't know what to call the non-parallel option though. Is Linear a good term?
What would be the best word for this?
|
In my program, I give the ability to execute certain code either as parallel or non-parallel. I don't know what to call the non-parallel option though. Is Linear a good term? What would be the best word for this? |
|||||||
|
|
"Sequentially" is IMHO the term you are looking for. |
|||||
|
|
"Serial" is the descriptor I've always heard (and used) applied to that type of code. |
|||
|
|