/[MITgcm]/MITgcm/pkg/fizhi/fizhi_mpistuff.F
ViewVC logotype

Annotation of /MITgcm/pkg/fizhi/fizhi_mpistuff.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Wed Jul 14 17:31:57 2004 UTC (19 years, 11 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint54c_post
Changes since 1.2: +2 -2 lines
Debugging

1 molod 1.3 C $Header: /u/gcmpack/MITgcm/pkg/fizhi/fizhi_mpistuff.F,v 1.2 2004/06/04 19:03:10 molod Exp $
2 molod 1.2 C $Name: $
3    
4 molod 1.1 subroutine my_finalize
5     implicit none
6 molod 1.3 #ifdef ALLOW_USE_MPI
7 molod 1.1 integer ierror
8     call mpi_finalize (ierror )
9     #endif
10     return
11     end
12    
13     subroutine my_exit (irc)
14     implicit none
15     integer irc
16     #ifdef ALLOW_USE_MPI
17     integer ierror
18     call system ('touch gcm_error')
19     call mpi_finalize (ierror)
20     #endif
21     call exit (irc)
22     return
23     end
24    

  ViewVC Help
Powered by ViewVC 1.1.22