Skip to content
Snippets Groups Projects
Commit e47bc9a5 authored by ESCOBAR Juan's avatar ESCOBAR Juan
Browse files

16/01/2017 Juan:abor1_sfx.F90, For MNH , Pb with CLOSE_FILE // if not all proc abort

parent 6160c71a
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
!! MODIFICATIONS !! MODIFICATIONS
!! ------------- !! -------------
!! Original 06/2008 !! Original 06/2008
!! 16/01/2017 J.Escobar : For MNH , Pb with CLOSE_FILE // if not all proc abort
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
...@@ -94,7 +95,11 @@ WRITE(ILUOUT,*)YTEXT ...@@ -94,7 +95,11 @@ WRITE(ILUOUT,*)YTEXT
WRITE(ILUOUT,*) '- -' WRITE(ILUOUT,*) '- -'
WRITE(ILUOUT,*) '---------------------------------------------------------------------------' WRITE(ILUOUT,*) '---------------------------------------------------------------------------'
WRITE(ILUOUT,*) '---------------------------------------------------------------------------' WRITE(ILUOUT,*) '---------------------------------------------------------------------------'
#ifndef SFX_MNH
CALL CLOSE_FILE(YPROGRAM,ILUOUT) CALL CLOSE_FILE(YPROGRAM,ILUOUT)
#else
CLOSE(UNIT=ILUOUT)
#endif
! !
#ifdef SFX_ARO #ifdef SFX_ARO
call abor1('abort by abor1_sfx') call abor1('abort by abor1_sfx')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment