Welcome, Guest
Username: Password: Remember me

TOPIC: job aborted:rank: node: exit code process 0 exited without calling fin

job aborted:rank: node: exit code process 0 exited without calling fin 4 years 4 months ago #36396

  • Fatma
  • Fatma's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello everyone,

I am a beginner in Telemac.
In my graduation project, i work on hydro and morpho-dynamics modeling of a coastel river, i coupled hydrodynamics model (TELEMAC-2D) with the
sediment transport recently developed module (GAIA) to estimate the sediment transport and to analyze morphological evolution of the river.

I found a problem and my model doesn't work when coupled with GAIA (the hydrodynamic model work well) : job aborted:
rank: node: exit code[: error message]
0: U105: -1073740940: process 0 exited without calling finalize



And another one when i use many processors : CHAIN@GAIA -> LISTE@GAIA:At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00011')

ISEC,NSEG(ISEC): 1 0Fortran runtime error: Cannot write to file opened for READ

CHAIN@GAIA -> LISTE@GAIA:At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00010')

ISEC,NSEG(ISEC): 2 0Fortran runtime error: Cannot write to file opened for READ

At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00009')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00002')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00004')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00003')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00005')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00007')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00008')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00006')
Fortran runtime error: Cannot write to file opened for READ
At line 111 of file C:\opentelemac-mascaret\v8p1\sources\gaia\fluxpr_gaia.f (unit = 16, file = 'C:\Users\U105\Desktop\Init\Crue1_14-21_SSMet004GAIA.cas_2020-07-16-14h18min15s\GAISEC00011-00001')
Fortran runtime error: Cannot write to file opened for READ


job aborted:
rank: node: exit code[: error message]



You can find my two steering files in attachments.
Could you please help me with this issue?

Thank you.
Fatma CHERIF
Attachments:
The administrator has disabled public write access.

job aborted:rank: node: exit code process 0 exited without calling fin 4 years 4 months ago #36406

  • pham
  • pham's Avatar
  • OFFLINE
  • Administrator
  • Posts: 1559
  • Thank you received: 602
Hello Fatma,

If you start with TELEMAC, you should proceed step by step, building a good hydrodynamic model with TELEMAC-2D or TELEMAC-3D and then move to sediment modelling with a simple process with a few features, then complexify it step by step.

Your steering files are a little bit messy with useless keywords (with a value different from the default value, but not activated as another keyword is not set). E.g.:
- OPTION FOR WIND = 0 which is not possible, but WIND = NO by default, you are lucky,
- CORIOLIS COEFFICIENT with a value combined with CORIOLIS = NO...

But also many default values rewritten, your steering files can be clearer.

Anyway, in the GAIA STEERING FILE, the variable for graphic printout QSSUSP is not a possible choice for GAIA. That may be the reason of your 1st issue (difficult to tell more with the only messages you give).

The second problem may come from the control sections (SECTIONS INPUT FILE and SECTIONS OUTPUT FILE). I am not sure that this feature works in parallel with GAIA or SISYPHE (I do not know so much about those modules).
If what you want is to compute sediment fluxes through given sections, you could use the FLUXLINE feature.

Hope this helps,

Chi-Tuan
The administrator has disabled public write access.
Moderators: Pablo, pavans

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.