Changes between Version 14 and Version 15 of InstallingMars
- Timestamp:
- 11/16/18 13:08:09 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMars
v14 v15 95 95 where '''N''' is the numbers of threads you want to utilize (check the number of CPU cores you can keep busy). Or you can omit the {{{-jN}}} in case you want to run on a single CPU. 96 96 97 == Linking Problems == 98 99 Mars itself only links with root libraries, standard C(++) libraries and libnova. If you have **any** linker problem, it is most likely related to the fact that your linking environment during compilation of Mars (e.g. LD_LIBRARY_PATH) is not set identical to linking root. In most cases (I think) setting your root environment with **thisroot.sh** should help. 100 97 101 == Starting Mars == 98 102