-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Hi everyone,
I have been running many instances of a FORM program acting on files of different dimensions. Most of them run without any issue but a handful keep crashing with the following error:
FindrNumber: n = 1, list has -1 members
Start with 0,0,-1
Renumbering problems
Called from TermRenumber
Program terminating at step2.hel.frm Line 371 -->
14259.98 sec out of 14313.00 sec
I assumed that this was a RAM allocation error so I tried increasing the setup parameters to
#: MaxTermSize 20M
#: WorkSpace 3000M
as well as the available RAM (I am working on a cluster and I have to pre-allocate a fixed amount). With 128 GB of available memory the programs are still crashing.
Also, the programs stop inside a #do i=1,n loop at different values of i, so I would probably exclude a mistake in the code, especially because the vast majority of the times the program works.
Does anyone know what the problem might be or at least what this error is related to?
Thanks in advance for your help!
Giulio