| File |
Line number |
Procedure |
Code |
|
./pkg/sphere/exch_all_2d_rl.F |
72 |
EXCH_ALLGATHER_2D_RL |
do iproc = 1, numberOfProcs |
|
./eesupp/src/cumulsum_z_tile.F |
130 |
CUMULSUM_Z_TILE_RL |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/src/cumulsum_z_tile.F |
175 |
CUMULSUM_Z_TILE_RL |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/src/eeboot_minimal.F |
210 |
EEBOOT_MINIMAL |
numberOfProcs = mpiNProcs |
|
./eesupp/src/eeboot_minimal.F |
218 |
EEBOOT_MINIMAL |
IF ( numberOfProcs .NE. nPx*nPy ) THEN |
|
./eesupp/src/eeboot_minimal.F |
221 |
EEBOOT_MINIMAL |
& 'EEBOOT_MINIMAL: No. of procs=', numberOfProcs, |
|
./eesupp/src/eeboot_minimal.F |
61 |
EEBOOT_MINIMAL |
numberOfProcs = 1 |
|
./eesupp/src/gather_xz.F |
63 |
GATHER_XZ |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/src/gather_yz.F |
63 |
GATHER_YZ |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/src/print.F |
137 |
PRINT_MESSAGE |
IF ( numberOfProcs .EQ. 1 .AND. myThid .EQ. 1 |
|
./eesupp/src/print.F |
211 |
PRINT_ERROR |
IF ( numberOfProcs .EQ. 0 .AND. nThreads .EQ. 1 ) THEN |
|
./eesupp/src/print.F |
255 |
PRINT_ERROR |
IF ( numberOfProcs.EQ.1 .AND. iEnd.NE.0 ) THEN |
|
./eesupp/src/print.F |
93 |
PRINT_MESSAGE |
IF ( numberOfProcs .EQ. 0 .AND. nThreads .EQ. 1 ) THEN |
|
./eesupp/src/scatter_xz.F |
63 |
SCATTER_XZ |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/src/scatter_yz.F |
63 |
SCATTER_YZ |
DO npe = 1, numberOfProcs-1 |
|
./eesupp/inc/EEPARAMS.h |
236 |
NO PROCEDURE |
& numberOfProcs, pidIO, myProcId, |
|
./eesupp/inc/EEPARAMS.h |
260 |
NO PROCEDURE |
INTEGER numberOfProcs |
|
./pkg/ecco/cost_geoid.F |
90 |
COST_GEOID |
jsize = ncshc / numberOfProcs |
|
./pkg/ecco/cost_geoid.F |
91 |
COST_GEOID |
if (jsize*numberOfProcs .lt. ncshc ) then |