On Tue, Oct 23, 2012 at 3:25 PM, Bill Hart <[email protected]> wrote:
> Is there any chance you could send me the output of make tune on
> whichever machines it actually works on (from memory you may have to
> go into the tune directory to run it). I'll also need the output of
> config.guess in each case.
Linux 2.6.32-279.5.2.el6.x86_64 (AMD Opteron 6174 CPU)
icc version 12.1.3 (gcc version 4.4.6 compatibility)
=====================================
./config.guess
k102-unknown-linux-gnu
Parameters for ./mpn/x86_64/k8/k10/k102/gmp-mparam.h
Using: CPU cycle counter, supplemented by microsecond getrusage()
speed_precision 1000000, speed_unittime 4.55e-10 secs, CPU freq 2200.06 MHz
DEFAULT_MAX_SIZE 1000, fft_max_size 50000
/* Generated by tuneup.c, 2012-10-23, gcc 4.4 */
#define MUL_KARATSUBA_THRESHOLD 22
#define MUL_TOOM3_THRESHOLD 133
#define MUL_TOOM4_THRESHOLD 236
#define MUL_TOOM8H_THRESHOLD 414
#define SQR_BASECASE_THRESHOLD 0 /* always (native) */
#define SQR_KARATSUBA_THRESHOLD 43
#define SQR_TOOM3_THRESHOLD 128
#define SQR_TOOM4_THRESHOLD 547
#define SQR_TOOM8_THRESHOLD 674
#define POWM_THRESHOLD 339
#define HGCD_THRESHOLD 30
#define GCD_DC_THRESHOLD 198
#define GCDEXT_DC_THRESHOLD 1951
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* never */
#define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* never */
#define MOD_1_NORM_THRESHOLD 0 /* always */
#define MOD_1_UNNORM_THRESHOLD 0 /* always */
#define USE_PREINV_DIVREM_1 1 /* native */
#define USE_PREINV_MOD_1 1
#define DIVEXACT_1_THRESHOLD 0 /* always */
#define MODEXACT_1_ODD_THRESHOLD 0 /* always (native) */
#define MOD_1_1_THRESHOLD 5
#define MOD_1_2_THRESHOLD 12
#define MOD_1_3_THRESHOLD 31
#define DIVREM_HENSEL_QR_1_THRESHOLD 14
#define RSH_DIVREM_HENSEL_QR_1_THRESHOLD 15
#define DIVREM_EUCLID_HENSEL_THRESHOLD 165
#define ROOTREM_THRESHOLD 6
#define GET_STR_DC_THRESHOLD 14
#define GET_STR_PRECOMPUTE_THRESHOLD 23
#define SET_STR_DC_THRESHOLD 7786
#define SET_STR_PRECOMPUTE_THRESHOLD 13807
#define MUL_FFT_FULL_THRESHOLD 6976
#define SQR_FFT_FULL_THRESHOLD 7232
#define MULLOW_BASECASE_THRESHOLD 9
#define MULLOW_DC_THRESHOLD 33
#define MULLOW_MUL_THRESHOLD 5789
#define MULHIGH_BASECASE_THRESHOLD 10
#define MULHIGH_DC_THRESHOLD 29
#define MULHIGH_MUL_THRESHOLD 188
#define MULMOD_2EXPM1_THRESHOLD 16
#define FAC_UI_THRESHOLD 1024
#define DC_DIV_QR_THRESHOLD 298
#define DC_DIVAPPR_Q_N_THRESHOLD 159
#define INV_DIV_QR_THRESHOLD 979
#define INV_DIVAPPR_Q_N_THRESHOLD 159
#define DC_DIV_Q_THRESHOLD 189
#define INV_DIV_Q_THRESHOLD 4318
#define DC_DIVAPPR_Q_THRESHOLD 162
#define INV_DIVAPPR_Q_THRESHOLD 18500
#define DC_BDIV_QR_THRESHOLD 288
#define DC_BDIV_Q_THRESHOLD 33
/* fft_tuning -- autogenerated by tune-fft */
#define FFT_TAB \
{ { 4, 3 }, { 3, 3 }, { 3, 2 }, { 2, 1 }, { 1, 1 } }
#define MULMOD_TAB \
{ 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 3, 3, 3, 2, 2, 2, 2, 1, 1 }
#define FFT_N_NUM 19
#define FFT_MULMOD_2EXPP1_CUTOFF 256
/* Tuneup completed successfully, took 153 seconds */
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.