View Issue Details

IDProjectCategoryView StatusLast Update
0006512DarkRadiantDesign/Codingpublic18.06.2025 18:57
Reporteres20490446e Assigned Toorbweaver  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSArch Linux 
Summary0006512: Wiki: Compiling with "n" cores
DescriptionAt:
https://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compiling_in_Linux#Multiprocessor_Systems

Use:
make --jobs="$(nproc)"
TagsNo tags attached.

Activities

orbweaver

orbweaver

12.06.2025 18:50

developer   ~0017038

This is already mentioned on the linked wiki page under the heading "Multiprocessor Systems".
es20490446e

es20490446e

13.06.2025 00:51

reporter   ~0017039

It says:
make --jobs=2

It shall say:
make --jobs="$(nproc)"

So it automatically uses all cores.
orbweaver

orbweaver

17.06.2025 18:49

developer   ~0017042

Updated to mention $(nproc). Also updated the CMake commands to modern standards: using a separate build directory with -B (modern CMake strongly recommends not doing in-source builds), and using "cmake --build" instead of assuming the build tool is "make" (which it may not be, if Ninja is installed).
es20490446e

es20490446e

17.06.2025 22:07

reporter   ~0017045

Nice �
es20490446e

es20490446e

17.06.2025 22:08

reporter   ~0017046

Please close the issue as fixed.

Have a nice day.

Issue History

Date Modified Username Field Change
31.03.2024 14:29 es20490446e New Issue
12.06.2025 18:50 orbweaver Assigned To => orbweaver
12.06.2025 18:50 orbweaver Status new => resolved
12.06.2025 18:50 orbweaver Resolution open => no change required
12.06.2025 18:50 orbweaver Note Added: 0017038
13.06.2025 00:51 es20490446e Note Added: 0017039
13.06.2025 00:52 es20490446e Status resolved => new
13.06.2025 00:52 es20490446e Resolution no change required => reopened
17.06.2025 18:49 orbweaver Note Added: 0017042
17.06.2025 22:07 es20490446e Note Added: 0017045
17.06.2025 22:08 es20490446e Note Added: 0017046
18.06.2025 18:57 orbweaver Status new => resolved
18.06.2025 18:57 orbweaver Resolution reopened => fixed