#include "implicit_f.inc"
#include "r4r8_p.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "task_c.inc"
#include "spmd_c.inc"
#include "chara_c.inc"
#include "units_c.inc"
Go to the source code of this file.
◆ prepare_debug()
| subroutine prepare_debug |
( |
integer, dimension(numnod), intent(in) | itab, |
|
|
integer, intent(in) | numnod, |
|
|
integer, intent(in) | ispmd ) |
- Parameters
-
Definition at line 228 of file debug_mod.F.
230
231
232
233#include "implicit_f.inc"
234
235 INTEGER, INTENT(IN) :: NUMNOD
236 integer, intent(in) :: ispmd
237 INTEGER, DIMENSION(:), INTENT(IN) :: ITAB(NUMNOD)
238
241
244
integer ispmd_debug
processor id
integer ncycle_debug
Engine Cycle number.
integer, dimension(:), allocatable itab_debug
User Node Identifiers.