From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.fcku.it!peer02.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx24.am4.POSTED!not-for-mail Subject: Re: How many CPU cores? Newsgroups: comp.lang.ada References: From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Sat, 14 Oct 2017 05:29:18 UTC Organization: usenet.se Date: Sat, 14 Oct 2017 07:29:18 +0200 X-Received-Bytes: 1089 X-Received-Body-CRC: 2907210260 Xref: news.eternal-september.org comp.lang.ada:48445 Date: 2017-10-14T07:29:18+02:00 List-Id: Using all cores "-j0" usually gives the shortest build-time unless the disk is very very slow. /P Den 2017-10-03 kl. 00:07, skrev Victor Porton: > "make" in GNAT GPS supports "Multiprocessing". > > How much processes should I use with my 4 cores i7 processor? > > There are two threads per code due hyperthreading. So should I use 4*2=8 > "Multiprocessing" setting to compile quickly? >