Hi Peter,
I sent your email to our NEC core programmer and here is his reply:
****
This model becomes an out of core run since MAXMAT is set at 7000
(less than 9600). This type of error usually results from not having
enough space left on the drive that has to contain the files that
support the out of core run. One way to get around the error is to
force these temporary files to be written to another drive by providing
an additional argument to the core, this argument being a path
indicating where the files should be written to.
That RECOT in the error message indicates that the error resulted in
subprogram RECOT which meant (in the old days) RECord Output to Tape.
****
Another option is to increase MAXMAT to 9600 and ensure you have enough
virtual memory to run the model completely in core.
Regards,
Joe
NSI
Richeson, Peter D wrote:
>I am trying to run a large model, 9600 segments, and I get the following
>message;
>
>Stop - RECOT: Error Writing file 11
>Stop - Program record NO. 2 Logical record no. 16394 I1,I2= 1*******
>Stop - Trace - Write from CMSET
>
>
>I am running GNEC which is a wrapper for NEC4 so the core program is
>NEC4
>
>Here is my DNEC4DMA.PAR file.
>
>! MAXSEG = MAXIMUM NUMBER OF SEGMENTS + PATCHES
> 12000
>! MAXMAT = MAXIMUM OF (N+2*M) FOR INCORE MATRIX SOLUTION
> 7000
>! LOADMX = MAXIMUM NUMBER OF LOADING COMMANDS
> 180
>! NETMX = MAXIMUM NUMBER OF SEGMENTS WITH NETWORK CONNECTIONS
> 10
>! NSOMAX = MAXIMUM NUMBER OF SOURCES (EX COMMANDS)
> 5
>! MAXIS = MAMIMUM NUMBER OF IS COMMANDS
> 50
>! NSJMAX = MAXIMUM NUMBER OF SEGMENTS CONNECTING AT A JUNCTION
> 600
>! NSCNGF = MAXIMUM NUMBER OF NGF SEGMENTS CONNECTING TO NEW SEG.
> 150
>! NSPNGF = MAXIMUM NUMBER OF NGF PATCHES CONNECTING TO NEW SEG.
> 10
>! MAXSYM = MAXIMUM NUMBER OF SYMMETRIC SECTIONS
> 180
>
>! Include file NECPAR.INC sets dimensions for NEC-4
>!
>! MAXSEG = MAXIMUM NUMBER OF SEGMENTS + PATCHES
>! MAXMAT = MAXIMUM OF (N+2*M) FOR INCORE MATRIX SOLUTION, WHERE
>! N = NUMBER OF SEGMENTS, M = NUMBER OF PATCHES
>! (IN NEC-3, IRESRV = MAXMAT**2)
>! LOADMX = MAXIMUM NUMBER OF LOADING COMMANDS
>! NETMX = MAXIMUM NUMBER OF SEGMENTS WITH NETWORK CONNECTIONS
>! NSOMAX = MAXIMUM NUMBER OF SOURCES (EX COMMANDS)
>! MAXIS = MAMIMUM NUMBER OF IS COMMANDS
>! NSJMAX = MAXIMUM NUMBER OF SEGMENTS CONNECTING AT A JUNCTION
>! NSCNGF = MAXIMUM NUMBER OF NGF SEGMENTS CONNECTING TO NEW SEG.
>! NSPNGF = MAXIMUM NUMBER OF NGF PATCHES CONNECTING TO NEW SEG.
>! MAXSYM = MAXIMUM NUMBER OF SYMMETRIC SECTIONS
>!
>! PARAMETER (MAXSEG=10000,MAXMAT=7000)
>! PARAMETER (LOADMX=180,NETMX=10,NSOMAX=50,MAXIS=50)
>! PARAMETER (NSJMAX=600,NSCNGF=150,NSPNGF=10,MAXSYM=180)
>
>Peter D. Richeson
>Sr. EME Engineer
>405-739-1879
>
>"Any intelligent fool can make things bigger, more complex, and
> more violent. It takes a touch of genius -- and a lot of courage
> -- to move in the opposite direction." -- Albert Einstein
>
>
>
-- The NEC-List mailing list NEC-List_at_robomod.net http://www.robomod.net/mailman/listinfo/nec-listReceived on Fri Nov 19 2004 - 21:11:57 EST
This archive was generated by hypermail 2.2.0 : Sat Oct 02 2010 - 00:10:44 EDT