Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[probably fixed] modulus issue in sage/rings/finite_field_ntl_gf2e.pyx #4952

Closed
sagetrac-mabshoff mannequin opened this issue Jan 7, 2009 · 3 comments
Closed

[probably fixed] modulus issue in sage/rings/finite_field_ntl_gf2e.pyx #4952

sagetrac-mabshoff mannequin opened this issue Jan 7, 2009 · 3 comments

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 7, 2009

The following was introduced by #4934:

cleo (ia64-Linux-rhel5-clisp-2.41)

**********************************************************************
File "/home/mariah/sage/sage-3.2.3-ia64-Linux-rhel5-clisp-2.41/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
line 171:
    sage: k.modulus()
Expected:
    x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
Got:
    x^17 + x^3 + 1
**********************************************************************

eno (x86_64-Linux-fc)

**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-fc/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
line 171:
    sage: k.modulus()
Expected:
    x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
Got:
    x^17 + x^3 + 1
**********************************************************************

Component: number theory

Issue created by migration from https://trac.sagemath.org/ticket/4952

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-3.4.1 milestone Jan 7, 2009
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Feb 10, 2009

comment:1

I am no longer seeing this with the system compiler in 3.3.alpha6, but will try with gcc 4.3.3.

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-3.4.1, sage-3.3 Feb 10, 2009
@sagetrac-mabshoff sagetrac-mabshoff mannequin changed the title modulus issue in sage/rings/finite_field_ntl_gf2e.pyx [probably fixed] modulus issue in sage/rings/finite_field_ntl_gf2e.pyx Feb 10, 2009
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Feb 10, 2009

comment:2

The issue has been fixed (or at least no longer happens) with Sage 3.3.alpha6 with the system gcc as well as gcc 4.3.3:

mabshoff@menas:~/build-3.3.alpha6/sage-3.3.alpha6-menas-gcc433> ./sage -t -long devel/sage/sage/rings/finite_field_ntl_gf2e.pyx
sage -t -long "devel/sage/sage/rings/finite_field_ntl_gf2e.pyx"
	 [5.2 s]

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Feb 10, 2009
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Feb 10, 2009

comment:3

Hmm, to be 100% save I will also test eno and cleo with 3.3.rc0 using gcc 4.3.3.

Cheers,

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant