https://gitlab.inria.fr/cado-nfs/cado-nfs

sort by:
Revision Author Date Message Commit Date
cac9dd2 Merge branch 'master' into rsa220 19 May 2014, 12:11:57 UTC
8c24586 Log stdout,stderr from WU result only in the tasks that processes it, to avoid log file bloat 19 May 2014, 12:10:32 UTC
aacaec4 Don't create factor base file if it already exists, to speed up launch for RSA220 19 May 2014, 12:01:07 UTC
e4155bc Allocate kilo-buckets with only 7/8-th of the memory 19 May 2014, 11:05:56 UTC
4f29e37 Enable cache line buffer for RSA220 19 May 2014, 11:05:55 UTC
b4ba665 Print memory allocations 19 May 2014, 11:05:55 UTC
822c2ed Increase bucket malloc fudge factor to 1.12 19 May 2014, 11:05:54 UTC
54bb072 Allow optionally using numactl --cpunodebind= for clients 19 May 2014, 11:00:49 UTC
66f909c Commands to use for 1GB pages on catrel 16 May 2014, 12:48:44 UTC
157900f Use utils/stats in replay 16 May 2014, 11:35:21 UTC
da032fa Print progress report in stdout instead of stderr. 16 May 2014, 09:52:20 UTC
0ccb91f In utils/stats.c: flush stream after reporting progress. 16 May 2014, 09:49:39 UTC
3907893 Use utils/stats in freerel 16 May 2014, 09:32:20 UTC
709514f Typo 16 May 2014, 09:09:27 UTC
f298a2f Update files.dist 16 May 2014, 09:08:13 UTC
8352207 Use utils/stats in filter_io.cpp 16 May 2014, 09:07:04 UTC
66226eb Use utils/stats in sm.c 16 May 2014, 09:05:55 UTC
59c73b7 Add stats.c in utils for printing progress during computation or reading Example: in filter_io.cpp, will be used to print lines like Read 16777216 relations in 35.3s -- 65.9 MB/s -- 474714.1 rels/s 16 May 2014, 09:03:51 UTC
c1b8b7c Exit cleanly and print stats if filtering produces no relations 15 May 2014, 13:37:24 UTC
d930cff Move allocation of normal/kilo/mega buckets to bucket.c 14 May 2014, 14:25:29 UTC
e4d9229 Remove some slow asserts 14 May 2014, 10:40:02 UTC
35c737a Print USE_CACHEBUFFER in flags: line if enables 14 May 2014, 10:36:29 UTC
47df9e5 Move #define USE_CACHEBUFFER to las-config.h 13 May 2014, 17:57:51 UTC
cc730b3 [polyselect] add --skip_ropt 13 May 2014, 12:19:48 UTC
75b5a65 Optionally use cache line buffer when converting kilo bucket to normal bucket entries (currently disables) 13 May 2014, 01:36:58 UTC
ea76221 Somewhat generic cache line buffer 13 May 2014, 01:36:38 UTC
4e3eb4b Round bucket size to a multiple of 16 if HAVE_SSE2 13 May 2014, 01:20:17 UTC
ea0b722 Don't need emmintrin.h in las-config.h 12 May 2014, 22:56:53 UTC
7d45248 Remove maxnorm parameter 12 May 2014, 19:33:27 UTC
3f42e6a Added portability.h 12 May 2014, 12:40:01 UTC
a0a21af Corrected desciption in docstring of get_poly_rank() 12 May 2014, 09:32:22 UTC
b44c60a Use size_t for offsets to avoid unnecessary reloads 12 May 2014, 00:27:03 UTC
013e435 Print at which index in prio queue the final best poly was 09 May 2014, 20:08:42 UTC
5f152d6 Generate bicomposite integers with -b 09 May 2014, 20:08:29 UTC
fcf665b Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs Conflicts: scripts/cadofactor/wuclient2.py 09 May 2014, 19:54:40 UTC
a65a3b0 Removing more implicit mpz_t polynomials 09 May 2014, 15:01:01 UTC
27f81fd Updated test functions with new root finding functions 09 May 2014, 13:58:34 UTC
7dc5cec Some cleaning (trivial commit) 09 May 2014, 13:57:28 UTC
e9b0fe5 More use of mpz_poly_t for root finding routines 09 May 2014, 13:07:28 UTC
254951a Oups! 09 May 2014, 12:12:55 UTC
6a4ab70 Root finding routines in rootfinder.hc now uses mpz_poly_t 09 May 2014, 12:07:55 UTC
68d1ca1 stdio required for FILE 09 May 2014, 09:21:06 UTC
ae82463 Prevent error (-Werror, -Wunused-function) with OSX clang when SKIP_GCD3 is not defined 09 May 2014, 08:40:43 UTC
a3aaecd [polyselect] using mpz_poly_t 08 May 2014, 10:13:46 UTC
8341cdd Fixed too-small admax 07 May 2014, 22:46:46 UTC
3a96f2f Add nrkeep values 07 May 2014, 22:40:09 UTC
9012b01 Make admax more monotoneous 07 May 2014, 22:15:27 UTC
cbfa0bd Make SKIP_GCD3 work again, and print under "flags:" when it is used 07 May 2014, 01:32:51 UTC
5ff6590 increased default rootsieve effort to 3 06 May 2014, 12:13:40 UTC
a968d78 increase default rootsieve effort to 2 to get similar results as version 2.0 05 May 2014, 14:17:11 UTC
8dc8cf2 print two figures for Bf,Bg,area (like for MurphyE) 05 May 2014, 12:32:22 UTC
6d701ff redefine sieve_info_test_lognorm when HAVE_SSE2 is not defined 05 May 2014, 09:58:40 UTC
7604311 redefine w64lg2abs when HAVE_GCC_STYLE_AMD64_INLINE_ASM is not defined 05 May 2014, 09:51:58 UTC
7734caa Comment-out unused code 05 May 2014, 08:41:41 UTC
573c779 Removed ".balign 0" line 05 May 2014, 08:40:23 UTC
aafba46 Comment unused code 02 May 2014, 13:35:51 UTC
1ec05e4 Separate create_connection() call for Python 2.6 01 May 2014, 19:19:06 UTC
25a4d6b Bugfix: when cancelling WUs, SELECT condition was not propagated correctly 01 May 2014, 11:09:39 UTC
400ce0a Check SSL certificate under Python 2 29 April 2014, 15:56:18 UTC
dbbde84 Add localhost to SAN if listening on 0.0.0.0 29 April 2014, 15:56:10 UTC
46c4e39 Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 29 April 2014, 15:55:22 UTC
c35287a compute lambda[01] from mfb[01] and lpb[01] if not given 28 April 2014, 07:45:44 UTC
3533a58 Check SSL certificate under Python 2 25 April 2014, 14:35:08 UTC
ea8b654 Add localhost to SAN if listening on 0.0.0.0 25 April 2014, 14:34:53 UTC
77a3f96 OpenBSD mktemp wants the XXX at the end 25 April 2014, 12:35:12 UTC
fb86557 check P is not too large (thanks Cyril) 25 April 2014, 08:02:33 UTC
3fc0380 added note about required_excess 25 April 2014, 06:26:56 UTC
4ad8762 Note on qmin and relation import 24 April 2014, 12:00:31 UTC
bdad00a Allow overriding registered_filenames Still fragile, proper fix will need some structural changes 23 April 2014, 15:06:22 UTC
e3c33dc Stricter checking. 23 April 2014, 13:43:08 UTC
67e14f2 Test gcd, not divisibility, as primes can be prime powers 23 April 2014, 12:13:41 UTC
15c390b Don't need two gcds() for one rational factor base entry 23 April 2014, 11:18:27 UTC
4ca615d Pass CMake's CC and CXX when configuring gf2x 23 April 2014, 09:58:33 UTC
20f3d7b Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 23 April 2014, 09:26:06 UTC
915271e reconstructlog: computations of SMs is now done while reading the relations. It scales better than previous versions when lots of threads are used. 23 April 2014, 09:24:36 UTC
ef57032 In case of too-large values in q-lattice basis, skip the special-q, but don't abort 22 April 2014, 16:06:07 UTC
fcc43e8 Hide this parameter, too. Happy now, clang? 22 April 2014, 15:54:41 UTC
e292ea1 More variable hiding... 22 April 2014, 15:50:57 UTC
566fd6c Dummy scopes to placate clang 22 April 2014, 15:40:54 UTC
d4c843d Use madvise() fall-back for contiguous_malloc() 22 April 2014, 15:31:44 UTC
be7919d reconstructlog: change error msg 22 April 2014, 14:50:50 UTC
516d3dc reconstructlog: add wall-clock time for multithread 22 April 2014, 13:50:35 UTC
1f7bc91 Fixed format (?) 22 April 2014, 13:08:52 UTC
9669b05 Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 22 April 2014, 13:05:38 UTC
98a83dd remove debug instruction 22 April 2014, 13:05:18 UTC
f397a7f Merge branch 'lingen-with-flint' 22 April 2014, 12:59:54 UTC
168be56 reconstructlog for NFSDL: fix computation of SM (due to change in choice of SM) 22 April 2014, 12:59:15 UTC
57ab9a2 Minor change to automatic commit script. 22 April 2014, 12:57:14 UTC
a3fcb5d Trivial doubly-linked list 22 April 2014, 12:49:52 UTC
da80472 avoid generating random polynomials which are zero mod p 22 April 2014, 12:38:19 UTC
98ec21e reconstructlog: Fix a bug in multithread version 22 April 2014, 12:21:40 UTC
8ee0b9d In linalg.mag, do not read SM file if nmaps < 1 (for FFS linalg) 22 April 2014, 12:17:09 UTC
4da1f8f hard-code random seed to reproduce failed mingw build #519 22 April 2014, 11:49:45 UTC
63cbc7f use I=15 instead of I=14 for c17x (and for c190!!!) 22 April 2014, 11:35:13 UTC
1d23da1 Print elapsed time, too 22 April 2014, 09:42:27 UTC
8f3cfe7 Remove "factor.sh -pl" items 22 April 2014, 08:09:16 UTC
cac746d Fixed harmless printing bug. 21 April 2014, 20:44:38 UTC
541516c Need to copy ECM strategy pointers for dupe check 20 April 2014, 23:32:47 UTC
c74e661 oops. 20 April 2014, 21:41:00 UTC
60af79b MPI_Bcast has its count argument of type int... 20 April 2014, 21:20:06 UTC
back to top