New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
mod_mpi_buffer_parameters.f90 in vendors/XMLIO_SERVER/current/src/IOSERVER – NEMO

source: vendors/XMLIO_SERVER/current/src/IOSERVER/mod_mpi_buffer_parameters.f90 @ 1897

Last change on this file since 1897 was 1897, checked in by flavoni, 14 years ago

importing XMLIO_SERVER vendor

File size: 299 bytes
Line 
1MODULE mod_mpi_buffer_parameters
2  USE mod_ioserver_namelist, ONLY : global_mpi_buffer_size
3  INTEGER,PARAMETER :: max_request = 10000
4  REAL, PARAMETER   :: frac_alert  = 0.9
5  INTEGER           :: tag_iocomm  = 4000
6  INTEGER           :: tag_terminate = 4001
7END MODULE mod_mpi_buffer_parameters
Note: See TracBrowser for help on using the repository browser.