Mathieu Carbou on Thu, 18 Oct 2012 05:20:13 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
PARI/GP compilation parameters
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: PARI/GP compilation parameters
- From: Mathieu Carbou <mathieu.carbou@gmail.com>
- Date: Wed, 17 Oct 2012 23:20:03 -0400
- Delivery-date: Thu, 18 Oct 2012 05:20:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=d/esBaUDn02tb9I+UGgrPfF3Edt0lx/kEEgELuZb6j4=; b=bJJBMWNyowbOYoJW2G9rZ4gbFF5tFClc2GsAEW87tiBEvYf/4SOkpKsPABzxGQ/gvZ 06JnZRxVtSdJBUJBl0yjjOmwOSdE1h6f6ByC2KPvwl0T8a3S7H7BFf7aY1a0ErMuRNrC N9HLrLfOEVnUfPUy3NeKYNzkXNH6Xx/Y6dotXdST0ErgWWl+Wp+dDtnHg0eVzr1/t2nG Po0zaAJyYhKCbqu8R728PAmCMSO3dxFSz3ZmmGsu1/9oASRZYthi5JYdhX/fXNo8csyF rciDB7OQqRtxEoeSIxTzYV7m476AVxA6euhXt3ZrW9X/klOnw188mr7iN7TIpFzW2Oul b3Xw==
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
Hello,
I just tried several compilation flags on Cygwin for PARI after reading
the INSTALL doc:
(1) ./Configure --static --without-gmp
(2) ./Configure --static --enable-tls
(3) ./Configure --static --enable-tls --without-gmp
What is strange is that my scripts take a really longer time for cases
(2) and (3) whereas I think it would be the opposite: i.e. 1 minutes
instead of 2 seconds with (1).
Is it normal ? What could create those differences ?
Mathieu.