RE: [fluka-discuss]: User source.f not working on the new version of Fluka

From: Answers <answers_at_pcfluka.mi.infn.it>
Date: Tue, 9 Feb 2021 15:50:34 +0100 (CET)

Dear Mihaela
could you, please, have a look to the neutrons001.out, .err and .log files
that should be in the fluka_1992 directory, and see if there are error
messages?
Thanks
Paola

On Sat, 30 Jan 2021, Mihaela Parvu wrote:

> Dear Alfredo,
>
> I have followed all your suggestions and yet I get the TIMED-OUT error.
>
> In the .out file I get this:
>
> Cmd: /usr/bin/nohup /usr/local/fluka/flutil/rfluka -e /docker_work/neutroni_cosmici_CERN_EXPACS_Corect/sursa -M 5 neutrons
> /usr/bin/nohup: ignoring input
> $TARGET_MACHINE = Linux
> $FLUPRO = /usr/local/fluka
>
> Initial seed copied from /usr/local/fluka
> Using Windows 10 Pro workaround
> Running fluka in /home/fluka/fluka_tmp/docker_work/neutroni_cosmici_CERN_EXPACS_Corect/fluka_1992
> ================================ Running FLUKA for cycle # 1 =============================================
>
>
>
> ________________________________________
> From: alfredo.ferrari_at_mi.infn.it [alfredo.ferrari_at_mi.infn.it]
> Sent: 29 January 2021 22:39
> To: Mihaela Parvu
> Cc: alfredo.ferrari_at_mi.infn.it; fluka-discuss_at_fluka.org
> Subject: RE: [fluka-discuss]: User source.f not working on the new version of Fluka
>
> Dear Mihaela
>
> the issue is related with the OPEN statement on unit 1 in the input file
> colliding with the unit 1 in the RANDOMIZ card for reading the random
> number.
>
> Since you are (correctly) opening the file in the source routine using
> OAUXFI, there is no need for the OPEN statement.
>
> You can comment/delete it:
>
> *OPEN 1. OLD
> *parametrizare.txt
>
> and then the input works. It is also safer in the source routine to close
> unit=lunrdb (which is unit 1 by the way) after you read the file, eg:
>
> ...
> C Normalizing cumulative spectrum
> DO I = 1, NMAX
> CUM(I) = CUM(I) / CUM(NMAX)
> END DO
> CLOSE ( UNIT = LUNRDB )
> END IF
>
> Ciao
> Alfredo
>
>
>> Dear Alfredo,
>>
>> Thank you for your response. No .err file is generated.
>> I have attached the files that I am trying to use.
>>
>> Mihaela
>> ________________________________________
>> From: alfredo.ferrari_at_mi.infn.it [alfredo.ferrari_at_mi.infn.it]
>> Sent: 29 January 2021 09:26
>> To: Mihaela Parvu
>> Cc: fluka-discuss_at_fluka.org
>> Subject: Re: [fluka-discuss]: User source.f not working on the new version
>> of Fluka
>>
>> Dear Mihaela
>>
>> it is a bit difficult to diagnose your problem without further
>> information.
>> Are the .out and .err files generated and in case what are the last
>> messages they contain?
>>
>> If you wish more help, please send the input and possible extra files (eg
>> the source routine) required to run your problem and we'll try to
>> understand what is going wrong.
>>
>> Alfredo
>>
>>> Dear experts,
>>>
>>> I am trying to re-run some old inputs. I am using the user written
>>> source.f in which I have already modified
>>> LCHFLK (NPFLKA) = .FALSE.
>>> DCHFLK (NPFLKA) = ZERZER
>>>
>>> to
>>>
>>> KCHFLK (NPFLKA) = 0
>>> ECRFLK (NPFLKA) = ZERZER
>>>
>>> When I compile source I get no error.
>>>
>>> Unfortunately, when I am running the input I get either Finished ok, but
>>> no files were generated, either TIMED-OUT error.
>>>
>>> Is there any modification that I should be aware of?
>>>
>>> Best regards,
>>> Mihaela
>>>
>>
>>
>>
>
>
>
>
> __________________________________________________________________________
> You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id=acc_info
>

__________________________________________________________________________
You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id=acc_info
Received on Tue Feb 09 2021 - 17:18:45 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 09 2021 - 17:18:48 CET