Changeset 2668 for branches/dev_r2586_dynamic_mem/NEMOGCM/CONFIG
- Timestamp:
- 2011-03-07T20:14:16+01:00 (12 years ago)
- Location:
- branches/dev_r2586_dynamic_mem/NEMOGCM/CONFIG
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev_r2586_dynamic_mem/NEMOGCM/CONFIG/GYRE/EXP00/namelist
r2528 r2668 672 672 !!====================================================================== 673 673 !! nammpp Massively Parallel Processing ("key_mpp_mpi) 674 !! nammpp_dyndist Massively Parallel domain decomposition ("key_agrif" && "key_mpp_dyndist")675 674 !! namctl Control prints & Benchmark 676 675 !! namsol elliptic solver / island / free surface … … 696 695 ! buffer blocking send or immediate non-blocking sends, resp. 697 696 nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation 698 / 699 !----------------------------------------------------------------------- 700 &nammpp_dyndist ! Massively Parallel Distribution for AGRIF zoom ("key_agrif" && "key_mpp_dyndist") 701 !----------------------------------------------------------------------- 702 jpni = 1 ! jpni number of processors following i 703 jpnj = 1 ! jpnj number of processors following j 704 jpnij = 1 ! jpnij number of local domains 697 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 698 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 699 jpnij = 0 ! jpnij number of local domains (set automatically if < 1) 705 700 / 706 701 !----------------------------------------------------------------------- -
branches/dev_r2586_dynamic_mem/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist
r2551 r2668 669 669 670 670 !!====================================================================== 671 !! *** Miscel aneous namelists ***671 !! *** Miscellaneous namelists *** 672 672 !!====================================================================== 673 673 !! nammpp Massively Parallel Processing ("key_mpp_mpi) 674 !! nammpp_dyndist Massively Parallel domain decomposition ("key_agrif" && "key_mpp_dyndist")675 674 !! namctl Control prints & Benchmark 676 675 !! namsol elliptic solver / island / free surface … … 696 695 ! buffer blocking send or immediate non-blocking sends, resp. 697 696 nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation 698 / 699 !----------------------------------------------------------------------- 700 &nammpp_dyndist ! Massively Parallel Distribution for AGRIF zoom ("key_agrif" && "key_mpp_dyndist") 701 !----------------------------------------------------------------------- 702 jpni = 1 ! jpni number of processors following i 703 jpnj = 1 ! jpnj number of processors following j 704 jpnij = 1 ! jpnij number of local domains 697 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 698 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 699 jpnij = 0 ! jpnij number of local domains (set automatically if < 1) 705 700 / 706 701 !----------------------------------------------------------------------- -
branches/dev_r2586_dynamic_mem/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist
r2528 r2668 686 686 !!====================================================================== 687 687 !! nammpp Massively Parallel Processing ("key_mpp_mpi) 688 !! nammpp_dyndist Massively Parallel domain decomposition ("key_agrif" && "key_mpp_dyndist")689 688 !! namctl Control prints & Benchmark 690 689 !! namsol elliptic solver / island / free surface … … 710 709 ! buffer blocking send or immediate non-blocking sends, resp. 711 710 nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation 712 / 713 !----------------------------------------------------------------------- 714 &nammpp_dyndist ! Massively Parallel Distribution for AGRIF zoom ("key_agrif" && "key_mpp_dyndist") 715 !----------------------------------------------------------------------- 716 jpni = 1 ! jpni number of processors following i 717 jpnj = 1 ! jpnj number of processors following j 718 jpnij = 1 ! jpnij number of local domains 711 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 712 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 713 jpnij = 0 ! jpnij number of local domains (set automatically if < 1) 719 714 / 720 715 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.