/[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.1 - (hide annotations) (download)
Fri Jun 4 15:40:03 2004 UTC (20 years ago) by molod
Branch: MAIN
Adding some code infrastructure for fizhi to use

1 molod 1.1 subroutine my_finalize
2     implicit none
3     integer ierror
4     #ifdef ALLOW_USE_MPI
5     call mpi_finalize (ierror )
6     #endif
7     return
8     end
9    
10     subroutine my_exit (irc)
11     implicit none
12     integer irc
13     #ifdef ALLOW_USE_MPI
14     integer ierror
15     call system ('touch gcm_error')
16     call mpi_finalize (ierror)
17     #endif
18     call exit (irc)
19     return
20     end
21    

  ViewVC Help
Powered by ViewVC 1.1.22