Last change
on this file since 9019 was
9019,
checked in by timgraham, 3 years ago
|
Merge of dev_CNRS_2017 into branch
|
File size:
879 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
3 | !----------------------------------------------------------------------- |
---|
4 | cn_mpi_send = 'I' ! mpi send/recieve type ='S', 'B', or 'I' for standard send, |
---|
5 | ! ! buffer blocking send or immediate non-blocking sends, resp. |
---|
6 | nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation |
---|
7 | ln_nnogather= .false. ! activate code to avoid mpi_allgather use at the northfold |
---|
8 | jpni = 0 ! jpni number of processors following i (set automatically if < 1) |
---|
9 | jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) |
---|
10 | jpnij = 0 ! jpnij number of local domains (set automatically if < 1) |
---|
11 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.