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

ERROR: PolyRatFun doesn't fit in a term #562

Open
vsht opened this issue Oct 9, 2024 · 2 comments
Open

ERROR: PolyRatFun doesn't fit in a term #562

vsht opened this issue Oct 9, 2024 · 2 comments
Milestone

Comments

@vsht
Copy link

vsht commented Oct 9, 2024

Hi,

I'm trying to use polyratfun to simplify my amplitudes after inserting the IBP tables, but for some of the diagrams
I get this

ERROR: PolyRatFun doesn't fit in a term
(1) num size = 806662, den size = 46800,  MaxTer = 2000000

my form.set should be already large enough, so I'm not sure how to proceed here

# formset 1.0.0 -p 100 MaxTermSize=500K WorkSpace=2G --total-memory 256G -H --total-cpus 8 (cpu: 8, mem: 256G; total cpu: 8, total mem: 256G; 1x8)
compresssize 4M
largesize 41500M
maxtermsize 500K
scratchsize 13800M
smallextension 12400M
smallsize 8310M
sortiosize 51700K
termsinsmall 83100K
threadscratchoutsize 32M
threadscratchsize 32M
workspace 2G

Of course, I can provide the corresponding .res files and the code, if it helps.

Cheers,
Vlad

@jodavies
Copy link
Collaborator

This is a confusing error message due to the units. Your maxtermsize is 500k words, and the poly is 853k words. It should run fine if you increase maxtermsize.

AM.MaxTer should never be printed directly in an error, ideally, since that is not the parameter that you set in the setfile, but rather AM.MaxTer/sizeof(WORD). We can clean this up as part of #289 I think.

@vsht
Copy link
Author

vsht commented Oct 10, 2024

I see, many thanks.

Actually I've been using the old FORM snapshot from July of 2023, but now I finally switched to the latest snapshot. It does seems to resolve some old issues but also to create new ones, cf. #563

@jodavies jodavies added this to the v4.3.2 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants