15 Parallel Programming - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Manuals : Programming Guide : 15 Parallel Programming

Contents     Previous     Next     Index

15 Parallel Programming

Computers with multicore processors are now commonplace. To take advantage of the power of multicore computers, Maple provides tools for parallel programming. This chapter provides a basic introduction to parallel programming in Maple.

15.1 In This Chapter

• 

The two forms of parallel programming available in Maple, shared memory and multiple process.

• 

An introduction to shared memory programming using the Task Programming Model.

• 

An introduction to multiple process programming using the Grid Programming Model

 

Contents     Previous     Next     Index