...
which will send all the output from the make command to the file 'make.out' as well as the terminal. This is recommended as the output is lengthy.
| Info | ||
|---|---|---|
| 
 | ||
| If using cmake, it will normally hide all the output from the compile commands. If you want to see the compile command (to check the compile options), do: make VERBOSE=1 | 
| Info | ||
|---|---|---|
| 
 | ||
| If your computer has multiple cores as many, use the -j flag to make to build grib_api faster. e.g. 
 | 
...