Page History
...
Tip | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
It is strongly recommended you bundle all your build process in a job script that you can submit in batch requesting additional cpus so that you can exploit . That way you can request additional cpus and speed up your compilation exploiting build parallelism with make -j If you would like a starting point for such a job, you can start from the following example, adding and amending the necessary bits as needed:
|
...