ib_console make -j 100
Where:
-
ib_consolemust always be added -
makecan be replaced a different build command -
-jis your multiprocessing command option. It defines the maximum number of concurrent tasks that will be provided to Incredibuild for distribution. We recommend this number be 20% higher than the cores available in your grid.
Additional Command Line Switches
To display the help for the execution switches, enter the-h or --help parameter after the ib_console command. All switches should be added before the build command.