3.1 Compiling a Program for Parallel Execution Using the kcc Driver

To compile and run your program with parallel processing, use the /concurrentize qualifier, abbreviated /conc, as follows:

kcc /ckapargs=(/conc) myprog.c

For information on running a parallel program, see Section 3.3.


Previous Page Next Page Contents Index
Command-Line Qualifiers