-
Notifications
You must be signed in to change notification settings - Fork 235
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
signal 9 making example results for "projectivePoints" on riscv64 #1833
Comments
This also just happened during the mipsel build. |
This example is probably too big, anyway. Even on my halfway decent amd64 system, it takes about a minute to run. From a bunch of build logs: grep --color -nH --null -e "making example results for \"projectivePoints\"" ~/pbuilder/sid_result/*.build
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git1011.f2f4e60+ds-1_amd64.build\022535: -- making example results for "projectivePoints" -- 54.7892 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git1054.cbd7cca+ds-1_amd64.build\022597: -- making example results for "projectivePoints" -- 54.3443 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git1102.2d48ff6+ds-1_amd64.build\022685: -- making example results for "projectivePoints" -- 56.8461 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git1111.c9b654a+ds-1_amd64.build\022685: -- making example results for "projectivePoints" -- 61.5203 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git802.e091f52+ds-1_amd64.build\021176: -- making example results for "projectivePoints" -- 60.7752 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git806.a01d953+ds-1_amd64.build\021122: -- making example results for "projectivePoints" -- 62.4953 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git815.1b4bbe4+ds-1_amd64.build\022525: -- making example results for "projectivePoints" -- 56.1011 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.0.2+git822.37eca0b+ds-1_amd64.build\022527: -- making example results for "projectivePoints" -- 54.5067 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.99+git49.cfeee01+ds-1_amd64.build\022685: -- making example results for "projectivePoints" -- 57.6835 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.16.99+git77.4077f1b+ds-1_amd64.build\022720: -- making example results for "projectivePoints" -- 57.6492 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17.0.1+git100.b2c27ca+ds-1_amd64.build\022702: -- making example results for "projectivePoints" -- 54.2799 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17.0.1+git110.73d0edb+ds-1_amd64.build\022706: -- making example results for "projectivePoints" -- 58.3262 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17.0.1+git132.f0da8e8+ds-1_amd64.build\022704: -- making example results for "projectivePoints" -- 54.8146 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17.0.1+git160.88a6bdc+ds-1_amd64.build\022715: -- making example results for "projectivePoints" -- 54.491 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17.0.1+git179.85f5395+ds-1_amd64.build\022701: -- making example results for "projectivePoints" -- 53.1656 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+ds-1_amd64.build\022695: -- making example results for "projectivePoints" -- 53.9007 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git186.fd73e6e+ds-1_amd64.build\022756: -- making example results for "projectivePoints" -- 55.4822 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git34.f65658b+ds-1_amd64.build\022713: -- making example results for "projectivePoints" -- 53.7796 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git57.2feb8cc+ds-1_amd64.build\022683: -- making example results for "projectivePoints" -- 54.2415 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git63.160fd88+ds-1_amd64.build\022682: -- making example results for "projectivePoints" -- 54.4994 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git83.66187c9+ds-1_amd64.build\022682: -- making example results for "projectivePoints" -- 59.3988 seconds elapsed
/home/profzoom/pbuilder/sid_result/macaulay2_1.17+git90.db9d844+ds-1_amd64.build\022682: -- making example results for "projectivePoints" -- 56.7564 seconds elapsed |
Ah, but apparently, that's the point: i6 : help projectivePoints
o6 = projectivePoints -- produces the ideal and initial ideal from the coordinates of a finite set of projective points
******************************************************************************************************************
...
This algorithm may be faster than computing the intersection of the ideals
of each projective point.
...
+---------------------------------------------------------------------------------------------------------------------------------+
|i8 : elapsedTime (inG,G) = projectivePoints(M,R); |
| -- 6.04181 seconds elapsed |
+---------------------------------------------------------------------------------------------------------------------------------+
|i9 : elapsedTime H = projectivePointsByIntersection(M,R); |
| -- 80.9046 seconds elapsed |
+---------------------------------------------------------------------------------------------------------------------------------+ |
81 seconds is too long -- examples in documentation should be simple. (And the output needn't include timings.) |
This also caused the mips64el build to fail. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From builds of the 1.17.1 package for Debian unstable and Ubuntu 21.04 for riscv64:
The text was updated successfully, but these errors were encountered: