2.4. task

Format:


        -task cexpr
      
Sets the maximum number of concurrent tasks to cexpr. The default is 0. Note this value must be one more than the number of concurrent tasks as the main program counts as a task.

nb: It is better to use `PRAGMA TASK' in your program than setting the value here. Doing so guarantees the value is correct even if you forget to pass it during compilation.