Re: Activate mgdraw.f without writing dump file

From: Alberto Fasso' <fasso_at_SLAC.Stanford.EDU>
Date: Tue, 8 Nov 2011 07:14:57 -0800 (PST)

Dear Georgios,

all what you need to do is to eliminate from mgdraw.f (by deleting or
commenting the lines) the following:

        IF ( .NOT. LFCOPE ) THEN
           LFCOPE = .TRUE.
           IF ( KOMPUT .EQ. 2 ) THEN
              FILNAM = '/'//CFDRAW(1:8)//' DUMP A'
           ELSE
              FILNAM = CFDRAW
           END IF
           OPEN ( UNIT = IODRAW, FILE = FILNAM, STATUS = 'NEW', FORM =
       & 'UNFORMATTED' )
        END IF

(do this after each ENTRY). And remove also all WRITE statements where the
output unit is IODRAW.

Alberto

On Mon, 7 Nov 2011, Georgios Tsiledakis wrote:

> Dear experts,
>
> I activate a user version of mgdraw where I write a file I created in the input.
> -----------------------------------------------
> USERDUMP 111. 2.
> START 2.
> OPEN 99.0
> detector
> STOP
> -------------------------------------------
> My question is the following...
> Since I get all info I want at the created by me file,
> I do not need the huge dump file
> which is produced due to limited available quota space I have in the pc.
> How I could activate the mgdraw BUT without writing the dump file?
>
> Best regards
>
> Georgios
Received on Tue Nov 08 2011 - 16:43:51 CET

This archive was generated by hypermail 2.2.0 : Tue Nov 08 2011 - 16:43:51 CET