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

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

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


Revision 1.2 - (show annotations) (download)
Fri Jun 4 19:03:10 2004 UTC (20 years, 1 month ago) by molod
Branch: MAIN
CVS Tags: checkpoint53d_post, checkpoint54a_pre, checkpoint54a_post, checkpoint54b_post, checkpoint54, checkpoint53g_post, checkpoint53f_post
Changes since 1.1: +3 -0 lines
Put cvs header etc at top of new files

1 C $Header: $
2 C $Name: $
3
4 subroutine my_finalize
5 implicit none
6 integer ierror
7 #ifdef ALLOW_USE_MPI
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