* Package: sci-mathematics/msieve-1.51 * Repository: gentoo * Maintainer: patrick@gentoo.org * USE: abi_x86_64 amd64 ecm elibc_glibc kernel_linux mpi userland_GNU zlib * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking msieve151.tar.gz to /var/tmp/portage/sci-mathematics/msieve-1.51/work >>> Source unpacked in /var/tmp/portage/sci-mathematics/msieve-1.51/work >>> Preparing source in /var/tmp/portage/sci-mathematics/msieve-1.51/work/msieve-1.51 ... * Applying msieve-1.51-reduce-printf.patch ... [ ok ] * Applying fix-version.patch ... [ ok ] * Applying fix-version2.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-mathematics/msieve-1.51/work/msieve-1.51 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-mathematics/msieve-1.51/work/msieve-1.51 ... make -j1 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar 'OPT_FLAGS=-march=native -O2 -pipe' all make: svnversion: Command not found x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/clique.o common/filter/clique.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/filter.o common/filter/filter.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/merge.o common/filter/merge.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/merge_post.o common/filter/merge_post.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/merge_pre.o common/filter/merge_pre.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/merge_util.o common/filter/merge_util.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/filter/singleton.o common/filter/singleton.c common/filter/singleton.c: In function ‘filter_read_lp_file’: common/filter/singleton.c:155:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp, sizeof(uint32), header_words, fp); ^ common/filter/singleton.c:160:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&curr_ideal, sizeof(uint32), (size_t)1, fp); ^ common/filter/singleton.c:211:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(r, sizeof(uint32), header_words, fp); ^ common/filter/singleton.c:217:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&curr_ideal, sizeof(uint32), (size_t)1, fp); ^ common/filter/singleton.c: In function ‘filter_read_lp_file_1pass’: common/filter/singleton.c:41:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(filter->relation_array, (size_t)1, ^ common/filter/singleton.c: In function ‘filter_purge_lp_singletons’: common/filter/singleton.c:296:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp, sizeof(uint32), header_words, in_fp); ^ common/filter/singleton.c:297:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(ideal_list, sizeof(uint32), ^ common/filter/singleton.c:318:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp, sizeof(uint32), header_words, in_fp); ^ common/filter/singleton.c:319:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(ideal_list, sizeof(uint32), ^ common/filter/singleton.c:369:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp, sizeof(uint32), header_words, in_fp); ^ common/filter/singleton.c:370:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(ideal_list, sizeof(uint32), ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos.o common/lanczos/lanczos.c common/lanczos/lanczos.c: In function ‘read_lanczos_state’: common/lanczos/lanczos.c:662:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&read_n, sizeof(uint32), (size_t)1, dump_fp); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_io.o common/lanczos/lanczos_io.c common/lanczos/lanczos_io.c: In function ‘read_cycles’: common/lanczos/lanczos_io.c:257:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&num_cycles, sizeof(uint32), (size_t)1, cycle_fp); ^ common/lanczos/lanczos_io.c: In function ‘read_matrix’: common/lanczos/lanczos_io.c:461:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&max_nrows, sizeof(uint32), (size_t)1, matrix_fp); ^ common/lanczos/lanczos_io.c:462:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&dense_rows, sizeof(uint32), (size_t)1, matrix_fp); ^ common/lanczos/lanczos_io.c:463:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&max_ncols, sizeof(uint32), (size_t)1, matrix_fp); ^ common/lanczos/lanczos_io.c: In function ‘find_submatrix_bounds’: common/lanczos/lanczos_io.c:117:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&max_grid_cols, sizeof(uint32), (size_t)1, matrix_idx_fp); ^ common/lanczos/lanczos_io.c:130:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&mat_block, sizeof(mat_block_t), ^ common/lanczos/lanczos_io.c:132:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_mat_block, sizeof(mat_block_t), ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_matmul0.o common/lanczos/lanczos_matmul0.c common/lanczos/lanczos_matmul0.c:235:12: warning: ‘compare_uint16’ defined but not used [-Wunused-function] static int compare_uint16(const void *x, const void *y) { ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_matmul1.o common/lanczos/lanczos_matmul1.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_matmul2.o common/lanczos/lanczos_matmul2.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_pre.o common/lanczos/lanczos_pre.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/lanczos_vv.o common/lanczos/lanczos_vv.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/lanczos/matmul_util.o common/lanczos/matmul_util.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/smallfact/gmp_ecm.o common/smallfact/gmp_ecm.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/smallfact/smallfact.o common/smallfact/smallfact.c common/smallfact/smallfact.c: In function ‘trial_factor’: common/smallfact/smallfact.c:22:9: warning: variable ‘factor_found’ set but not used [-Wunused-but-set-variable] uint32 factor_found = 0; ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/smallfact/squfof.o common/smallfact/squfof.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/smallfact/tinyqs.o common/smallfact/tinyqs.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/batch_factor.o common/batch_factor.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/cuda_xface.o common/cuda_xface.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/dickman.o common/dickman.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/driver.o common/driver.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/expr_eval.o common/expr_eval.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/hashtable.o common/hashtable.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/integrate.o common/integrate.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/minimize.o common/minimize.c common/minimize.c: In function ‘solve_dmatrix’: common/minimize.c:421:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) ^ common/minimize.c:424:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n - 1; i++) { ^ common/minimize.c:431:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = i + 1; j < n; j++) { ^ common/minimize.c:444:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = i + 1; j < n; j++) { ^ common/minimize.c:448:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = i + 1; k < n; k++) { ^ common/minimize.c:460:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = i + 1; j < n; j++) { ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/minimize_global.o common/minimize_global.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/mp.o common/mp.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/polyroot.o common/polyroot.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/prime_delta.o common/prime_delta.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/prime_sieve.o common/prime_sieve.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/savefile.o common/savefile.c common/savefile.c: In function ‘savefile_open’: common/savefile.c:122:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] s->fp = gzopen(name_gz, open_string); ^ common/savefile.c:148:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] s->fp = gzopen(s->name, "a"); ^ common/savefile.c:154:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] s->fp = gzopen(s->name, open_string); ^ common/savefile.c: In function ‘savefile_close’: common/savefile.c:173:49: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types] s->is_a_FILE ? fclose((FILE *)s->fp) : gzclose(s->fp); ^ In file included from include/util.h:46:0, from include/msieve.h:24, from include/common.h:18, from common/savefile.c:15: /usr/include/zlib.h:1511:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzclose _Z_OF((gzFile file)); ^ common/savefile.c: In function ‘savefile_eof’: common/savefile.c:184:53: warning: passing argument 1 of ‘gzeof’ from incompatible pointer type [-Wincompatible-pointer-types] return (s->is_a_FILE ? feof((FILE *)s->fp) : gzeof(s->fp)); ^ In file included from include/util.h:46:0, from include/msieve.h:24, from include/common.h:18, from common/savefile.c:15: /usr/include/zlib.h:1475:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzeof _Z_OF((gzFile file)); ^ common/savefile.c: In function ‘savefile_read_line’: common/savefile.c:242:9: warning: passing argument 1 of ‘gzgets’ from incompatible pointer type [-Wincompatible-pointer-types] gzgets(s->fp, buf, (int)max_len); ^ In file included from include/util.h:46:0, from include/msieve.h:24, from include/common.h:18, from common/savefile.c:15: /usr/include/zlib.h:1372:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’ ZEXTERN char * ZEXPORT gzgets _Z_OF((gzFile file, char *buf, int len)); ^ common/savefile.c: In function ‘savefile_flush’: common/savefile.c:270:10: warning: passing argument 1 of ‘gzputs’ from incompatible pointer type [-Wincompatible-pointer-types] gzputs(s->fp, s->buf); ^ In file included from include/util.h:46:0, from include/msieve.h:24, from include/common.h:18, from common/savefile.c:15: /usr/include/zlib.h:1364:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzputs _Z_OF((gzFile file, const char *s)); ^ common/savefile.c: In function ‘savefile_rewind’: common/savefile.c:289:50: warning: passing argument 1 of ‘gzrewind’ from incompatible pointer type [-Wincompatible-pointer-types] s->is_a_FILE ? rewind((FILE *)s->fp) : gzrewind(s->fp); ^ In file included from include/util.h:46:0, from include/msieve.h:24, from include/common.h:18, from common/savefile.c:15: /usr/include/zlib.h:1447:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzrewind _Z_OF((gzFile file)); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/strtoll.o common/strtoll.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/thread.o common/thread.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o common/util.o common/util.c common/util.c: In function ‘get_cpu_type’: common/util.c:456:17: warning: variable ‘model’ set but not used [-Wunused-but-set-variable] uint8 family, model; ^ common/util.c: In function ‘set_idle_priority’: common/util.c:120:2: warning: ignoring return value of ‘nice’, declared with attribute warn_unused_result [-Wunused-result] nice(100); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/gf2.qo mpqs/gf2.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/mpqs.qo mpqs/mpqs.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/poly.qo mpqs/poly.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/relation.qo mpqs/relation.c mpqs/relation.c: In function ‘qs_filter_relations’: mpqs/relation.c:807:9: warning: variable ‘poly_saved’ set but not used [-Wunused-but-set-variable] uint32 poly_saved; ^ mpqs/relation.c:804:21: warning: variable ‘curr_poly_idx’ set but not used [-Wunused-but-set-variable] uint32 curr_a_idx, curr_poly_idx, curr_rel; ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/sieve.qo mpqs/sieve.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -c -o mpqs/sqrt.qo mpqs/sqrt.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -DBLOCK_KB=32 -DHAS_SSE2 \ -DROUTINE_NAME=qs_core_sieve_generic_32k \ -c -o mpqs/sieve_core_generic_32k.qo mpqs/sieve_core.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -DBLOCK_KB=64 -DHAS_SSE2 \ -DROUTINE_NAME=qs_core_sieve_generic_64k \ -c -o mpqs/sieve_core_generic_64k.qo mpqs/sieve_core.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/poly.no gnfs/poly/poly.c gnfs/poly/poly.c: In function ‘read_poly’: gnfs/poly/poly.c:28:8: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int32 status = 0; ^ gnfs/poly/poly.c:35:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/poly/poly.c:60:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/poly/poly.c:64:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/poly_param.no gnfs/poly/poly_param.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/poly_skew.no gnfs/poly/poly_skew.c gnfs/poly/poly_skew.c: In function ‘sizeopt_callback’: gnfs/poly/poly_skew.c:85:37: warning: unused parameter ‘deg’ [-Wunused-parameter] static void sizeopt_callback(uint32 deg, mpz_t *alg_coeffs, mpz_t *rat_coeffs, ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/polyutil.no gnfs/poly/polyutil.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/root_score.no gnfs/poly/root_score.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/size_score.no gnfs/poly/size_score.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage1/stage1.no gnfs/poly/stage1/stage1.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage1/stage1_roots.no gnfs/poly/stage1/stage1_roots.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/optimize.no gnfs/poly/stage2/optimize.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/optimize_deg6.no gnfs/poly/stage2/optimize_deg6.c gnfs/poly/stage2/optimize_deg6.c: In function ‘poly_eval’: gnfs/poly/stage2/optimize_deg6.c:208:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < pow; k++) ^ gnfs/poly/stage2/optimize_deg6.c: In function ‘fill_powers’: gnfs/poly/stage2/optimize_deg6.c:406:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 2; j <= max_pow; j++) ^ gnfs/poly/stage2/optimize_deg6.c: In function ‘optimize_initial_deg6’: gnfs/poly/stage2/optimize_deg6.c:722:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < (1 << (num_vars - 1)); i++) { ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve.no gnfs/poly/stage2/root_sieve.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg45_x.no gnfs/poly/stage2/root_sieve_deg45_x.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg5_xy.no gnfs/poly/stage2/root_sieve_deg5_xy.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_x.no gnfs/poly/stage2/root_sieve_deg6_x.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_xy.no gnfs/poly/stage2/root_sieve_deg6_xy.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_xyz.no gnfs/poly/stage2/root_sieve_deg6_xyz.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_line.no gnfs/poly/stage2/root_sieve_line.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/root_sieve_util.no gnfs/poly/stage2/root_sieve_util.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage2/stage2.no gnfs/poly/stage2/stage2.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/filter/duplicate.no gnfs/filter/duplicate.c gnfs/filter/duplicate.c: In function ‘purge_duplicates_pass2’: gnfs/filter/duplicate.c:113:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_bad_relation, (size_t)1, ^ gnfs/filter/duplicate.c:138:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_bad_relation, (size_t)1, ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/filter/filter.no gnfs/filter/filter.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/filter/singleton.no gnfs/filter/singleton.c gnfs/filter/singleton.c: In function ‘nfs_write_lp_file’: gnfs/filter/singleton.c:73:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_relation, (size_t)1, ^ gnfs/filter/singleton.c:92:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_relation, sizeof(uint32), ^ gnfs/filter/singleton.c:103:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&next_relation, sizeof(uint32), ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/sieve/sieve_line.no gnfs/sieve/sieve_line.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/sieve/sieve_util.no gnfs/sieve/sieve_util.c gnfs/sieve/sieve_util.c: In function ‘read_last_line’: gnfs/sieve/sieve_util.c:143:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), linefile); ^ gnfs/sieve/sieve_util.c:148:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), linefile); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/sqrt/sqrt.no gnfs/sqrt/sqrt.c gnfs/sqrt/sqrt.c: In function ‘nfs_find_factors’: gnfs/sqrt/sqrt.c:350:8: warning: ‘lower_limit’ may be used uninitialized in this function [-Wmaybe-uninitialized] lo = strtoul(lower_limit, NULL, 10); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/sqrt/sqrt_a.no gnfs/sqrt/sqrt_a.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/fb.no gnfs/fb.c gnfs/fb.c: In function ‘read_factor_base’: gnfs/fb.c:182:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:193:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:224:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:247:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:249:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:274:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ gnfs/fb.c:300:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), fp); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/ffpoly.no gnfs/ffpoly.c gnfs/ffpoly.c: In function ‘get_zeros_rec’: gnfs/ffpoly.c:594:9: warning: ‘g[0u].degree’ may be used uninitialized in this function [-Wmaybe-uninitialized] poly_t g, xpow; ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/gf2.no gnfs/gf2.c gnfs/gf2.c: In function ‘nfs_solve_linear_system’: gnfs/gf2.c:636:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (obj->mpi_size != mpi_nrows * mpi_ncols) { ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/gnfs.no gnfs/gnfs.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/relation.no gnfs/relation.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI -Ignfs -c -o gnfs/poly/stage1/stage1_sieve_cpu.no gnfs/poly/stage1/stage1_sieve_cpu.c rm -f libmsieve.a ar r libmsieve.a common/filter/clique.o common/filter/filter.o common/filter/merge.o common/filter/merge_post.o common/filter/merge_pre.o common/filter/merge_util.o common/filter/singleton.o common/lanczos/lanczos.o common/lanczos/lanczos_io.o common/lanczos/lanczos_matmul0.o common/lanczos/lanczos_matmul1.o common/lanczos/lanczos_matmul2.o common/lanczos/lanczos_pre.o common/lanczos/lanczos_vv.o common/lanczos/matmul_util.o common/smallfact/gmp_ecm.o common/smallfact/smallfact.o common/smallfact/squfof.o common/smallfact/tinyqs.o common/batch_factor.o common/cuda_xface.o common/dickman.o common/driver.o common/expr_eval.o common/hashtable.o common/integrate.o common/minimize.o common/minimize_global.o common/mp.o common/polyroot.o common/prime_delta.o common/prime_sieve.o common/savefile.o common/strtoll.o common/thread.o common/util.o mpqs/gf2.qo mpqs/mpqs.qo mpqs/poly.qo mpqs/relation.qo mpqs/sieve.qo mpqs/sqrt.qo mpqs/sieve_core_generic_32k.qo mpqs/sieve_core_generic_64k.qo gnfs/poly/poly.no gnfs/poly/poly_param.no gnfs/poly/poly_skew.no gnfs/poly/polyutil.no gnfs/poly/root_score.no gnfs/poly/size_score.no gnfs/poly/stage1/stage1.no gnfs/poly/stage1/stage1_roots.no gnfs/poly/stage2/optimize.no gnfs/poly/stage2/optimize_deg6.no gnfs/poly/stage2/root_sieve.no gnfs/poly/stage2/root_sieve_deg45_x.no gnfs/poly/stage2/root_sieve_deg5_xy.no gnfs/poly/stage2/root_sieve_deg6_x.no gnfs/poly/stage2/root_sieve_deg6_xy.no gnfs/poly/stage2/root_sieve_deg6_xyz.no gnfs/poly/stage2/root_sieve_line.no gnfs/poly/stage2/root_sieve_util.no gnfs/poly/stage2/stage2.no gnfs/filter/duplicate.no gnfs/filter/filter.no gnfs/filter/singleton.no gnfs/sieve/sieve_line.no gnfs/sieve/sieve_util.no gnfs/sqrt/sqrt.no gnfs/sqrt/sqrt_a.no gnfs/fb.no gnfs/ffpoly.no gnfs/gf2.no gnfs/gnfs.no gnfs/relation.no gnfs/poly/stage1/stage1_sieve_cpu.no gnfs/poly/stage1/stage1_sieve_cpu.no ar: creating libmsieve.a ranlib libmsieve.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DHAVE_MPI demo.c -o msieve -Wl,-O1 -Wl,--as-needed \ libmsieve.a -lecm -lgomp -ldl -lz -lgmp -lm -lpthread demo.c: In function ‘get_random_seeds’: demo.c:54:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp_seed1, sizeof(uint32), (size_t)1, rand_device); ^ demo.c:55:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&tmp_seed2, sizeof(uint32), (size_t)1, rand_device); ^ demo.c: In function ‘main’: demo.c:566:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), stdin); ^ demo.c:586:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, (int)sizeof(buf), infile); ^ /var/tmp/portage/sci-mathematics/msieve-1.51/temp/ccqwX5py.o: In function `main': demo.c:(.text.startup+0x97): undefined reference to `MPI_Init_thread' demo.c:(.text.startup+0x247): undefined reference to `MPI_Finalize' demo.c:(.text.startup+0x500): undefined reference to `ompi_mpi_comm_world' demo.c:(.text.startup+0x505): undefined reference to `MPI_Abort' libmsieve.a(driver.o): In function `msieve_run': driver.c:(.text+0xc4d): undefined reference to `ompi_mpi_comm_world' driver.c:(.text+0xc55): undefined reference to `MPI_Comm_size' driver.c:(.text+0xc69): undefined reference to `ompi_mpi_comm_world' driver.c:(.text+0xc6e): undefined reference to `MPI_Comm_rank' driver.c:(.text+0xefc): undefined reference to `ompi_mpi_comm_world' driver.c:(.text+0xf01): undefined reference to `MPI_Abort' driver.c:(.text+0xf29): undefined reference to `ompi_mpi_comm_world' driver.c:(.text+0xf2e): undefined reference to `MPI_Abort' libmsieve.a(gf2.no): In function `nfs_solve_linear_system': gf2.c:(.text+0x1178): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x117d): undefined reference to `MPI_Abort' gf2.c:(.text+0x11b9): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x11be): undefined reference to `MPI_Abort' gf2.c:(.text+0x11ce): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x11e7): undefined reference to `MPI_Cart_create' gf2.c:(.text+0x1202): undefined reference to `MPI_Comm_rank' gf2.c:(.text+0x1226): undefined reference to `MPI_Cart_coords' gf2.c:(.text+0x126f): undefined reference to `MPI_Cart_sub' gf2.c:(.text+0x12a5): undefined reference to `MPI_Cart_sub' gf2.c:(.text+0x13c3): undefined reference to `MPI_Comm_free' gf2.c:(.text+0x13d6): undefined reference to `MPI_Comm_free' gf2.c:(.text+0x13e9): undefined reference to `MPI_Comm_free' gf2.c:(.text+0x15be): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x15c3): undefined reference to `MPI_Abort' gf2.c:(.text+0x15f3): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x15fb): undefined reference to `MPI_Abort' gf2.c:(.text+0x1627): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x162c): undefined reference to `MPI_Abort' gf2.c:(.text+0x1656): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x165b): undefined reference to `MPI_Abort' gf2.c:(.text+0x1686): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x168b): undefined reference to `MPI_Abort' gf2.c:(.text+0x16b6): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x16bb): undefined reference to `MPI_Abort' gf2.c:(.text+0x16e7): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x16ec): undefined reference to `MPI_Abort' gf2.c:(.text+0x1717): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x171c): undefined reference to `MPI_Abort' gf2.c:(.text+0x176d): undefined reference to `MPI_Barrier' gf2.c:(.text+0x179e): undefined reference to `ompi_mpi_comm_world' gf2.c:(.text+0x17a6): undefined reference to `MPI_Abort' libmsieve.a(lanczos.o): In function `read_lanczos_state': lanczos.c:(.text+0x515): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x52c): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x534): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x56a): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x578): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x585): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x5bc): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x5ca): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x5d7): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x60e): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x61c): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x629): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x642): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x66d): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x67a): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x6a8): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x6ad): undefined reference to `MPI_Abort' lanczos.c:(.text+0x6e7): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x6ef): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x715): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x749): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x757): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x764): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x799): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x7a7): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x7b4): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x7e9): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x7f7): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x804): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x82a): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x849): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x856): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x882): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x887): undefined reference to `MPI_Abort' lanczos.c:(.text+0x935): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x93d): undefined reference to `MPI_Abort' lanczos.c:(.text+0x975): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x97d): undefined reference to `MPI_Abort' lanczos.c:(.text+0x9af): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x9b4): undefined reference to `MPI_Abort' lanczos.c:(.text+0x9e5): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x9ed): undefined reference to `MPI_Abort' lanczos.c:(.text+0xa55): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xa5d): undefined reference to `MPI_Abort' lanczos.c:(.text+0xa95): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xa9d): undefined reference to `MPI_Abort' lanczos.c:(.text+0xad5): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xadd): undefined reference to `MPI_Abort' lanczos.c:(.text+0xb15): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xb1d): undefined reference to `MPI_Abort' libmsieve.a(lanczos.o): In function `block_lanczos': lanczos.c:(.text+0xc52): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0xc64): undefined reference to `MPI_Bcast' lanczos.c:(.text+0xc8e): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xc93): undefined reference to `MPI_Abort' lanczos.c:(.text+0xd01): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0xd28): undefined reference to `MPI_Allgather' lanczos.c:(.text+0xd56): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xd5b): undefined reference to `MPI_Abort' lanczos.c:(.text+0xd66): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0xd92): undefined reference to `MPI_Allgather' lanczos.c:(.text+0xdbf): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xdc4): undefined reference to `MPI_Abort' lanczos.c:(.text+0xdf6): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0xe1d): undefined reference to `MPI_Allgather' lanczos.c:(.text+0xe49): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xe4e): undefined reference to `MPI_Abort' lanczos.c:(.text+0xe59): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0xe85): undefined reference to `MPI_Allgather' lanczos.c:(.text+0xeb2): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xeb7): undefined reference to `MPI_Abort' lanczos.c:(.text+0xeff): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0xf07): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0xf24): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0xf52): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0xf57): undefined reference to `MPI_Abort' lanczos.c:(.text+0x183d): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1861): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x186d): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x1889): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x18ae): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x18cd): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x18e9): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1910): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x192f): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x194b): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1972): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1991): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x19c0): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x19eb): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1a03): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x1a2f): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x1a34): undefined reference to `MPI_Abort' lanczos.c:(.text+0x1a44): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1a6b): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1a83): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x1aaf): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x1ab4): undefined reference to `MPI_Abort' lanczos.c:(.text+0x1afa): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1b02): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1b1a): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x1b46): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x1b4b): undefined reference to `MPI_Abort' lanczos.c:(.text+0x1b6a): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1b80): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x1b9f): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x22bf): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x22d4): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x22f3): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x230f): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2336): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2355): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x2371): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2396): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x23b5): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x23d1): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x23f8): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2417): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x2433): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x245a): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2479): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x24b4): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x24d6): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x24ee): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x250b): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2534): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x254c): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x2564): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2590): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x25a8): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x25c5): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x25ec): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2604): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x2633): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x264c): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x2664): undefined reference to `MPI_Gatherv' lanczos.c:(.text+0x27d2): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x27d7): undefined reference to `MPI_Abort' lanczos.c:(.text+0x2fa5): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0x2fbe): undefined reference to `MPI_Bcast' lanczos.c:(.text+0x3038): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x303d): undefined reference to `MPI_Abort' lanczos.c:(.text+0x30da): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x30df): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3106): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x310b): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3132): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3137): undefined reference to `MPI_Abort' lanczos.c:(.text+0x337a): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x337f): undefined reference to `MPI_Abort' lanczos.c:(.text+0x34aa): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0x34d4): undefined reference to `MPI_Gather' lanczos.c:(.text+0x3502): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3507): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3512): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0x353c): undefined reference to `MPI_Gather' lanczos.c:(.text+0x356e): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3573): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3591): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0x35bb): undefined reference to `MPI_Gather' lanczos.c:(.text+0x35e7): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x35ec): undefined reference to `MPI_Abort' lanczos.c:(.text+0x35f7): undefined reference to `ompi_mpi_int' lanczos.c:(.text+0x3621): undefined reference to `MPI_Gather' lanczos.c:(.text+0x3652): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3657): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3991): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x3999): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x39b1): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x39df): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x39e4): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3a1e): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x3a26): undefined reference to `ompi_mpi_long_long_int' lanczos.c:(.text+0x3a39): undefined reference to `MPI_Scatterv' lanczos.c:(.text+0x3a67): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3a6c): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3bd8): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3bdd): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3c04): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3c09): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3c65): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3c6a): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3c92): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3c97): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3cbf): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3cc4): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3cec): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3cf1): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3d3b): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3d42): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3ddc): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3de1): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3e08): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3e0d): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3e34): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3e39): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3e60): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3e65): undefined reference to `MPI_Abort' lanczos.c:(.text+0x3e8c): undefined reference to `ompi_mpi_comm_world' lanczos.c:(.text+0x3e91): undefined reference to `MPI_Abort' libmsieve.a(lanczos_io.o): In function `read_matrix': lanczos_io.c:(.text+0xc1d): undefined reference to `ompi_mpi_int' lanczos_io.c:(.text+0xc2f): undefined reference to `MPI_Bcast' lanczos_io.c:(.text+0xf44): undefined reference to `ompi_mpi_int' lanczos_io.c:(.text+0xf50): undefined reference to `MPI_Bcast' lanczos_io.c:(.text+0xf7e): undefined reference to `ompi_mpi_comm_world' lanczos_io.c:(.text+0xf83): undefined reference to `MPI_Abort' lanczos_io.c:(.text+0xfb1): undefined reference to `ompi_mpi_comm_world' lanczos_io.c:(.text+0xfb9): undefined reference to `MPI_Abort' libmsieve.a(matmul_util.o): In function `global_xor': matmul_util.c:(.text+0x162): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x189): undefined reference to `MPI_Recv' matmul_util.c:(.text+0x1b4): undefined reference to `MPI_Wait' matmul_util.c:(.text+0x1ef): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x207): undefined reference to `MPI_Isend' matmul_util.c:(.text+0x23a): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x242): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x27f): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x284): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x2b5): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x2bd): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x2d7): undefined reference to `ompi_mpi_op_bxor' matmul_util.c:(.text+0x2dc): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x2ea): undefined reference to `MPI_Allreduce' matmul_util.c:(.text+0x37a): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x38d): undefined reference to `MPI_Recv' matmul_util.c:(.text+0x3a8): undefined reference to `MPI_Wait' matmul_util.c:(.text+0x3d9): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x3e1): undefined reference to `MPI_Isend' matmul_util.c:(.text+0x40f): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x414): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x445): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x44d): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x486): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x48e): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x4be): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x4c3): undefined reference to `MPI_Abort' libmsieve.a(matmul_util.o): In function `global_xor_scatter': matmul_util.c:(.text+0x5ff): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x618): undefined reference to `MPI_Recv' matmul_util.c:(.text+0x64e): undefined reference to `MPI_Wait' matmul_util.c:(.text+0x685): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x692): undefined reference to `MPI_Isend' matmul_util.c:(.text+0x6c2): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x6ca): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x711): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x719): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x739): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x74a): undefined reference to `MPI_Isend' matmul_util.c:(.text+0x76b): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x78a): undefined reference to `MPI_Recv' matmul_util.c:(.text+0x7bb): undefined reference to `MPI_Wait' matmul_util.c:(.text+0x80f): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x814): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x83e): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x843): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x86f): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x874): undefined reference to `MPI_Abort' matmul_util.c:(.text+0x89e): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0x8a6): undefined reference to `MPI_Abort' libmsieve.a(matmul_util.o): In function `global_allgather': matmul_util.c:(.text+0x9e3): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0x9f6): undefined reference to `MPI_Recv' matmul_util.c:(.text+0xa0f): undefined reference to `MPI_Wait' matmul_util.c:(.text+0xa3c): undefined reference to `ompi_mpi_long_long_int' matmul_util.c:(.text+0xa44): undefined reference to `MPI_Isend' matmul_util.c:(.text+0xa72): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0xa77): undefined reference to `MPI_Abort' matmul_util.c:(.text+0xaa9): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0xab1): undefined reference to `MPI_Abort' matmul_util.c:(.text+0xb06): undefined reference to `ompi_mpi_comm_world' matmul_util.c:(.text+0xb0e): undefined reference to `MPI_Abort' collect2: error: ld returned 1 exit status make: *** [Makefile:270: all] Error 1 * ERROR: sci-mathematics/msieve-1.51::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-mathematics/msieve-1.51::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-mathematics/msieve-1.51::gentoo'`. * The complete build log is located at '/var/log/portage/sci-mathematics:msieve-1.51:20160607-093949.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-mathematics/msieve-1.51/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-mathematics/msieve-1.51/temp/environment'. * Working directory: '/var/tmp/portage/sci-mathematics/msieve-1.51/work/msieve-1.51' * S: '/var/tmp/portage/sci-mathematics/msieve-1.51/work/msieve-1.51'