Next: , Previous: , Up: Grade modifiers   [Contents][Index]


3.4.4 Grade modifiers for parallelism

In the absence of the .par grade modifier, the Mercury compiler generates executables that do not support parallel execution in any form.

.par

Compiling programs in a grade that includes the .par grade modifier generates executables that support parallel execution. What form of parallel execution is supported depends on the backend.